summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-02-133-1/+69
* ceph: always queue a writeback when revoking the Fb capsXiubo Li2024-02-131-24/+24
* ceph: always check dir caps asynchronouslyXiubo Li2024-02-074-14/+5
* ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave2024-02-071-1/+2
* ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li2024-02-071-0/+2
* Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-199-48/+89
|\
| * ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro2024-01-151-8/+13
| * ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro2024-01-151-2/+0
| * ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao2024-01-151-17/+22
| * ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li2024-01-151-2/+2
| * ceph: send oldest_client_tid when renewing capsXiubo Li2024-01-151-5/+17
| * ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li2024-01-151-3/+5
| * ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers2024-01-151-0/+1
| * ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-01-151-6/+3
| * ceph: try to allocate a smaller extent map for sparse readXiubo Li2024-01-153-3/+23
| * ceph: reinitialize mds feature bit even when session in openVenky Shankar2024-01-151-1/+1
| * ceph: skip reconnecting if MDS is not readyXiubo Li2024-01-151-1/+2
* | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-193-63/+11
|\ \
| * | netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-1/+1
| * | netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-242-32/+2
| * | netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-242-17/+8
| * | netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-242-13/+0
| |/
* | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-112-2/+2
|\ \
| * | dentry: switch the lists of children to hlistAl Viro2023-11-252-2/+2
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-2/+2
|\ \
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-2/+2
| |/
* | fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+2
* | fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2023-12-011-4/+5
|/
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-1022-1462/+2080
|\
| * ceph: allow idmapped mountsChristian Brauner2023-11-031-1/+1
| * ceph: allow idmapped atomic_open inode opChristian Brauner2023-11-031-2/+9
| * ceph: allow idmapped set_acl inode opChristian Brauner2023-11-031-1/+1
| * ceph: allow idmapped setattr inode opChristian Brauner2023-11-031-8/+12
| * ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn2023-11-034-8/+8
| * ceph: allow idmapped permission inode opChristian Brauner2023-11-031-1/+1
| * ceph: allow idmapped getattr inode opChristian Brauner2023-11-031-1/+1
| * ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner2023-11-031-0/+4
| * ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn2023-11-033-7/+28
| * ceph: handle idmapped mounts in create_request_message()Christian Brauner2023-11-032-5/+56
| * ceph: stash idmapping in mdsc requestChristian Brauner2023-11-032-0/+6
| * libceph, ceph: move mdsmap.h to fs/cephXiubo Li2023-11-033-2/+77
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-0319-1312/+1747
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-0314-95/+95
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-039-36/+51
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-0/+1
|\ \
| * | fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-241-0/+1
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-306-41/+51
|\ \ \
| * | | ceph: convert to new timestamp accessorsJeff Layton2023-10-186-41/+51
* | | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
| | |/ | |/|