aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-26btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone1-1/+1
2026-02-26btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()Mark Harmstone1-1/+1
2026-02-26btrfs: don't commit the super block when unmounting a shutdown filesystemMiquel Sabaté Solà1-3/+11
2026-02-26btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà1-1/+6
2026-02-26btrfs: fix referenced/exclusive check in squota_check_parent_usage()Boris Burkov1-1/+1
2026-02-26btrfs: remove pointless WARN_ON() in cache_save_setup()Filipe Manana1-1/+0
2026-02-26btrfs: convert log messages to error level in btrfs_replay_log()Filipe Manana1-2/+2
2026-02-26btrfs: remove btrfs_handle_fs_error() after failure to recover log treesFilipe Manana1-3/+3
2026-02-26btrfs: remove redundant warning message in btrfs_check_uuid_tree()Filipe Manana1-1/+0
2026-02-26btrfs: change warning messages to error level in open_ctree()Filipe Manana1-3/+2
2026-02-26btrfs: fix a double release on reserved extents in cow_one_range()Qu Wenruo1-1/+16
2026-02-26btrfs: handle discard errors in in btrfs_finish_extent_commit()Jingkai Tan1-1/+7
2026-02-26netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequenceDavid Howells4-76/+218
2026-02-26exfat: use truncate_inode_pages_final() at evict_inode()Yang Wen1-1/+1
2026-02-26ntfs: Remove impossible conditionEthan Tidmore1-4/+1
2026-02-26ntfs: Replace ERR_PTR(0) with NULLEthan Tidmore1-1/+1
2026-02-26ntfs: Remove unneeded semicolonChen Ni1-1/+1
2026-02-26ntfs: Fix null pointer dereferenceEthan Tidmore1-1/+2
2026-02-26iomap: don't report direct-io retries to fserrorDarrick J. Wong1-1/+14
2026-02-25Merge tag 'erofs-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds5-67/+62
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds9-73/+138
2026-02-25xfs: add static size checks for ioctl UABIWilfred Mallawa1-5/+34
2026-02-25xfs: remove duplicate static size checksWilfred Mallawa1-9/+0
2026-02-25xfs: Add comments for usages of some macros.Nirjhar Roy (IBM)1-0/+9
2026-02-25xfs: Update lazy counters in xfs_growfs_rt_bmblock()Nirjhar Roy (IBM)1-0/+9
2026-02-25xfs: Add a comment in xfs_log_sb()Nirjhar Roy (IBM)1-0/+3
2026-02-25xfs: Fix xfs_last_rt_bmblock()Nirjhar Roy (IBM)1-6/+24
2026-02-25xfs: don't report half-built inodes to fserrorDarrick J. Wong2-3/+14
2026-02-25xfs: don't report metadata inodes to fserrorDarrick J. Wong1-2/+14
2026-02-25xfs: fix potential pointer access race in xfs_healthmon_getDarrick J. Wong2-5/+8
2026-02-25xfs: fix xfs_group release bug in xfs_dax_notify_dev_failureDarrick J. Wong1-2/+2
2026-02-25xfs: fix xfs_group release bug in xfs_verify_report_lossesDarrick J. Wong1-2/+2
2026-02-25xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-02-25xfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
2026-02-25xfs: remove metafile inodes from the active inode statChristoph Hellwig5-5/+23
2026-02-25xfs: cleanup inode counter statsChristoph Hellwig4-18/+18
2026-02-25xfs: fix code alignment issues in xfs_ondisk.cWilfred Mallawa1-2/+2
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)2-8/+8
2026-02-25xfs: Refactoring the nagcount and delta calculationNirjhar Roy (IBM)3-15/+33
2026-02-25xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+4
2026-02-25erofs: fix interlaced plain identification for encoded extentsGao Xiang1-4/+5
2026-02-24Squashfs: check metadata block offset is within rangePhillip Lougher1-0/+3
2026-02-24fs/ntfs3: return folios from ntfs_lock_new_page()Sun Jian1-21/+26
2026-02-24fs/ntfs3: resolve compare function in public index APIsAdarsh Das2-30/+49
2026-02-24ntfs3: reject inodes with zero non-DOS link countZiyi Guo1-0/+5
2026-02-24gfs2: Remove unnecessary check in gfs2_evict_inodeAndreas Gruenbacher1-1/+1
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton2-12/+13
2026-02-24pidfs: avoid misleading breakChristian Brauner1-6/+4
2026-02-24erofs: remove more unnecessary #ifdefsFerry Meng1-48/+35
2026-02-24eventpoll: Fix integer overflow in ep_loop_check_proc()Jann Horn1-2/+3