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-01-09
x86/resctrl: Read telemetry events
Tony Luck
-0
/
+14
2026-01-09
x86/resctrl: Find and enable usable telemetry events
Tony Luck
-4
/
+6
2026-01-09
Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-17
/
+39
2026-01-09
btrfs: send: check for inline extents in range_is_hole_in_parent()
Qu Wenruo
-0
/
+2
2026-01-09
btrfs: tests: fix return 0 on rmap test failure
Naohiro Aota
-0
/
+3
2026-01-09
btrfs: tests: fix root tree leak in btrfs_test_qgroups()
Zilin Guan
-3
/
+3
2026-01-09
btrfs: release path before iget_failed() in btrfs_read_locked_inode()
Filipe Manana
-0
/
+9
2026-01-09
Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
-91
/
+184
2026-01-09
x86,fs/resctrl: Add architectural event pointer
Tony Luck
-4
/
+14
2026-01-09
x86,fs/resctrl: Fill in details of events for performance and energy GUIDs
Tony Luck
-15
/
+20
2026-01-09
fs/resctrl: Emphasize that L3 monitoring resource is required for summing dom...
Tony Luck
-4
/
+11
2026-01-09
x86,fs/resctrl: Add and initialize a resource for package scope monitoring
Tony Luck
-0
/
+4
2026-01-09
x86,fs/resctrl: Add an architectural hook called for first mount
Tony Luck
-0
/
+3
2026-01-09
xfs: fix memory leak in xfs_growfs_check_rtgeom()
Dan Carpenter
-1
/
+1
2026-01-07
NFS/localio: Deal with page bases that are > PAGE_SIZE
Trond Myklebust
-0
/
+2
2026-01-07
NFS/localio: Stop further I/O upon hitting an error
Trond Myklebust
-16
/
+14
2026-01-07
NFSv4.x: Directory delegations don't require any state recovery
Trond Myklebust
-1
/
+10
2026-01-07
f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctly
Chao Yu
-1
/
+1
2026-01-07
f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...
Yongpeng Yang
-4
/
+10
2026-01-07
f2fs: change seq_file_ra_mul and max_io_bytes to unsigned int
Yongpeng Yang
-2
/
+2
2026-01-07
f2fs: fix out-of-bounds access in sysfs attribute read/write
Yongpeng Yang
-8
/
+52
2026-01-07
f2fs: Accounting large folio subpages before bio submission
Nanzhe Zhao
-9
/
+12
2026-01-07
f2fs: Zero f2fs_folio_state on allocation
Nanzhe Zhao
-1
/
+2
2026-01-07
f2fs: sysfs: introduce inject_lock_timeout
Chao Yu
-5
/
+79
2026-01-07
f2fs: introduce FAULT_LOCK_TIMEOUT
Chao Yu
-0
/
+5
2026-01-07
f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUT
Chao Yu
-3
/
+3
2026-01-07
f2fs: fix timeout precision of f2fs_io_schedule_timeout_killable()
Chao Yu
-4
/
+3
2026-01-07
f2fs: fix to use jiffies based precision for DEFAULT_SCHEDULE_TIMEOUT
Chao Yu
-2
/
+2
2026-01-07
f2fs: clean up w/ __f2fs_schedule_timeout()
Chao Yu
-2
/
+1
2026-01-07
f2fs: trace elapsed time for io_rwsem lock
Chao Yu
-7
/
+12
2026-01-07
f2fs: trace elapsed time for cp_global_sem lock
Chao Yu
-9
/
+14
2026-01-07
f2fs: trace elapsed time for gc_lock lock
Chao Yu
-41
/
+52
2026-01-07
f2fs: trace elapsed time for node_write lock
Chao Yu
-10
/
+14
2026-01-07
f2fs: trace elapsed time for node_change lock
Chao Yu
-3
/
+4
2026-01-07
f2fs: trace elapsed time for cp_rwsem lock
Chao Yu
-125
/
+172
2026-01-07
f2fs: sysfs: introduce max_lock_elapsed_time
Chao Yu
-1
/
+7
2026-01-07
f2fs: add lock elapsed time trace facility for f2fs rwsemphore
Chao Yu
-4
/
+153
2026-01-07
f2fs: flush plug periodically during GC to maximize readahead effect
Daeho Jeong
-6
/
+13
2026-01-06
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
-1
/
+2
2026-01-06
fs: Describe @isnew parameter in ilookup5_nowait()
Bagas Sanjaya
-0
/
+3
2026-01-06
nfs: unify security_inode_listsecurity() calls
Stephen Smalley
-35
/
+3
2026-01-06
pidfs: protect PIDFD_GET_* ioctls() via ifdef
Christian Brauner
-0
/
+18
2026-01-06
fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcu
Breno Leitao
-3
/
+0
2026-01-06
fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFS
Mateusz Guzik
-2
/
+3
2026-01-06
hfsplus: pretend special inodes as regular files
Tetsuo Handa
-0
/
+6
2026-01-06
hfsplus: return error when node already exists in hfs_bnode_create
Shardul Bankar
-1
/
+1
2026-01-06
hfs: Replace BUG_ON with error handling for CNID count checks
Jori Koolstra
-14
/
+66
2026-01-06
hfsplus: fix generic/020 xfstests failure
Viacheslav Dubeyko
-14
/
+70
2026-01-06
Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
-32
/
+75
2026-01-06
btrfs: show correct warning if can't read data reloc tree
Mark Harmstone
-0
/
+1
[prev]
[next]