aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton1-7/+18
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques1-2/+10
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton1-0/+3
2019-10-29ceph: add missing check in d_revalidate snapdir handlingAl Viro1-0/+1
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Al Viro1-7/+8
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-10-15ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton1-10/+11
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-335/+596
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton1-4/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques1-4/+13
2019-09-16ceph: include ceph_debug.h in cache.cIlya Dryomov1-0/+2
2019-09-16ceph: move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-09-16ceph: use release_pages() directlyJohn Hubbard1-18/+1
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2-8/+7
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton5-16/+200
2019-09-16ceph: don't return a value from void functionJohn Hubbard1-1/+0
2019-09-16ceph: don't freeze during write page faultsJeff Layton1-0/+2
2019-09-16ceph: update the mtime when truncating upJeff Layton1-20/+21
2019-09-16ceph: fix indentation in __get_snap_name()Ilya Dryomov1-27/+27
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton1-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton2-20/+9
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton1-1/+1
2019-09-16ceph: have __mark_caps_flushing return flush_tidJeff Layton1-10/+10
2019-09-16ceph: fix comments over ceph_add_capJeff Layton1-1/+3
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton2-10/+9
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton1-2/+7
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton2-32/+0
2019-09-16ceph: don't SetPageError on writepage errorsJeff Layton1-2/+1
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng5-8/+79
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng4-0/+19
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng3-8/+29
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng3-5/+39
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng4-42/+46
2019-09-16ceph: track and report error of async metadata operationYan, Zheng5-22/+54
2019-09-16ceph: allow closing session in restarting/reconnect stateYan, Zheng1-3/+3
2019-09-16ceph: don't list vxattrs in listxattr()Jeff Layton1-29/+0
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton1-2/+0
2019-09-16ceph: fix directories inode i_blkbits initializationLuis Henriques1-1/+6
2019-08-30fs: ceph: Initialize filesystem timestamp rangesDeepa Dinamani1-0/+2
2019-08-22ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton1-2/+1
2019-08-22ceph: clear page dirty before invalidate pageErqi Chen1-2/+3
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques1-3/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques4-6/+16
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques1-2/+6
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1