index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
btrfs: check block group lookup in remove_range_from_remap_tree()
Mark Harmstone
-0
/
+3
2026-02-26
btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()
Mark Harmstone
-0
/
+3
2026-02-26
btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()
Mark Harmstone
-1
/
+1
2026-02-26
btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...
Mark Harmstone
-2
/
+4
2026-02-26
btrfs: fix compat mask in error messages in btrfs_check_features()
Mark Harmstone
-3
/
+3
2026-02-26
btrfs: print correct subvol num if active swapfile prevents deletion
Mark Harmstone
-1
/
+1
2026-02-26
btrfs: fix warning in scrub_verify_one_metadata()
Mark Harmstone
-1
/
+1
2026-02-26
btrfs: fix objectid value in error message in check_extent_data_ref()
Mark Harmstone
-1
/
+1
2026-02-26
btrfs: fix incorrect key offset in error message in check_dev_extent_item()
Mark Harmstone
-1
/
+1
2026-02-26
btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()
Mark Harmstone
-1
/
+1
2026-02-26
btrfs: don't commit the super block when unmounting a shutdown filesystem
Miquel Sabaté Solà
-3
/
+11
2026-02-26
btrfs: free pages on error in btrfs_uring_read_extent()
Miquel Sabaté Solà
-1
/
+6
2026-02-26
btrfs: fix referenced/exclusive check in squota_check_parent_usage()
Boris Burkov
-1
/
+1
2026-02-26
btrfs: remove pointless WARN_ON() in cache_save_setup()
Filipe Manana
-1
/
+0
2026-02-26
btrfs: convert log messages to error level in btrfs_replay_log()
Filipe Manana
-2
/
+2
2026-02-26
btrfs: remove btrfs_handle_fs_error() after failure to recover log trees
Filipe Manana
-3
/
+3
2026-02-26
btrfs: remove redundant warning message in btrfs_check_uuid_tree()
Filipe Manana
-1
/
+0
2026-02-26
btrfs: change warning messages to error level in open_ctree()
Filipe Manana
-3
/
+2
2026-02-26
btrfs: fix a double release on reserved extents in cow_one_range()
Qu Wenruo
-1
/
+16
2026-02-26
btrfs: handle discard errors in in btrfs_finish_extent_commit()
Jingkai Tan
-1
/
+7
2026-02-26
netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
David Howells
-76
/
+218
2026-02-26
iomap: don't report direct-io retries to fserror
Darrick J. Wong
-1
/
+14
2026-02-25
Merge tag 'erofs-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-68
/
+63
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-73
/
+138
2026-02-25
xfs: add static size checks for ioctl UABI
Wilfred Mallawa
-5
/
+34
2026-02-25
xfs: remove duplicate static size checks
Wilfred Mallawa
-9
/
+0
2026-02-25
xfs: Add comments for usages of some macros.
Nirjhar Roy (IBM)
-0
/
+9
2026-02-25
xfs: Update lazy counters in xfs_growfs_rt_bmblock()
Nirjhar Roy (IBM)
-0
/
+9
2026-02-25
xfs: Add a comment in xfs_log_sb()
Nirjhar Roy (IBM)
-0
/
+3
2026-02-25
xfs: Fix xfs_last_rt_bmblock()
Nirjhar Roy (IBM)
-6
/
+24
2026-02-25
xfs: don't report half-built inodes to fserror
Darrick J. Wong
-3
/
+14
2026-02-25
xfs: don't report metadata inodes to fserror
Darrick J. Wong
-2
/
+14
2026-02-25
xfs: fix potential pointer access race in xfs_healthmon_get
Darrick J. Wong
-5
/
+8
2026-02-25
xfs: fix xfs_group release bug in xfs_dax_notify_dev_failure
Darrick J. Wong
-2
/
+2
2026-02-25
xfs: fix xfs_group release bug in xfs_verify_report_losses
Darrick J. Wong
-2
/
+2
2026-02-25
xfs: fix copy-paste error in previous fix
Darrick J. Wong
-1
/
+1
2026-02-25
xfs: Fix error pointer dereference
Ethan Tidmore
-1
/
+6
2026-02-25
xfs: remove metafile inodes from the active inode stat
Christoph Hellwig
-5
/
+23
2026-02-25
xfs: cleanup inode counter stats
Christoph Hellwig
-18
/
+18
2026-02-25
xfs: fix code alignment issues in xfs_ondisk.c
Wilfred Mallawa
-2
/
+2
2026-02-25
xfs: Replace &rtg->rtg_group with rtg_group()
Nirjhar Roy (IBM)
-8
/
+8
2026-02-25
xfs: Refactoring the nagcount and delta calculation
Nirjhar Roy (IBM)
-15
/
+33
2026-02-25
xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()
Nirjhar Roy (IBM)
-1
/
+4
2026-02-25
erofs: fix interlaced plain identification for encoded extents
Gao Xiang
-4
/
+5
2026-02-24
Squashfs: check metadata block offset is within range
Phillip Lougher
-0
/
+3
2026-02-24
nfsd: report the requested maximum number of threads instead of number running
Jeff Layton
-12
/
+13
2026-02-24
pidfs: avoid misleading break
Christian Brauner
-6
/
+4
2026-02-24
erofs: remove more unnecessary #ifdefs
Ferry Meng
-49
/
+36
2026-02-24
eventpoll: Fix integer overflow in ep_loop_check_proc()
Jann Horn
-2
/
+3
2026-02-23
nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
Roberto Bergantinos Corpas
-1
/
+6
[prev]
[next]