summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-31vfs: add O_CREAT|O_DIRECTORY to open*(2)Jori Koolstra
2026-08-31vfs: lookup_open(): use vfs_create_no_perm()Jori Koolstra
2026-08-31vfs: move ->create check in lookup_open() to before try_break_deleg()Jori Koolstra
2026-08-31vfs: lookup_open(): move setting FMODE_CREATED downJori Koolstra
2026-08-31vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()Jori Koolstra
2026-08-31fs/namei.c: use trailing_slashes()Jori Koolstra
2026-08-31Merge patch series "binfmt_misc: only let punctuation delimit a register string"Christian Brauner
2026-08-31binfmt_misc: only let punctuation delimit a register stringChristian Brauner
2026-08-31iomap: remove the unused ifs parameter from ifs_find_dirty_rangePankaj Raghav
2026-08-31smb: prevent TIF_NOTIFY_SIGNAL from interruptingChristian Brauner
2026-08-31coredump: prevent TIF_NOTIFY_SIGNAL from interrupting coredumpsChristian Brauner
2026-08-31kernfs: Remove kernfs_rwsem from dentry revalidationShakeel Butt
2026-08-31kernfs: Avoid namespace dereference in d_revalidate()Shakeel Butt
2026-08-31kernfs: Prepare directory revisions for lockless readsShakeel Butt
2026-08-31kernfs: Use VFS lookup context in d_revalidate()Shakeel Butt
2026-08-31cachefiles: Fix potential UAF/KASAN warningDavid Howells
2026-08-31netfs: Fix read progress reportingDavid Howells
2026-08-31netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqsDavid Howells
2026-08-31netfs: Fix readahead synchronisation issues by loading all folios upfrontDavid Howells
2026-08-31netfs: break unbuffered write when netfs_alloc_subrequest() failsEdward Adam Davis
2026-08-31netfs: Fix subreq ref leakDavid Howells
2026-08-31netfs: Fix i_size update for partial transferDavid Howells
2026-08-31netfs: Fix error vs transferred passed to ->ki_complete()David Howells
2026-08-31netfs: Fix unbuffered/DIO write partial transfer error returnDavid Howells
2026-08-31netfs: Fix uninitialized return value in netfs_unbuffered_write()Karl Mehltretter
2026-08-31adfs: fix memory leak in sb->s_fs_infoAhmet Eray Karadag
2026-08-30cifs: don't update i_size in cifs_do_truncate without a cached handleFrank Sorenson
2026-08-30smb: client: fix heap overflow in cifs_do_set_acl()Frank Sorenson
2026-08-30smb: client: fix multiuser mount with krb5Paulo Alcantara
2026-08-30smb: client: transport: Fix debug printing in __release_mid()Andy Shevchenko
2026-08-30smb/client: invalidate fscache for fallocate range operationsHuiwen He
2026-08-30smb/client: fix stale page cache in insert/collapse rangeHuiwen He
2026-08-30smb/client: fix integer truncation in collapse rangeHuiwen He
2026-08-30smb/client: fix data corruption in emulated insert rangeHuiwen He
2026-08-30smb/client: mark file sparse before emulating insert rangeHuiwen He
2026-08-30smb/client: validate new EOF for zero rangeHuiwen He
2026-08-30smb/client: validate new EOF for insert rangeHuiwen He
2026-08-30Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2026-08-30ntfs: fix FITRIM range alignmentJacopo Labardi
2026-08-30ntfs: read WOF chunks outside the decompression lockZhan Xusheng
2026-08-28Merge tag 'ceph-for-7.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-08-28Merge tag 'ubifs-for-linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-08-28Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-27ntfs: leave HasEA flag untouched on setxattr failureBaolin Liu
2026-08-27ntfs: fix race between fallocate and mmap readsHongling Zeng
2026-08-27ntfs: fix memmove overlap in ntfs_new_attr_flagsHongling Zeng
2026-08-27ntfs: compute bi_sector in 512-byte unitsDennis Tighe
2026-08-27f2fs: support resizable tail section and unify pinned allocationDaeho Jeong
2026-08-26cifs: add revalidation on FSCTL failure in smb2_duplicate_extents()Frank Sorenson