summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-31coredump: select memory types to includeChristian Brauner
2026-08-31fs: fix comment typo in inode.cManush Prajwal
2026-08-31fs/aio: fix comment typosMark Sercombe
2026-08-31fs: fix comment typo in fs-writeback.cManush Prajwal
2026-08-31fs: fix comment typo in bpf_fs_kfuncs.cManush Prajwal
2026-08-31aio: prevent eventfd/epoll recursion on pollDaehyeon Ko
2026-08-31udf: Make sure there's enough space for LVID implementation use fieldJan Kara
2026-08-31coredump: describe the holes when COREDUMP_SPARSE is negotiatedChristian Brauner
2026-08-31coredump: send the coredump in records if requestedChristian Brauner
2026-08-31coredump: clean up coredump state handlingChristian Brauner
2026-08-31coredump: always chunk writesChristian Brauner
2026-08-31coredump: make the dump helper return boolChristian Brauner
2026-08-31coredump: deduplicate the to_skip flushChristian Brauner
2026-08-31coredump: move the negotiated mask into struct coredump_paramsChristian Brauner
2026-08-31coredump: pin the protocol struct sizesChristian Brauner
2026-08-31coredump: set the minimum send buffer sizeChristian Brauner
2026-08-31coredump: refuse negative skipsChristian Brauner
2026-08-31coredump: stop unsharing the file descriptor tableChristian Brauner
2026-08-31fs: avoid spurious dentry ref/unref cycle on openMateusz Guzik
2026-08-31vfs: short-circuit MAY_WRITE access for O_DIRECTORY opensJori Koolstra
2026-08-31vfs: refuse O_CREAT for directories through a dangling symlinkJori Koolstra
2026-08-31vfs: move O_IS_MKDIR check from lookup_open() into individual filesystemsJori Koolstra
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