summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-113-14/+38
|\
| * block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-123-12/+8
| * f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn2024-02-121-3/+12
| * btrfs: zoned: call blkdev_zone_mgmt in nofs scopeJohannes Thumshirn2024-02-121-7/+26
| * zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callJohannes Thumshirn2024-02-121-1/+1
* | Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-112-25/+29
|\ \
| * | Add do_ftruncate that truncates a struct fileTony Solomonik2024-02-092-25/+29
| |/
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-1110-15/+59
|\ \
| * | xfs: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet2024-02-121-0/+2
| * | fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet2024-02-121-0/+17
| * | fat: Hook up sb->s_uuidKent Overstreet2024-02-081-0/+3
| * | fs: FS_IOC_GETUUIDKent Overstreet2024-02-081-0/+16
| * | ovl: convert to super_set_uuid()Kent Overstreet2024-02-081-7/+11
| * | fs: super_set_uuid()Kent Overstreet2024-02-087-8/+10
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-1130-272/+319
|\ \ \
| * | | reiserfs: port block device access to fileChristian Brauner2024-02-253-24/+24
| * | | ocfs2: port block device access to fileChristian Brauner2024-02-251-16/+16
| * | | nfs: port block device access to filesChristian Brauner2024-02-252-35/+35
| * | | jfs: port block device access to fileChristian Brauner2024-02-253-15/+15
| * | | f2fs: port block device access to filesChristian Brauner2024-02-252-7/+7
| * | | ext4: port block device access to fileChristian Brauner2024-02-253-31/+31
| * | | erofs: port device access to fileChristian Brauner2024-02-253-12/+12
| * | | btrfs: port device access to fileChristian Brauner2024-02-254-63/+63
| * | | bcachefs: port block device access to fileChristian Brauner2024-02-252-11/+11
| * | | xfs: port block device access to filesChristian Brauner2024-02-253-29/+29
| * | | bdev: open block device as filesChristian Brauner2024-02-256-14/+14
| * | | file: add alloc_file_pseudo_noaccount()Christian Brauner2024-02-251-0/+24
| * | | file: prepare for new helperChristian Brauner2024-02-251-18/+41
| |/ /
* | | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-1142-868/+956
|\ \ \
| * | | filelock: fix deadlock detection in POSIX lockingJeff Layton2024-02-201-1/+1
| * | | smb: remove redundant checkNeilBrown2024-02-061-3/+0
| * | | filelock: don't do security checks on nfsd setlease callsJeff Layton2024-02-053-25/+31
| * | | filelock: split leases out of struct file_lockJeff Layton2024-02-058-71/+108
| * | | smb/server: adapt to breakup of struct file_lockJeff Layton2024-02-052-25/+23
| * | | smb/client: adapt to breakup of struct file_lockJeff Layton2024-02-054-40/+40
| * | | ocfs2: adapt to breakup of struct file_lockJeff Layton2024-02-052-6/+4
| * | | nfsd: adapt to breakup of struct file_lockJeff Layton2024-02-055-45/+46
| * | | nfs: adapt to breakup of struct file_lockJeff Layton2024-02-059-38/+38
| * | | lockd: adapt to breakup of struct file_lockJeff Layton2024-02-0510-109/+115
| * | | fuse: adapt to breakup of struct file_lockJeff Layton2024-02-051-8/+7
| * | | gfs2: adapt to breakup of struct file_lockJeff Layton2024-02-051-6/+5
| * | | dlm: adapt to breakup of struct file_lockJeff Layton2024-02-051-23/+22
| * | | ceph: adapt to breakup of struct file_lockJeff Layton2024-02-051-25/+26
| * | | afs: adapt to breakup of struct file_lockJeff Layton2024-02-052-20/+19
| * | | 9p: adapt to breakup of struct file_lockJeff Layton2024-02-051-20/+19
| * | | filelock: convert seqfile handling to use file_lock_coreJeff Layton2024-02-051-36/+36
| * | | filelock: convert locks_translate_pid to take file_lock_coreJeff Layton2024-02-051-10/+10
| * | | filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctxJeff Layton2024-02-051-22/+22
| * | | filelock: convert locks_wake_up_blocks to take a file_lock_core pointerJeff Layton2024-02-051-7/+7
| * | | filelock: make assign_type helper take a file_lock_core pointerJeff Layton2024-02-051-5/+5