summaryrefslogtreecommitdiffstats
path: root/fs/ext4/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: add some kunit stub for mballoc kunit testKemeng Shi2023-10-051-0/+10
* ext4: fix traditional comparison using max/min methodLu Hongfei2023-10-051-4/+2
* ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian2023-08-271-4/+11
* ext4: drop the call to ext4_error() from ext4_get_group_info()Fabio M. De Francesco2023-06-141-11/+9
* Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"Kemeng Shi2023-06-141-1/+4
* ext4: allow ext4_get_group_info() to failTheodore Ts'o2023-05-131-1/+17
* ext4: fix WARNING in mb_find_extentYe Bin2023-05-071-0/+25
* ext4: remove unused group parameter in ext4_block_bitmap_csum_verifyKemeng Shi2023-03-231-2/+1
* ext4: improve inode table blocks counting in ext4_num_overhead_clustersKemeng Shi2023-03-231-43/+47
* ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap...Kemeng Shi2023-03-231-1/+1
* ext4: remove stale comment in ext4_init_block_bitmapKemeng Shi2023-03-231-2/+0
* ext4: remove unnecessary check in ext4_bg_num_gdb_nometaKemeng Shi2023-03-231-4/+1
* ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clustersKemeng Shi2023-03-231-2/+2
* ext4: correct validation check of inode table in ext4_valid_block_bitmapKemeng Shi2023-03-231-3/+3
* ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitm...Kemeng Shi2023-03-231-5/+7
* ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-021-1/+1
* ext4: fix kernel doc warningsTheodore Ts'o2022-03-151-0/+1
* ext4: flush background discard kwork when retry allocationWang Jianchao2021-08-301-1/+7
* ext4: fix trailing whitespaceJack Qiu2021-04-091-1/+1
* ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-061-12/+26
* ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu2020-12-031-1/+1
* ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-1/+6
* ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-5/+3
* ext4: clear buffer verified flag if read meta block from diskzhangyi (F)2020-10-181-0/+1
* ext4: indicate via a block bitmap read is prefetched via a tracepointTheodore Ts'o2020-08-071-1/+1
* ext4: add prefetching for block allocation bitmapsAlex Zhuravlev2020-08-061-3/+11
* ext4: balloc: use task_pid_nr() helperRitesh Harjani2020-06-031-2/+3
* ext4: fix return-value types in several function commentsJosh Triplett2020-04-151-2/+2
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-4/+3
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-211-3/+11
* ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o2019-12-261-1/+3
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-0/+1
* ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-191-2/+2
* ext4: use ext4_warning() for sb_getblk failureWang Shilong2018-08-011-3/+3
* ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-07-121-0/+3
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-06-141-1/+10
* ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-06-131-7/+3
* ext4: mark block bitmap corrupted when foundWang Shilong2018-05-121-0/+4
* ext4: add new ext4_mark_group_bitmap_corrupted() helperWang Shilong2018-05-121-22/+7
* ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-261-2/+14
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-191-2/+1
* ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-111-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-8/+7
|\
| * ext4: retry allocations conservativelyTheodore Ts'o2017-10-011-8/+7
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-1/+6
|\
| * ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-07-051-0/+3
| * ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o2016-06-261-1/+3
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/