Commit Graph

141 Commits (5fbcae57db69128c14080a7a5a42d0626bfe155c)

Author SHA1 Message Date
Venkatesh Pallipadi 64e290ec69 ext4: fix up rb_root initializations to use RB_ROOT 15 years ago
Christoph Hellwig 5dd4056db8 dquot: cleanup space allocation / freeing routines 15 years ago
Akinobu Mita bda00de7e8 ext4: cleanup to use ext4_grp_offs_to_block() 15 years ago
Akinobu Mita 5661bd6861 ext4: cleanup to use ext4_group_first_block_no() 15 years ago
Tao Ma cc483f102c ext4: Fix fencepost error in chosing choosing group vs file preallocation. 15 years ago
Eric Sandeen 12062dddda ext4: move __func__ into a macro for ext4_warning, ext4_error 15 years ago
Dmitry Monakhov d21cd8f163 ext4: Fix potential quota deadlock 15 years ago
Theodore Ts'o 1f2acb6017 ext4: Add block validity check when truncating indirect block mapped inodes 15 years ago
Curt Wohlgemuth b844167edc ext4: remove blocks from inode prealloc list on failure 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Theodore Ts'o 9084d47197 ext4: use ext4_data_block_valid() in ext4_free_blocks() 15 years ago
Theodore Ts'o e6362609b6 ext4: call ext4_forget() from ext4_free_blocks() 15 years ago
Theodore Ts'o 4433871130 ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() 15 years ago
Eric Sandeen 5328e63531 ext4: make trim/discard optional (and off by default) 15 years ago
Christoph Lameter ca0c9584b1 this_cpu: Straight transformations 16 years ago
Theodore Ts'o 296c355cd6 ext4: Use tracepoints for mb_history trace file 16 years ago
Theodore Ts'o 90576c0b9a ext4, jbd2: Drop unneeded printks at mount and unmount time 16 years ago
Theodore Ts'o 7178057730 ext4: Fix hueristic which avoids group preallocation for closed files 16 years ago
Eric Sandeen fb0a387dcd ext4: limit block allocations for indirect-block files to < 2^32 16 years ago
Aneesh Kumar K.V 08c3a81338 ext4: Clarify the locking details in mballoc 16 years ago
Aneesh Kumar K.V f41c075053 ext4: check for need init flag in ext4_mb_load_buddy 16 years ago
Aneesh Kumar K.V b6a758ec3a ext4: move ext4_mb_init_group() function earlier in the mballoc.c 16 years ago
Tobias Klauser 7f1346a9de ext4: Declare seq_operations and file_operations structures as const 16 years ago
Eric Sandeen a36b44988c ext4: use ext4_grpblk_t more extensively 16 years ago
Eric Sandeen 1927805e65 ext4: use variables not types in sizeofs() for allocations 16 years ago
Eric Sandeen 38877f4e8d simplify some logic in ext4_mb_normalize_request 16 years ago
Eric Sandeen 0373130d5b ext4: open-code ext4_mb_update_group_info 16 years ago
Theodore Ts'o 50797481a7 ext4: Avoid group preallocation for closed files 16 years ago
Theodore Ts'o 4ba74d00a2 ext4: Fix bugs in mballoc's stream allocation mode 16 years ago
Theodore Ts'o 0ef90db93a ext4: Display the mballoc flags in mb_history in hex instead of decimal 16 years ago
Theodore Ts'o 6ba495e925 ext4: Add configurable run-time mballoc debugging 16 years ago
Theodore Ts'o 833576b362 ext4: Fix ext4_mb_initialize_context() to initialize all fields 16 years ago
Akira Fujita 1c71850517 ext4: Fix compile warnings with MB_DEBUG 16 years ago
Joe Perches 5a4a798937 ext4: Remove unnecessary semicolons in mballoc.c 16 years ago
Aneesh Kumar K.V 024eab4d5b ext4: Fix memory leak fix when mounting an ext4 filesystem 16 years ago
Theodore Ts'o 0610b6e999 ext4: Fix 64-bit block type problem on 32-bit platforms 16 years ago
Jesper Dangaard Brouer 3e03f9ca6a ext4: Use rcu_barrier() on module unload. 16 years ago
Eric Sandeen 089ceecc1e ext4: mark several more functions in mballoc.c as noinline 16 years ago
Theodore Ts'o 6fd058f779 ext4: Add a comprehensive block validity check to ext4_get_blocks() 16 years ago
Vincent Minet bc8e67409c ext4: Fix spinlock assertions on UP systems 16 years ago
Aneesh Kumar K.V 955ce5f5be ext4: Convert ext4_lock_group to use sb_bgl_lock 16 years ago
Curt Wohlgemuth f40339031b ext4: Make the length of the mb_history file tunable 16 years ago
Theodore Ts'o 75507efb13 ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc 16 years ago
Theodore Ts'o 9bffad1ed2 ext4: convert instrumentation from markers to tracepoints 16 years ago
Theodore Ts'o 8df9675f8b ext4: Avoid races caused by on-line resizing and SMP memory reordering 16 years ago
Theodore Ts'o e7c9e3e99a ext4: fix locking typo in mballoc which could cause soft lockup hangs 16 years ago
Dan Carpenter a7b19448dd ext4: fix typo which causes a memory leak on error path 16 years ago
Aneesh Kumar K.V cc0fb9ad7d ext4: Rename pa_linear to pa_type 16 years ago
Jan Kara a269eb1829 ext4: Use lowercase names of quota functions 16 years ago
Mingming Cao 60e58e0f30 ext4: quota reservation for delayed allocation 16 years ago