summaryrefslogtreecommitdiffstats
path: root/fs/ext4/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-141-7/+3Star
* 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/+7Star
* ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-271-2/+14
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-191-2/+1Star
* 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/+7Star
|\
| * ext4: retry allocations conservativelyTheodore Ts'o2017-10-011-8/+7Star
* | 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-271-1/+6
|\
| * ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-07-061-0/+3
| * ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o2016-06-271-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-121-3/+4
* ext4: make the bitmap read routines return real error codesDarrick J. Wong2015-10-181-33/+41
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-9/+7Star
* 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/+0Star
* ext4: remove unused header filesSheng Yong2015-04-031-1/+0Star
* 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-051-2/+1Star
* ext4: remove metadata reservation checksTheodore Ts'o2014-07-151-1/+0Star
* 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-151-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-291-5/+4Star
* 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-061-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
* ext4: introduce reserved spaceLukas Czerner2013-04-101-5/+13
* ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-041-7/+18
* ext4: make ext4_block_in_group() much more efficientLukas Czerner2013-04-041-6/+16
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-021-1/+1
* ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner2013-02-221-2/+7
* ext4: check bh in ext4_read_block_bitmap()Eryu Guan2013-01-121-1/+3
* ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-221-5/+3Star
* ext4: don't call ext4_error while block group is lockedTheodore Ts'o2012-08-171-25/+37