Age | Commit message (Expand) | Author |
2019-09-16 | ceph: pass filp to ceph_get_caps() | Yan, Zheng |
2019-09-16 | ceph: track and report error of async metadata operation | Yan, Zheng |
2019-09-16 | ceph: allow closing session in restarting/reconnect state | Yan, Zheng |
2019-09-16 | ceph: don't list vxattrs in listxattr() | Jeff Layton |
2019-09-16 | ceph: allow copy_file_range when src and dst inode are same | Jeff Layton |
2019-09-16 | ceph: fix directories inode i_blkbits initialization | Luis Henriques |
2019-08-30 | fs: ceph: Initialize filesystem timestamp ranges | Deepa Dinamani |
2019-08-22 | ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply | Jeff Layton |
2019-08-22 | ceph: clear page dirty before invalidate page | Erqi Chen |
2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in fill_inode() | Luis Henriques |
2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques |
2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() | Luis Henriques |
2019-07-20 | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-07-10 | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf... | Linus Torvalds |
2019-07-08 | ceph: fix end offset in truncate_inode_pages_range call | Luis Henriques |
2019-07-08 | ceph: use generic_delete_inode() for ->drop_inode | Luis Henriques |
2019-07-08 | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng |
2019-07-08 | ceph: initialize superblock s_time_gran to 1 | Luis Henriques |
2019-07-08 | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov |
2019-07-08 | ceph: don't NULL terminate virtual xattrs | Jeff Layton |
2019-07-08 | ceph: return -ERANGE if virtual xattr value didn't fit in buffer | Jeff Layton |
2019-07-08 | ceph: make getxattr_cb return ssize_t | Jeff Layton |
2019-07-08 | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP | Yan, Zheng |
2019-07-08 | ceph: kick flushing and flush snaps before sending normal cap message | Yan, Zheng |
2019-07-08 | ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() | Yan, Zheng |
2019-07-08 | ceph: increment change_attribute on local changes | Jeff Layton |
2019-07-08 | ceph: handle change_attr in cap messages | Jeff Layton |
2019-07-08 | ceph: add change_attr field to ceph_inode_info | Jeff Layton |
2019-07-08 | ceph: allow querying of STATX_BTIME in ceph_getattr | Jeff Layton |
2019-07-08 | ceph: handle btime in cap messages | Jeff Layton |
2019-07-08 | ceph: add btime field to ceph_inode_info | Jeff Layton |
2019-07-08 | ceph: have MDS map decoding use entity_addr_t decoder | Jeff Layton |
2019-07-08 | ceph: remove request from waiting list before unregister | Yan, Zheng |
2019-07-08 | ceph: don't blindly unregister session that is in opening state | Yan, Zheng |
2019-07-08 | ceph: fix infinite loop in get_quota_realm() | Yan, Zheng |
2019-07-08 | ceph: add selinux support | Yan, Zheng |
2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng |
2019-07-08 | ceph: fix debug print format in __set_xattr() | Yan, Zheng |
2019-07-08 | ceph: fix warning PTR_ERR_OR_ZERO can be used | Hariprasad Kelam |
2019-07-08 | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng |
2019-07-08 | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng |
2019-07-08 | ceph: use READ_ONCE to access d_parent in RCU critical section | Yan, Zheng |
2019-07-08 | ceph: fix dir_lease_is_valid() | Yan, Zheng |
2019-07-08 | ceph: close race between d_name_cmp() and update_dentry_lease() | Yan, Zheng |
2019-07-08 | ceph: fix improper use of smp_mb__before_atomic() | Andrea Parri |
2019-07-08 | ceph: fix "ceph.dir.rctime" vxattr value | David Disseldorp |
2019-07-08 | ceph: remove unused vxattr length helpers | David Disseldorp |
2019-07-08 | ceph: fix listxattr vxattr buffer length calculation | David Disseldorp |