summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-05fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi
2025-09-04do_nfs4_mount(): switch to vfs_parse_fs_string()Al Viro
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro
2025-09-04cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov
2025-09-04configfs: use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao
2025-09-03binfmt_elf: preserve original ELF e_flags for core dumpsSvetlana Parfenova
2025-09-03Merge tag 'v6.17-rc4-ksmbd-fix' of git://git.samba.org/ksmbdLinus Torvalds
2025-09-03fs: quota: create dedicated workqueue for quota_release_workShashank A P
2025-09-02smb: client: show negotiated cipher in DebugDataBharath SM
2025-09-02smb: client: add new tracepoint to trace lease break notificationBharath SM
2025-09-02smb: client: fix spellings in commentsBharath SM
2025-09-02finish_automount(): use __free() to deal with dropping mnt on failureAl Viro
2025-09-02do_new_mount_fc(): use __free() to deal with dropping mnt on failureAl Viro
2025-09-02finish_automount(): take the lock_mount() analogue into a helperAl Viro
2025-09-02pivot_root(2): use __free() to deal with struct path in itAl Viro
2025-09-02do_loopback(): use __free(path_put) to deal with old_pathAl Viro
2025-09-02finish_automount(): simplify the ELOOP checkAl Viro
2025-09-02move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()Al Viro
2025-09-02do_move_mount(): deal with the checks on old_path earlyAl Viro
2025-09-02do_move_mount(): trim local variablesAl Viro
2025-09-02switch do_new_mount_fc() to fc_mount()Al Viro
2025-09-02current_chrooted(): use guardsAl Viro
2025-09-02current_chrooted(): don't bother with follow_down_one()Al Viro
2025-09-02path_is_under(): use guardsAl Viro
2025-09-02mnt_set_expiry(): use guardsAl Viro
2025-09-02has_locked_children(): use guardsAl Viro
2025-09-02propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()Al Viro
2025-09-02check_for_nsfs_mounts(): no need to take locksAl Viro
2025-09-02mnt_already_visible(): use guardsAl Viro
2025-09-02put_mnt_ns(): use guardsAl Viro
2025-09-02mark_mounts_for_expiry(): use guardsAl Viro
2025-09-02do_set_group(): use guardsAl Viro
2025-09-02do_change_type(): use guardsAl Viro
2025-09-02__is_local_mountpoint(): use guardsAl Viro
2025-09-02__detach_mounts(): use guardsAl Viro
2025-09-02fs/namespace.c: allow to drop vfsmount references via __free(mntput)Al Viro
2025-09-02introduced guards for mount_lockAl Viro
2025-09-02fs/namespace.c: fix the namespace_sem guard messAl Viro
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-02f2fs: allocate HOT_DATA for IPU writesJaegeuk Kim
2025-09-02Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-02btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval
2025-09-02btrfs: fix corruption reading compressed range when block size is smaller tha...Qu Wenruo
2025-09-02btrfs: accept and ignore compression level for lzoCalvin Owens
2025-09-02btrfs: fix squota compressed stats leakBoris Burkov
2025-09-02fsnotify: fix "rewriten"->"rewritten"Xichao Zhao
2025-09-02procfs: add "pidns" mount optionAleksa Sarai
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi