Commit Graph

140 Commits (4abc1cc2f9fe4b6bb3acc1d78e2c15af47b8133d)

Author SHA1 Message Date
Thiemo Nagel f73953c065 ext4: Fix big-endian problem in __ext4_check_blockref() 16 years ago
Nick Piggin c2ec175c39 mm: page_mkwrite change prototype to match fault 16 years ago
Thiemo Nagel fe2c8191fa ext4: add checks of block references for non-extent inodes 16 years ago
Theodore Ts'o 563bdd61fe ext4: Check for an valid i_mode when reading the inode from disk 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
Theodore Ts'o afd4672dc7 ext4: Add auto_da_alloc mount option 16 years ago
Theodore Ts'o b713a5ec55 ext4: remove /proc tuning knobs 16 years ago
Aneesh Kumar K.V d6014301b5 ext4: Fix discard of inode prealloc space with delayed allocation. 16 years ago
Eric Sandeen 8f64b32eb7 ext4: don't call jbd2_journal_force_commit_nested without journal 16 years ago
Theodore Ts'o 7d8f9f7d15 ext4: Automatically allocate delay allocated blocks on close 16 years ago
Theodore Ts'o ccd2506bd4 ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl 16 years ago
Theodore Ts'o f63e6005bc ext4: Simplify delalloc code by removing mpage_da_writepages() 16 years ago
Theodore Ts'o 8dc207c0e7 ext4: Save stack space by removing fake buffer heads 16 years ago
Theodore Ts'o ed5bde0bf8 ext4: Simplify delalloc implementation by removing mpd.get_block 16 years ago
Aneesh Kumar K.V 7a262f7c69 ext4: Validate extent details only when read from the disk 16 years ago
Theodore Ts'o a4912123b6 ext4: New inode/block allocation algorithms for flex_bg filesystems 16 years ago
Jan Kara ebd3610b11 ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin() 16 years ago
Aneesh Kumar K.V 2acf2c261b ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages 16 years ago
Jan Kara 7f5aa21508 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() 16 years ago
Theodore Ts'o b9ec63f78b ext4: Remove bogus BUG() check in ext4_bmap() 16 years ago
Theodore Ts'o e7f07968c1 ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks 16 years ago
Theodore Ts'o 06a279d636 ext4: only use i_size_high for regular files 16 years ago
Eric Dumazet 179f7ebff6 percpu_counter: FBC_BATCH should be a variable 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Theodore Ts'o ba80b1019a ext4: Add markers for better debuggability 16 years ago
Aneesh Kumar K.V 560671a0d3 ext4: Use high 16 bits of the block group descriptor's free counts fields 16 years ago
Duane Griffin e83c1397ca ext4: ensure fast symlinks are NUL-terminated 16 years ago
Aneesh Kumar K.V ed9b3e3379 ext4: Mark the buffer_heads as dirty and uptodate after prepare_write 16 years ago
Aneesh Kumar K.V 3a06d778df ext4: sparse fixes 16 years ago
Theodore Ts'o ac51d83705 ext4: calculate journal credits correctly 16 years ago
Theodore Ts'o 498e5f2415 ext4: Change unsigned long to unsigned int 16 years ago
Frank Mayhar 0390131ba8 ext4: Allow ext4 to run without a journal 16 years ago
Aneesh Kumar K.V 791b7f0895 ext4: Fix the delalloc writepages to allocate blocks at the right offset. 16 years ago
Theodore Ts'o 2a21e37e48 ext4: tone down ext4_da_writepages warnings 16 years ago
Theodore Ts'o 815a113068 ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly 16 years ago
Alexander Beregalov 8f72fbdf0d ext4: fix printk format warning 17 years ago
Theodore Ts'o f287a1a561 ext4: Remove automatic enabling of the HUGE_FILE feature flag 17 years ago
Aneesh Kumar K.V 22208dedbd ext4: Fix file fragmentation during large file write. 17 years ago
Aneesh Kumar K.V af6f029d38 ext4: Use tag dirty lookup during mpage_da_submit_io 17 years ago
Theodore Ts'o 03010a3350 ext4: Rename ext4dev to ext4 17 years ago
Eric Sandeen 6873fa0de1 Hook ext4 to the vfs fiemap interface. 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
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 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