summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
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/kerne...Linus 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
2021-01-24acl: handle idmapped mountsChristian Brauner3-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-04libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov1-17/+17
2020-12-28ceph: reencode gid_list when reconnectingIlya Dryomov1-31/+22
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov1-16/+5
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov1-1/+79
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2-11/+12
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov1-1/+4
2020-12-14ceph: implement updated ceph_mds_request_head structureJeff Layton1-13/+62
2020-12-14ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton1-9/+9
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2-6/+7
2020-12-14ceph: don't reach into request header for readdir infoJeff Layton1-3/+2
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li2-1/+4
2020-12-14ceph: remove redundant assignment to variable iColin Ian King1-1/+1
2020-12-14ceph: add ceph.caps vxattrLuis Henriques1-0/+27
2020-12-14ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2-9/+21