aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo2-0/+82
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo2-22/+43
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds3-14/+38
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds2-25/+29
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds10-15/+59
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds30-272/+319
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds42-868/+956
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds7-84/+486
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds12-331/+392
2024-03-11Merge tag 'vfs-6.9.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds48-28826/+0
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds45-390/+494
2024-03-07Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds2-1/+3
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krisman/unicode into vfs.miscChristian Brauner9-78/+59
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang1-0/+1
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang1-1/+2
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds1-3/+42
2024-03-05fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
2024-03-05Revert "fs/aio: Make io_cancel() generate completions again"Bart Van Assche1-11/+16
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsChristian Brauner8-28/+55
2024-03-04hugetlbfs: support idmapped mountsGiuseppe Scrivano1-9/+14
2024-03-02Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+0
2024-03-01libfs: improve path_from_stashed()Christian Brauner4-40/+66
2024-03-01Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2-4/+9
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-35/+139
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds1-15/+22
2024-03-01Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-17/+14
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds3-17/+15
2024-03-01qnx4: convert qnx4 to use the new mount apiBill O'Donnell1-17/+30
2024-03-01fs: use inode_set_ctime_to_ts to set inode ctime to current timeNguyen Dinh Phi1-1/+1
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner4-28/+31
2024-03-01libfs: improve path_from_stashed() helperChristian Brauner3-66/+73
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner4-28/+56
2024-03-01nsfs: convert to path_from_stashed() helperChristian Brauner1-55/+18
2024-03-01libfs: add path_from_stashed()Christian Brauner2-0/+97
2024-03-01pidfd: add pidfsChristian Brauner2-3/+160
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana4-14/+14
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2-14/+29
2024-02-29btrfs: fix race between ordered extent completion and fiemapFilipe Manana1-7/+96
2024-02-28pidfd: move struct pidfd_fopsChristian Brauner2-1/+123
2024-02-27libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi1-34/+0
2024-02-27ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2-1/+1
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2-1/+1
2024-02-27ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2-1/+1
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi1-0/+28
2024-02-27libfs: Merge encrypted_ci_dentry_ops and ci_dentry_opsGabriel Krisman Bertazi1-28/+6
2024-02-27fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi1-10/+5
2024-02-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi1-3/+11
2024-02-27libfs: Attempt exact-match comparison first during casefolded lookupGabriel Krisman Bertazi1-17/+23
2024-02-27efs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+2
2024-02-27jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1