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-02-02
fs: consolidate fsverity_info lookup in buffer.c
Christoph Hellwig
1
-16
/
+11
2026-02-02
fsverity: push out fsverity_info lookup
Christoph Hellwig
6
-26
/
+42
2026-02-02
fsverity: deconstify the inode pointer in struct fsverity_info
Christoph Hellwig
3
-5
/
+6
2026-02-02
fsverity: kick off hash readahead at data I/O submission time
Christoph Hellwig
8
-66
/
+139
2026-02-02
ext4: move ->read_folio and ->readahead to readpage.c
Christoph Hellwig
3
-30
/
+31
2026-02-02
jfs: avoid -Wtautological-constant-out-of-range-compare warning
Arnd Bergmann
1
-2
/
+2
2026-02-02
readahead: push invalidate_lock out of page_cache_ra_unbounded
Christoph Hellwig
2
-2
/
+7
2026-02-02
fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
Christoph Hellwig
1
-3
/
+4
2026-02-02
pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
Olga Kornievskaia
1
-1
/
+2
2026-02-02
smb/client: fix memory leak in SendReceive()
ChenXiaoSong
1
-1
/
+3
2026-02-02
smb/client: fix memory leak in smb2_open_file()
ChenXiaoSong
1
-0
/
+1
2026-02-02
dlm: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-1
/
+3
2026-02-02
pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another ns
Luca Boccassi
1
-1
/
+1
2026-01-31
ocfs2: fix reflink preserve cleanup issue
Heming Zhao
1
-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
/
+1
2026-01-31
f2fs: introduce trace_f2fs_priority_update
Chao Yu
1
-5
/
+12
2026-01-31
f2fs: fix lock priority inversion issue
Chao Yu
4
-2
/
+96
2026-01-31
f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_begin
Yeongjin Gil
1
-2
/
+10
2026-01-30
NFS: fix delayed delegation return handling
Christoph Hellwig
4
-21
/
+14
2026-01-30
NFS: simplify error handling in nfs_end_delegation_return
Christoph Hellwig
1
-13
/
+10
2026-01-30
NFS: fold nfs_abort_delegation_return into nfs_end_delegation_return
Christoph Hellwig
1
-19
/
+14
2026-01-30
NFS: remove the delegation == NULL check in nfs_end_delegation_return
Christoph Hellwig
1
-3
/
+0
2026-01-30
NFS: use bool for the issync argument to nfs_end_delegation_return
Christoph Hellwig
1
-6
/
+9
2026-01-30
NFS: return void from ->return_delegation
Christoph Hellwig
4
-10
/
+6
2026-01-30
NFS: return void from nfs4_inode_make_writeable
Christoph Hellwig
2
-8
/
+4
2026-01-30
f2fs: fix incomplete block usage in compact SSA summaries
Daeho Jeong
1
-4
/
+4
2026-01-30
NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4
Anna Schumaker
23
-361
/
+34
2026-01-30
NFS: Add a way to disable NFS v4.0 via KConfig
Anna Schumaker
8
-5
/
+47
2026-01-30
NFS: Move sequence slot operations into minorversion operations
Anna Schumaker
3
-72
/
+69
2026-01-30
NFS: Pass a struct nfs_client to nfs4_init_sequence()
Anna Schumaker
4
-69
/
+87
2026-01-30
NFS: Move NFS v4.0 pathdown recovery into nfs40client.c
Anna Schumaker
3
-22
/
+25
2026-01-30
NFS: Move nfs40_init_client into nfs40client.c
Anna Schumaker
4
-28
/
+28
2026-01-30
NFS: Move nfs40_shutdown_client into nfs40client.c
Anna Schumaker
5
-9
/
+13
2026-01-30
NFS: Make the various NFS v4.0 operations static again
Anna Schumaker
2
-10
/
+5
2026-01-30
NFS: Move the NFS v4.0 minor version ops into nfs40proc.c
Anna Schumaker
4
-111
/
+115
2026-01-30
NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.c
Anna Schumaker
4
-109
/
+114
2026-01-30
NFS: Split out the nfs40_state_renewal_ops into nfs40proc.c
Anna Schumaker
4
-101
/
+103
2026-01-30
NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.c
Anna Schumaker
4
-29
/
+34
2026-01-30
NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.c
Anna Schumaker
9
-194
/
+214
2026-01-30
NFS: Move nfs40_call_sync_ops into nfs40proc.c
Anna Schumaker
5
-25
/
+40
2026-01-30
gfs2: Fix use-after-free in iomap inline data write path
Deepanshu Kartikey
1
-1
/
+12
2026-01-30
xfs: add sysfs stats for zoned GC
Christoph Hellwig
3
-1
/
+18
2026-01-30
xfs: give the defer_relog stat a xs_ prefix
Christoph Hellwig
3
-5
/
+5
2026-01-30
xfs: add zone reset error injection
Christoph Hellwig
2
-4
/
+15
2026-01-30
xfs: refactor zone reset handling
Christoph Hellwig
1
-21
/
+28
2026-01-30
xfs: don't mark all discard issued by zoned GC as sync
Christoph Hellwig
1
-1
/
+2
2026-01-30
xfs: allow setting errortags at mount time
Christoph Hellwig
3
-1
/
+47
2026-01-30
xfs: use WRITE_ONCE/READ_ONCE for m_errortag
Christoph Hellwig
1
-9
/
+14
2026-01-30
xfs: move the guts of XFS_ERRORTAG_DELAY out of line
Christoph Hellwig
2
-12
/
+24
2026-01-30
xfs: don't validate error tags in the I/O path
Christoph Hellwig
3
-30
/
+12
[prev]
[next]