aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-05fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi1-1/+1
2025-09-04do_nfs4_mount(): switch to vfs_parse_fs_string()Al Viro1-33/+11
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro6-22/+16
2025-09-04cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov1-0/+3
2025-09-04configfs: use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao1-4/+1
2025-09-03binfmt_elf: preserve original ELF e_flags for core dumpsSvetlana Parfenova2-6/+43
2025-09-03Merge tag 'v6.17-rc4-ksmbd-fix' of git://git.samba.org/ksmbdLinus Torvalds2-11/+16
2025-09-03fs: quota: create dedicated workqueue for quota_release_workShashank A P1-1/+9
2025-09-02smb: client: show negotiated cipher in DebugDataBharath SM1-5/+22
2025-09-02smb: client: add new tracepoint to trace lease break notificationBharath SM3-9/+66
2025-09-02smb: client: fix spellings in commentsBharath SM2-3/+3
2025-09-02finish_automount(): use __free() to deal with dropping mnt on failureAl Viro1-14/+8
2025-09-02do_new_mount_fc(): use __free() to deal with dropping mnt on failureAl Viro1-7/+6
2025-09-02finish_automount(): take the lock_mount() analogue into a helperAl Viro1-17/+25
2025-09-02pivot_root(2): use __free() to deal with struct path in itAl Viro1-12/+7
2025-09-02do_loopback(): use __free(path_put) to deal with old_pathAl Viro1-6/+3
2025-09-02finish_automount(): simplify the ELOOP checkAl Viro1-2/+1
2025-09-02move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()Al Viro1-8/+7
2025-09-02do_move_mount(): deal with the checks on old_path earlyAl Viro1-16/+13
2025-09-02do_move_mount(): trim local variablesAl Viro1-8/+4
2025-09-02switch do_new_mount_fc() to fc_mount()Al Viro1-17/+12
2025-09-02current_chrooted(): use guardsAl Viro1-9/+6
2025-09-02current_chrooted(): don't bother with follow_down_one()Al Viro1-10/+8
2025-09-02path_is_under(): use guardsAl Viro2-7/+7
2025-09-02mnt_set_expiry(): use guardsAl Viro1-2/+1
2025-09-02has_locked_children(): use guardsAl Viro1-6/+3
2025-09-02propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()Al Viro1-3/+2
2025-09-02check_for_nsfs_mounts(): no need to take locksAl Viro1-11/+5
2025-09-02mnt_already_visible(): use guardsAl Viro1-7/+3
2025-09-02put_mnt_ns(): use guardsAl Viro1-4/+2
2025-09-02mark_mounts_for_expiry(): use guardsAl Viro1-4/+2
2025-09-02do_set_group(): use guardsAl Viro1-20/+13
2025-09-02do_change_type(): use guardsAl Viro1-7/+6
2025-09-02__is_local_mountpoint(): use guardsAl Viro1-9/+6
2025-09-02__detach_mounts(): use guardsAl Viro1-6/+4
2025-09-02fs/namespace.c: allow to drop vfsmount references via __free(mntput)Al Viro1-0/+2
2025-09-02introduced guards for mount_lockAl Viro1-0/+5
2025-09-02fs/namespace.c: fix the namespace_sem guard messAl Viro1-7/+11
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-17/+24
2025-09-02f2fs: allocate HOT_DATA for IPU writesJaegeuk Kim1-1/+2
2025-09-02Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-48/+76
2025-09-02btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval1-1/+11
2025-09-02btrfs: fix corruption reading compressed range when block size is smaller than page sizeQu Wenruo1-10/+30
2025-09-02btrfs: accept and ignore compression level for lzoCalvin Owens1-3/+6
2025-09-02btrfs: fix squota compressed stats leakBoris Burkov1-2/+4
2025-09-02fsnotify: fix "rewriten"->"rewritten"Xichao Zhao1-1/+1
2025-09-02procfs: add "pidns" mount optionAleksa Sarai1-6/+92
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong1-13/+11
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi2-2/+2
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi6-34/+113