summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-01f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-11-01f2fs: Fix not used variable 'index'Zeng Heng
2024-11-01f2fs: fix typosAndrew Kreimer
2024-11-01f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written ...Qi Han
2024-11-01f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-11-01f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-11-01f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu
2024-11-01f2fs: introduce device aliasing fileDaeho Jeong
2024-11-01f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong
2024-11-01f2fs: multidevice: add stats in debugfsChao Yu
2024-11-01f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu
2024-10-16f2fs: fix to account dirty data in __get_secs_required()Chao Yu
2024-10-14f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin
2024-10-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-10-14f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han
2024-10-14f2fs: Use struct_size() to improve f2fs_acl_clone()Thorsten Blum
2024-10-14f2fs: introduce f2fs_get_section_mtimeliuderong
2024-10-14Merge tag 'f2fs-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-13Merge tag '6.12-rc2-cifs-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-10-11f2fs: allow parallel DIO readsJaegeuk Kim
2024-10-11erofs: get rid of kaddr in `struct z_erofs_maprecorder`Gao Xiang
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang
2024-10-10Merge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-10Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-10Merge tag 'xfs-6.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-10-09Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko
2024-10-09NFS: remove revoked delegation from server's delegation listDai Ngo
2024-10-09Merge tag 'unicode-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-10-09unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi
2024-10-09btrfs: fix clear_dirty and writeback ordering in submit_one_sector()Naohiro Aota
2024-10-09btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana
2024-10-09xfs: fix a typoAndrew Kreimer
2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster
2024-10-08Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-10-07btrfs: fix missing error handling when adding delayed ref with qgroups enabledFilipe Manana
2024-10-07btrfs: add cancellation points to trim loopsLuca Stefani
2024-10-07btrfs: split remaining space to discard in chunksLuca Stefani
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig