summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-2/+10
|\ \
| * | libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-11-301-2/+10
| |/
* | Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2022-12-121-0/+20
|\ \
| * | filelock: add a new locks_inode_context accessor functionJeff Layton2022-11-301-0/+14
| * | filelock: new helper: vfs_inode_has_locksJeff Layton2022-11-301-0/+6
| |/
* / vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-251-0/+8
|/
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+13
|\