summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton2021-06-223-17/+21
* ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-222-0/+5
* Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-0618-684/+524
|\
| * ceph: don't allow access to MDS-private inodesJeff Layton2021-04-274-0/+42
| * ceph: fix up some bare fetches of i_sizeJeff Layton2021-04-274-16/+16
| * ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton2021-04-271-26/+25
| * ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao2021-04-275-2/+18
| * ceph: drop pinned_page parameter from ceph_get_capsJeff Layton2021-04-274-26/+13
| * ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton2021-04-271-1/+3
| * ceph: only check pool permissions for regular filesJeff Layton2021-04-271-0/+4
| * ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li2021-04-272-2/+80
| * ceph: avoid counting the same request twice or moreXiubo Li2021-04-271-10/+10
| * ceph: rename the metric helpersXiubo Li2021-04-276-35/+35
| * ceph: fix kerneldoc copypasta over ceph_start_io_directJeff Layton2021-04-271-1/+1
| * ceph: use attach/detach_page_private for tracking snap contextJeff Layton2021-04-271-11/+7
| * ceph: don't use d_add in ceph_handle_snapdirJeff Layton2021-04-273-14/+25
| * ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton2021-04-271-4/+5
| * ceph: fix fall-through warnings for ClangGustavo A. R. Silva2021-04-271-0/+2
| * ceph: convert ceph_readpages to ceph_readaheadJeff Layton2021-04-271-199/+31
| * ceph: convert ceph_write_begin to netfs_write_beginJeff Layton2021-04-271-129/+57
| * ceph: convert ceph_readpage to netfs_readpageJeff Layton2021-04-273-10/+195
| * ceph: fix fscache invalidationJeff Layton2021-04-272-0/+2
| * ceph: rework PageFsCache handlingJeff Layton2021-04-272-1/+9
| * ceph: rip out old fscache readpage handlingJeff Layton2021-04-275-254/+3
* | ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton2021-03-082-5/+30
* | ceph: fix up error handling with snapdirsJeff Layton2021-03-083-5/+20
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-235-25/+35
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-20/+28
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-243-2/+4
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | ceph: defer flushing the capsnap if the Fb is usedXiubo Li2021-02-162-13/+30
* | ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-164-8/+48
* | ceph: clean up inode work queueingJeff Layton2021-02-162-52/+24
* | ceph: fix flush_snap logic after putting capsJeff Layton2021-02-161-4/+6
* | libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-041-17/+17
|/
* ceph: reencode gid_list when reconnectingIlya Dryomov2020-12-281-31/+22
* libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov2020-12-141-16/+5
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-141-1/+79
* libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-142-11/+12
* libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-141-1/+4
* ceph: implement updated ceph_mds_request_head structureJeff Layton2020-12-141-13/+62
* ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton2020-12-141-9/+9
* ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2020-12-142-6/+7
* ceph: don't reach into request header for readdir infoJeff Layton2020-12-141-3/+2
* ceph: set osdmap epoch for setxattrXiubo Li2020-12-142-1/+4
* ceph: remove redundant assignment to variable iColin Ian King2020-12-141-1/+1
* ceph: add ceph.caps vxattrLuis Henriques2020-12-141-0/+27
* ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2020-12-142-9/+21