summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'efi-fixes-for-v6.17-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
5 daysMerge tag 'v6.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+19
5 daysMerge tag 'xfs-fixes-6.17-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-43/+25
6 daysefivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan1-0/+4
7 daysfs/smb: Fix inconsistent refcnt updateShuhao Fu1-2/+5
8 daysxfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
9 dayssmb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
11 daysMerge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+10
12 daysMerge tag '6.17-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
12 daysMerge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-23/+15
12 daysMerge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds1-7/+7
13 daysMerge tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-10/+48
2025-08-20squashfs: 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-19xfs: reject swapon for inodes on a zoned file system earlierChristoph Hellwig1-0/+3
2025-08-19xfs: kick off inodegc when failing to reserve zoned blocksChristoph Hellwig1-0/+6
2025-08-19xfs: remove xfs_last_used_zoneChristoph Hellwig1-43/+2
2025-08-19xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabledDamien Le Moal1-0/+1
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-18ksmbd: fix refcount leak causing resource not releasedZiyan Xu1-3/+10
2025-08-18ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29
2025-08-18smb: 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