summaryrefslogtreecommitdiffstats
path: root/fs/ext4/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Use lowercase names of quota functionsJan Kara2009-03-261-1/+1
* ext4: don't call jbd2_journal_force_commit_nested without journalEric Sandeen2009-02-261-1/+3
* ext4: Fix building with EXT4FS_DEBUGThadeu Lima de Souza Cascardo2009-01-261-3/+3
* ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V2009-01-051-2/+23
* ext4: code cleanupAneesh Kumar K.V2009-01-031-1/+1
* ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V2009-01-051-6/+7
* ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V2009-01-051-8/+13
* ext4: Add blocks added during resize to bitmapAneesh Kumar K.V2009-01-051-106/+30
* ext4: Change unsigned long to unsigned intTheodore Ts'o2008-11-051-7/+7
* ext4: Make ext4_group_t be an unsigned intTheodore Ts'o2009-01-051-5/+5
* ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()Theodore Ts'o2009-01-051-1/+1
* ext4: Allow ext4 to run without a journalFrank Mayhar2009-01-071-2/+2
* ext4: remove do_blk_alloc()Theodore Ts'o2008-12-121-34/+15
* ext4: remove ext4_new_meta_block()Theodore Ts'o2008-12-071-17/+0
* ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directlyTheodore Ts'o2009-01-011-20/+0
* ext4: fix printk format warningAlexander Beregalov2008-10-291-1/+1
* Merge branch 'next' into for-linusJames Morris2008-12-251-1/+1
|\
| * CRED: Wrap task credential accesses in the Ext4 filesystemDavid Howells2008-11-141-1/+1
* | revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton2008-12-101-2/+2
* | revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton2008-12-101-2/+2
|/
* delay capable() check in ext4_has_free_blocks()Eric Sandeen2008-10-281-12/+14
* merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2008-10-281-41/+16
* ext4: Don't reuse released data blocks until transaction commitsAneesh Kumar K.V2008-10-101-2/+10
* ext4: fix initialization of UNINIT bitmap blocksFrederic Bohe2008-10-101-1/+3
* ext4: Remove old legacy block allocatorTheodore Ts'o2008-10-101-1344/+11
* ext4: Don't add the inode to journal handle until after the block is allocatedAneesh Kumar K.V2008-09-081-1/+1
* ext4: Fix ext4 nomballoc allocator for ENOSPCAneesh Kumar K.V2008-09-081-8/+10
* ext4: Signed arithmetic fixAneesh Kumar K.V2008-10-081-9/+10
* ext4: Add percpu dirty block accounting.Aneesh Kumar K.V2008-10-101-22/+40
* ext4: Retry block reservationAneesh Kumar K.V2008-09-081-1/+7
* ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V2008-10-091-16/+42
* ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o2008-09-081-35/+35
* ext4: Add printk priority levels to clean up checkpatch warningsTheodore Ts'o2008-09-081-14/+15
* percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao2008-10-091-1/+1
* ext4: make sure ext4_has_free_blocks returns 0 for ENOSPCAneesh Kumar K.V2008-08-191-0/+3
* ext4: lock block groups when initializingEric Sandeen2008-08-021-0/+3
* ext4: sync up block and inode bitmap reading functionsEric Sandeen2008-08-021-4/+4
* ext4: delayed allocation ENOSPC handlingMingming Cao2008-07-141-17/+32
* percpu_counter: new function percpu_counter_sum_and_setMingming Cao2008-07-111-1/+1
* ext4: mballoc avoid use root reserved blocks for non root allocationMingming Cao2008-07-111-18/+33
* ext4: cleanup block allocatorAneesh Kumar K.V2008-07-111-53/+74
* ext4: Use inode preallocation with -o noextentsAneesh Kumar K.V2008-07-111-2/+34
* ext4: fix ext4_init_block_bitmap() for metablock block groupAkinobu Mita2008-07-111-6/+1
* ext4: Fix sparse warningAneesh Kumar K.V2008-07-111-1/+1
* ext4: New inode allocation for FLEX_BG meta-data groups.Jose R. Santos2008-07-111-0/+14
* ext4: Rename read_block_bitmap() to ext4_read_block_bitmap()Theodore Ts'o2008-07-111-6/+6
* ext4: Use BUG_ON() instead of BUG()Julia Lawall2008-07-111-2/+1
* ext4: Fix uninit block group initialization with FLEX_BGJose R. Santos2008-06-031-9/+62
* ext4: Retry block allocation if new blocks are allocated from system zone.Aneesh Kumar K.V2008-05-151-6/+11
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-3/+3
OpenPOWER on IntegriCloud