summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-021-1/+0
|\
| * xfs: drop experimental warning for FSDAXShiyang Ruan2024-02-271-1/+0
* | Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2024-03-012-4/+9
|\ \
| * | ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2024-02-262-4/+9
| |/
* | Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-016-35/+139
|\ \
| * | btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana2024-02-294-14/+14
| * | btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2024-02-292-14/+29
| * | btrfs: fix race between ordered extent completion and fiemapFilipe Manana2024-02-291-7/+96
* | | Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-011-15/+22
|\ \ \
| * | | exfat: fix appending discontinuous clusters to empty fileYuezhang Mo2024-02-181-15/+22
* | | | Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-012-17/+14
|\ \ \ \
| * | | | fs/aio: Make io_cancel() generate completions againBart Van Assche2024-02-271-16/+11
| * | | | afs: Fix endless loop in directory parsingDavid Howells2024-02-271-1/+3
| | |_|/ | |/| |
* | | | Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-013-17/+15
|\ \ \ \
| * | | | efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel2024-02-253-6/+4
| * | | | efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel2024-02-251-6/+1
| * | | | efivarfs: Request at most 512 bytes for variable namesTim Schumacher2024-02-251-6/+11
* | | | | Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-266-22/+88
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2024-02-222-1/+17
| * | | | btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2024-02-222-13/+29
| * | | | btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana2024-02-221-4/+13
| * | | | btrfs: dev-replace: properly validate device namesDavid Sterba2024-02-221-4/+20
| * | | | btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn2024-02-221-0/+9
* | | | | fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan2024-02-261-1/+1
| |_|/ / |/| | |
* | | | Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-02-257-22/+25
|\ \ \ \
| * | | | bcachefs: fix bch2_save_backtrace()Kent Overstreet2024-02-251-1/+1
| * | | | bcachefs: Fix check_snapshot() memcpyKent Overstreet2024-02-241-1/+1
| * | | | bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet2024-02-241-3/+5
| * | | | bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster2024-02-241-0/+2
| * | | | bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet2024-02-241-1/+3
| * | | | bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet2024-02-241-13/+8
| * | | | bcachefs: fix backpointer_to_text() when dev does not existKent Overstreet2024-02-241-3/+5
* | | | | Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-251-14/+14
|\ \ \ \ \
| * | | | | erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale2024-02-221-14/+14
* | | | | | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-2520-63/+85
|\ \ \ \ \ \
| * | | | | | ext4_get_link(): fix breakage in RCU modeAl Viro2024-02-251-3/+5
| * | | | | | cifs_get_link(): bail out in unsafe caseAl Viro2024-02-251-0/+3
| * | | | | | fuse: fix UAF in rcu pathwalksAl Viro2024-02-253-6/+13
| * | | | | | procfs: make freeing proc_fs_info rcu-delayedAl Viro2024-02-251-1/+1
| * | | | | | procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro2024-02-252-13/+8
| * | | | | | nfs: fix UAF on pathwalk running into umountAl Viro2024-02-251-3/+10
| * | | | | | nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro2024-02-251-2/+2
| * | | | | | afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro2024-02-251-2/+6
| * | | | | | hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2024-02-252-3/+10
| * | | | | | exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro2024-02-253-19/+16
| * | | | | | affs: free affs_sb_info with kfree_rcu()Al Viro2024-02-252-1/+2
| * | | | | | rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro2024-02-251-1/+5
| * | | | | | fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfAl Viro2024-02-251-9/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-02-252-4/+8
|\ \ \ \ \ \
| * | | | | | erofs: fix handling kern_mount() failureAl Viro2024-02-201-3/+4