summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Merge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-24/+76
2024-10-10Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-4/+7
2024-10-10Merge tag 'xfs-6.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-260/+206
2024-10-10Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds3-14/+46
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko2-12/+12
2024-10-09Merge tag 'unicode-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3427/+3346
2024-10-09unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi2-3427/+3346
2024-10-09btrfs: fix clear_dirty and writeback ordering in submit_one_sector()Naohiro Aota1-7/+7
2024-10-09btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
2024-10-09xfs: fix a typoAndrew Kreimer1-1/+1
2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster3-7/+23
2024-10-08Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds14-197/+410
2024-10-08btrfs: fix missing error handling when adding delayed ref with qgroups enabledFilipe Manana1-9/+33
2024-10-08btrfs: add cancellation points to trim loopsLuca Stefani3-3/+14
2024-10-08btrfs: split remaining space to discard in chunksLuca Stefani2-4/+21
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster1-8/+23
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2024-10-07xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak1-7/+4
2024-10-07xfs: scrub: convert comma to semicolonYan Zhen1-2/+2
2024-10-07xfs: Remove empty declartion in header fileZhang Zekun1-2/+0
2024-10-06Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds20-209/+342
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-10-05Merge tag 'ext4_for_linus-5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-17/+23
2024-10-05bcachefs: Rework logged op error handlingKent Overstreet3-28/+53
2024-10-05bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet4-28/+43
2024-10-05bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet4-55/+51
2024-10-05bcachefs: Check for unlinked, non-empty dirs in check_inode()Kent Overstreet2-1/+19
2024-10-05bcachefs: Check for unlinked inodes with direntsKent Overstreet2-15/+41
2024-10-05bcachefs: Check for directories with no backpointersKent Overstreet2-8/+17
2024-10-05bcachefs: Kill alloc_v4.fragmentation_lruKent Overstreet7-22/+38
2024-10-05bcachefs: minor lru fsck fixesKent Overstreet1-12/+15
2024-10-05bcachefs: Mark more errors AUTOFIXKent Overstreet1-12/+12
2024-10-05bcachefs: Make sure we print error that causes fsck to bail outKent Overstreet1-3/+9
2024-10-05bcachefs: bkey errors are only AUTOFIX during readKent Overstreet2-8/+12
2024-10-05bcachefs: Create lost+found in correct snapshotKent Overstreet1-1/+7
2024-10-05bcachefs: Fix reattach_inode()Kent Overstreet1-6/+5
2024-10-05bcachefs: Add missing wakeup to bch2_inode_hash_remove()Kent Overstreet1-12/+21
2024-10-05ext4: fix off by one issue in alloc_flex_gd()Baokun Li1-8/+10
2024-10-05ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-10-05ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)1-8/+11
2024-10-04Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-27/+22
2024-10-04Merge tag 'fs_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-106/+224