开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
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-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-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
2025-06-06
Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-06
ceph: fix variable dereferenced before check in ceph_umount_begin()
Viacheslav Dubeyko
2025-06-05
cifs: update internal version number
Steve French
2025-06-04
Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2025-06-04
Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2025-06-04
bcachefs: add cond_resched() to handle_overwrites()
Kent Overstreet
2025-06-04
bcachefs: Make journal read log message a bit quieter
Kent Overstreet
2025-06-04
bcachefs: Fix subvol to missing root repair
Kent Overstreet
2025-06-04
bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()
Kent Overstreet
2025-06-04
bcachefs: delete dead code from may_delete_deleted_inode()
Kent Overstreet
2025-06-04
bcachefs: Add flags to subvolume_to_text()
Kent Overstreet
2025-06-04
bcachefs: Fix oops in btree_node_seq_matches()
Kent Overstreet
2025-06-04
bcachefs: Fix dirent_casefold_mismatch repair
Kent Overstreet
2025-06-04
bcachefs: Fix bch2_fsck_rename_dirent() for casefold
Kent Overstreet
2025-06-04
bcachefs: Redo bch2_dirent_init_name()
Kent Overstreet
2025-06-04
bcachefs: Fix -Wc23-extensions in bch2_check_dirents()
Nathan Chancellor
[next]