summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-19exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-07Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds
2024-03-05fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche
2024-03-05Revert "fs/aio: Make io_cancel() generate completions again"Bart Van Assche
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner
2024-03-04hugetlbfs: support idmapped mountsGiuseppe Scrivano
2024-03-02Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-01libfs: improve path_from_stashed()Christian Brauner
2024-03-01Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-01Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-01qnx4: convert qnx4 to use the new mount apiBill O'Donnell
2024-03-01fs: use inode_set_ctime_to_ts to set inode ctime to current timeNguyen Dinh Phi
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner
2024-03-01libfs: improve path_from_stashed() helperChristian Brauner
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01nsfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01libfs: add path_from_stashed()Christian Brauner
2024-03-01pidfd: add pidfsChristian Brauner
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana
2024-02-29btrfs: fix race between ordered extent completion and fiemapFilipe Manana
2024-02-28pidfd: move struct pidfd_fopsChristian Brauner
2024-02-27libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi
2024-02-27ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi
2024-02-27ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi
2024-02-27libfs: Merge encrypted_ci_dentry_ops and ci_dentry_opsGabriel Krisman Bertazi