summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | ext4: fix usless declarationsDmitri Monakho2013-04-091-2/+0
* | ext4: speed-up releasing blocks on commitAndrey Sidorov2013-04-091-61/+172
* | ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-031-3/+3
* | ext4: fix journal callback list traversalDmitry Monakhov2013-04-031-4/+4
* | ext4: add might_sleep() annotationsTheodore Ts'o2013-04-031-0/+4
|/
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-111-6/+6
* ext4: do not use yield()Lukas Czerner2013-03-101-6/+2
* ext4: remove unused variable in ext4_free_blocks()Lukas Czerner2013-03-101-3/+0
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-021-4/+4
* ext4: use module parameters instead of debugfs for mballoc_debugTheodore Ts'o2013-02-091-38/+9
* ext4: optimize mballoc for large allocationsTheodore Ts'o2013-02-041-6/+10
* ext4: fix race in ext4_mb_add_n_trim()Niu Yawei2013-02-011-3/+3
* 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