Commit Graph

726 Commits (8e10ee9a0da12c586d3397150e34a946507c23f3)

Author SHA1 Message Date
Theodore Ts'o 1e424a3483 ext4: partial revert to fix double brelse WARNING() 15 years ago
Mingming ba230c3f6d ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/O 15 years ago
Mingming 4b70df1816 ext4: code clean up for dio fallocate handling 15 years ago
Mingming 5f5249507e ext4: skip conversion of uninit extents after direct IO if there isn't any 15 years ago
Mingming 109f556519 ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents 15 years ago
Aneesh Kumar K.V fa5d11133b ext4: discard preallocation when restarting a transaction during truncate 15 years ago
Linus Torvalds d4da6c9ccf Revert "ext4: Remove journal_checksum mount option and enable it by default" 15 years ago
Eric Sandeen fbbf694566 [PATCH] ext4: retry failed direct IO allocations 16 years ago
Curt Wohlgemuth 74072d0a63 ext4: Fix build warning in ext4_dirty_inode() 16 years ago
Eric Sandeen f0e2dfa7f3 ext4: drop ext4dev compat 16 years ago
Theodore Ts'o 1f94533d9c ext4: fix a BUG_ON crash by checking that page has buffers attached to it 16 years ago
Theodore Ts'o c1fccc0696 ext4: Fix time encoding with extra epoch bits 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
Curt Wohlgemuth d3d1faf6a7 ext4: Handle nested ext4_journal_start/stop calls without a journal 16 years ago
Curt Wohlgemuth f3dc272fd5 ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode 16 years ago
Frank Mayhar 830156c79b ext4: Avoid updating the inode table bh twice in no journal mode 16 years ago
Theodore Ts'o f3ce8064b3 ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first 16 years ago
Mingming Cao 8d5d02e6b1 ext4: async direct IO for holes and fallocate support 16 years ago
Mingming Cao 4c0425ff68 ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O 16 years ago
Mingming Cao 0031462b5b ext4: Split uninitialized extents for direct I/O 16 years ago
Mingming Cao 9f0ccfd8e0 ext4: release reserved quota when block reservation for delalloc retry 16 years ago
Theodore Ts'o 55138e0bc2 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks 16 years ago
Theodore Ts'o 7178057730 ext4: Fix hueristic which avoids group preallocation for closed files 16 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
Theodore Ts'o 1693918e0b ext4: Use ext4_msg() for ext4_da_writepage() errors 16 years ago
Alexey Dobriyan 0d54b217a2 const: make struct super_block::s_qcop const 16 years ago
Alexey Dobriyan 61e225dc34 const: make struct super_block::dq_op const 16 years ago
Anand Gadiyar fd589a8f0a trivial: fix typo "to to" in multiple files 16 years ago
Eric Sandeen 0a80e9867d ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK 16 years ago
Theodore Ts'o 5534fb5bb3 ext4: Fix the alloc on close after a truncate hueristic 16 years ago
Theodore Ts'o fb40ba0d98 ext4: Add a tracepoint for ext4_alloc_da_blocks() 16 years ago
Theodore Ts'o 1b9c12f44c ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags 16 years ago
Eric Sandeen fb0a387dcd ext4: limit block allocations for indirect-block files to < 2^32 16 years ago
Akira Fujita c40ce3c9ea ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT 16 years ago
Akira Fujita 347fa6f1c7 ext4: Add null extent check to ext_get_path 16 years ago
Akira Fujita 2147b1a6a4 ext4: Replace BUG_ON() with ext4_error() in move_extents.c 16 years ago
Akira Fujita e8505970af ext4: Replace get_ext_path macro with an inline funciton 16 years ago
Andi Kleen aa261f549d HWPOISON: Enable .remove_error_page for migration aware file systems 16 years ago
Theodore Ts'o 3661d28615 ext4: Fix include/trace/events/ext4.h to work with Systemtap 16 years ago
Jan Kara 0d34ec62e1 ext4: Remove syncing logic from ext4_file_write 16 years ago
Theodore Ts'o 7ad9bb651f ext4: Fix initalization of s_flex_groups 16 years ago
Andreas Schlick 1f7bebb9e9 ext4: Always set dx_node's fake_dirent explicitly. 16 years ago
Theodore Ts'o 71290b368a ext4: Don't update superblock write time when filesystem is read-only 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
Frank Mayhar 91ac6f4331 ext4: Make non-journal fsync work properly 16 years ago
Theodore Ts'o fe188c0e08 ext4: Assure that metadata blocks are written during fsync in no journal mode 16 years ago
Theodore Ts'o c7acb4c166 ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}() 16 years ago