index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-11
xfs: reduce ilock roundtrips in xfs_qm_vop_dqalloc
Christoph Hellwig
1
-29
/
+3
2025-11-11
xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}
Christoph Hellwig
1
-13
/
+11
2025-11-11
xfs: move quota locking into xrep_quota_item
Christoph Hellwig
1
-10
/
+6
2025-11-11
xfs: move quota locking into xqcheck_commit_dquot
Christoph Hellwig
1
-19
/
+2
2025-11-11
xfs: move q_qlock locking into xqcheck_compare_dquot
Christoph Hellwig
1
-8
/
+3
2025-11-11
xfs: move q_qlock locking into xchk_quota_item
Christoph Hellwig
1
-5
/
+1
2025-11-11
xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.
Christoph Hellwig
5
-1
/
+4
2025-11-11
xfs: remove q_qlock locking in xfs_qm_scall_setqlim
Christoph Hellwig
1
-2
/
+0
2025-11-11
xfs: return the dquot unlocked from xfs_qm_dqget
Christoph Hellwig
7
-5
/
+9
2025-11-11
xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inode
Christoph Hellwig
2
-40
/
+9
2025-11-11
xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqpp
Christoph Hellwig
2
-13
/
+1
2025-11-11
xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inode
Christoph Hellwig
1
-14
/
+9
2025-11-11
xfs: remove xfs_qm_dqput and optimize dropping dquot references
Christoph Hellwig
10
-50
/
+32
2025-11-11
xfs: use a lockref for the xfs_dquot reference count
Christoph Hellwig
5
-42
/
+37
2025-11-11
xfs: remove xfs_dqunlock and friends
Christoph Hellwig
9
-62
/
+47
2025-11-11
xfs: don't treat all radix_tree_insert errors as -EEXIST
Christoph Hellwig
1
-13
/
+18
2025-11-11
xfs: make qi_dquots a 64-bit value
Christoph Hellwig
2
-2
/
+2
2025-11-11
xfs: don't leak a locked dquot when xfs_dquot_attach_buf fails
Christoph Hellwig
1
-2
/
+3
2025-11-11
xfs: add a xfs_groups_to_rfsbs helper
Christoph Hellwig
4
-7
/
+21
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
1
-1
/
+1
2025-11-11
fs: use boolean to indicate anonymous mount namespace
Christian Brauner
2
-3
/
+5
2025-11-11
nstree: switch to new structures
Christian Brauner
1
-1
/
+1
2025-11-11
Merge branch 'kbuild-6.19.fms.extension'
Christian Brauner
35
-418
/
+650
2025-11-10
NFS: Fix LTP test failures when timestamps are delegated
Dai Ngo
1
-6
/
+12
2025-11-10
NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()
Trond Myklebust
1
-3
/
+6
2025-11-10
NFS: sysfs: fix leak when nfs_client kobject add fails
Yang Xiuwei
1
-0
/
+1
2025-11-10
NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
Trond Myklebust
1
-3
/
+4
2025-11-10
nfs/localio: do not issue misaligned DIO out-of-order
Mike Snitzer
1
-76
/
+52
2025-11-10
nfs/localio: Ensure DIO WRITE's IO on stable storage upon completion
Mike Snitzer
1
-1
/
+5
2025-11-10
nfs/localio: backfill missing partial read support for misaligned DIO
Mike Snitzer
1
-4
/
+20
2025-11-10
nfs/localio: add refcounting for each iocb IO associated with NFS pgio header
Mike Snitzer
1
-43
/
+67
2025-11-10
nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE support
Mike Snitzer
1
-10
/
+3
2025-11-10
NFS: Check the TLS certificate fields in nfs_match_client()
Trond Myklebust
1
-0
/
+8
2025-11-10
pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLS
Trond Myklebust
2
-4
/
+24
2025-11-10
pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()
Trond Myklebust
1
-17
/
+17
2025-11-10
pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()
Trond Myklebust
1
-14
/
+18
2025-11-10
nfsd: ensure SEQUENCE replay sends a valid reply.
NeilBrown
3
-19
/
+36
2025-11-10
NFSD: Never cache a COMPOUND when the SEQUENCE operation fails
Chuck Lever
1
-1
/
+14
2025-11-10
NFSD: Skip close replay processing if XDR encoding fails
Chuck Lever
1
-2
/
+1
2025-11-10
NFSD: free copynotify stateid in nfs4_free_ol_stateid()
Olga Kornievskaia
1
-1
/
+2
2025-11-10
fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/O
Konstantin Komarov
6
-192
/
+114
2025-11-10
ntfs3: avoid memcpy size warning
Lizhi Xu
1
-1
/
+2
2025-11-10
fs/ntfs3: fix KMSAN uninit-value in ni_create_attr_list
Nirbhay Sharma
1
-1
/
+1
2025-11-10
ntfs3: init run lock for extend inode
Edward Adam Davis
1
-0
/
+1
2025-11-10
ntfs: set dummy blocksize to read boot_block when mounting
Pedro Demarchi Gomes
1
-0
/
+5
2025-11-10
Merge branch 'kbuild-6.19.fms.extension'
Christian Brauner
83
-1014
/
+1233
2025-11-10
Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"
Christian Brauner
1
-3
/
+3
2025-11-10
ns: handle setns(pidfd, ...) cleanly
Christian Brauner
1
-1
/
+1
2025-11-09
nilfs2: avoid having an active sc_timer before freeing sci
Edward Adam Davis
1
-1
/
+6
2025-11-09
fs/proc: fix uaf in proc_readdir_de()
Wei Yang
1
-3
/
+9
[prev]
[next]