summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2024-05-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2024-05-14Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-14Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2024-05-14Merge tag 'dlm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2024-05-14Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-05-14Merge tag 'erofs-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-14Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-10afs: Fix fileserver rotation getting stuckDavid Howells
2024-05-10fcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-09erofs: Zstandard compression supportGao Xiang
2024-05-08Merge tag '6.9-rc7-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-05-08Merge tag 'fuse-fixes-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-08Merge tag 'exfat-for-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-08fscrypt: try to avoid refing parent dentry in fscrypt_file_openMateusz Guzik
2024-05-08Merge tag 'bcachefs-2024-05-07.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-05-08fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais
2024-05-08erofs: clean up z_erofs_load_full_lcluster()Gao Xiang
2024-05-08erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo
2024-05-08erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo
2024-05-08erofs: rename utils.c to zutil.cChunhai Guo
2024-05-08virtiofs: include a newline in sysfs tagBrian Foster
2024-05-07btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)
2024-05-07btrfs: use the folio iterator in btrfs_end_super_write()Matthew Wilcox (Oracle)
2024-05-07btrfs: convert super block writes to folio in write_dev_supers()Matthew Wilcox (Oracle)
2024-05-07btrfs: convert super block writes to folio in wait_dev_supers()Matthew Wilcox (Oracle)
2024-05-07btrfs: remove duplicate included header from fs.hThorsten Blum
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik
2024-05-07btrfs: push extent lock down in submit_one_async_extentJosef Bacik
2024-05-07btrfs: push lock_extent down in cow_file_range()Josef Bacik
2024-05-07btrfs: move can_cow_file_range_inline() outside of the extent lockJosef Bacik
2024-05-07btrfs: push lock_extent into cow_file_range_inlineJosef Bacik
2024-05-07btrfs: push extent lock into cow_file_rangeJosef Bacik
2024-05-07btrfs: push extent lock into run_delalloc_cowJosef Bacik
2024-05-07btrfs: remove unlock_extent from run_delalloc_compressedJosef Bacik
2024-05-07btrfs: push extent lock down in run_delalloc_nocowJosef Bacik