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