aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+3
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGravatar Gao Xiang 1-0/+1
2024-03-07erofs: fix uninitialized page cache reported by KMSANGravatar Gao Xiang 1-1/+2
2024-03-06iov_iter: get rid of 'copy_mc' flagGravatar Linus Torvalds 1-3/+42
2024-03-05fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionGravatar Bart Van Assche 1-2/+6
2024-03-05Revert "fs/aio: Make io_cancel() generate completions again"Gravatar Bart Van Assche 1-11/+16
2024-03-02Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+0
2024-03-01Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-4/+9
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-35/+139
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-15/+22
2024-03-01Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-17/+14
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-17/+15
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureGravatar Filipe Manana 4-14/+14
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenGravatar Filipe Manana 2-14/+29
2024-02-29btrfs: fix race between ordered extent completion and fiemapGravatar Filipe Manana 1-7/+96
2024-02-27fs/aio: Make io_cancel() generate completions againGravatar Bart Van Assche 1-16/+11
2024-02-27afs: Fix endless loop in directory parsingGravatar David Howells 1-1/+3
2024-02-27xfs: drop experimental warning for FSDAXGravatar Shiyang Ruan 1-1/+0
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-22/+88
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapGravatar Xiubo Li 2-4/+9
2024-02-26fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSGravatar Mark O'Donovan 1-1/+1
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 7-22/+25
2024-02-25bcachefs: fix bch2_save_backtrace()Gravatar Kent Overstreet 1-1/+1
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+14
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 20-63/+85
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-4/+8
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Gravatar Ard Biesheuvel 3-6/+4
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureGravatar Ard Biesheuvel 1-6/+1
2024-02-25efivarfs: Request at most 512 bytes for variable namesGravatar Tim Schumacher 1-6/+11
2024-02-25ext4_get_link(): fix breakage in RCU modeGravatar Al Viro 1-3/+5
2024-02-25cifs_get_link(): bail out in unsafe caseGravatar Al Viro 1-0/+3
2024-02-25fuse: fix UAF in rcu pathwalksGravatar Al Viro 3-6/+13
2024-02-25procfs: make freeing proc_fs_info rcu-delayedGravatar Al Viro 1-1/+1
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Gravatar Al Viro 2-13/+8
2024-02-25nfs: fix UAF on pathwalk running into umountGravatar Al Viro 1-3/+10
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkGravatar Al Viro 1-2/+2
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceGravatar Al Viro 1-2/+6
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoGravatar Al Viro 2-3/+10
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperGravatar Al Viro 3-19/+16
2024-02-25affs: free affs_sb_info with kfree_rcu()Gravatar Al Viro 2-1/+2
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Gravatar Al Viro 1-1/+5
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfGravatar Al Viro 1-9/+4
2024-02-24bcachefs: Fix check_snapshot() memcpyGravatar Kent Overstreet 1-1/+1
2024-02-24bcachefs: Fix bch2_journal_flush_device_pins()Gravatar Kent Overstreet 1-3/+5
2024-02-24bcachefs: fix iov_iter count underflow on sub-block dio readGravatar Brian Foster 1-0/+2
2024-02-24bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeGravatar Kent Overstreet 1-1/+3
2024-02-24bcachefs: Kill __GFP_NOFAIL in buffered read pathGravatar Kent Overstreet 1-13/+8
2024-02-24bcachefs: fix backpointer_to_text() when dev does not existGravatar Kent Overstreet 1-3/+5
2024-02-22Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-19/+30
2024-02-22btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveGravatar Filipe Manana 2-1/+17