aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2021-12-01ceph: fix up non-directory creation in SGID directoriesGravatar Christian Brauner 1-3/+15
2021-12-01ceph: initialize pathlen variable in reconnect_caps_cbGravatar Xiubo Li 1-2/+1
2021-12-01ceph: initialize i_size variable in ceph_sync_readGravatar Jeff Layton 1-1/+1
2021-12-01ceph: fix duplicate increment of opened_inodes metricGravatar Hu Weiwen 1-8/+8
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 14-415/+524
2021-11-10netfs, 9p, afs, ceph: Use foliosGravatar David Howells 1-37/+43
2021-11-08ceph: add a new metric to keep track of remote object copiesGravatar Luís Henriques 3-1/+14
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeGravatar Luís Henriques 1-11/+63
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationGravatar Luís Henriques 3-180/+115
2021-11-08ceph: split 'metric' debugfs file into several filesGravatar Luís Henriques 2-26/+57
2021-11-08ceph: return the real size read when it hits EOFGravatar Xiubo Li 1-5/+8
2021-11-08ceph: properly handle statfs on multifs setupsGravatar Jeff Layton 1-5/+6
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeGravatar Jeff Layton 3-3/+6
2021-11-08ceph: fix mdsmap decode when there are MDS's beyond max_mdsGravatar Xiubo Li 1-4/+0
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedGravatar Xiubo Li 1-6/+8
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Gravatar Kotresh HR 1-2/+19
2021-11-08ceph: just use ci->i_version for fscache aux infoGravatar Jeff Layton 1-20/+3
2021-11-08ceph: shut down access to inode when async create failsGravatar Jeff Layton 7-15/+85
2021-11-08ceph: refactor remove_session_caps_cbGravatar Jeff Layton 3-105/+120
2021-11-08ceph: fix auth cap handling logic in remove_session_caps_cbGravatar Jeff Layton 1-1/+3
2021-11-08ceph: drop private list from remove_session_caps_cbGravatar Jeff Layton 1-16/+10
2021-11-08ceph: don't use -ESTALE as special return code in try_get_cap_refsGravatar Jeff Layton 1-8/+8
2021-11-08ceph: print inode numbers instead of pointer valuesGravatar Jeff Layton 3-8/+10
2021-11-08ceph: enable async dirops by defaultGravatar Jeff Layton 2-3/+4
2021-11-08ceph: convert to noop_direct_IOGravatar Jeff Layton 1-12/+1
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Gravatar Linus Torvalds 1-3/+0
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-1/+1
2021-10-20security: Return xattr name from security_dentry_init_security()Gravatar Vivek Goyal 1-2/+1
2021-10-19ceph: fix handling of "meta" errorsGravatar Jeff Layton 5-27/+8
2021-10-19ceph: skip existing superblocks that are blocklisted or shut down when mountingGravatar Jeff Layton 1-3/+14
2021-09-21ceph: fix off by one bugs in unsafe_request_wait()Gravatar Dan Carpenter 1-2/+2
2021-09-10locks: remove LOCK_MAND flock lock supportGravatar Jeff Layton 1-3/+0
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 13-207/+437
2021-09-03ceph: fix dereference of null pointer cfGravatar Colin Ian King 1-0/+3
2021-09-02ceph: drop the mdsc_get_session/put_session dout messagesGravatar Jeff Layton 1-9/+2
2021-09-02ceph: lockdep annotations for try_nonblocking_invalidateGravatar Jeff Layton 1-0/+2
2021-09-02ceph: don't WARN if we're forcibly removing the session capsGravatar Xiubo Li 3-10/+32
2021-09-02ceph: don't WARN if we're force umountingGravatar Xiubo Li 1-2/+5
2021-09-02ceph: remove the capsnaps when removing capsGravatar Xiubo Li 3-18/+87
2021-09-02ceph: request Fw caps before updating the mtime in ceph_write_iterGravatar Jeff Layton 1-15/+17
2021-09-02ceph: reconnect to the export targets on new mdsmapsGravatar Xiubo Li 2-4/+65
2021-09-02ceph: print more information when we can't find snaprealmGravatar Jeff Layton 1-6/+5
2021-09-02ceph: add ceph_change_snap_realm() helperGravatar Jeff Layton 4-63/+45
2021-09-02ceph: remove redundant initializations from mdsc and sessionGravatar Jeff Layton 1-19/+0
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownGravatar Jeff Layton 2-3/+2
2021-09-02ceph: add a new vxattr to return auth mds for an inodeGravatar Jeff Layton 1-0/+19
2021-09-02ceph: remove some defunct forward declarationsGravatar Jeff Layton 1-6/+0
2021-09-02ceph: flush the mdlog before waiting on unsafe reqsGravatar Xiubo Li 1-0/+76