summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-04-291-0/+14
|\
| * fs.h: Add TRACE_IOCB_STRINGS for use in trace pointsRitesh Harjani (IBM)2023-04-211-0/+14
* | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-0/+3
|\ \
| * | fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe2023-04-031-0/+3
| |/
* | Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-04-241-2/+2
|\ \
| * | __blockdev_direct_IO(): get rid of submit_io callbackAl Viro2023-03-051-2/+2
| |/
* / nfs: use vfs setgid helperChristian Brauner2023-03-301-0/+2
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-0/+2
|\
| * mm: support POSIX_FADV_NOREUSEYu Zhao2023-01-181-0/+2
* | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-0/+6
|\ \
| * | splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells2023-02-201-0/+3
| * | splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2023-02-201-0/+3
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-90/+84
|\ \
| * | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-10/+4
| * | fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-11/+10
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-23/+14
| * | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-8/+16
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-5/+5
| * | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-10/+13
| * | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-5/+4
| * | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-16/+16
* | | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-429/+0
| |/ |/|
* | ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li2023-01-021-0/+3
|/
* Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-3/+7
|\
| * fs: introduce dedicated idmap type for mountsChristian Brauner2022-10-311-3/+7
| * Merge branch 'fs.vfsuid.conversion' into for-nextChristian Brauner2022-10-261-34/+0
| |\
| * \ Merge branch 'fs.acl.rework' into for-nextChristian Brauner2022-10-241-4/+6
| |\ \
* | \ \ Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-34/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | fs: remove unused idmapping helpersChristian Brauner2022-10-261-34/+0
| |/ /
* | | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-2/+2
|\ \ \
| * | | fs: use consistent setgid checks in is_sxid()Christian Brauner2022-11-241-1/+1
| |/ /
| * | attr: use consistent sgid stripping checksChristian Brauner2022-10-181-1/+1
* | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-4/+6
|\ \ \ | | |/ | |/|
| * | fs: add new get acl methodChristian Brauner2022-10-201-0/+2
| * | fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
| |/
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-12-121-3/+2
|\ \
| * | get rid of INT_LIMIT, use type_max() insteadZhen Lei2022-11-251-3/+2
| |/