Commit Graph

68 Commits (50dd94e017ec39f85c26b6c10ed9fb2d7a7d8042)

Author SHA1 Message Date
Eric Sandeen a996031c87 delay capable() check in ext4_has_free_blocks() 17 years ago
Eric Sandeen 8c3bf8a01c merge ext4_claim_free_blocks & ext4_has_free_blocks 17 years ago
Aneesh Kumar K.V a1aebc1e2d ext4: Don't reuse released data blocks until transaction commits 17 years ago
Frederic Bohe c806e68f56 ext4: fix initialization of UNINIT bitmap blocks 17 years ago
Theodore Ts'o c2ea3fde61 ext4: Remove old legacy block allocator 17 years ago
Aneesh Kumar K.V 166348dd37 ext4: Don't add the inode to journal handle until after the block is allocated 17 years ago
Aneesh Kumar K.V 68629f29c6 ext4: Fix ext4 nomballoc allocator for ENOSPC 17 years ago
Aneesh Kumar K.V 5c79161689 ext4: Signed arithmetic fix 17 years ago
Aneesh Kumar K.V 6bc6e63fcd ext4: Add percpu dirty block accounting. 17 years ago
Aneesh Kumar K.V 030ba6bc67 ext4: Retry block reservation 17 years ago
Aneesh Kumar K.V a30d542a00 ext4: Make sure all the block allocation paths reserve blocks 17 years ago
Theodore Ts'o af5bc92dde ext4: Fix whitespace checkpatch warnings/errors 17 years ago
Theodore Ts'o 4776004f54 ext4: Add printk priority levels to clean up checkpatch warnings 17 years ago
Mingming Cao 1f7c14c62c percpu counter: clean up percpu_counter_sum_and_set() 17 years ago
Aneesh Kumar K.V 16eb729564 ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC 17 years ago
Eric Sandeen b5f10eed81 ext4: lock block groups when initializing 17 years ago
Eric Sandeen e29d1cde63 ext4: sync up block and inode bitmap reading functions 17 years ago
Mingming Cao d2a1763791 ext4: delayed allocation ENOSPC handling 17 years ago
Mingming Cao e8ced39d5e percpu_counter: new function percpu_counter_sum_and_set 17 years ago
Mingming Cao 0703143107 ext4: mballoc avoid use root reserved blocks for non root allocation 17 years ago
Aneesh Kumar K.V 654b4908bc ext4: cleanup block allocator 17 years ago
Aneesh Kumar K.V 7061eba75c ext4: Use inode preallocation with -o noextents 17 years ago
Akinobu Mita 6afd670713 ext4: fix ext4_init_block_bitmap() for metablock block group 17 years ago
Aneesh Kumar K.V 7477827f66 ext4: Fix sparse warning 17 years ago
Jose R. Santos 772cb7c83b ext4: New inode allocation for FLEX_BG meta-data groups. 17 years ago
Theodore Ts'o 574ca174c9 ext4: Rename read_block_bitmap() to ext4_read_block_bitmap() 17 years ago
Julia Lawall 07d45f1267 ext4: Use BUG_ON() instead of BUG() 17 years ago
Jose R. Santos 0bf7e8379c ext4: Fix uninit block group initialization with FLEX_BG 17 years ago
Aneesh Kumar K.V 519deca049 ext4: Retry block allocation if new blocks are allocated from system zone. 17 years ago
Christoph Hellwig 3dcf54515a ext4: move headers out of include/linux 17 years ago
Harvey Harrison 46e665e9d2 ext4: replace remaining __FUNCTION__ occurrences 17 years ago
Akinobu Mita d00a6d7b40 ext4: use ext4_group_first_block_no() 17 years ago
Marcin Slusarz e8546d0615 ext4: le*_add_cpu conversion 17 years ago
Akinobu Mita 859cb93679 ext[234]: cleanup ext[234]_bg_num_gdb() 17 years ago
Akinobu Mita 144704e522 ext[234]: fix comment for nonexistent variable 17 years ago
Alex Tomas c9de560ded ext4: Add multi block allocator for ext4 17 years ago
Eric Sandeen c549a95d40 ext4: fix up EXT4FS_DEBUG builds 17 years ago
Aneesh Kumar K.V 0e855ac8b1 ext4: Convert truncate_mutex to read write semaphore. 17 years ago
Aneesh Kumar K.V abcb2947c9 ext4: add block bitmap validation 17 years ago
Aneesh Kumar K.V cb47dce791 ext4: Return after ext4_error in case of failures 17 years ago
Avantika Mathur fd2d42912f ext4: add ext4_group_t, and change all group variables to this type. 17 years ago
Linus Torvalds 0b832a4b93 Revert "ext2/ext3/ext4: add block bitmap validation" 17 years ago
Aneesh Kumar K.V 5272f83727 ext4: Convert bg_inode_bitmap and bg_inode_table 18 years ago
Andreas Dilger 717d50e497 Ext4: Uninitialized Block Groups 18 years ago
Aneesh Kumar K.V 7c9e69faa2 ext2/ext3/ext4: add block bitmap validation 18 years ago
Peter Zijlstra 3cb4f9fa0c lib: percpu_counter_sub 18 years ago
Peter Zijlstra aa0dff2d09 lib: percpu_counter_add 18 years ago
Jose R. Santos e23291b912 jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG 18 years ago
Toshiyuki Okajima 29bc5b4f73 mistaken ext4_inode_bitmap for ext4_block_bitmap 18 years ago
Dave Kleikamp 8c55e20411 EXT4: Fix whitespace 18 years ago