summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-24ceph: add some fscrypt guardrailsJeff Layton5-9/+55
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton2-17/+150
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li6-26/+144
2023-08-24ceph: pass the request to parse_reply_info_readdir()Xiubo Li1-10/+13
2023-08-24ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton2-14/+60
2023-08-24ceph: add helpers for converting names for userland presentationJeff Layton2-0/+123
2023-08-24ceph: make d_revalidate call fscrypt revalidator for encrypted dentriesJeff Layton1-2/+7
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton2-0/+18
2023-08-24ceph: decode alternate_name in lease infoJeff Layton2-10/+38
2023-08-24ceph: send alternate_name in MClientRequestJeff Layton2-5/+74
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton5-25/+172
2023-08-22ceph: add base64 endcoding routines for encrypted namesLuís Henriques2-0/+92
2023-08-22ceph: make ioctl cmds more readable in debug logXiubo Li1-1/+38
2023-08-22ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton2-0/+111
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton6-6/+186
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton10-27/+372
2023-08-22ceph: use osd_req_op_extent_osd_iter for netfs readsJeff Layton1-18/+1
2023-08-22ceph: make ceph_msdc_build_path use ref-walkJeff Layton1-16/+19
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton6-67/+179
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton4-11/+72
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-62/+113
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason1-1/+24
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain1-1/+2
2023-08-16smb: client: fix null authScott Mayhew1-0/+4
2023-08-15Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-8/+27
2023-08-14btrfs: fix infinite directory readsFilipe Manana4-54/+84
2023-08-14smb3: display network namespace in debug informationSteve French1-0/+10
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-20/+99
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-3/+0
2023-08-12Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-118/+4
2023-08-12Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds4-3/+39
2023-08-11cifs: fix potential oops in cifs_oplock_breakSteve French1-7/+16
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2-1/+16
2023-08-10btrfs: exit gracefully if reloc roots don't matchQu Wenruo1-8/+37
2023-08-10btrfs: avoid race between qgroup tree creation and relocationQu Wenruo1-0/+10
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig1-5/+5
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig1-0/+6
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-08-10btrfs: wait for actual caching progress during allocationJosef Bacik2-2/+17
2023-08-10Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbdLinus Torvalds2-6/+13
2023-08-10zonefs: fix synchronous direct writes to sequential filesDamien Le Moal3-118/+4
2023-08-09Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2023-08-08Merge tag 'gfs2-v6.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+12
2023-08-07gfs2: Don't use filemap_splice_readBob Peterson1-2/+2
2023-08-07gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher1-4/+10
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-42/+79