summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | eventfd: move 'eventfd-count' printing out of spinlockWen Yang2024-01-231-4/+9
| * | | | do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich2024-01-221-1/+1
| * | | | writeback: move wb_wakeup_delayed defination to fs-writeback.cKemeng Shi2024-01-221-0/+25
| * | | | fs: improve dump_mapping() robustnessBaolin Wang2024-01-221-1/+2
| * | | | buffer: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan2024-01-221-6/+2
| * | | | eventfd: add a BUILD_BUG_ON() to ensure consistency between EFD_SEMAPHORE and...Wen Yang2024-01-221-0/+1
| * | | | fs: Wrong function name in commentAndreas Gruenbacher2024-01-221-1/+1
| * | | | fs: fix a typo in attr.cJay2024-01-221-1/+1
| | |/ / | |/| |
* | | | Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-072-1/+3
|\ \ \ \
| * | | | erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang2024-03-071-0/+1
| * | | | erofs: fix uninitialized page cache reported by KMSANGao Xiang2024-03-071-1/+2
* | | | | iov_iter: get rid of 'copy_mc' flagLinus Torvalds2024-03-061-3/+42
* | | | | fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche2024-03-051-2/+6
* | | | | Revert "fs/aio: Make io_cancel() generate completions again"Bart Van Assche2024-03-051-11/+16
|/ / / /
* | | | 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