summaryrefslogtreecommitdiffstats
path: root/fs/ext2/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* ext2: replace bh_submit_read() helper with bh_read()Zhang Yi2022-09-111-3/+4
* ext2: fix sleeping in atomic bugs on errorDan Carpenter2021-09-221-8/+6
* ext2: Fix some kernel-doc warnings in balloc.cWang Hai2020-09-141-3/+3
* ext2: fix improper function commentChengguang Xu2019-11-071-3/+2
* ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu2019-11-071-19/+10
* ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu2019-11-071-1/+1
* ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara2019-11-071-17/+5
* ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu2019-11-061-8/+8
* ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu2019-10-311-1/+0
* ext2: add missing brelse in ext2_new_blocks()Chengguang Xu2019-10-221-0/+7
* ext2: adjust block num when retry allocationChengguang Xu2019-10-211-0/+1
* ext2: code cleanup for ext2_free_blocks()Chengguang Xu2019-07-311-3/+1
* ext2: fix block range in ext2_data_block_valid()Chengguang Xu2019-07-311-3/+3
* ext2: fix a typo in commentChengguang Xu2019-06-121-2/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-051-0/+21
* Ext2: remove the static function release_blocks to optimize the kernelWang Shilong2013-02-071-10/+1
* Ext2: mark inode dirty after the function dquot_free_block_nodirty is calledWang Shilong2013-02-071-5/+10
* Ext2: remove the overhead check about sb in the function ext2_new_blocksWang Shilong2013-02-061-4/+0
* 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
* | ext2: use memweight()Akinobu Mita2012-07-301-12/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-05-251-3/+1
|\
| * ext2: trivial fix to comment for ext2_free_blocksWang Sheng-Hui2012-05-181-1/+1
| * ext2: Remove s_dirt handlingJan Kara2012-04-111-2/+0
* | userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-151-2/+3
|/
* fs/ext2/balloc.c: delete useless initializationJulia Lawall2011-08-171-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* ext2: fix comment on ext2_try_to_allocate()Namhyung Kim2010-10-281-2/+1
* Take dirtying the inode to callers of ext2_free_blocks()Al Viro2010-08-091-1/+0
* ext2: switch to dquot_free_block_nodirty()Al Viro2010-08-091-4/+8
* ext2: Avoid loading bitmaps for full groups during block allocationJan Kara2010-05-211-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-5/+7
* ext2: Use lowercase names of quota functionsJan Kara2009-03-261-4/+4
* CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells2008-11-141-1/+1
* ext2: fix ext2 block reservation early ENOSPC issueMingming Cao2008-10-161-1/+2
* ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V2008-04-281-5/+11
* ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-5/+5
* fs/ext2: use BUG_ONJulia Lawall2008-04-281-2/+1
* ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita2008-02-061-4/+1
* ext[234]: fix comment for nonexistent variableAkinobu Mita2008-02-061-2/+2
* ext2: add block bitmap validationAneesh Kumar K.V2008-02-061-9/+72
* ext2: return after ext2_error in case of failuresAneesh Kumar K.V2008-02-061-2/+6
* Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds2007-11-131-45/+5
* ext2 reservationsMartin J. Bligh2007-10-171-233/+1072
* ext2/ext3/ext4: add block bitmap validationAneesh Kumar K.V2007-10-171-12/+44
* fs: mark nibblemap constPhilippe De Muyter2007-10-171-1/+1