summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-0/+1
|\
| * Merge tag 'scmi-updates-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2023-01-241-0/+1
| |\
| | * debugfs: Export debugfs_create_str symbolCristian Marussi2023-01-201-0/+1
* | | Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-277-61/+181
|\ \ \
| * | | fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn2023-01-261-0/+6
| * | | fuse: fix all W=1 kernel-doc warningsRandy Dunlap2023-01-264-4/+4
| * | | fuse: in fuse_flush only wait if someone wants the return codeEric W. Biederman2023-01-261-26/+63
| * | | fuse: optional supplementary group in create requestsMiklos Szeredi2023-01-263-4/+67
| * | | fuse: add request extensionMiklos Szeredi2023-01-263-30/+44
| | |/ | |/|
* | | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-1/+1
|\ \ \
| * | | kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-051-1/+1
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-02-242-6/+6
|\ \ \ \
| * | | | nsfs: repair kernel-doc for ns_match()Lukas Bulwahn2023-01-111-1/+1
| * | | | nsfs: add compat ioctl handlerThomas Weißschuh2023-01-111-0/+1
| * | | | fs/cramfs: Convert kmap() to kmap_local_data()Fabio M. De Francesco2023-01-101-5/+4
| | |_|/ | |/| |
* | | | Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-4/+14
|\ \ \ \
| * | | | ipc,namespace: batch free ipc_namespace structuresRik van Riel2023-01-271-4/+14
| |/ / /
* | | | Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-02-243-88/+111
|\ \ \ \
| * | | | sysv: fix handling of delete_entry and set_link failuresAl Viro2023-01-193-21/+30
| * | | | fs/sysv: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-01-193-23/+39
| * | | | fs/sysv: Use dir_put_page() in sysv_rename()Fabio M. De Francesco2023-01-193-7/+5
| * | | | fs/sysv: Change the signature of dir_get_page()Fabio M. De Francesco2023-01-191-29/+24
| * | | | fs/sysv: Use the offset_in_page() helperFabio M. De Francesco2023-01-191-6/+3
| * | | | sysv: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-01-191-11/+19
| |/ / /
* | | | Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2023-02-244-92/+91
|\ \ \ \
| * | | | minix_rename(): minix_delete_entry() might failAl Viro2023-01-191-1/+4
| * | | | minix: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-01-191-16/+20
| * | | | minix: fix error handling in minix_set_linkChristoph Hellwig2023-01-193-15/+20
| * | | | minix: fix error handling in minix_delete_entryChristoph Hellwig2023-01-191-8/+10
| * | | | minix: move releasing pages into unlink and renameChristoph Hellwig2023-01-192-11/+10
| * | | | minix: make minix_new_inode() return error as ERR_PTR(-E...)Al Viro2023-01-113-50/+36
| |/ / /
* | | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-244-10/+7
|\ \ \ \
| * | | | debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya2023-02-201-1/+1
| * | | | debugfs: update comment of debugfs_rename()Qi Zheng2023-02-161-2/+2
| * | | | kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman2023-01-272-5/+5
| * | | | Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2023-01-2249-405/+522
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | kernfs: remove an unused if statement in kernfs_path_from_node_locked()Zhen Lei2023-01-191-3/+0
| | |/ / | |/| |
* | | | cifs: Fix cifs_writepages_region()David Howells2023-02-241-1/+2
* | | | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-2320-51/+78
|\ \ \ \
| * | | | nilfs2: prevent WARNING in nilfs_dat_commit_end()Ryusuke Konishi2023-02-021-0/+11
| * | | | nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi2023-02-021-10/+17
| * | | | fs: gracefully handle ->get_block not mapping bh in __mpage_writepageJan Kara2023-02-021-0/+2
| * | | | cramfs: Kconfig: fix spelling & punctuationRandy Dunlap2023-02-021-1/+1
| * | | | fs/ext4: use try_cmpxchg in ext4_update_bh_stateUros Bizjak2023-02-021-3/+2
| * | | | fs: hfsplus: initialize fsdata in hfsplus_file_truncate()Alexander Potapenko2023-02-021-1/+1
| * | | | fs: hfs: initialize fsdata in hfs_file_truncate()Alexander Potapenko2023-02-021-1/+1
| * | | | fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár2023-02-021-2/+2
| * | | | ntfs: fix multiple kernel-doc warningsRandy Dunlap2023-02-029-20/+28
| * | | | freevxfs: fix kernel-doc warningsRandy Dunlap2023-02-022-4/+4
| * | | | proc: mark /proc/cmdline as permanentAlexey Dobriyan2023-02-021-0/+1