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-12
fuse: refactor fuse_conn_put() to remove negative logic.
Luis Henriques
1
-19
/
+20
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
4
-3
/
+31
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
3
-21
/
+208
2025-11-12
dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()
Luis Henriques
1
-6
/
+12
2025-11-12
fuse: add WARN_ON and comment for RCU revalidate
Miklos Szeredi
1
-2
/
+10
2025-11-12
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
Bernd Schubert
1
-3
/
+3
2025-11-12
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
3
-2
/
+6
2025-11-12
xfs: remove xarray mark for reclaimable zones
Hans Holmberg
5
-12
/
+25
2025-11-12
xfs: remove the xlog_in_core_t typedef
Christoph Hellwig
2
-12
/
+12
2025-11-12
xfs: remove l_iclog_heads
Christoph Hellwig
2
-6
/
+6
2025-11-12
xfs: remove the xlog_rec_header_t typedef
Christoph Hellwig
3
-19
/
+19
2025-11-12
xfs: remove xlog_in_core_2_t
Christoph Hellwig
4
-35
/
+26
2025-11-12
xfs: remove a very outdated comment from xlog_alloc_log
Christoph Hellwig
1
-7
/
+0
2025-11-12
xfs: cleanup xlog_alloc_log a bit
Christoph Hellwig
1
-10
/
+8
2025-11-12
xfs: don't use xlog_in_core_2_t in struct xlog_in_core
Christoph Hellwig
4
-47
/
+44
2025-11-12
xfs: add a on-disk log header cycle array accessor
Christoph Hellwig
3
-61
/
+37
2025-11-12
xfs: add a XLOG_CYCLE_DATA_SIZE constant
Christoph Hellwig
3
-14
/
+15
2025-11-12
iomap: simplify when reads can be skipped for writes
Joanne Koong
1
-3
/
+6
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
2
-37
/
+36
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
3
-28
/
+36
2025-11-12
iomap: account for unaligned end offsets when truncating read range
Joanne Koong
1
-2
/
+20
2025-11-12
iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_submitted
Joanne Koong
1
-19
/
+20
2025-11-12
fs: add iput_not_last()
Mateusz Guzik
1
-0
/
+12
2025-11-12
fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
Andrei Vagin
1
-16
/
+16
2025-11-12
power: always freeze efivarfs
Christian Brauner
2
-3
/
+11
2025-11-12
vfs: expose delegation support to userland
Jeff Layton
2
-5
/
+53
2025-11-12
nfsd: wire up GET_DIR_DELEGATION handling
Jeff Layton
3
-1
/
+126
2025-11-12
nfsd: allow DELEGRETURN on directories
Jeff Layton
1
-1
/
+2
2025-11-12
nfsd: allow filecache to hold S_IFDIR files
Jeff Layton
4
-17
/
+49
2025-11-12
filelock: lift the ban on directory leases in generic_setlease
Jeff Layton
1
-2
/
+10
2025-11-12
vfs: make vfs_symlink break delegations on parent dir
Jeff Layton
5
-6
/
+18
2025-11-12
vfs: make vfs_mknod break delegations on parent directory
Jeff Layton
5
-12
/
+19
2025-11-12
vfs: make vfs_create break delegations on parent directory
Jeff Layton
7
-8
/
+19
2025-11-12
vfs: clean up argument list for vfs_create()
Jeff Layton
7
-18
/
+10
2025-11-12
vfs: break parent dir delegations in open(..., O_CREAT) codepath
Jeff Layton
1
-4
/
+18
2025-11-12
vfs: allow rmdir to wait for delegation break on parent
Jeff Layton
6
-12
/
+24
2025-11-12
vfs: allow mkdir to wait for delegation break on parent
Jeff Layton
9
-14
/
+26
2025-11-12
vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
Jeff Layton
1
-1
/
+14
2025-11-12
filelock: push the S_ISREG check down to ->setlease handlers
Jeff Layton
4
-2
/
+9
2025-11-12
filelock: add struct delegated_inode
Jeff Layton
6
-26
/
+26
2025-11-12
filelock: rework the __break_lease API to use flags
Jeff Layton
1
-11
/
+18
2025-11-12
filelock: make lease_alloc() take a flags argument
Jeff Layton
1
-7
/
+6
2025-11-11
ocfs2: add extra flags check in ocfs2_ioctl_move_extents()
Dmitry Antipov
1
-0
/
+6
2025-11-11
Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-34
/
+34
2025-11-11
smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNECTED
Stefan Metzmacher
1
-0
/
+3
2025-11-11
smb: fix invalid username check in smb3_fs_context_parse_param()
Yiqi Sun
1
-1
/
+1
2025-11-11
smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DISCONNECTED
Stefan Metzmacher
1
-0
/
+3
2025-11-11
ntfs3: fix double free of sbi->options->nls and clarify ownership of fc->fs_private
YangWen
1
-2
/
+3
2025-11-11
fs/ntfs3: Initialize allocated memory before use
Bartlomiej Kubik
1
-4
/
+3
2025-11-11
fuse: fix readahead reclaim deadlock
Joanne Koong
1
-7
/
+19
[prev]
[next]