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-03
btrfs: shrink the size of btrfs_bio
Qu Wenruo
-7
/
+8
2026-02-03
btrfs: remove ASSERT compatibility for gcc < 8.x
David Sterba
-17
/
+0
2026-02-03
btrfs: pass level to _btrfs_printk() to avoid parsing level from string
David Sterba
-45
/
+30
2026-02-03
btrfs: simplify internal btrfs_printk helpers
David Sterba
-5
/
+13
2026-02-03
btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_group
Johannes Thumshirn
-4
/
+4
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
-63
/
+32
2026-02-03
btrfs: remove dead assignment in prepare_one_folio()
Massimiliano Pellizzer
-4
/
+2
2026-02-03
btrfs: replace for_each_set_bit() with for_each_set_bitmap()
Qu Wenruo
-10
/
+16
2026-02-03
btrfs: concentrate the error handling of submit_one_sector()
Qu Wenruo
-14
/
+15
2026-02-03
btrfs: search for larger extent maps inside btrfs_do_readpage()
Qu Wenruo
-1
/
+14
2026-02-03
btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helper
Qu Wenruo
-22
/
+23
2026-02-03
btrfs: enable direct IO for bs > ps cases
Qu Wenruo
-15
/
+2
2026-02-03
btrfs: switch to library APIs for checksums
Eric Biggers
-103
/
+137
2026-02-03
btrfs: zoned: don't zone append to conventional zone
Johannes Thumshirn
-10
/
+12
2026-02-03
btrfs: relax squota parent qgroup deletion rule
Boris Burkov
-15
/
+35
2026-02-03
btrfs: check squota parent usage on membership change
Boris Burkov
-0
/
+39
2026-02-03
btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
-38
/
+18
2026-02-03
btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
-14
/
+14
2026-02-03
btrfs: update comment for visit_node_for_delete()
Sun YangKai
-1
/
+0
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
-0
/
+1
2026-02-03
erofs: avoid some unnecessary #ifdefs
Ferry Meng
-24
/
+14
2026-02-03
erofs: handle end of filesystem properly for file-backed mounts
Gao Xiang
-12
/
+8
2026-02-03
erofs: separate plain and compressed filesystems formally
Gao Xiang
-42
/
+36
2026-02-03
erofs: use inode_set_cached_link()
Gao Xiang
-13
/
+21
2026-02-02
fs: consolidate fsverity_info lookup in buffer.c
Christoph Hellwig
-16
/
+11
2026-02-02
fsverity: push out fsverity_info lookup
Christoph Hellwig
-26
/
+42
2026-02-02
fsverity: deconstify the inode pointer in struct fsverity_info
Christoph Hellwig
-5
/
+6
2026-02-02
fsverity: kick off hash readahead at data I/O submission time
Christoph Hellwig
-66
/
+139
2026-02-02
ext4: move ->read_folio and ->readahead to readpage.c
Christoph Hellwig
-30
/
+31
2026-02-02
jfs: avoid -Wtautological-constant-out-of-range-compare warning
Arnd Bergmann
-2
/
+2
2026-02-02
readahead: push invalidate_lock out of page_cache_ra_unbounded
Christoph Hellwig
-2
/
+7
2026-02-02
fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
Christoph Hellwig
-3
/
+4
2026-02-02
pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
Olga Kornievskaia
-1
/
+2
2026-02-02
smb/client: fix memory leak in SendReceive()
ChenXiaoSong
-1
/
+3
2026-02-02
smb/client: fix memory leak in smb2_open_file()
ChenXiaoSong
-0
/
+1
2026-02-02
dlm: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
-1
/
+3
2026-02-02
pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another ns
Luca Boccassi
-1
/
+1
2026-01-31
ocfs2: fix reflink preserve cleanup issue
Heming Zhao
-0
/
+4
2026-01-31
Merge tag 'efi-fixes-for-v6.19-3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2026-01-31
f2fs: introduce trace_f2fs_priority_update
Chao Yu
-5
/
+12
2026-01-31
f2fs: fix lock priority inversion issue
Chao Yu
-2
/
+96
2026-01-31
f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_begin
Yeongjin Gil
-2
/
+10
2026-01-30
NFS: fix delayed delegation return handling
Christoph Hellwig
-21
/
+14
2026-01-30
NFS: simplify error handling in nfs_end_delegation_return
Christoph Hellwig
-13
/
+10
2026-01-30
NFS: fold nfs_abort_delegation_return into nfs_end_delegation_return
Christoph Hellwig
-19
/
+14
2026-01-30
NFS: remove the delegation == NULL check in nfs_end_delegation_return
Christoph Hellwig
-3
/
+0
2026-01-30
NFS: use bool for the issync argument to nfs_end_delegation_return
Christoph Hellwig
-6
/
+9
2026-01-30
NFS: return void from ->return_delegation
Christoph Hellwig
-10
/
+6
2026-01-30
NFS: return void from nfs4_inode_make_writeable
Christoph Hellwig
-8
/
+4
2026-01-30
f2fs: fix incomplete block usage in compact SSA summaries
Daeho Jeong
-4
/
+4
[prev]
[next]