aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-12-021-2/+4
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2017-12-311-8/+1
* ext4: fix warning about stack corruptionArnd Bergmann2017-08-121-5/+6
* ext4: trim allocation requests to group sizeJan Kara2017-07-041-0/+7
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-05-291-19/+28
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: fix reference counting bug on block allocation errorVegard Nossum2017-05-291-14/+3
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2017-05-291-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2017-05-291-1/+3
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2017-05-291-11/+5
* ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trimJP Abgrall2017-05-271-10/+18
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-271-117/+140
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-04-111-19/+28
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-101-17/+10
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2016-08-261-11/+5
* 3.10.66 -> 3.10.67Jan Engelmohr2016-08-261-4/+17
* first commitMeizu OpenSource2016-08-151-0/+5207