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-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
2026-01-30
xfs: allocate m_errortag early
Christoph Hellwig
2
-25
/
+13
2026-01-30
xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubs
Christoph Hellwig
1
-2
/
+2
2026-01-30
xfs: validate log record version against superblock log version
Raphael Pinsonneault-Thibeault
1
-11
/
+16
2026-01-29
hfsplus: fix warning issue in inode.c
Viacheslav Dubeyko
1
-2
/
+2
2026-01-29
fsverity: start consolidating pagecache code
Christoph Hellwig
4
-32
/
+41
2026-01-29
fsverity: pass struct file to ->write_merkle_tree_block
Christoph Hellwig
4
-12
/
+14
2026-01-29
f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITY
Christoph Hellwig
1
-1
/
+1
2026-01-29
ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
Christoph Hellwig
1
-1
/
+2
2026-01-29
fs,fsverity: clear out fsverity_info from common code
Christoph Hellwig
5
-11
/
+13
2026-01-29
fs,fsverity: reject size changes on fsverity files in setattr_prepare
Christoph Hellwig
4
-17
/
+11
2026-01-29
Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-26
/
+3
2026-01-29
nfsd: do not allow exporting of special kernel filesystems
Amir Goldstein
1
-3
/
+5
2026-01-29
fsverity: add tracepoints
Andrey Albershteyn
4
-0
/
+16
2026-01-29
fs: add FS_XFLAG_VERITY for fs-verity files
Andrey Albershteyn
1
-0
/
+4
2026-01-29
NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasks
Chuck Lever
1
-1
/
+23
2026-01-29
NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operation
Rick Macklem
1
-5
/
+19
2026-01-29
NFSD: Add support for POSIX draft ACLs for file creation
Rick Macklem
1
-9
/
+53
2026-01-29
NFSD: Add support for XDR decoding POSIX draft ACLs
Rick Macklem
4
-10
/
+162
2026-01-29
NFSD: Refactor nfsd_setattr()'s ACL error reporting
Rick Macklem
3
-11
/
+34
2026-01-29
NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributes
Rick Macklem
1
-0
/
+5
2026-01-29
NFSD: Add nfsd4_encode_fattr4_posix_access_acl
Rick Macklem
1
-0
/
+35
2026-01-29
NFSD: Add nfsd4_encode_fattr4_posix_default_acl
Rick Macklem
1
-0
/
+128
2026-01-29
NFSD: Add nfsd4_encode_fattr4_acl_trueform_scope
Rick Macklem
1
-0
/
+10
2026-01-29
NFSD: Add nfsd4_encode_fattr4_acl_trueform
Rick Macklem
1
-0
/
+26
2026-01-29
Add RPC language definition of NFSv4 POSIX ACL extension
Chuck Lever
2
-2
/
+249
2026-01-29
NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLs
Chuck Lever
1
-0
/
+19
2026-01-29
xdrgen: Implement pass-through lines in specifications
Chuck Lever
2
-2
/
+11
2026-01-29
iomap: fix invalid folio access after folio_end_read()
Joanne Koong
1
-24
/
+27
2026-01-29
fs: dcache: fix typo in enum d_walk_ret comment
Chelsy Ratnawat
1
-5
/
+5
2026-01-29
xfs: fix spacing style issues in xfs_alloc.c
Shin Seong-jun
1
-4
/
+4
2026-01-29
xfs: remove xfs_zone_gc_space_available
Christoph Hellwig
1
-14
/
+7
2026-01-29
xfs: use a seprate member to track space availabe in the GC scatch buffer
Christoph Hellwig
1
-16
/
+9
2026-01-29
ovl: use name_is_dot* helpers in readdir code
Amir Goldstein
1
-25
/
+13
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
8
-8
/
+10
2026-01-29
ovl: Fix uninit-value in ovl_fill_real
Qing Wang
1
-1
/
+1
2026-01-28
hfsplus: fix generic/062 xfstests failure
Viacheslav Dubeyko
2
-13
/
+39
2026-01-28
nfsd: cancel async COPY operations when admin revokes filesystem state
Chuck Lever
5
-18
/
+133
2026-01-28
nfsd: add controls to set the minimum number of threads per pool
Jeff Layton
5
-4
/
+36
2026-01-28
nfsd: adjust number of running nfsd threads based on activity
Jeff Layton
2
-1
/
+77
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
3
-3
/
+3
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
3
-10
/
+10
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
3
-18
/
+15
2026-01-28
xfs: use bounce buffering direct I/O when the device requires stable pages
Christoph Hellwig
2
-5
/
+44
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
1
-10
/
+20
2026-01-28
iomap: support ioends for direct reads
Christoph Hellwig
1
-0
/
+8
2026-01-28
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
Christoph Hellwig
1
-4
/
+4
2026-01-28
iomap: free the bio before completing the dio
Christoph Hellwig
1
-8
/
+9
[prev]
[next]