summaryrefslogtreecommitdiffstats
path: root/fs/ext4/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ext4: fix race in transient ENOSPC detectionJan Kara2016-05-131-1/+2
* ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-111-3/+4
* ext4: make the bitmap read routines return real error codesDarrick J. Wong2015-10-171-33/+41
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-9/+7
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-1/+1
* ext4: verify block bitmap even after fresh initializationLukas Czerner2015-06-081-2/+2
* ext4: remove unnecessary lock/unlock of i_block_reservation_lockMaurizio Lombardi2015-04-031-2/+0
* ext4: remove unused header filesSheng Yong2015-04-021-1/+0
* ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov2014-10-131-4/+8
* ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o2014-09-041-2/+1
* ext4: remove metadata reservation checksTheodore Ts'o2014-07-151-1/+0
* ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon2014-06-261-0/+16
* ext4: make local functions staticStephen Hemminger2014-05-121-10/+11
* ext4: fix block bitmap validation when bigalloc, ^flex_bgDarrick J. Wong2014-05-121-5/+7
* ext4: fix block bitmap initialization under sparse_super2Darrick J. Wong2014-05-121-14/+19
* ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin2014-04-141-1/+1
* ext4: don't count free clusters from a corrupt block groupDarrick J. Wong2013-10-311-2/+11
* ext4: mark group corrupt on group descriptor checksumDarrick J. Wong2013-08-281-5/+4
* ext4: mark block group as corrupt on block bitmap errorDarrick J. Wong2013-08-281-0/+3
* ext4: fix type declaration of ext4_validate_block_bitmapDarrick J. Wong2013-08-281-2/+2
* ext4: error out if verifying the block bitmap failsDarrick J. Wong2013-08-281-2/+6
* ext4: fix ext4_get_group_number()Theodore Ts'o2013-07-051-2/+2
* ext4: optimize test_root()Theodore Ts'o2013-06-061-5/+9
* ext4: mark all metadata I/O with REQ_METATheodore Ts'o2013-04-201-1/+1