aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+10
2025-08-22Merge tag '6.17-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-23/+15
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds1-7/+7
2025-08-21Merge tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-10/+48
2025-08-19squashfs: fix memory leak in squashfs_fill_superPhillip Lougher1-7/+7
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust2-23/+15
2025-08-19Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-23/+28
2025-08-19Merge tag 'ovl-fixes-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+3
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-41/+57
2025-08-19cifs: Fix oops due to uninitialised variableDavid Howells1-1/+1
2025-08-19change_mnt_propagation(): calculate propagation source only if we'll need itAl Viro1-1/+2
2025-08-19use uniform permission checks for all mount propagation changesAl Viro1-14/+20
2025-08-19propagate_umount(): only surviving overmounts should be reparentedAl Viro1-3/+4
2025-08-19fix the softlockups in attach_recursive_mnt()Al Viro1-5/+2
2025-08-19kernfs: don't fail listing extended attributesChristian Brauner1-2/+2
2025-08-19coredump: Fix return value in coredump_parse()Dan Carpenter1-1/+1
2025-08-19fs/buffer: fix use-after-free when call bh_read() helperYe Bin1-1/+1
2025-08-18Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-55/+163
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-18/+37
2025-08-18ovl: fix possible double unlinkAmir Goldstein1-1/+2
2025-08-18ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown1-1/+1
2025-08-17ksmbd: fix refcount leak causing resource not releasedZiyan Xu1-3/+10
2025-08-17ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29
2025-08-17smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher3-3/+9
2025-08-17debugfs: fix mount options not being appliedCharalampos Mitrodimas1-1/+10
2025-08-15Merge tag 'xfs-fixes-6.17-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-33/+78
2025-08-15pidfs: Fix memory leak in pidfd_info()Adrian Huang (Lenovo)1-1/+1
2025-08-15netfs: Fix unbuffered write error handlingDavid Howells4-5/+16
2025-08-15fhandle: do_handle_open() should get FD with user flagsThomas Bertschinger1-1/+1
2025-08-15Merge tag '6.17-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-110/+128
2025-08-13Merge tag 'erofs-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-24/+37
2025-08-13jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
2025-08-13ext4: fix incorrect function name in commentBaolin Liu1-1/+1
2025-08-13smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong1-1/+0
2025-08-13cifs: update internal version numberSteve French1-2/+2
2025-08-13smb: client: don't wait for info->send_pending == 0 on errorStefan Metzmacher1-5/+5
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong6-20/+40
2025-08-13smb3: fix for slab out of bounds on mount to ksmbdSteve French1-1/+10
2025-08-13Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+18
2025-08-13btrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara1-1/+2
2025-08-13btrfs: restore mount option info messages during mountKyoji Ogasawara1-3/+5
2025-08-13btrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara1-1/+1
2025-08-13btrfs: fix buffer index in wait_eb_writebacks()Naohiro Aota1-1/+1
2025-08-13btrfs: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota1-1/+18
2025-08-13btrfs: clear TAG_TOWRITE from buffer tree when submitting a tree blockQu Wenruo1-0/+1
2025-08-13btrfs: do not set mtime/ctime to current time when unlinking for log replayFilipe Manana1-10/+19
2025-08-13btrfs: clear block dirty if btrfs_writepage_cow_fixup() failedQu Wenruo1-1/+5
2025-08-13btrfs: clear block dirty if submit_one_sector() failedQu Wenruo1-4/+13
2025-08-13btrfs: zoned: limit active zones to max_open_zonesNaohiro Aota1-1/+7