summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-02-26btrfs: check block group lookup in remove_range_from_remap_tree()Mark Harmstone-0/+3
2026-02-26btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()Mark Harmstone-0/+3
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone-1/+1
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone-2/+4
2026-02-26btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone-3/+3
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone-1/+1
2026-02-26btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone-1/+1
2026-02-26btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone-1/+1
2026-02-26btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone-1/+1
2026-02-26btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()Mark Harmstone-1/+1
2026-02-26btrfs: don't commit the super block when unmounting a shutdown filesystemMiquel Sabaté Solà-3/+11
2026-02-26btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà-1/+6
2026-02-26btrfs: fix referenced/exclusive check in squota_check_parent_usage()Boris Burkov-1/+1
2026-02-26btrfs: remove pointless WARN_ON() in cache_save_setup()Filipe Manana-1/+0
2026-02-26btrfs: convert log messages to error level in btrfs_replay_log()Filipe Manana-2/+2
2026-02-26btrfs: remove btrfs_handle_fs_error() after failure to recover log treesFilipe Manana-3/+3
2026-02-26btrfs: remove redundant warning message in btrfs_check_uuid_tree()Filipe Manana-1/+0
2026-02-26btrfs: change warning messages to error level in open_ctree()Filipe Manana-3/+2
2026-02-26btrfs: fix a double release on reserved extents in cow_one_range()Qu Wenruo-1/+16
2026-02-26btrfs: handle discard errors in in btrfs_finish_extent_commit()Jingkai Tan-1/+7
2026-02-26netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequenceDavid Howells-76/+218
2026-02-26iomap: don't report direct-io retries to fserrorDarrick J. Wong-1/+14
2026-02-25Merge tag 'erofs-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-68/+63
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-73/+138
2026-02-25xfs: add static size checks for ioctl UABIWilfred Mallawa-5/+34
2026-02-25xfs: remove duplicate static size checksWilfred Mallawa-9/+0
2026-02-25xfs: Add comments for usages of some macros.Nirjhar Roy (IBM)-0/+9
2026-02-25xfs: Update lazy counters in xfs_growfs_rt_bmblock()Nirjhar Roy (IBM)-0/+9
2026-02-25xfs: Add a comment in xfs_log_sb()Nirjhar Roy (IBM)-0/+3
2026-02-25xfs: Fix xfs_last_rt_bmblock()Nirjhar Roy (IBM)-6/+24
2026-02-25xfs: don't report half-built inodes to fserrorDarrick J. Wong-3/+14
2026-02-25xfs: don't report metadata inodes to fserrorDarrick J. Wong-2/+14
2026-02-25xfs: fix potential pointer access race in xfs_healthmon_getDarrick J. Wong-5/+8
2026-02-25xfs: fix xfs_group release bug in xfs_dax_notify_dev_failureDarrick J. Wong-2/+2
2026-02-25xfs: fix xfs_group release bug in xfs_verify_report_lossesDarrick J. Wong-2/+2
2026-02-25xfs: fix copy-paste error in previous fixDarrick J. Wong-1/+1
2026-02-25xfs: Fix error pointer dereferenceEthan Tidmore-1/+6
2026-02-25xfs: remove metafile inodes from the active inode statChristoph Hellwig-5/+23
2026-02-25xfs: cleanup inode counter statsChristoph Hellwig-18/+18
2026-02-25xfs: fix code alignment issues in xfs_ondisk.cWilfred Mallawa-2/+2
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)-8/+8
2026-02-25xfs: Refactoring the nagcount and delta calculationNirjhar Roy (IBM)-15/+33
2026-02-25xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()Nirjhar Roy (IBM)-1/+4
2026-02-25erofs: fix interlaced plain identification for encoded extentsGao Xiang-4/+5
2026-02-24Squashfs: check metadata block offset is within rangePhillip Lougher-0/+3
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton-12/+13
2026-02-24pidfs: avoid misleading breakChristian Brauner-6/+4
2026-02-24erofs: remove more unnecessary #ifdefsFerry Meng-49/+36
2026-02-24eventpoll: Fix integer overflow in ep_loop_check_proc()Jann Horn-2/+3
2026-02-23nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas-1/+6