summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: warn when discard request fails other than EOPNOTSUPPLukas Czerner2012-11-081-12/+35
* ext4: remove unused assignmentAlan Cox2012-11-081-1/+1
* ext4: fix awful goto in ext4_mb_new_blocks()Eric Sandeen2012-11-081-4/+7
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-231-8/+6
|\
| * ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner2012-10-221-2/+3
| * ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-221-6/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-081-63/+66
|\ \ | |/
| * ext4: enable FITRIM ioctl on bigalloc file systemLukas Czerner2012-09-261-2/+3
| * ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2012-09-261-4/+2
| * ext4: check free block counters in ext4_mb_find_by_goalYongqiang Yang2012-09-231-0/+3
| * ext4: re-enable -o discard functionality in no-journal modeTheodore Ts'o2012-09-181-0/+2
| * ext4: grow the s_group_info array as neededTheodore Ts'o2012-09-051-40/+39
| * ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong2012-08-171-14/+11
| * ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o2012-08-171-3/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\ \ | |/ |/|
| * treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
* | ext4: remove useless marking of superblock dirtyJan Kara2012-07-221-2/+0
* | ext4: remove an unused statement in ext4_mb_get_buddy_page_lock()Haibo Liu2012-07-091-1/+0
* | ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groupsAditya Kali2012-06-301-8/+15
|/
* ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi2012-05-311-2/+3
* ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi2012-05-311-0/+1
* ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu2012-05-281-6/+2
* ext4: remove needs_recovery in ext4_mb_init()Akira Fujita2012-05-281-1/+1
* ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong2012-04-291-3/+3
* ext4: calculate and verify block bitmap checksumDarrick J. Wong2012-04-291-1/+7
* ext4: always set then trimmed blocks count into lenLukas Czerner2012-03-211-1/+1
* ext4: fix trimmed block count accuntingLukas Czerner2012-03-211-1/+1
* ext4: fix start and len arguments handling in ext4_trim_fs()Lukas Czerner2012-03-211-27/+30
* ext4: remove trailing newlines from ext4_msg() and ext4_error() messagesTheodore Ts'o2012-03-191-1/+1
* ext4: remove redundant "EXT4-fs: " from uses of ext4_msgJoe Perches2012-03-191-7/+7
* ext4: remove EXT4_MB_{BITMAP,BUDDY} macrosTheodore Ts'o2012-02-201-16/+16
* ext4: mark possibly unused variable in ext4_mb_normalize_request()Curt Wohlgemuth2012-02-201-1/+2
* ext4: expand commit callback andBobi Jam2012-02-201-80/+71
* ext4: fix race when setting bitmap_uptodate flagTheodore Ts'o2012-02-201-64/+15
* ext4: do not reference pa_inode from group_paYongqiang Yang2011-12-181-1/+1
* ext4: fix a wrong comment in __mb_check_buddy()Robin Dong2011-10-261-1/+1
* ext4: remove unused variable in mb_find_extent()Robin Dong2011-10-261-3/+1
* ext4: remove unused variable in ext4_mb_generate_from_pa()Robin Dong2011-10-261-2/+0
* ext4: use stream-alloc when mb_group_prealloc set to zeroRobin Dong2011-10-261-0/+5
* ext4: Allow quota file use root reservationDmitry Monakhov2011-10-201-0/+4
* ext4: Free resources in ext4_mb_init()'s error pathsTao Ma2011-10-061-8/+15
* ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()Theodore Ts'o2011-09-091-1/+1
* ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()Theodore Ts'o2011-09-091-2/+2
* ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o2011-09-091-11/+11
* ext4: Fix bigalloc quota accounting and i_blocks valueAditya Kali2011-09-091-2/+3
* ext4: tune mballoc's default group prealloc size for bigalloc file systemsTheodore Ts'o2011-09-091-2/+16
* ext4: convert the free_blocks field in s_flex_groups to be free_clustersTheodore Ts'o2011-09-091-4/+5
* ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o2011-09-091-5/+7
* ext4: teach ext4_free_blocks() about bigalloc and clustersTheodore Ts'o2011-09-091-24/+62
* ext4: teach mballoc preallocation code about bigalloc clustersTheodore Ts'o2011-09-091-41/+54
OpenPOWER on IntegriCloud