summaryrefslogtreecommitdiff
path: root/fs/ext4/balloc.c
Commit message (Expand)AuthorAge
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-26
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-19
* ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-11
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-14
|\
| * ext4: retry allocations conservativelyTheodore Ts'o2017-10-01
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-26
|\
| * ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-07-05
| * ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o2016-06-26
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-07
|/
* ext4: fix race in transient ENOSPC detectionJan Kara2016-05-13
* ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-11
* ext4: make the bitmap read routines return real error codesDarrick J. Wong2015-10-17
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-17
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-17
* ext4: verify block bitmap even after fresh initializationLukas Czerner2015-06-08
* ext4: remove unnecessary lock/unlock of i_block_reservation_lockMaurizio Lombardi2015-04-03
* ext4: remove unused header filesSheng Yong2015-04-02
* ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov2014-10-13
* ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o2014-09-04
* ext4: remove metadata reservation checksTheodore Ts'o2014-07-15
* ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon2014-06-26
* ext4: make local functions staticStephen Hemminger2014-05-12
* ext4: fix block bitmap validation when bigalloc, ^flex_bgDarrick J. Wong2014-05-12
* ext4: fix block bitmap initialization under sparse_super2Darrick J. Wong2014-05-12
* ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin2014-04-14
* ext4: don't count free clusters from a corrupt block groupDarrick J. Wong2013-10-31
* ext4: mark group corrupt on group descriptor checksumDarrick J. Wong2013-08-28
* ext4: mark block group as corrupt on block bitmap errorDarrick J. Wong2013-08-28
* ext4: fix type declaration of ext4_validate_block_bitmapDarrick J. Wong2013-08-28
* ext4: error out if verifying the block bitmap failsDarrick J. Wong2013-08-28
* ext4: fix ext4_get_group_number()Theodore Ts'o2013-07-05
* ext4: optimize test_root()Theodore Ts'o2013-06-06
* ext4: mark all metadata I/O with REQ_METATheodore Ts'o2013-04-20
* ext4: introduce reserved spaceLukas Czerner2013-04-09
* ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-03
* ext4: make ext4_block_in_group() much more efficientLukas Czerner2013-04-03
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-02
* ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner2013-02-22
* ext4: check bh in ext4_read_block_bitmap()Eryu Guan2013-01-12
* ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-22
* ext4: don't call ext4_error while block group is lockedTheodore Ts'o2012-08-17
* ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o2012-06-30
* ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o2012-06-07
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-06-01
|\
| * ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong2012-04-29
| * ext4: calculate and verify block bitmap checksumDarrick J. Wong2012-04-29
* | userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-15
|/
* ext4: fix balloc.c printk-format-warningHeiko Carstens2012-02-20
* ext4: fix race when setting bitmap_uptodate flagTheodore Ts'o2012-02-20