summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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/+1Star
| * | 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
| * | ceph: make getxattr_cb return ssize_tJeff Layton2019-07-081-45/+45
| * | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng2019-07-081-11/+30
| * | ceph: kick flushing and flush snaps before sending normal cap messageYan, Zheng2019-07-081-4/+14
| * | ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps()Yan, Zheng2019-07-081-9/+4Star
| * | ceph: increment change_attribute on local changesJeff Layton2019-07-082-0/+7
| * | ceph: handle change_attr in cap messagesJeff Layton2019-07-083-9/+13
| * | ceph: add change_attr field to ceph_inode_infoJeff Layton2019-07-083-2/+8
| * | ceph: allow querying of STATX_BTIME in ceph_getattrJeff Layton2019-07-081-3/+13
| * | ceph: handle btime in cap messagesJeff Layton2019-07-083-7/+14
| * | ceph: add btime field to ceph_inode_infoJeff Layton2019-07-084-8/+17
| * | ceph: have MDS map decoding use entity_addr_t decoderJeff Layton2019-07-081-4/+8
| * | ceph: remove request from waiting list before unregisterYan, Zheng2019-07-081-0/+2
| * | ceph: don't blindly unregister session that is in opening stateYan, Zheng2019-07-081-33/+26Star
| * | ceph: fix infinite loop in get_quota_realm()Yan, Zheng2019-07-081-2/+13
| * | ceph: add selinux supportYan, Zheng2019-07-087-17/+173
| * | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng2019-07-085-52/+55
| * | ceph: fix debug print format in __set_xattr()Yan, Zheng2019-07-081-2/+2
| * | ceph: fix warning PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-07-081-1/+1
| * | ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-07-083-6/+8
| * | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng2019-07-083-16/+16
| * | ceph: use READ_ONCE to access d_parent in RCU critical sectionYan, Zheng2019-07-081-2/+2
| * | ceph: fix dir_lease_is_valid()Yan, Zheng2019-07-081-9/+17
| * | ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng2019-07-081-76/+88
| * | ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-07-081-1/+6
| * | ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp2019-07-081-1/+1
| * | ceph: remove unused vxattr length helpersDavid Disseldorp2019-07-083-50/+2Star
| * | ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp2019-07-081-24/+30
| * | ceph: add ceph.snap.btime vxattrDavid Disseldorp2019-07-081-0/+27
| * | ceph: carry snapshot creation time with inodesDavid Disseldorp2019-07-084-0/+13
| * | ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp2019-07-081-1/+1
| * | ceph: silence a checker warning in mdsc_show()Dan Carpenter2019-07-081-1/+1
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-26/+4Star
|\ \ \
| * | | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-26/+4Star
* | | | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-111-3/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-1/+3
| * | | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-3/+18
| | |/ | |/|
* / | ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton2019-06-271-1/+2
|/ /
* | ceph: fix error handling in ceph_get_caps()Yan, Zheng2019-06-051-11/+11
* | ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-056-27/+71
* | ceph: single workqueue for inode related worksYan, Zheng2019-06-054-97/+74Star
|/