summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng2019-09-163-5/+39
| * ceph: pass filp to ceph_get_caps()Yan, Zheng2019-09-164-42/+46
| * ceph: track and report error of async metadata operationYan, Zheng2019-09-165-22/+54
| * ceph: allow closing session in restarting/reconnect stateYan, Zheng2019-09-161-3/+3
| * ceph: don't list vxattrs in listxattr()Jeff Layton2019-09-161-29/+0
| * ceph: allow copy_file_range when src and dst inode are sameJeff Layton2019-09-161-2/+0
| * ceph: fix directories inode i_blkbits initializationLuis Henriques2019-09-161-1/+6
* | fs: ceph: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+2
|/
* ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton2019-08-221-2/+1
* ceph: clear page dirty before invalidate pageErqi Chen2019-08-221-2/+3
* ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-08-221-3/+4
* ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-08-224-6/+16
* ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-08-221-2/+6
* Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-201-1/+1
|\
| * ceph: don't open-code the check for dead lockrefAl Viro2019-07-041-1/+1
* | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-1817-439/+726
|\ \
| * | ceph: fix end offset in truncate_inode_pages_range callLuis Henriques2019-07-081-1/+1
| * | ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques2019-07-083-12/+1
| * | ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-083-4/+7
| * | ceph: initialize superblock s_time_gran to 1Luis Henriques2019-07-081-1/+1
| * | libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-081-3/+3
| * | ceph: don't NULL terminate virtual xattrsJeff Layton2019-07-081-25/+59
| * | ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-07-081-7/+7