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