summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-31ksmbd: validate normalized name response lengthAlon Shakevsky1-2/+11
2026-08-31ksmbd: fix listener task lifetime on netdev eventsNamjae Jeon1-9/+27
2026-08-31ksmbd: prevent out-of-bounds reads in share config responsesNamjae Jeon2-19/+40
2026-08-31ksmbd: rate limit unmapped SID errorsNamjae Jeon1-2/+2
2026-08-31ksmbd: propagate DACL parsing errorsNamjae Jeon1-25/+38
2026-08-31ksmbd: zero pipe read compound paddingNamjae Jeon1-1/+6
2026-08-31ksmbd: safely drain sessions during logoffNamjae Jeon6-10/+77
2026-08-31ksmbd: fill in FileSysIdentifier in FS_POSIX_INFORMATIONAleksandr Khromov1-0/+3
2026-08-31ksmbd: initialize FileSystemControlFlags in FS_CONTROL_INFORMATIONAleksandr Khromov1-0/+1
2026-08-31ksmbd: zero the FS_OBJECT_ID_INFORMATION buffer before filling it inAleksandr Khromov1-0/+1
2026-08-31ovl: return EINVAL instead of EIO in case of mismatched user_nsMiklos Szeredi1-1/+1
2026-08-31cachefiles: Fix potential UAF/KASAN warningDavid Howells1-8/+8
2026-08-31netfs: Fix read progress reportingDavid Howells5-24/+67
2026-08-31netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqsDavid Howells5-34/+116
2026-08-31netfs: Fix readahead synchronisation issues by loading all folios upfrontDavid Howells6-68/+146
2026-08-31netfs: break unbuffered write when netfs_alloc_subrequest() failsEdward Adam Davis2-0/+7
2026-08-31netfs: Fix subreq ref leakDavid Howells1-1/+7
2026-08-31netfs: Fix i_size update for partial transferDavid Howells1-1/+1
2026-08-31netfs: Fix error vs transferred passed to ->ki_complete()David Howells1-1/+1
2026-08-31netfs: Fix unbuffered/DIO write partial transfer error returnDavid Howells1-7/+5
2026-08-31netfs: Fix uninitialized return value in netfs_unbuffered_write()Karl Mehltretter1-1/+1
2026-08-31adfs: fix memory leak in sb->s_fs_infoAhmet Eray Karadag1-12/+12
2026-08-30cifs: don't update i_size in cifs_do_truncate without a cached handleFrank Sorenson1-4/+20
2026-08-30smb: client: fix heap overflow in cifs_do_set_acl()Frank Sorenson1-2/+11
2026-08-30smb: client: fix multiuser mount with krb5Paulo Alcantara1-5/+16
2026-08-30smb: client: transport: Fix debug printing in __release_mid()Andy Shevchenko1-6/+5
2026-08-30smb/client: invalidate fscache for fallocate range operationsHuiwen He1-0/+7
2026-08-30smb/client: fix stale page cache in insert/collapse rangeHuiwen He1-5/+18
2026-08-30smb/client: fix integer truncation in collapse rangeHuiwen He1-2/+2
2026-08-30smb/client: fix data corruption in emulated insert rangeHuiwen He1-26/+106
2026-08-30smb/client: mark file sparse before emulating insert rangeHuiwen He1-0/+5
2026-08-30smb/client: validate new EOF for zero rangeHuiwen He1-1/+8
2026-08-30smb/client: validate new EOF for insert rangeHuiwen He1-2/+10
2026-08-30Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-5/+2
2026-08-30ntfs: fix FITRIM range alignmentJacopo Labardi1-3/+5
2026-08-30ntfs: read WOF chunks outside the decompression lockZhan Xusheng1-48/+79
2026-08-28Merge tag 'ceph-for-7.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-116/+419
2026-08-28Merge tag 'ubifs-for-linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+16
2026-08-28Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-448/+1445
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-53/+81
2026-08-27ntfs: leave HasEA flag untouched on setxattr failureBaolin Liu1-4/+6
2026-08-27ntfs: fix race between fallocate and mmap readsHongling Zeng1-10/+5
2026-08-27ntfs: fix memmove overlap in ntfs_new_attr_flagsHongling Zeng1-6/+27
2026-08-27ntfs: compute bi_sector in 512-byte unitsDennis Tighe5-22/+14
2026-08-27f2fs: support resizable tail section and unify pinned allocationDaeho Jeong5-16/+58
2026-08-26cifs: add revalidation on FSCTL failure in smb2_duplicate_extents()Frank Sorenson1-2/+5
2026-08-26Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds26-129/+445
2026-08-26ceph: force a cap message when a deferred revoke can't be acked immediatelyMax Kellermann2-7/+61
2026-08-26ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decodeJérémy Jean1-0/+4
2026-08-26ceph: fix leaked inode reference on writeback abort at umountMatthew Brown1-0/+11