aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-30fs: add i_state helpersChristian Brauner1-0/+11
2024-08-30vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun1-0/+4
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik2-16/+6
2024-08-30debugfs show actual source in /proc/mountsMarc Aurèle La France1-0/+8
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner2-29/+16
2024-08-30fs: Use in_group_or_capable() helper to simplify the codeHongbo Li1-2/+2
2024-08-30vfs: elide smp_mb in iversion handling in the common caseMateusz Guzik1-10/+18
2024-08-30autofs: add per dentry expire timeoutIan Kent4-7/+103
2024-08-30vfs: use RCU in ilookupMateusz Guzik1-3/+1
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner2-7/+5
2024-08-30fs/select: Annotate struct poll_list with __counted_by()Thorsten Blum1-1/+1
2024-08-30fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner1-13/+4
2024-08-30fs: remove audit dummy context checkChristian Brauner1-11/+1
2024-08-30fs: pull up trailing slashes check for O_CREATChristian Brauner1-8/+4
2024-08-30fs: move audit parent inodeChristian Brauner1-1/+3
2024-08-30fs: try an opportunistic lookup for O_CREAT opens tooJeff Layton1-10/+64
2024-08-30eventpoll: Annotate data-race of busy_poll_usecsMartin Karsten1-1/+1
2024-08-30eventpoll: Don't re-zero eventpoll fieldsJoe Damato1-5/+0
2024-08-30file: remove outdated comment after close_fd()Joel Savitz1-1/+1
2024-08-30fs/namespace.c: Fix typo in commentYuesong Li1-2/+2
2024-08-30exec: don't WARN for racy path_noexec checkMateusz Guzik1-19/+12
2024-08-30fs: add a kerneldoc header over lookup_fastJeff Layton1-0/+14
2024-08-30fs: remove comment about d_rcu_to_refcountJeff Layton1-3/+0
2024-08-30fs: mounts: Remove unused declaration mnt_cursor_del()Yue Haibing1-1/+0
2024-08-30Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner3-10/+23
2024-08-30proc: block mounting on top of /proc/<pid>/fdinfo/*Christian Brauner1-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/fd/*Christian Brauner1-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner1-2/+2
2024-08-30proc: add proc_splice_unmountable()Christian Brauner1-0/+13
2024-08-30proc: proc_readfdinfo() -> proc_fdinfo_iterate()Christian Brauner1-2/+2
2024-08-30proc: proc_readfd() -> proc_fd_iterate()Christian Brauner1-2/+2
2024-08-30proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60
2024-08-29ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-08-29ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-08-29smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum1-1/+1
2024-08-30Merge tag 'execve-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2024-08-30dcache: keep dentry_hashtable or d_hash_shift even when not usedStephen Brennan1-2/+7
2024-08-29fs: use kmem_cache_create_rcu()Christian Brauner1-3/+3
2024-08-29block: rework bio splittingChristoph Hellwig1-12/+18
2024-08-29fuse: use correct name fuse_conn_list in docstringAurelien Aptel1-1/+1
2024-08-29fuse: add simple request tracepointsJosef Bacik3-0/+140
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong1-46/+57
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong1-4/+2
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong1-7/+7
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong1-12/+6
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong1-17/+14
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong1-4/+3
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun1-3/+3
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi3-113/+106
2024-08-29fuse: disable the combination of passthrough and writeback cacheBernd Schubert1-1/+6