summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-1567-0/+67
|\
| * openpromfs: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-201-0/+1
| * fs: nls: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-0353-0/+53
| * fs: autofs: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * fs: fat: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-05-282-0/+2
| * fs: binfmt: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-05-282-0/+2
| * fs: cramfs: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * fs: hfs: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * fs: hpfs: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * qnx4: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * qnx6: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * fs: sysv: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * fs: efs: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * fs: minix: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
* | Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-1520-168/+60
|\ \
| * | buffer: Remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)2024-05-312-16/+4
| * | iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)2024-05-311-8/+0
| * | vboxsf: Convert vboxsf_read_folio() to use a folioMatthew Wilcox (Oracle)2024-05-311-13/+5
| * | ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle)2024-05-311-1/+0
| * | romfs: Convert romfs_read_folio() to use a folioMatthew Wilcox (Oracle)2024-05-311-16/+6
| * | reiserfs: Remove call to folio_set_error()Matthew Wilcox (Oracle)2024-05-311-1/+0
| * | orangefs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)2024-05-312-13/+4
| * | nfs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)2024-05-313-13/+2
| * | jffs2: Remove calls to set/clear the folio error flagMatthew Wilcox (Oracle)2024-05-311-11/+3
| * | hostfs: Convert hostfs_read_folio() to use a folioMatthew Wilcox (Oracle)2024-05-311-17/+6
| * | isofs: Convert rock_ridge_symlink_read_folio to use a folioMatthew Wilcox (Oracle)2024-05-311-9/+8
| * | hpfs: Convert hpfs_symlink_read_folio to use a folioMatthew Wilcox (Oracle)2024-05-311-12/+3
| * | efs: Convert efs_symlink_read_folio to use a folioMatthew Wilcox (Oracle)2024-05-311-9/+5
| * | cramfs: Convert cramfs_read_folio to use a folioMatthew Wilcox (Oracle)2024-05-311-15/+10
| * | coda: Convert coda_symlink_filler() to use folio_end_read()Matthew Wilcox (Oracle)2024-05-311-9/+1
| * | befs: Convert befs_symlink_read_folio() to use folio_end_read()Matthew Wilcox (Oracle)2024-05-311-6/+4
| |/
* | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-07-1538-329/+539
|\ \
| * | ipc: mqueue: remove assignment from IS_ERR argumentChen Ni2024-07-091-1/+2
| * | vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik2024-06-275-18/+34
| * | vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik2024-06-273-41/+97
| * | stat: use vfs_empty_path() helperChristian Brauner2024-06-271-10/+2
| * | fs: new helper vfs_empty_path()Christian Brauner2024-06-271-0/+17
| * | fs: reflow may_create_in_sticky()Christian Brauner2024-06-271-16/+35
| * | vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik2024-06-252-10/+9
| * | fuse: Use in_group_or_capable() helperYouling Tang2024-06-251-2/+2
| * | f2fs: Use in_group_or_capable() helperYouling Tang2024-06-252-5/+2
| * | fs: Export in_group_or_capable()Youling Tang2024-06-253-2/+3
| * | vfs: reorder checks in may_create_in_stickyMateusz Guzik2024-06-251-3/+3
| * | hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu2024-06-251-0/+3
| * | proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-06-251-3/+3
| * | hfsplus: fix to avoid false alarm of circular lockingChao Yu2024-06-213-16/+29
| * | Improve readability of copy_treeJemmy2024-06-211-28/+31
| * | vfs: shave a branch in getname_flagsMateusz Guzik2024-06-211-11/+20
| * | vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik2024-06-057-25/+16
| * | vfs: stop using user_path_at_empty in do_readlinkatMateusz Guzik2024-06-051-19/+24