summaryrefslogtreecommitdiff
path: root/fs/ext2/balloc.c
AgeCommit message (Expand)Author
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-21ext2: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-08-18ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger
2023-08-16ext2: dump current reservation window infoYe Bin
2023-08-16ext2: fix race between setxattr and write backYe Bin
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin
2023-08-16ext2: remove ext2_new_block()Ye Bin
2022-11-28fs/ext2: Fix code indentationRong Tao
2022-09-11ext2: replace bh_submit_read() helper with bh_read()Zhang Yi
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cWang Hai
2019-11-07ext2: fix improper function commentChengguang Xu
2019-11-07ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu
2019-11-07ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu
2019-11-07ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara
2019-11-06ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu
2019-10-31ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu
2019-10-22ext2: add missing brelse in ext2_new_blocks()Chengguang Xu
2019-10-21ext2: adjust block num when retry allocationChengguang Xu
2019-07-31ext2: code cleanup for ext2_free_blocks()Chengguang Xu
2019-07-31ext2: fix block range in ext2_data_block_valid()Chengguang Xu
2019-06-12ext2: fix a typo in commentChengguang Xu
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino
2013-02-07Ext2: remove the static function release_blocks to optimize the kernelWang Shilong
2013-02-07Ext2: mark inode dirty after the function dquot_free_block_nodirty is calledWang Shilong
2013-02-06Ext2: remove the overhead check about sb in the function ext2_new_blocksWang Shilong
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov
2012-07-30ext2: use memweight()Akinobu Mita
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-05-18ext2: trivial fix to comment for ext2_free_blocksWang Sheng-Hui
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman
2012-04-11ext2: Remove s_dirt handlingJan Kara
2011-08-17fs/ext2/balloc.c: delete useless initializationJulia Lawall
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-28ext2: fix comment on ext2_try_to_allocate()Namhyung Kim
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro
2010-08-09ext2: switch to dquot_free_block_nodirty()Al Viro
2010-05-21ext2: Avoid loading bitmaps for full groups during block allocationJan Kara
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2009-03-26ext2: Use lowercase names of quota functionsJan Kara
2008-11-14CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells
2008-10-16ext2: fix ext2 block reservation early ENOSPC issueMingming Cao
2008-04-28ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V
2008-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison