Commit Graph

532 Commits (7f8e05f60c87646e12c761fef61dd71a7e67112e)

Author SHA1 Message Date
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
Theodore Ts'o 240799cdf2 ext4: Use readahead when reading an inode from the inode table 17 years ago
Theodore Ts'o 5e8814f2f7 ext4: Combine proc file handling into a single set of functions 17 years ago
Theodore Ts'o 9f6200bbfc ext4: move /proc setup and teardown out of mballoc.c 17 years ago
Theodore Ts'o f702ba0fd7 ext4: Don't use 'struct dentry' for internal lookups 17 years ago
Theodore Ts'o 914258bf2c ext4/jbd2: Avoid WARN() messages when failing to write to the superblock 17 years ago
Eric Sandeen 730c213c79 ext4: use percpu data structures for lg_prealloc_list 17 years ago
Theodore Ts'o 8eea80d52b ext4: Renumber EXT4_IOC_MIGRATE 17 years ago
Aneesh Kumar K.V 4db46fc266 ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctl 17 years ago
Aneesh Kumar K.V 2a43a87800 ext4: elevate write count for migrate ioctl 17 years ago
Li Zefan 7ee1ec4ca3 ext4: add missing unlock in ext4_check_descriptors() on error path 17 years ago
Theodore Ts'o 05496769e5 jbd2: clean up how the journal device name is printed 17 years ago
Alexey Dobriyan 899fc1a4cf ext4: fix #11321: create /proc/ext4/*/stats more carefully 17 years ago
Frederic Bohe c62a11fd95 Update flex_bg free blocks and free inodes counters when resizing. 17 years ago
Eric Sandeen 9d9f177572 ext4: Avoid printk floods in the face of directory corruption 17 years ago
Aneesh Kumar K.V cf17fea657 ext4: Properly update i_disksize. 17 years ago
Aneesh Kumar K.V ae4d537211 ext4: truncate block allocated on a failed ext4_write_begin 17 years ago
Aneesh Kumar K.V df22291ff0 ext4: Retry block allocation if we have free blocks left 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 79f0be8d2e ext4: Switch to non delalloc mode when we are low on free blocks count. 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
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