Age | Commit message (Expand) | Author |
2021-11-13 | Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2021-11-10 | netfs, 9p, afs, ceph: Use folios | David Howells |
2021-11-08 | ceph: add a new metric to keep track of remote object copies | Luís Henriques |
2021-11-08 | libceph, ceph: move ceph_osdc_copy_from() into cephfs code | Luís Henriques |
2021-11-08 | ceph: clean-up metrics data structures to reduce code duplication | Luís Henriques |
2021-11-08 | ceph: split 'metric' debugfs file into several files | Luís Henriques |
2021-11-08 | ceph: return the real size read when it hits EOF | Xiubo Li |
2021-11-08 | ceph: properly handle statfs on multifs setups | Jeff Layton |
2021-11-08 | ceph: shut down mount on bad mdsmap or fsmap decode | Jeff Layton |
2021-11-08 | ceph: fix mdsmap decode when there are MDS's beyond max_mds | Xiubo Li |
2021-11-08 | ceph: ignore the truncate when size won't change with Fx caps issued | Xiubo Li |
2021-11-08 | ceph: don't rely on error_string to validate blocklisted session. | Kotresh HR |
2021-11-08 | ceph: just use ci->i_version for fscache aux info | Jeff Layton |
2021-11-08 | ceph: shut down access to inode when async create fails | Jeff Layton |
2021-11-08 | ceph: refactor remove_session_caps_cb | Jeff Layton |
2021-11-08 | ceph: fix auth cap handling logic in remove_session_caps_cb | Jeff Layton |
2021-11-08 | ceph: drop private list from remove_session_caps_cb | Jeff Layton |
2021-11-08 | ceph: don't use -ESTALE as special return code in try_get_cap_refs | Jeff Layton |
2021-11-08 | ceph: print inode numbers instead of pointer values | Jeff Layton |
2021-11-08 | ceph: enable async dirops by default | Jeff Layton |
2021-11-08 | ceph: convert to noop_direct_IO | Jeff Layton |
2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-11-01 | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-11-01 | Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay... | Linus Torvalds |
2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe |
2021-10-20 | security: Return xattr name from security_dentry_init_security() | Vivek Goyal |
2021-10-19 | ceph: fix handling of "meta" errors | Jeff Layton |
2021-10-19 | ceph: skip existing superblocks that are blocklisted or shut down when mounting | Jeff Layton |
2021-09-21 | ceph: fix off by one bugs in unsafe_request_wait() | Dan Carpenter |
2021-09-10 | locks: remove LOCK_MAND flock lock support | Jeff Layton |
2021-09-08 | Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2021-09-03 | ceph: fix dereference of null pointer cf | Colin Ian King |
2021-09-02 | ceph: drop the mdsc_get_session/put_session dout messages | Jeff Layton |
2021-09-02 | ceph: lockdep annotations for try_nonblocking_invalidate | Jeff Layton |
2021-09-02 | ceph: don't WARN if we're forcibly removing the session caps | Xiubo Li |
2021-09-02 | ceph: don't WARN if we're force umounting | Xiubo Li |
2021-09-02 | ceph: remove the capsnaps when removing caps | Xiubo Li |
2021-09-02 | ceph: request Fw caps before updating the mtime in ceph_write_iter | Jeff Layton |
2021-09-02 | ceph: reconnect to the export targets on new mdsmaps | Xiubo Li |
2021-09-02 | ceph: print more information when we can't find snaprealm | Jeff Layton |
2021-09-02 | ceph: add ceph_change_snap_realm() helper | Jeff Layton |
2021-09-02 | ceph: remove redundant initializations from mdsc and session | Jeff Layton |
2021-09-02 | ceph: cancel delayed work instead of flushing on mdsc teardown | Jeff Layton |
2021-09-02 | ceph: add a new vxattr to return auth mds for an inode | Jeff Layton |
2021-09-02 | ceph: remove some defunct forward declarations | Jeff Layton |
2021-09-02 | ceph: flush the mdlog before waiting on unsafe reqs | Xiubo Li |
2021-09-02 | ceph: flush mdlog before umounting | Xiubo Li |
2021-09-02 | ceph: make iterate_sessions a global symbol | Xiubo Li |
2021-09-02 | ceph: make ceph_create_session_msg a global symbol | Xiubo Li |
2021-09-02 | ceph: fix comment about short copies in ceph_write_end | Jeff Layton |