index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-07
NFS/localio: Deal with page bases that are > PAGE_SIZE
Trond Myklebust
1
-0
/
+2
2026-01-07
NFS/localio: Stop further I/O upon hitting an error
Trond Myklebust
1
-16
/
+14
2026-01-07
NFSv4.x: Directory delegations don't require any state recovery
Trond Myklebust
2
-1
/
+10
2026-01-07
f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctly
Chao Yu
1
-1
/
+1
2026-01-07
f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...
Yongpeng Yang
1
-4
/
+10
2026-01-07
f2fs: change seq_file_ra_mul and max_io_bytes to unsigned int
Yongpeng Yang
1
-2
/
+2
2026-01-07
f2fs: fix out-of-bounds access in sysfs attribute read/write
Yongpeng Yang
1
-8
/
+52
2026-01-07
f2fs: Accounting large folio subpages before bio submission
Nanzhe Zhao
1
-9
/
+12
2026-01-07
f2fs: Zero f2fs_folio_state on allocation
Nanzhe Zhao
1
-1
/
+2
2026-01-07
f2fs: sysfs: introduce inject_lock_timeout
Chao Yu
5
-5
/
+79
2026-01-07
f2fs: introduce FAULT_LOCK_TIMEOUT
Chao Yu
3
-0
/
+5
2026-01-07
f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUT
Chao Yu
3
-3
/
+3
2026-01-07
f2fs: fix timeout precision of f2fs_io_schedule_timeout_killable()
Chao Yu
1
-4
/
+3
2026-01-07
f2fs: fix to use jiffies based precision for DEFAULT_SCHEDULE_TIMEOUT
Chao Yu
1
-2
/
+2
2026-01-07
f2fs: clean up w/ __f2fs_schedule_timeout()
Chao Yu
1
-2
/
+1
2026-01-07
f2fs: trace elapsed time for io_rwsem lock
Chao Yu
2
-7
/
+12
2026-01-07
f2fs: trace elapsed time for cp_global_sem lock
Chao Yu
5
-9
/
+14
2026-01-07
f2fs: trace elapsed time for gc_lock lock
Chao Yu
6
-41
/
+52
2026-01-07
f2fs: trace elapsed time for node_write lock
Chao Yu
5
-10
/
+14
2026-01-07
f2fs: trace elapsed time for node_change lock
Chao Yu
3
-3
/
+4
2026-01-07
f2fs: trace elapsed time for cp_rwsem lock
Chao Yu
12
-125
/
+172
2026-01-07
f2fs: sysfs: introduce max_lock_elapsed_time
Chao Yu
4
-1
/
+7
2026-01-07
f2fs: add lock elapsed time trace facility for f2fs rwsemphore
Chao Yu
2
-4
/
+153
2026-01-07
f2fs: flush plug periodically during GC to maximize readahead effect
Daeho Jeong
1
-6
/
+13
2026-01-06
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
1
-1
/
+2
2026-01-06
fs: Describe @isnew parameter in ilookup5_nowait()
Bagas Sanjaya
1
-0
/
+3
2026-01-06
nfs: unify security_inode_listsecurity() calls
Stephen Smalley
1
-35
/
+3
2026-01-06
pidfs: protect PIDFD_GET_* ioctls() via ifdef
Christian Brauner
1
-0
/
+18
2026-01-06
fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcu
Breno Leitao
1
-3
/
+0
2026-01-06
fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFS
Mateusz Guzik
1
-2
/
+3
2026-01-06
hfsplus: pretend special inodes as regular files
Tetsuo Handa
1
-0
/
+6
2026-01-06
hfsplus: return error when node already exists in hfs_bnode_create
Shardul Bankar
1
-1
/
+1
2026-01-06
hfs: Replace BUG_ON with error handling for CNID count checks
Jori Koolstra
5
-14
/
+66
2026-01-06
hfsplus: fix generic/020 xfstests failure
Viacheslav Dubeyko
2
-14
/
+70
2026-01-06
Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
9
-32
/
+75
2026-01-06
btrfs: show correct warning if can't read data reloc tree
Mark Harmstone
1
-0
/
+1
2026-01-06
btrfs: fix NULL pointer dereference in do_abort_log_replay()
Suchit Karunakaran
1
-1
/
+1
2026-01-06
btrfs: force free space tree for bs > ps cases
Qu Wenruo
1
-1
/
+1
2026-01-06
btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
Qu Wenruo
1
-7
/
+5
2026-01-06
btrfs: release path before initializing extent tree in btrfs_read_locked_inode()
Filipe Manana
1
-5
/
+14
2026-01-06
btrfs: avoid access-beyond-folio for bs > ps encoded writes
Qu Wenruo
1
-4
/
+18
2026-01-05
kbuild: cleanup local -Wno-type-limits exceptions
Vincent Mailhol
1
-1
/
+0
2026-01-05
Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-37
/
+63
2026-01-05
compiler-context-analysis: Change __cond_acquires to take return value
Marco Elver
1
-1
/
+1
2026-01-05
x86,fs/resctrl: Support binary fixed point event counters
Tony Luck
3
-2
/
+90
2026-01-05
x86,fs/resctrl: Handle events that can be read from any CPU
Tony Luck
3
-1
/
+11
2026-01-05
fs/resctrl: Make event details accessible to functions when reading events
Tony Luck
4
-28
/
+28
2026-01-05
sysctl: Replace UINT converter macros with functions
Joel Granados
1
-4
/
+18
2026-01-05
x86,fs/resctrl: Rename some L3 specific functions
Tony Luck
3
-19
/
+19
2026-01-05
x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain
Tony Luck
4
-60
/
+60
[prev]
[next]