summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-30fs: drop GFP_NOFAIL mode from alloc_page_buffersMichal Hocko
2024-08-30writeback: Refine the show_inode_state() macro definitionJulian Sun
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian
2024-08-30mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang
2024-08-30netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li
2024-08-30fs: use LIST_HEAD() to simplify codeHongbo Li
2024-08-30Merge patch series "fs: add i_state helpers"Christian Brauner
2024-08-30inode: make i_state a u32Christian Brauner
2024-08-30inode: port __I_LRU_ISOLATING to var eventChristian Brauner
2024-08-30vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun
2024-08-30inode: port __I_NEW to var eventChristian Brauner
2024-08-30inode: port __I_SYNC to var eventChristian Brauner
2024-08-30fs: reorder i_state bitsChristian Brauner
2024-08-30fs: add i_state helpersChristian Brauner
2024-08-30MAINTAINERS: add the VFS git treeEric Biggers
2024-08-30fs: s/__u32/u32/ for s_fsnotify_maskChristian Brauner
2024-08-30fs: remove unused path_put_init()Christian Brauner
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik
2024-08-30debugfs show actual source in /proc/mountsMarc Aurèle La France
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner
2024-08-30doc: correcting the idmapping mount exampleHongbo Li
2024-08-30fs: Use in_group_or_capable() helper to simplify the codeHongbo Li
2024-08-30vfs: elide smp_mb in iversion handling in the common caseMateusz Guzik
2024-08-30autofs: add per dentry expire timeoutIan Kent
2024-08-30vfs: use RCU in ilookupMateusz Guzik
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner
2024-08-30vfs: only read fops once in fops_get/putMateusz Guzik
2024-08-30fs/select: Annotate struct poll_list with __counted_by()Thorsten Blum
2024-08-30fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner
2024-08-30fs: remove audit dummy context checkChristian Brauner
2024-08-30fs: pull up trailing slashes check for O_CREATChristian Brauner
2024-08-30fs: move audit parent inodeChristian Brauner
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-30Fix spelling and gramatical errorsXiaxi Shen
2024-08-30vfs: dodge smp_mb in break_lease and break_deleg in the common caseMateusz Guzik
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-19percpu-rwsem: remove the unused parameter 'read'Wang Long
2024-08-19coda: use param->file for FSCONFIG_SET_FDAleksa Sarai
2024-08-19autofs: fix missing fput for FSCONFIG_SET_FDAleksa Sarai
2024-08-19fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctxUros Bizjak
2024-08-19mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering
2024-08-19Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...Mohit0404
2024-08-19fs/direct-io: Remove linux/prefetch.h includeYouling Tang