Commit Graph

702 Commits (9f0ccfd8e07d61b413e6536ffa02fbf60d2e20d8)

Author SHA1 Message Date
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
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
Linus Torvalds 1d5ccd1c42 ext[234]: move over to 'check_acl' permission model 16 years ago
Theodore Ts'o 80e42468d6 ext4: print more sysadmin-friendly message in check_block_validity() 16 years ago
Aneesh Kumar K.V a827eaffff ext4: Take page lock before looking at attached buffer_heads flags 16 years ago
Akira Fujita 44fc48f704 ext4: Fix small typo for move_extent_per_page() 16 years ago
Akira Fujita 8d6669133d ext4: Return exchanged blocks count to user space in failure 16 years ago
Akira Fujita daea696dba ext4: Remove unneeded BUG_ON() in ext4_move_extents() 16 years ago
Akira Fujita 70d5d3dcea ext4: Fix wrong comparisons in mext_check_arguments() 16 years ago
Christoph Hellwig 5f3481e9a8 ext4: fix cache flush in ext4_sync_file 16 years ago
Theodore Ts'o d0646f7b63 ext4: Remove journal_checksum mount option and enable it by default 16 years ago
Tobias Klauser 7f1346a9de ext4: Declare seq_operations and file_operations structures as const 16 years ago
Theodore Ts'o b3a3ca8ca0 ext4: Add new tracepoint: trace_ext4_da_write_pages() 16 years ago
Theodore Ts'o de89de6e0c ext4: Restore wbc->range_start in ext4_da_writepages() 16 years ago
Theodore Ts'o b05ab1dc37 ext4: Limit number of links that can be created by ext4_link() 16 years ago
Aneesh Kumar K.V 2c94eb86c6 ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories 16 years ago
Theodore Ts'o 55ad63bf3a ext4: fix extent sanity checking code with AGGRESSIVE_TEST 16 years ago
Eric Sandeen a36b44988c ext4: use ext4_grpblk_t more extensively 16 years ago
Eric Sandeen 1927805e65 ext4: use variables not types in sizeofs() for allocations 16 years ago
Aneesh Kumar K.V a8526e84ac ext4: Add missing unlock_new_inode() call in extent migration code 16 years ago
Eric Sandeen a13fb1a453 ext4: Add feature set check helper for mount & remount paths 16 years ago
Eric Sandeen 38877f4e8d simplify some logic in ext4_mb_normalize_request 16 years ago
Eric Sandeen 0373130d5b ext4: open-code ext4_mb_update_group_info 16 years ago
Eric Sandeen bf43d84b18 ext4: reject too-large filesystems on 32-bit kernels 16 years ago