index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2025-11-12
ocfs2: add boundary check to ocfs2_check_dir_entry()
Dmitry Antipov
-2
/
+15
2025-11-12
ocfs2: add directory size check to ocfs2_find_dir_space_id()
Dmitry Antipov
-0
/
+8
2025-11-12
ocfs2: add extra consistency check to ocfs2_dx_dir_lookup_rec()
Dmitry Antipov
-0
/
+8
2025-11-12
ocfs2: annotate flexible array members with __counted_by_le()
Dmitry Antipov
-10
/
+21
2025-11-12
ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()
Dmitry Antipov
-1
/
+7
2025-11-12
fs: move fd_install() slowpath into a dedicated routine and provide commentary
Mateusz Guzik
-6
/
+29
2025-11-12
fs: hide dentry_cache behind runtime const machinery
Mateusz Guzik
-2
/
+4
2025-11-12
fs: touch predicts in do_dentry_open()
Mateusz Guzik
-3
/
+3
2025-11-12
fs: retire now stale MAY_WRITE predicts in inode_permission()
Mateusz Guzik
-2
/
+2
2025-11-12
btrfs: utilize IOP_FASTPERM_MAY_EXEC
Mateusz Guzik
-1
/
+11
2025-11-12
fs: speed up path lookup with cheaper handling of MAY_EXEC
Mateusz Guzik
-2
/
+41
2025-11-12
fuse: refactor fuse_conn_put() to remove negative logic.
Luis Henriques
-20
/
+21
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
-3
/
+31
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
-21
/
+208
2025-11-12
dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()
Luis Henriques
-6
/
+12
2025-11-12
fuse: add WARN_ON and comment for RCU revalidate
Miklos Szeredi
-2
/
+10
2025-11-12
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
Bernd Schubert
-3
/
+3
2025-11-12
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
-2
/
+6
2025-11-12
xfs: remove xarray mark for reclaimable zones
Hans Holmberg
-12
/
+25
2025-11-12
xfs: remove the xlog_in_core_t typedef
Christoph Hellwig
-12
/
+12
2025-11-12
xfs: remove l_iclog_heads
Christoph Hellwig
-6
/
+6
2025-11-12
xfs: remove the xlog_rec_header_t typedef
Christoph Hellwig
-19
/
+19
2025-11-12
xfs: remove xlog_in_core_2_t
Christoph Hellwig
-35
/
+26
2025-11-12
xfs: remove a very outdated comment from xlog_alloc_log
Christoph Hellwig
-7
/
+0
2025-11-12
xfs: cleanup xlog_alloc_log a bit
Christoph Hellwig
-10
/
+8
2025-11-12
xfs: don't use xlog_in_core_2_t in struct xlog_in_core
Christoph Hellwig
-47
/
+44
2025-11-12
xfs: add a on-disk log header cycle array accessor
Christoph Hellwig
-61
/
+37
2025-11-12
xfs: add a XLOG_CYCLE_DATA_SIZE constant
Christoph Hellwig
-14
/
+15
2025-11-12
iomap: simplify when reads can be skipped for writes
Joanne Koong
-3
/
+6
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
-37
/
+36
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
-28
/
+36
2025-11-12
iomap: account for unaligned end offsets when truncating read range
Joanne Koong
-2
/
+20
2025-11-12
iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...
Joanne Koong
-19
/
+20
2025-11-12
fs: add iput_not_last()
Mateusz Guzik
-0
/
+12
2025-11-12
fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
Andrei Vagin
-16
/
+16
2025-11-12
power: always freeze efivarfs
Christian Brauner
-3
/
+11
2025-11-12
vfs: expose delegation support to userland
Jeff Layton
-5
/
+53
2025-11-12
nfsd: wire up GET_DIR_DELEGATION handling
Jeff Layton
-1
/
+126
2025-11-12
nfsd: allow DELEGRETURN on directories
Jeff Layton
-1
/
+2
2025-11-12
nfsd: allow filecache to hold S_IFDIR files
Jeff Layton
-17
/
+49
2025-11-12
filelock: lift the ban on directory leases in generic_setlease
Jeff Layton
-2
/
+10
2025-11-12
vfs: make vfs_symlink break delegations on parent dir
Jeff Layton
-6
/
+18
2025-11-12
vfs: make vfs_mknod break delegations on parent directory
Jeff Layton
-12
/
+19
2025-11-12
vfs: make vfs_create break delegations on parent directory
Jeff Layton
-8
/
+19
2025-11-12
vfs: clean up argument list for vfs_create()
Jeff Layton
-18
/
+10
2025-11-12
vfs: break parent dir delegations in open(..., O_CREAT) codepath
Jeff Layton
-4
/
+18
2025-11-12
vfs: allow rmdir to wait for delegation break on parent
Jeff Layton
-12
/
+24
2025-11-12
vfs: allow mkdir to wait for delegation break on parent
Jeff Layton
-14
/
+26
2025-11-12
vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
Jeff Layton
-1
/
+14
2025-11-12
filelock: push the S_ISREG check down to ->setlease handlers
Jeff Layton
-2
/
+9
[prev]
[next]