summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: hold extra reference to r_parent over life of requestJeff Layton2020-01-211-2/+6
* ceph: add more debug info when decoding mdsmapXiubo Li2019-12-091-4/+8
* ceph: switch to global cap helperXiubo Li2019-12-091-14/+10
* ceph: trigger the reclaim work once there has enough pending capsXiubo Li2019-12-091-1/+1
* ceph: show tasks waiting on caps in debugfs caps fileJeff Layton2019-12-094-0/+40
* ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton2019-12-093-23/+26
* Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-12-056-344/+359
|\
| * libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-274-329/+332
| * ceph: don't leave ino field in ceph_mds_request_head uninitializedJeff Layton2019-11-251-0/+1
| * ceph: tone down loglevel on ceph_mdsc_build_path warningJeff Layton2019-11-251-7/+11
| * ceph: fix geting random mds from mdsmapXiubo Li2019-11-251-4/+7
| * ceph: make several helper accessors take const pointersJeff Layton2019-11-251-4/+8
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-012-1/+2
|\ \ | |/ |/|
| * ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2019-10-232-1/+2
* | ceph: increment/decrement dio counter on async requestsJeff Layton2019-11-141-0/+4
* | ceph: take the inode lock before acquiring cap refsJeff Layton2019-11-141-7/+18
* | ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-11-071-1/+10
* | ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques2019-11-051-2/+10
* | ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton2019-11-051-0/+3
* | ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-10-291-0/+1
* | ceph: fix RCU case handling in ceph_d_revalidate()Al Viro2019-10-291-7/+8
* | ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-10-291-5/+5
* | ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton2019-10-151-10/+11
|/
* Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-2516-335/+596
|\
| * ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton2019-09-161-4/+1
| * ceph: allow object copies across different filesystems in the same clusterLuis Henriques2019-09-161-4/+13
| * ceph: include ceph_debug.h in cache.cIlya Dryomov2019-09-161-0/+2
| * ceph: move static keyword to the front of declarationsKrzysztof Wilczynski2019-09-161-3/+3
| * ceph: reconnect connection if session hang in opening stateErqi Chen2019-09-161-1/+3
| * ceph: use release_pages() directlyJohn Hubbard2019-09-161-18/+1
| * ceph: allow arbitrary security.* xattrsJeff Layton2019-09-161-33/+2
| * ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton2019-09-161-1/+2
| * ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2019-09-162-8/+7
| * ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton2019-09-165-16/+200
| * ceph: don't return a value from void functionJohn Hubbard2019-09-161-1/+0
| * ceph: don't freeze during write page faultsJeff Layton2019-09-161-0/+2
| * ceph: update the mtime when truncating upJeff Layton2019-09-161-20/+21
| * ceph: fix indentation in __get_snap_name()Ilya Dryomov2019-09-161-27/+27
| * ceph: remove incorrect comment above __send_capJeff Layton2019-09-161-4/+0
| * ceph: remove CEPH_I_NOFLUSHJeff Layton2019-09-162-20/+9
| * ceph: remove unneeded test in try_flush_capsJeff Layton2019-09-161-1/+1
| * ceph: have __mark_caps_flushing return flush_tidJeff Layton2019-09-161-10/+10
| * ceph: fix comments over ceph_add_capJeff Layton2019-09-161-1/+3
| * ceph: eliminate session->s_trim_capsJeff Layton2019-09-162-10/+9
| * ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton2019-09-161-2/+7
| * ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton2019-09-162-32/+0
| * ceph: don't SetPageError on writepage errorsJeff Layton2019-09-161-2/+1
| * ceph: auto reconnect after blacklistedYan, Zheng2019-09-165-8/+79
| * ceph: invalidate all write mode filp after reconnectYan, Zheng2019-09-164-0/+19
| * ceph: return -EIO if read/write against filp that lost file locksYan, Zheng2019-09-163-8/+29