summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-011-3/+15
* ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li2021-12-011-2/+1
* ceph: initialize i_size variable in ceph_sync_readJeff Layton2021-12-011-1/+1
* ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-011-8/+8
* Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-11-1314-415/+524
|\
| * ceph: add a new metric to keep track of remote object copiesLuís Henriques2021-11-083-1/+14
| * libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-11/+63
| * ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques2021-11-083-180/+115
| * ceph: split 'metric' debugfs file into several filesLuís Henriques2021-11-082-26/+57
| * ceph: return the real size read when it hits EOFXiubo Li2021-11-081-5/+8
| * ceph: properly handle statfs on multifs setupsJeff Layton2021-11-081-5/+6
| * ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton2021-11-083-3/+6
| * ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li2021-11-081-4/+0
| * ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li2021-11-081-6/+8
| * ceph: don't rely on error_string to validate blocklisted session.Kotresh HR2021-11-081-2/+19
| * ceph: just use ci->i_version for fscache aux infoJeff Layton2021-11-081-20/+3
| * ceph: shut down access to inode when async create failsJeff Layton2021-11-087-15/+85
| * ceph: refactor remove_session_caps_cbJeff Layton2021-11-083-105/+120
| * ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton2021-11-081-1/+3
| * ceph: drop private list from remove_session_caps_cbJeff Layton2021-11-081-16/+10
| * ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton2021-11-081-8/+8
| * ceph: print inode numbers instead of pointer valuesJeff Layton2021-11-083-8/+10
| * ceph: enable async dirops by defaultJeff Layton2021-11-082-3/+4
| * ceph: convert to noop_direct_IOJeff Layton2021-11-081-12/+1
* | netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-37/+43
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-2/+1
|\ \
| * | security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-2/+1
* | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \
| * | | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* | | | Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-11-011-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | locks: remove LOCK_MAND flock lock supportJeff Layton2021-09-101-3/+0
| | |/ | |/|
* | | ceph: fix handling of "meta" errorsJeff Layton2021-10-195-27/+8
* | | ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton2021-10-191-3/+14
| |/ |/|
* | ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter2021-09-211-2/+2
|/
* Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-09-0813-207/+437
|\
| * ceph: fix dereference of null pointer cfColin Ian King2021-09-031-0/+3
| * ceph: drop the mdsc_get_session/put_session dout messagesJeff Layton2021-09-021-9/+2
| * ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-021-0/+2
| * ceph: don't WARN if we're forcibly removing the session capsXiubo Li2021-09-023-10/+32
| * ceph: don't WARN if we're force umountingXiubo Li2021-09-021-2/+5
| * ceph: remove the capsnaps when removing capsXiubo Li2021-09-023-18/+87
| * ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-021-15/+17
| * ceph: reconnect to the export targets on new mdsmapsXiubo Li2021-09-022-4/+65
| * ceph: print more information when we can't find snaprealmJeff Layton2021-09-021-6/+5
| * ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-024-63/+45
| * ceph: remove redundant initializations from mdsc and sessionJeff Layton2021-09-021-19/+0
| * ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2021-09-022-3/+2
| * ceph: add a new vxattr to return auth mds for an inodeJeff Layton2021-09-021-0/+19
| * ceph: remove some defunct forward declarationsJeff Layton2021-09-021-6/+0
| * ceph: flush the mdlog before waiting on unsafe reqsXiubo Li2021-09-021-0/+76