Age | Commit message (Expand) | Author |
2018-10-22 | ceph: add non-blocking parameter to ceph_try_get_caps() | Luis Henriques |
2018-10-22 | ceph: set timeout conditionally in __cap_delay_requeue | Xuehan Xu |
2018-10-22 | ceph: reset cap hold timeout only for requeued inode | Chengguang Xu |
2018-08-13 | ceph: refactor error handling code in ceph_reserve_caps() | Chengguang Xu |
2018-08-13 | ceph: refactor ceph_unreserve_caps() | Chengguang Xu |
2018-08-02 | ceph: use timespec64 for inode timestamp | Arnd Bergmann |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-06-04 | ceph: fix wrong check for the case of updating link count | Yan, Zheng |
2018-06-04 | ceph: handle the new nfiles/nsubdirs fields in cap message | Yan, Zheng |
2018-06-04 | ceph: define argument structure for handle_cap_grant | Yan, Zheng |
2018-06-04 | ceph: always get rstat from auth mds | Yan, Zheng |
2018-04-02 | ceph: quota: cache inode pointer in ceph_snap_realm | Luis Henriques |
2018-04-02 | ceph: optimizing cap reservation | Chengguang Xu |
2018-04-02 | ceph: release unreserved caps if having enough available caps | Chengguang Xu |
2018-04-02 | ceph: optimizing cap allocation | Chengguang Xu |
2018-04-02 | ceph: adding protection for showing cap reservation info | Chengguang Xu |
2018-02-26 | ceph: flush dirty caps of unlinked inode ASAP | Zhi Zhang |
2018-01-30 | ceph: improving efficiency of syncfs | Chengguang Xu |
2018-01-29 | ceph: try to allocate enough memory for reserved caps | Zhi Zhang |
2018-01-29 | ceph: fix race of queuing delayed caps | Yan, Zheng |
2018-01-29 | ceph: delete unreachable code in ceph_check_caps() | Yan, Zheng |
2018-01-29 | ceph: limit rate of cap import/export error messages | Yan, Zheng |
2018-01-29 | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng |
2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng |
2018-01-29 | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng |
2017-11-13 | ceph: remove unused and redundant variable dropping | Colin Ian King |
2017-11-13 | ceph: fix bool initialization/comparison | Thomas Meyer |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-25 | ceph: unlock dangling spinlock in try_flush_caps() | Jeff Layton |
2017-09-06 | ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap | Yan, Zheng |
2017-09-06 | ceph: fix message order check in handle_cap_export() | Yan, Zheng |
2017-09-06 | ceph: fix NULL pointer dereference in ceph_flush_snaps() | Yan, Zheng |
2017-09-06 | ceph: adjust 36 checks for NULL pointers | Markus Elfring |
2017-09-06 | ceph: make sure flushsnap messages are sent in proper order | Yan, Zheng |
2017-09-06 | ceph: use errseq_t for writeback error reporting | Jeff Layton |
2017-09-06 | ceph: new cap message flags indicate if there is pending capsnap | Yan, Zheng |
2017-07-07 | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() | Yan, Zheng |
2017-07-07 | ceph: update the 'approaching max_size' code | Yan, Zheng |
2017-07-07 | ceph: re-request max size after importing caps | Yan, Zheng |
2017-05-04 | ceph: handle epoch barriers in cap messages | Jeff Layton |
2017-05-04 | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t | Elena Reshetova |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-24 | ceph: remove special ack vs commit behavior | Ilya Dryomov |
2017-02-20 | ceph: avoid calling ceph_renew_caps() infinitely | Yan, Zheng |
2017-02-20 | ceph: make sure flushing inode in proper session's cap_flushing list | Yan, Zheng |
2017-02-20 | ceph: avoid updating mds_wanted too frequently | Yan, Zheng |
2017-02-20 | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski |
2017-02-20 | ceph: pass parent inode info to ceph_encode_dentry_release if we have it | Jeff Layton |