index
:
pub/scm/linux/kernel/git/tip/tip.git
master
Linux kernel fork
TIP group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
xfs: add lockless xfs_buf_readahead_map fast path
Christoph Hellwig
1
-3
/
+13
2026-08-10
xfs: move buffer locking out of xfs_find_get_buf
Christoph Hellwig
1
-11
/
+22
2026-08-10
xfs: merge xfs_buf_reverify into xfs_buf_read_map
Christoph Hellwig
1
-43
/
+36
2026-08-10
xfs: use goto based error unwinding in xfs_buf_read_map
Christoph Hellwig
1
-23
/
+24
2026-08-10
xfs: don't reverify buffers in xfs_buf_readahead_map
Christoph Hellwig
1
-1
/
+0
2026-08-10
xfs: use WRITE_ONCE to update b_flags
Christoph Hellwig
1
-35
/
+51
2026-08-10
xfs: hide b_flags manipulation from code outside of xfs_buf.c
Christoph Hellwig
7
-13
/
+29
2026-08-10
xfs: remove _XBF_LOGRECOVERY
Christoph Hellwig
7
-19
/
+10
2026-08-10
xfs: remove spurious XBF_DONE clearing on readahead validation failure
Christoph Hellwig
2
-12
/
+11
2026-08-10
xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
Christoph Hellwig
1
-12
/
+29
2026-08-10
xfs: consolidate buffer locking in xfs_buf_get_map
Christoph Hellwig
2
-41
/
+23
2026-08-10
xfs: don't get a pag reference in xfs_buf_get_map
Christoph Hellwig
1
-34
/
+10
2026-08-10
Merge tag 'v7.2-rc7' into driver-core-next
Danilo Krummrich
225
-1494
/
+4126
2026-08-09
Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-4
/
+28
2026-08-08
eventfs: Use children field for rcu head and add memory barriers
Steven Rostedt
2
-2
/
+26
2026-08-08
eventfs: Fix use-after-free in eventfs_remove_rec()
Shuangpeng Bai
1
-2
/
+2
2026-08-07
f2fs: fix to pass folio->index to f2fs_sanity_check_node_footer()
Chao Yu
1
-1
/
+1
2026-08-07
f2fs: issue multi-device flushes in parallel
Yonggil Song
1
-3
/
+41
2026-08-07
f2fs: print error information in f2fs_put_super()
Chao Yu
1
-1
/
+2
2026-08-07
btrfs: skip hole detection during full fsync for files without holes
Filipe Manana
1
-0
/
+9
2026-08-07
btrfs: add extra ASSERT()s to make sure the folio size is correct
Qu Wenruo
1
-0
/
+19
2026-08-07
btrfs: use GFP_NOWAIT for tree block readahead
Boris Burkov
1
-1
/
+2
2026-08-07
btrfs: enable unlocked NOFAIL retry for eb allocations
Boris Burkov
5
-14
/
+50
2026-08-07
btrfs: add struct btrfs_eb_prealloc
Boris Burkov
7
-67
/
+166
2026-08-07
btrfs: factor init_extent_buffer from __alloc_extent_buffer
Boris Burkov
1
-8
/
+12
2026-08-07
btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()
Qu Wenruo
1
-7
/
+11
2026-08-07
btrfs: add validation for extent states
Qu Wenruo
1
-0
/
+21
2026-08-07
btrfs: use aligned range for locking in reflink
Qu Wenruo
1
-2
/
+2
2026-08-07
btrfs: use aligned range for locking in extent_fiemap()
Qu Wenruo
1
-2
/
+2
2026-08-07
btrfs: zoned: don't clobber the extent buffer when zeroing it out
Johannes Thumshirn
2
-13
/
+31
2026-08-07
btrfs: zoned: drop stranded dirty metadata buffers at unmount
Johannes Thumshirn
1
-0
/
+7
2026-08-07
btrfs: zoned: drop stranded dirty metadata on transaction abort
Johannes Thumshirn
3
-16
/
+60
2026-08-07
btrfs: zoned: flush active metadata block group at btree_writepages() start
Johannes Thumshirn
1
-21
/
+92
2026-08-07
btrfs: convert reflink.c to use btrfs_inode as parameters
Qu Wenruo
1
-52
/
+49
2026-08-07
btrfs: use simple booleans for log_commit field in struct btrfs_root
Filipe Manana
4
-17
/
+11
2026-08-07
btrfs: check for exit condition after waking in wait_log_commit()
Filipe Manana
1
-4
/
+4
2026-08-07
btrfs: move condition for log commit wait into wait_log_commit()
Filipe Manana
1
-26
/
+17
2026-08-07
btrfs: remove log batch counter use for fsync
Filipe Manana
4
-14
/
+1
2026-08-07
btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
Filipe Manana
2
-19
/
+1
2026-08-07
btrfs: sysfs: fix path of the "read_policy" module parameter in comment
Zenghui Yu
1
-1
/
+1
2026-08-07
btrfs: retry verity reads for not-uptodate Merkle folios
Yichong Chen
1
-5
/
+11
2026-08-07
btrfs: use %pe for error code output
Qu Wenruo
12
-93
/
+94
2026-08-07
btrfs: open code BTRFS_BYTES_TO_BLKS()
Qu Wenruo
2
-6
/
+4
2026-08-07
btrfs: replace writeback inhibition xarray with a fixed inline buffer
Leo Martins
3
-37
/
+77
2026-08-07
btrfs: compression: allocate heuristic buckets with workspace
Rosen Penev
1
-12
/
+2
2026-08-07
btrfs: check if root is readonly when setting posix acl
Sun YangKai
1
-0
/
+4
2026-08-07
btrfs: drop recovered reloc root refs on recovery failure
Guanghui Yang
1
-4
/
+27
2026-08-07
btrfs: add missing sctx check in cleanup path in btrfs_ioctl_send()
Hongling Zeng
1
-1
/
+1
2026-08-07
btrfs: disguise single-data-RAID56 as RAID1/RAID1C3
Qu Wenruo
3
-4
/
+27
2026-08-07
btrfs: remove duplicated block group type assignment
Qu Wenruo
1
-1
/
+0
[prev]
[next]