summaryrefslogtreecommitdiff
path: root/fs/ext2/balloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()Jan Kara1-1/+1
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-73/+63
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
2023-08-21ext2: Fix kernel-doc warningsMatthew Wilcox (Oracle)1-55/+46
2023-08-18ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger1-2/+2
2023-08-16ext2: dump current reservation window infoYe Bin1-1/+6
2023-08-16ext2: fix race between setxattr and write backYe Bin1-7/+7
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin1-1/+2
2023-08-16ext2: remove ext2_new_block()Ye Bin1-7/+0
2022-11-28fs/ext2: Fix code indentationRong Tao1-6/+6
2022-09-12ext2: replace bh_submit_read() helper with bh_read()Zhang Yi1-3/+4
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter1-8/+6
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cWang Hai1-3/+3
2019-11-07ext2: fix improper function commentChengguang Xu1-3/+2
2019-11-07ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu1-19/+10
2019-11-07ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu1-1/+1
2019-11-07ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara1-17/+5
2019-11-06ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu1-8/+8
2019-10-31ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu1-1/+0
2019-10-22ext2: add missing brelse in ext2_new_blocks()Chengguang Xu1-0/+7
2019-10-21ext2: adjust block num when retry allocationChengguang Xu1-0/+1
2019-07-31ext2: code cleanup for ext2_free_blocks()Chengguang Xu1-3/+1
2019-07-31ext2: fix block range in ext2_data_block_valid()Chengguang Xu1-3/+3
2019-06-12ext2: fix a typo in commentChengguang Xu1-2/+1
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-07-06ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino1-0/+21
2013-02-07Ext2: remove the static function release_blocks to optimize the kernelWang Shilong1-10/+1
2013-02-07Ext2: mark inode dirty after the function dquot_free_block_nodirty is calledWang Shilong1-5/+10
2013-02-06Ext2: remove the overhead check about sb in the function ext2_new_blocksWang Shilong1-4/+0
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-07-31ext2: use memweight()Akinobu Mita1-12/+2
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+1
2012-05-18ext2: trivial fix to comment for ext2_free_blocksWang Sheng-Hui1-1/+1
2012-05-16userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman1-2/+3
2012-04-11ext2: Remove s_dirt handlingJan Kara1-2/+0
2011-08-17fs/ext2/balloc.c: delete useless initializationJulia Lawall1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-10-28ext2: fix comment on ext2_try_to_allocate()Namhyung Kim1-2/+1
2010-08-10Take dirtying the inode to callers of ext2_free_blocks()Al Viro1-1/+0
2010-08-10ext2: switch to dquot_free_block_nodirty()Al Viro1-4/+8
2010-05-21ext2: Avoid loading bitmaps for full groups during block allocationJan Kara1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-5/+7
2009-03-26ext2: Use lowercase names of quota functionsJan Kara1-4/+4
2008-11-14CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells1-1/+1
2008-10-16ext2: fix ext2 block reservation early ENOSPC issueMingming Cao1-1/+2
2008-04-28ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V1-5/+11