aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-06flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_readTigran Mkrtchyan1-7/+12
2025-09-06nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()Mike Snitzer1-5/+4
2025-09-06kernfs: Fix UAF in polling when open file is releasedChen Ridong1-20/+38
2025-09-05fscrypt: use HMAC-SHA512 library for HKDFEric Biggers8-160/+82
2025-09-05nfs/localio: restore creds before releasing pageio dataScott Mayhew1-5/+7
2025-09-05Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm...Carlos Maiolino15-187/+35
2025-09-05Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/...Carlos Maiolino68-479/+1179
2025-09-05Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-19/+96
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone1-0/+5
2025-09-05xfs: enable online fsck by default in KconfigDarrick J. Wong1-12/+2
2025-09-05xfs: use deferred reaping for data device cow extentsDarrick J. Wong1-2/+2
2025-09-05xfs: remove deprecated sysctl knobsDarrick J. Wong6-53/+6
2025-09-05xfs: remove static reap limits from repair.hDarrick J. Wong3-12/+9
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong8-118/+23
2025-09-05xfs: disable deprecated features by default in KconfigDarrick J. Wong1-4/+4
2025-09-05xfs: compute file mapping reap limits dynamicallyDarrick J. Wong2-5/+105
2025-09-05xfs: compute realtime device CoW staging extent reap limits dynamicallyDarrick J. Wong2-4/+68
2025-09-05xfs: compute data device CoW staging extent reap limits dynamicallyDarrick J. Wong2-5/+84
2025-09-05xfs: compute per-AG extent reap limits dynamicallyDarrick J. Wong3-12/+171
2025-09-05xfs: convert the ifork reap code to use xreap_stateDarrick J. Wong1-32/+46
2025-09-05xfs: prepare reaping code for dynamic limitsDarrick J. Wong1-70/+79
2025-09-05xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-09-05fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencingAnderson Nascimento1-0/+3
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang1-1/+1
2025-09-05eventpoll: Replace rwlock with spinlockNam Cao1-113/+26
2025-09-05xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-09-05fuse: add prune notificationMiklos Szeredi3-0/+56
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi1-56/+23
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