summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Revert "get rid of DCACHE_GENOCIDE"Al Viro2024-02-091-1/+4
| |/ / / /
* | | | | Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-2210-19/+30
|\ \ \ \ \
| * | | | | fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-02-211-1/+8
| * | | | | afs: Increase buffer size in afs_update_volume_status()Daniil Dulov2024-02-201-2/+2
| * | | | | afs: Fix ignored callbacks over ipv4Marc Dionne2024-02-203-15/+8
| * | | | | cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-02-202-0/+3
| * | | | | netfs: Fix missing zero-length check in unbuffered writeDavid Howells2024-01-292-1/+7
| * | | | | netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne2024-01-291-0/+2
* | | | | | Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-212-18/+46
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | btrfs: fix deadlock with fiemap and extent lockingJosef Bacik2024-02-191-17/+45
| * | | | | btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo2024-02-191-1/+1
* | | | | | Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-02-1711-16/+35
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | bcachefs: Fix missing va_end()Kent Overstreet2024-02-131-0/+1
| * | | | | bcachefs: Fix check_version_upgrade()Kent Overstreet2024-02-131-5/+6
| * | | | | bcachefs: Clamp replicas_required to replicasKent Overstreet2024-02-136-5/+21
| * | | | | bcachefs: fix missing endiannes conversion in sb_membersKent Overstreet2024-02-101-1/+1
| * | | | | bcachefs: fix kmemleak in __bch2_read_super error handling pathSu Yue2024-02-101-1/+1