Commit Graph

491 Commits (041b62374c7fedc11a8a1eeda2868612d3d1436c)

Author SHA1 Message Date
Hidehiro Kawai 5bf5683a33 ext4: add an option to control error handling on file data 17 years ago
Hidehiro Kawai 7ffe1ea894 ext4: add checks for errors from jbd2 17 years ago
Aneesh Kumar K.V a1aebc1e2d ext4: Don't reuse released data blocks until transaction commits 17 years ago
Aneesh Kumar K.V c894058d66 ext4: Use an rbtree for tracking blocks freed during transaction. 17 years ago
Aneesh Kumar K.V c2774d84fd ext4: Do mballoc init before doing filesystem recovery 17 years ago
Aneesh Kumar K.V 688f05a019 ext4: Free ext4_prealloc_space using kmem_cache_free 17 years ago
Theodore Ts'o 03010a3350 ext4: Rename ext4dev to ext4 17 years ago
Andi Kleen 39d80c33a0 ext4: Avoid double dirtying of super block in ext4_put_super() 17 years ago
Eric Sandeen 6873fa0de1 Hook ext4 to the vfs fiemap interface. 17 years ago
Kalpak Shah 4d20c685fa ext4: fix xattr deadlock 17 years ago
Theodore Ts'o ede86cc473 ext4: Add debugging markers that can be used by systemtap 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
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