Age | Commit message (Expand) | Author |
2020-05-04 | ceph: fix double unlock in handle_cap_export() | Wu Bo |
2020-05-04 | ceph: fix special error code in ceph_try_get_caps() | Wu Bo |
2020-03-30 | ceph: wait for async creating inode before requesting new max size | Yan, Zheng |
2020-03-30 | ceph: don't skip updating wanted caps when cap is stale | Yan, Zheng |
2020-03-30 | ceph: request new max size only when there is auth cap | Yan, Zheng |
2020-03-30 | ceph: cleanup return error of try_get_cap_refs() | Yan, Zheng |
2020-03-30 | ceph: check all mds' caps after page writeback | Yan, Zheng |
2020-03-30 | ceph: update i_requested_max_size only when sending cap msg to auth mds | Yan, Zheng |
2020-03-30 | ceph: simplify calling of ceph_get_fmode() | Yan, Zheng |
2020-03-30 | ceph: remove delay check logic from ceph_check_caps() | Yan, Zheng |
2020-03-30 | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng |
2020-03-30 | ceph: always renew caps if mds_wanted is insufficient | Yan, Zheng |
2020-03-30 | ceph: cache layout in parent dir on first sync create | Jeff Layton |
2020-03-30 | ceph: don't take refs to want mask unless we have all bits | Yan, Zheng |
2020-03-30 | ceph: cap tracking for async directory operations | Jeff Layton |
2020-03-30 | ceph: make __take_cap_refs non-static | Jeff Layton |
2020-03-30 | ceph: add infrastructure for waiting for async create to complete | Jeff Layton |
2020-03-30 | ceph: more caps.c lockdep assertions | Jeff Layton |
2020-03-30 | ceph: clean up kick_flushing_inode_caps() | Jeff Layton |
2020-03-30 | ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} | Yan, Zheng |
2020-03-30 | ceph: add refcounting for Fx caps | Jeff Layton |
2020-01-27 | ceph: only touch the caps which have the subset mask requested | Xiubo Li |
2019-12-09 | ceph: switch to global cap helper | Xiubo Li |
2019-12-09 | ceph: show tasks waiting on caps in debugfs caps file | Jeff Layton |
2019-10-29 | ceph: fix use-after-free in __ceph_remove_cap() | Luis Henriques |
2019-09-16 | ceph: remove incorrect comment above __send_cap | Jeff Layton |
2019-09-16 | ceph: remove CEPH_I_NOFLUSH | Jeff Layton |
2019-09-16 | ceph: remove unneeded test in try_flush_caps | Jeff Layton |
2019-09-16 | ceph: have __mark_caps_flushing return flush_tid | Jeff Layton |
2019-09-16 | ceph: fix comments over ceph_add_cap | Jeff Layton |
2019-09-16 | ceph: fetch cap_gen under spinlock in ceph_add_cap | Jeff Layton |
2019-09-16 | ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds | Jeff Layton |
2019-09-16 | ceph: invalidate all write mode filp after reconnect | Yan, Zheng |
2019-09-16 | ceph: return -EIO if read/write against filp that lost file locks | Yan, Zheng |
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-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques |
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: handle change_attr in cap messages | Jeff Layton |
2019-07-08 | ceph: handle btime in cap messages | Jeff Layton |
2019-07-08 | ceph: add selinux support | Yan, Zheng |
2019-07-08 | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng |
2019-06-05 | ceph: fix error handling in ceph_get_caps() | Yan, Zheng |
2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng |
2019-05-07 | ceph: print inode number in __caps_issued_mask debugging messages | Jeff Layton |
2019-05-07 | ceph: simplify arguments and return semantics of try_get_cap_refs | Jeff Layton |
2019-05-07 | ceph: fix comment over ceph_drop_caps_for_unlink | Jeff Layton |
2019-05-07 | ceph: remove superfluous inode_lock in ceph_fsync | Jeff Layton |