summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-02-27proc: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-27qnx6: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-27reiserfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+0
2024-02-27romfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+2
2024-02-27sysv: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-27vfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou4-5/+4
2024-02-27fs/aio: Make io_cancel() generate completions againBart Van Assche1-16/+11
2024-02-27afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan1-1/+0
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-22/+88
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2-4/+9
2024-02-26fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan1-1/+1
2024-02-26Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-22/+25
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet1-1/+1
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+14
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-63/+85
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+8
2024-02-25reiserfs: port block device access to fileChristian Brauner3-24/+24
2024-02-25ocfs2: port block device access to fileChristian Brauner1-16/+16
2024-02-25nfs: port block device access to filesChristian Brauner2-35/+35
2024-02-25jfs: port block device access to fileChristian Brauner3-15/+15
2024-02-25f2fs: port block device access to filesChristian Brauner2-7/+7
2024-02-25ext4: port block device access to fileChristian Brauner3-31/+31
2024-02-25erofs: port device access to fileChristian Brauner3-12/+12
2024-02-25btrfs: port device access to fileChristian Brauner4-63/+63
2024-02-25bcachefs: port block device access to fileChristian Brauner2-11/+11
2024-02-25xfs: port block device access to filesChristian Brauner3-29/+29
2024-02-25bdev: open block device as filesChristian Brauner6-14/+14
2024-02-25file: add alloc_file_pseudo_noaccount()Christian Brauner1-0/+24
2024-02-25file: prepare for new helperChristian Brauner1-18/+41
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel3-6/+4
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel1-6/+1
2024-02-25efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2024-02-25ext4_get_link(): fix breakage in RCU modeAl Viro1-3/+5
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro1-1/+1
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro2-13/+8
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro1-3/+10
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro1-2/+2
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2-3/+10
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro3-19/+16
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro2-1/+2
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro1-1/+5
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfAl Viro1-9/+4
2024-02-25bcachefs: Fix check_snapshot() memcpyKent Overstreet1-1/+1
2024-02-25bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet1-3/+5
2024-02-25bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster1-0/+2
2024-02-25bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet1-1/+3