aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 16-335/+596
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientGravatar Jeff Layton 1-4/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterGravatar Luis Henriques 1-4/+13
2019-09-16ceph: include ceph_debug.h in cache.cGravatar Ilya Dryomov 1-0/+2
2019-09-16ceph: move static keyword to the front of declarationsGravatar Krzysztof Wilczynski 1-3/+3
2019-09-16ceph: reconnect connection if session hang in opening stateGravatar Erqi Chen 1-1/+3
2019-09-16ceph: use release_pages() directlyGravatar John Hubbard 1-18/+1
2019-09-16ceph: allow arbitrary security.* xattrsGravatar Jeff Layton 1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelGravatar Jeff Layton 1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineGravatar Jeff Layton 2-8/+7
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesGravatar Jeff Layton 5-16/+200
2019-09-16ceph: don't return a value from void functionGravatar John Hubbard 1-1/+0
2019-09-16ceph: don't freeze during write page faultsGravatar Jeff Layton 1-0/+2
2019-09-16ceph: update the mtime when truncating upGravatar Jeff Layton 1-20/+21
2019-09-16ceph: fix indentation in __get_snap_name()Gravatar Ilya Dryomov 1-27/+27
2019-09-16ceph: remove incorrect comment above __send_capGravatar Jeff Layton 1-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHGravatar Jeff Layton 2-20/+9
2019-09-16ceph: remove unneeded test in try_flush_capsGravatar Jeff Layton 1-1/+1
2019-09-16ceph: have __mark_caps_flushing return flush_tidGravatar Jeff Layton 1-10/+10
2019-09-16ceph: fix comments over ceph_add_capGravatar Jeff Layton 1-1/+3
2019-09-16ceph: eliminate session->s_trim_capsGravatar Jeff Layton 2-10/+9
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capGravatar Jeff Layton 1-2/+7
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsGravatar Jeff Layton 2-32/+0
2019-09-16ceph: don't SetPageError on writepage errorsGravatar Jeff Layton 1-2/+1
2019-09-16ceph: auto reconnect after blacklistedGravatar Yan, Zheng 5-8/+79
2019-09-16ceph: invalidate all write mode filp after reconnectGravatar Yan, Zheng 4-0/+19
2019-09-16ceph: return -EIO if read/write against filp that lost file locksGravatar Yan, Zheng 3-8/+29
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Gravatar Yan, Zheng 3-5/+39
2019-09-16ceph: pass filp to ceph_get_caps()Gravatar Yan, Zheng 4-42/+46
2019-09-16ceph: track and report error of async metadata operationGravatar Yan, Zheng 5-22/+54
2019-09-16ceph: allow closing session in restarting/reconnect stateGravatar Yan, Zheng 1-3/+3
2019-09-16ceph: don't list vxattrs in listxattr()Gravatar Jeff Layton 1-29/+0
2019-09-16ceph: allow copy_file_range when src and dst inode are sameGravatar Jeff Layton 1-2/+0
2019-09-16ceph: fix directories inode i_blkbits initializationGravatar Luis Henriques 1-1/+6
2019-08-30fs: ceph: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+2
2019-08-22ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyGravatar Jeff Layton 1-2/+1
2019-08-22ceph: clear page dirty before invalidate pageGravatar Erqi Chen 1-2/+3
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Gravatar Luis Henriques 1-3/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Gravatar Luis Henriques 4-6/+16
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Gravatar Luis Henriques 1-2/+6
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 17-439/+726
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-26/+4
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Gravatar Linus Torvalds 1-3/+20
2019-07-08ceph: fix end offset in truncate_inode_pages_range callGravatar Luis Henriques 1-1/+1
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeGravatar Luis Henriques 3-12/+1
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceGravatar Yan, Zheng 3-4/+7
2019-07-08ceph: initialize superblock s_time_gran to 1Gravatar Luis Henriques 1-1/+1
2019-07-08libceph: rename r_unsafe_item to r_private_itemGravatar Ilya Dryomov 1-3/+3
2019-07-08ceph: don't NULL terminate virtual xattrsGravatar Jeff Layton 1-25/+59