index
:
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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2025-09-05
fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
Miklos Szeredi
2025-09-04
do_nfs4_mount(): switch to vfs_parse_fs_string()
Al Viro
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
2025-09-04
cifs: prevent NULL pointer dereference in UTF16 conversion
Makar Semyonov
2025-09-04
configfs: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
2025-09-03
binfmt_elf: preserve original ELF e_flags for core dumps
Svetlana Parfenova
2025-09-03
Merge tag 'v6.17-rc4-ksmbd-fix' of git://git.samba.org/ksmbd
Linus Torvalds
2025-09-03
fs: quota: create dedicated workqueue for quota_release_work
Shashank A P
2025-09-02
smb: client: show negotiated cipher in DebugData
Bharath SM
2025-09-02
smb: client: add new tracepoint to trace lease break notification
Bharath SM
2025-09-02
smb: client: fix spellings in comments
Bharath SM
2025-09-02
finish_automount(): use __free() to deal with dropping mnt on failure
Al Viro
2025-09-02
do_new_mount_fc(): use __free() to deal with dropping mnt on failure
Al Viro
2025-09-02
finish_automount(): take the lock_mount() analogue into a helper
Al Viro
2025-09-02
pivot_root(2): use __free() to deal with struct path in it
Al Viro
2025-09-02
do_loopback(): use __free(path_put) to deal with old_path
Al Viro
2025-09-02
finish_automount(): simplify the ELOOP check
Al Viro
2025-09-02
move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
Al Viro
2025-09-02
do_move_mount(): deal with the checks on old_path early
Al Viro
2025-09-02
do_move_mount(): trim local variables
Al Viro
2025-09-02
switch do_new_mount_fc() to fc_mount()
Al Viro
2025-09-02
current_chrooted(): use guards
Al Viro
2025-09-02
current_chrooted(): don't bother with follow_down_one()
Al Viro
2025-09-02
path_is_under(): use guards
Al Viro
2025-09-02
mnt_set_expiry(): use guards
Al Viro
2025-09-02
has_locked_children(): use guards
Al Viro
2025-09-02
propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()
Al Viro
2025-09-02
check_for_nsfs_mounts(): no need to take locks
Al Viro
2025-09-02
mnt_already_visible(): use guards
Al Viro
2025-09-02
put_mnt_ns(): use guards
Al Viro
2025-09-02
mark_mounts_for_expiry(): use guards
Al Viro
2025-09-02
do_set_group(): use guards
Al Viro
2025-09-02
do_change_type(): use guards
Al Viro
2025-09-02
__is_local_mountpoint(): use guards
Al Viro
2025-09-02
__detach_mounts(): use guards
Al Viro
2025-09-02
fs/namespace.c: allow to drop vfsmount references via __free(mntput)
Al Viro
2025-09-02
introduced guards for mount_lock
Al Viro
2025-09-02
fs/namespace.c: fix the namespace_sem guard mess
Al Viro
2025-09-02
Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...
Linus Torvalds
2025-09-02
f2fs: allocate HOT_DATA for IPU writes
Jaegeuk Kim
2025-09-02
Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-09-02
btrfs: fix subvolume deletion lockup caused by inodes xarray race
Omar Sandoval
2025-09-02
btrfs: fix corruption reading compressed range when block size is smaller tha...
Qu Wenruo
2025-09-02
btrfs: accept and ignore compression level for lzo
Calvin Owens
2025-09-02
btrfs: fix squota compressed stats leak
Boris Burkov
2025-09-02
fsnotify: fix "rewriten"->"rewritten"
Xichao Zhao
2025-09-02
procfs: add "pidns" mount option
Aleksa Sarai
2025-09-02
fuse: remove fuse_readpages_end() null mapping check
Joanne Koong
2025-09-02
fuse: fix references to fuse.rst -> fuse/fuse.rst
Miklos Szeredi
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
[prev]
[next]