index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2025-06-11
bcachefs: Mark need_discard_freespace_key_bad autofix
Kent Overstreet
2025-06-11
bcachefs: Update /dev/disk/by-uuid on device add
Kent Overstreet
2025-06-11
bcachefs: Add more flags to btree nodes for rewrite reason
Kent Overstreet
2025-06-11
bcachefs: Add range being updated to btree_update_to_text()
Kent Overstreet
2025-06-11
bcachefs: Log fsck errors in the journal
Kent Overstreet
2025-06-11
bcachefs: Add missing restart handling to check_topology()
Kent Overstreet
2025-06-11
configfs: use DCACHE_DONTCACHE
Al Viro
2025-06-11
debugfs: use DCACHE_DONTCACHE
Al Viro
2025-06-11
efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry()
Al Viro
2025-06-11
9p: don't bother with always_delete_dentry
Al Viro
2025-06-11
ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHE
Al Viro
2025-06-11
kill simple_dentry_operations
Al Viro
2025-06-11
devpts, sunrpc, hostfs: don't bother with ->d_op
Al Viro
2025-06-11
d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlier
Al Viro
2025-06-11
make d_set_d_op() static
Al Viro
2025-06-11
simple_lookup(): just set DCACHE_DONTCACHE
Al Viro
2025-06-11
tracefs: Add d_delete to remove negative dentries
Steven Rostedt
2025-06-11
set_default_d_op(): calculate the matching value for ->d_flags
Al Viro
2025-06-11
correct the set of flags forbidden at d_set_d_op() time
Al Viro
2025-06-11
exportfs: use lookup_one_unlocked()
NeilBrown
2025-06-11
coda: use iterate_dir() in coda_readdir()
NeilBrown
2025-06-11
VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()
NeilBrown
2025-06-11
VFS: change try_lookup_noperm() to skip revalidation
NeilBrown
2025-06-11
mntns: use stable inode number for initial mount ns
Christian Brauner
2025-06-10
split d_flags calculation out of d_set_d_op()
Al Viro
2025-06-10
new helper: set_default_d_op()
Al Viro
2025-06-10
fuse: no need for special dentry_operations for root dentry
Al Viro
2025-06-10
switch procfs from d_set_d_op() to d_splice_alias_ops()
Al Viro
2025-06-10
new helper: d_splice_alias_ops()
Al Viro
2025-06-10
procfs: kill ->proc_dops
Al Viro
2025-06-10
f2fs: Fix __write_node_folio() conversion
Matthew Wilcox (Oracle)
2025-06-10
filelock: add new locks_wake_up_waiter() helper
Jeff Layton
2025-06-10
fs/pipe: set FMODE_NOWAIT in create_pipe_files()
Jens Axboe
2025-06-10
fs/read_write: Fix spelling typo
Andy Shevchenko
2025-06-09
smb: client: disable path remapping with POSIX extensions
Philipp Kerling
2025-06-08
d_set_mounted(): we don't need to bump seqcount component of rename_lock
Al Viro
2025-06-08
Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-06-08
Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-06-08
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-06-08
Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-06-07
Merge tag 'ubifs-for-linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-06-07
do_change_type(): refuse to operate on unmounted/not ours mounts
Al Viro
2025-06-07
clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns
Al Viro
2025-06-07
do_move_mount(): split the checks in subtree-of-our-ns and entire-anon cases
Al Viro
2025-06-07
fs: allow clone_private_mount() for a path on real rootfs
KONDO KAZUMA(近藤 和真)
2025-06-07
fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
Al Viro
2025-06-07
path_overmount(): avoid false negatives
Al Viro
2025-06-07
fs/fhandle.c: fix a race in call of has_locked_children()
Al Viro
2025-06-06
Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
[prev]
[next]