summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-118/+194
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-139/+148
2023-11-02Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds7-29/+54
2023-11-02Merge tag 'exfat-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-48/+171
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-135/+88
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-585/+823
2023-11-02Merge tag 'dlm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds3-18/+51
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-1/+1
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+7
2023-11-02Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+2
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-11-01ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2023-11-01ext4: fix racy may inline data check in dio writeBrian Foster1-7/+9
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar1-1/+1
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2-7/+2
2023-10-31Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-214/+407
2023-10-31Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+8
2023-10-31Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-5/+5
2023-10-31ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon1-16/+0
2023-10-31exfat: support create zero-size directoryYuezhang Mo4-8/+20
2023-10-31exfat: support handle zero-size directoryYuezhang Mo1-7/+22
2023-10-31exfat: add ioctls for accessing attributesJan Cincera7-33/+129
2023-10-31erofs: tidy up redundant includesFerry Meng6-8/+2
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng2-5/+3
2023-10-31erofs: simplify compression configuration parserGao Xiang6-108/+79
2023-10-31erofs: don't warn MicroLZMA format anymoreGao Xiang2-7/+2
2023-10-31Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds200-2/+94777
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds80-5285/+3893
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds14-280/+405
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds34-1398/+2428
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds193-907/+1046
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds53-66/+66
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds20-174/+358
2023-10-30Merge tag 'vfs-6.7.autofs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds4-182/+283
2023-10-30Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds27-306/+345
2023-10-28fs: assert that open_mutex isn't held over holder opsChristian Brauner1-0/+1
2023-10-28fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara1-18/+32
2023-10-28jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu1-1/+5
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara3-31/+36
2023-10-28reiserfs: Convert to bdev_open_by_dev/path()Jan Kara3-36/+33
2023-10-28ocfs2: Convert to use bdev_open_by_dev()Jan Kara1-36/+45
2023-10-28nfs/blocklayout: Convert to use bdev_open_by_dev/path()Jan Kara2-40/+38
2023-10-28jfs: Convert to bdev_open_by_dev()Jan Kara3-16/+18
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara2-6/+8
2023-10-28ext4: Convert to bdev_open_by_dev()Jan Kara3-30/+33
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara3-13/+13
2023-10-28btrfs: Convert to bdev_open_by_path()Jan Kara4-72/+73