summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-07Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds
2024-03-05fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche
2024-03-05Revert "fs/aio: Make io_cancel() generate completions again"Bart Van Assche
2024-03-02Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-01Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-01Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana
2024-02-29btrfs: fix race between ordered extent completion and fiemapFilipe Manana
2024-02-27fs/aio: Make io_cancel() generate completions againBart Van Assche
2024-02-27afs: Fix endless loop in directory parsingDavid Howells
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li
2024-02-26fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel
2024-02-25efivarfs: Request at most 512 bytes for variable namesTim Schumacher
2024-02-25ext4_get_link(): fix breakage in RCU modeAl Viro
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfAl Viro
2024-02-24bcachefs: Fix check_snapshot() memcpyKent Overstreet
2024-02-24bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet
2024-02-24bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster
2024-02-24bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet
2024-02-24bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet
2024-02-24bcachefs: fix backpointer_to_text() when dev does not existKent Overstreet
2024-02-22Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-22btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana