aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-20ceph: don't WARN if we're still opening a session to an MDSLuis Henriques1-1/+1
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton4-1/+11
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton6-69/+25
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2-14/+4
2021-06-29ceph: don't take s_mutex in try_flush_capsJeff Layton1-14/+2
2021-06-29ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton1-61/+11
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton5-29/+17
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton4-10/+8
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_realmJeff Layton1-4/+4
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton1-1/+1
2021-06-29ceph: add IO size metrics supportXiubo Li5-28/+119
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li1-21/+35
2021-06-29ceph: simplify the metrics structXiubo Li2-78/+46
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton2-2/+1
2021-06-28ceph: make ceph_netfs_read_ops staticWei Yongjun1-1/+1
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton3-17/+21
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton2-0/+5
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds18-684/+524
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton4-16/+16
2021-04-27ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton1-26/+25
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao5-2/+18
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton4-26/+13
2021-04-27ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-04-27ceph: only check pool permissions for regular filesJeff Layton1-0/+4
2021-04-27ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li2-2/+80
2021-04-27ceph: avoid counting the same request twice or moreXiubo Li1-10/+10
2021-04-27ceph: rename the metric helpersXiubo Li6-35/+35
2021-04-27ceph: fix kerneldoc copypasta over ceph_start_io_directJeff Layton1-1/+1
2021-04-27ceph: use attach/detach_page_private for tracking snap contextJeff Layton1-11/+7
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton3-14/+25
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton1-199/+31
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton1-129/+57
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton3-10/+195
2021-04-27ceph: fix fscache invalidationJeff Layton2-0/+2
2021-04-27ceph: rework PageFsCache handlingJeff Layton2-1/+9
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton5-254/+3
2021-03-08ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton2-5/+30
2021-03-08ceph: fix up error handling with snapdirsJeff Layton3-5/+20
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds5-25/+35
2021-02-16ceph: defer flushing the capsnap if the Fb is usedXiubo Li2-13/+30
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton4-8/+48
2021-02-16ceph: clean up inode work queueingJeff Layton2-52/+24
2021-02-16ceph: fix flush_snap logic after putting capsJeff Layton1-4/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner4-20/+28
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1