Commit Graph

404 Commits (74d5e8acd95ae934194303138a43b60005fcfad6)

Author SHA1 Message Date
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
Aneesh Kumar K.V c4a0c46ec9 ext4: invalidate pages if delalloc block allocation fails. 17 years ago
Theodore Ts'o af5bc92dde ext4: Fix whitespace checkpatch warnings/errors 17 years ago
Theodore Ts'o e5f8eab885 ext4: Fix long long checkpatch warnings 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
Eric Sandeen 7d55992d60 ext4: remove write-only variables from ext4_ordered_write_end 17 years ago
Al Viro 77e69dac3c [PATCH] fix races and leaks in vfs_quota_on() users 17 years ago
Hisashi Hifumi 8ab22b9abb vfs: pagecache usage optimization for pagesize!=blocksize 17 years ago
Aneesh Kumar K.V 5e745b041f ext4: Fix small file fragmentation 17 years ago
Aneesh Kumar K.V 91246c0090 ext4: Initialize writeback_index to 0 when allocating a new inode 17 years ago
Aneesh Kumar K.V 16eb729564 ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC 17 years ago
Mingming Cao 525f4ed8dc ext4: journal credit fix for the delayed allocation's writepages() function 17 years ago
Aneesh Kumar K.V a1d6cc563b ext4: Rework the ext4_da_writepages() function 17 years ago
Mingming Cao f3bd1f3fa8 ext4: journal credits reservation fixes for DIO, fallocate 17 years ago
Mingming Cao ee12b63068 ext4: journal credits reservation fixes for extent file writepage 17 years ago
Mingming Cao a02908f19c ext4: journal credits calulation cleanup and fix for non-extent writepage 17 years ago
Eric Sandeen c001077f40 ext4: Fix bug where we return ENOSPC even though we have plenty of inodes 17 years ago
Josef Bacik 37609fd5ae ext4: don't try to resize if there are no reserved gdt blocks left 17 years ago
Theodore Ts'o 88aa3cff4e ext4: Use ext4_discard_reservations instead of mballoc-specific call 17 years ago
Theodore Ts'o d015641734 ext4: Fix ext4_dx_readdir hash collision handling 17 years ago
Mingming Cao cd21322616 ext4: Fix delalloc release block reservation for truncate 17 years ago
Theodore Ts'o b4df203085 ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty 17 years ago
Aneesh Kumar K.V bf068ee266 ext4: Handle unwritten extent properly with delayed allocation 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Theodore Ts'o 2b2d6d0197 ext4: Cleanup whitespace and other miscellaneous style issues 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Li Zefan ec05e868ac ext4: improve ext4_fill_flex_info() a bit 17 years ago
Aneesh Kumar K.V 12219aea6b ext4: Cleanup the block reservation code path 17 years ago
Theodore Ts'o 34071da71a ext4: don't assume extents can't cross block groups when truncating 17 years ago
Theodore Ts'o bc965ab3f2 ext4: Fix lack of credits BUG() when deleting a badly fragmented inode 17 years ago
Theodore Ts'o 0123c93998 ext4: Fix ext4_ext_journal_restart() 17 years ago
Eric Sandeen d5a0d4f732 ext4: fix ext4_da_write_begin error path 17 years ago
Hidehiro Kawai 9c83a923c6 ext4: don't read inode block if the buffer has a write error 17 years ago
Aneesh Kumar K.V 6be2ded1d7 ext4: Don't allow lg prealloc list to be grow large. 17 years ago
Aneesh Kumar K.V 1320cbcf77 ext4: Convert the usage of NR_CPUS to nr_cpu_ids. 17 years ago
Aneesh Kumar K.V ce89f46cb8 ext4: Improve error handling in mballoc 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
Theodore Ts'o 8a266467b8 ext4: Allow read/only mounts with corrupted block group checksums 17 years ago
Aneesh Kumar K.V d03856bd5e ext4: Fix data corruption when writing to prealloc area 17 years ago
Eric Sandeen e4079a11f5 ext4: do not set extents feature from the kernel 17 years ago
Aneesh Kumar K.V c07651b556 ext4: Don't allow nonextenst mount option for large filesystem 17 years ago
Aneesh Kumar K.V dd919b9822 ext4: Enable delalloc by default. 17 years ago
Mingming Cao 3e3398a08d ext4: delayed allocation i_blocks fix for stat 17 years ago
Mingming Cao 632eaeab1f ext4: fix delalloc i_disksize early update issue 17 years ago
Aneesh Kumar K.V f0e6c98593 ext4: Handle page without buffers in ext4_*_writepage() 17 years ago
Aneesh Kumar K.V cd1aac3292 ext4: Add ordered mode support for delalloc 17 years ago