summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-026-40/+37
|\ \
| * | ext4: add __GFP_NOWARN to GFP_NOWAIT in readaheadHugh Dickins2023-10-251-1/+1
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-252-5/+5
| * | ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2023-10-252-15/+10
| * | ext4: use folio_end_read()Matthew Wilcox (Oracle)2023-10-181-11/+3
| * | ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-2/+8
| * | ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)2023-10-041-1/+2
| * | ext4: dynamically allocate the ext4-es shrinkerQi Zheng2023-10-042-11/+14
| |/
* | Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-0213-583/+812
|\ \
| * | ext4: properly sync file size update after O_SYNC direct IOJan Kara2023-10-311-88/+65
| * | ext4: fix racy may inline data check in dio writeBrian Foster2023-10-311-7/+9
| * | ext4: run mballoc test with different layouts settingKemeng Shi2023-10-051-14/+38
| * | ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi2023-10-052-0/+329
| * | ext4: add some kunit stub for mballoc kunit testKemeng Shi2023-10-052-0/+15
| * | ext4: call ext4_mb_mark_context in ext4_group_add_blocks()Kemeng Shi2023-10-051-72/+10
| * | ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()Kemeng Shi2023-10-051-28/+26
| * | ext4: call ext4_mb_mark_context in ext4_mb_clear_bbKemeng Shi2023-10-051-59/+10
| * | ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()Kemeng Shi2023-10-051-49/+49
| * | ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_usedKemeng Shi2023-10-051-66/+20
| * | ext4: extend ext4_mb_mark_context to support allocation under journalKemeng Shi2023-10-051-15/+49
| * | ext4: call ext4_mb_mark_context in ext4_free_blocks_simpleKemeng Shi2023-10-051-32/+1
| * | ext4: factor out codes to update block bitmap and group descriptor on disk fr...Kemeng Shi2023-10-051-70/+77
| * | ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi2023-10-054-9/+9
| * | ext4: apply umask if ACL support is disabledMax Kellermann2023-10-051-0/+5
| * | ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo2023-10-051-1/+13
| * | ext4: move 'ix' sanity check to corrent positionGou Hao2023-10-051-5/+5
| * | ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmapKemeng Shi2023-10-051-2/+1
| * | ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi2023-10-052-4/+1
| * | ext4: simplify the gdbblock calculation in add_new_gdb_meta_bgKemeng Shi2023-10-051-15/+9
| * | ext4: use saved local variable sbi instead of EXT4_SB(sb)Kemeng Shi2023-10-051-5/+5
| * | ext4: remove EXT4FS_DEBUG defination in resize.cKemeng Shi2023-10-051-2/+0
| * | ext4: calculate free_clusters_count in cluster unit in verify_group_inputKemeng Shi2023-10-051-2/+3
| * | ext4: remove commented code in reserve_backup_gdbKemeng Shi2023-10-051-3/+0
| * | ext4: remove redundant check of countKemeng Shi2023-10-051-10/+8
| * | ext4: fix typo in setup_new_flex_group_blocksKemeng Shi2023-10-051-1/+1
| * | ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi2023-10-051-7/+2
| * | ext4: correct return value of ext4_convert_meta_bgKemeng Shi2023-10-051-3/+1
| * | ext4: add missed brelse in update_backupsKemeng Shi2023-10-051-1/+3
| * | ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi2023-10-051-2/+4
| * | ext4: no need to generate from free list in mballocWang Jianjian2023-10-051-33/+6
| * | ext4: fix incorrect offsetWang Jianjian2023-10-051-2/+1
| * | ext4: make sure allocate pending entry not failZhang Yi2023-10-051-34/+89
| * | ext4: correct the start block of counting reserved clustersZhang Yi2023-10-051-2/+2
| * | ext4: make running and commit transaction have their own freed_data_listJinke Han2023-10-052-14/+6
| * | ext4: fix traditional comparison using max/min methodLu Hongfei2023-10-051-4/+2
| * | ext4: fix race between writepages and remountBaokun Li2023-10-052-1/+16
| * | ext4: add missing initialization of call_notify_error in update_super_work()Theodore Ts'o2023-10-051-1/+2
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-9/+4
|\ \