index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mds
/
Server.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mds: Fix invalid access of mdr->dn[0].back()
Anoop C S
2024-11-29
1
-2
/
+2
*
mds: client is evicted when an export subtree task is interrupted
Zhansong Gao
2024-11-13
1
-2
/
+28
*
mds: remove obsolete comments
Patrick Donnelly
2024-10-23
1
-9
/
+0
*
Merge PR #59414 into main
Patrick Donnelly
2024-09-05
1
-5
/
+5
|
\
|
*
mds: move fscrypt_last_block to vector in mds_co mempool
Patrick Donnelly
2024-08-22
1
-1
/
+1
|
*
mds: move fscrypt_file inode_t metadata to mds_co mempool
Patrick Donnelly
2024-08-22
1
-2
/
+2
|
*
mds: move fscrypt_auth inode_t metadata to mds_co mempool
Patrick Donnelly
2024-08-22
1
-2
/
+2
*
|
Merge PR #58950 into main
Patrick Donnelly
2024-08-29
1
-0
/
+2
|
\
\
|
*
|
mds: add the event when creating the batch head
Xiubo Li
2024-07-31
1
-0
/
+2
*
|
|
Merge PR #58419 into main
Patrick Donnelly
2024-08-27
1
-0
/
+2
|
\
\
\
|
*
|
|
mds: add debugging for stray_prior_path
Patrick Donnelly
2024-07-04
1
-0
/
+2
*
|
|
|
Merge PR #56602 into main
Venky Shankar
2024-08-23
1
-1
/
+12
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
mds: always make getattr wait for xlock to be released by the previous client
Xiubo Li
2024-04-26
1
-1
/
+12
*
|
|
|
Merge pull request #57458 from lxbsz/wip-session-evict
Venky Shankar
2024-08-07
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
mds: cleanup the debug logs to make it to be more readable
Xiubo Li
2024-06-07
1
-1
/
+1
*
|
|
|
Merge pull request #57859 from vshankar/wip-debug-reclaim-noaddrs
Venky Shankar
2024-07-15
1
-0
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
mds: derr log and dump sessionmap when reclaim session uuid isn't found
Venky Shankar
2024-06-04
1
-0
/
+3
*
|
|
|
mds/client: return -ENODATA when xattr doesn't exist for removexattr
Xiubo Li
2024-06-28
1
-1
/
+6
*
|
|
|
Merge PR #53755 into main
Venky Shankar
2024-06-27
1
-65
/
+78
|
\
\
\
\
|
*
|
|
|
mds: Implement remove for ceph vxattrs
Christopher Hoffman
2024-05-29
1
-65
/
+78
*
|
|
|
|
mds: set the proper extra bl for the create request
Xiubo Li
2024-06-05
1
-2
/
+10
*
|
|
|
|
mds: encode the correct extra info depending on the feature bits
Xiubo Li
2024-06-05
1
-1
/
+1
*
|
|
|
|
mds: add set_reply_extra_bl() helper support
Xiubo Li
2024-06-05
1
-19
/
+26
*
|
|
|
|
mds: cleanup the code to make it to be more readable
Xiubo Li
2024-06-05
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge PR #57553 into main
Patrick Donnelly
2024-06-04
1
-21
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
mds: try to choose a new batch head in request_clientup()
Xiubo Li
2024-05-20
1
-16
/
+3
|
*
|
|
Revert "mds: find a new head for the batch ops when the head is dead"
Xiubo Li
2024-05-20
1
-7
/
+2
*
|
|
|
mds/quiesce: quiesce_inode should not hold on to remote auth pins
Leonid Usov
2024-05-26
1
-1
/
+1
*
|
|
|
mds/quiesce: drop remote authpins before waiting for the quiesce lock
Leonid Usov
2024-05-20
1
-2
/
+8
*
|
|
|
mds: don't clear `AUTHPIN_FROZEN` until `FROZEN` in rename_prep
Leonid Usov
2024-05-20
1
-6
/
+6
*
|
|
|
revert: mds: provide a mechanism to authpin while freezing
Leonid Usov
2024-05-20
1
-5
/
+1
|
/
/
/
*
|
|
Merge PR #56941 into main
Venky Shankar
2024-05-16
1
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mds: find a new head for the batch ops when the head is dead
Xiubo Li
2024-04-18
1
-2
/
+7
*
|
|
mds: raise health warning if client lacks feature for root_squash
Patrick Donnelly
2024-05-07
1
-12
/
+2
*
|
|
mds: check relevant caps for fs include root_squash
Patrick Donnelly
2024-05-07
1
-3
/
+6
*
|
|
Merge PR #57020 into main
Patrick Donnelly
2024-04-30
1
-0
/
+3
|
\
\
\
|
*
|
|
mds/cache: don't assume non-auth xlocks to be remote locks
Leonid Usov
2024-04-22
1
-0
/
+3
|
|
/
/
*
|
|
Merge PR #56934 into main
Patrick Donnelly
2024-04-30
1
-24
/
+16
|
\
\
\
|
*
|
|
mds: move drop_locks to directly after rdonly check
Patrick Donnelly
2024-04-22
1
-24
/
+16
|
|
/
/
*
|
|
Merge pull request #52024 from lxbsz/wip-61660
Rishabh Dave
2024-04-26
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mds: fix the description for inotable testing only options
Xiubo Li
2023-09-27
1
-3
/
+3
*
|
|
Merge PR #54067 into main
Patrick Donnelly
2024-04-22
1
-0
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mds: add dispatch killpoint and delay configs
Patrick Donnelly
2024-03-28
1
-0
/
+20
*
|
|
Merge PR #55647 into main
Patrick Donnelly
2024-04-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mds: use cephfs errno for fragment size check
Patrick Donnelly
2024-03-16
1
-1
/
+1
*
|
|
mds: quiescelock as local lock + cap masking
Patrick Donnelly
2024-03-20
1
-2
/
+1
*
|
|
mds: add vxattr to block quiesce on an inode
Patrick Donnelly
2024-03-20
1
-0
/
+53
*
|
|
mds: convert encoded ephemeral dist pin to flags
Patrick Donnelly
2024-03-20
1
-1
/
+1
*
|
|
mds: add new inode quiescelock
Patrick Donnelly
2024-03-20
1
-2
/
+5
*
|
|
mds: provide mechanism to authpin while freezing
Patrick Donnelly
2024-03-20
1
-1
/
+5
[next]