summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-30fs: try an opportunistic lookup for O_CREAT opens tooJeff Layton
2024-08-30eventpoll: Annotate data-race of busy_poll_usecsMartin Karsten
2024-08-30eventpoll: Don't re-zero eventpoll fieldsJoe Damato
2024-08-30file: remove outdated comment after close_fd()Joel Savitz
2024-08-30fs/namespace.c: Fix typo in commentYuesong Li
2024-08-30exec: don't WARN for racy path_noexec checkMateusz Guzik
2024-08-30fs: add a kerneldoc header over lookup_fastJeff Layton
2024-08-30fs: remove comment about d_rcu_to_refcountJeff Layton
2024-08-30fs: mounts: Remove unused declaration mnt_cursor_del()Yue Haibing
2024-08-30Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner
2024-08-30proc: block mounting on top of /proc/<pid>/fdinfo/*Christian Brauner
2024-08-30proc: block mounting on top of /proc/<pid>/fd/*Christian Brauner
2024-08-30proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner
2024-08-30proc: add proc_splice_unmountable()Christian Brauner
2024-08-30proc: proc_readfdinfo() -> proc_fdinfo_iterate()Christian Brauner
2024-08-30proc: proc_readfd() -> proc_fd_iterate()Christian Brauner
2024-08-30proc: add config & param to block forcing mem writesAdrian Ratiu
2024-08-29ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter
2024-08-29ksmbd: unset the binding mark of a reused connectionNamjae Jeon
2024-08-29smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum
2024-08-30Merge tag 'execve-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-30dcache: keep dentry_hashtable or d_hash_shift even when not usedStephen Brennan
2024-08-29fs: use kmem_cache_create_rcu()Christian Brauner
2024-08-29block: rework bio splittingChristoph Hellwig
2024-08-29fuse: use correct name fuse_conn_list in docstringAurelien Aptel
2024-08-29fuse: add simple request tracepointsJosef Bacik
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi
2024-08-29fuse: disable the combination of passthrough and writeback cacheBernd Schubert
2024-08-29ovl: don't set the superblock's errseq_t manuallyHaifeng Xu
2024-08-28cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-08-29Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-08-29Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-08-28fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi
2024-08-28fuse: fix memory leak in fuse_create_openyangyun
2024-08-28fuse: check aborted connection before adding requests to pending list for res...Joanne Koong
2024-08-28fuse: use unsigned type for getxattr/listxattr size truncationJann Horn
2024-08-28xfs: refactor xfs_file_fallocateChristoph Hellwig
2024-08-28xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig
2024-08-28xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig
2024-08-28fs: sort out the fallocate mode vs flag messChristoph Hellwig
2024-08-28cifs: Fix copy offload to flush destination regionDavid Howells
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells