Commit Graph

799 Commits (f876bb9aafc71d8ea395eec99666faaffec5df49)

Author SHA1 Message Date
Theodore Ts'o 88b6edd17c ext4: Clean up calls to ext4_get_group_desc() 16 years ago
Theodore Ts'o 759d427aa5 ext4: remove unused function __ext4_write_dirty_metadata 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Manish Katiyar f68301656b ext4: Fix memory leak in ext4_fill_super() in case of a failed mount 16 years ago
Theodore Ts'o 0568c51893 ext4: down i_data_sem only for read when walking tree for fiemap 16 years ago
Theodore Ts'o 6fd058f779 ext4: Add a comprehensive block validity check to ext4_get_blocks() 16 years ago
Theodore Ts'o 2ec0ae3ace ext4: Fix race in ext4_inode_info.i_cached_extent 16 years ago
Aneesh Kumar K.V 2a8964d63d ext4: Clear the unwritten buffer_head flag after the extent is initialized 16 years ago
Theodore Ts'o 2ac3b6e00a ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state 16 years ago
Theodore Ts'o 2fa3cdfb31 ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks() 16 years ago
Aneesh Kumar K.V 33b9817e2a ext4: Use a fake block number for delayed new buffer_head 16 years ago
Aneesh Kumar K.V 9c1ee184a3 ext4: Fix sub-block zeroing for writes into preallocated extents 16 years ago
Theodore Ts'o a2dc52b5d1 ext4: Add BUG_ON debugging checks to noalloc_get_block_write() 16 years ago
Theodore Ts'o b920c75502 ext4: Add documentation to the ext4_*get_block* functions 16 years ago
Theodore Ts'o c217705733 ext4: Define a new set of flags for ext4_get_blocks() 16 years ago
Theodore Ts'o 12b7ac1768 ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() 16 years ago
Theodore Ts'o e4d996ca80 ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks() 16 years ago
Theodore Ts'o f888e652d7 ext4: Simplify function signature for ext4_da_get_block_write() 16 years ago
Vincent Minet bc8e67409c ext4: Fix spinlock assertions on UP systems 16 years ago
Aneesh Kumar K.V 955ce5f5be ext4: Convert ext4_lock_group to use sb_bgl_lock 16 years ago
Theodore Ts'o eefd7f03b8 ext4: fix the length returned by fiemap for an unallocated extent 16 years ago
Eric Sandeen c9877b205f ext4: fix for fiemap last-block test 16 years ago
Aneesh Kumar K.V abc8746eb9 ext4: hook fiemap operation for directories 16 years ago
Curt Wohlgemuth f40339031b ext4: Make the length of the mb_history file tunable 16 years ago
Theodore Ts'o bb23c20a85 ext4: Move fs/ext4/group.h into ext4.h 16 years ago
Theodore Ts'o 596397b77c ext4: Move fs/ext4/namei.h into ext4.h 16 years ago
Theodore Ts'o ca0faba0e8 ext4: Move the ext4_sb.h header file into ext4.h 16 years ago
Theodore Ts'o d444c3c381 ext4: Move the ext4_i.h header file into ext4.h 16 years ago
Theodore Ts'o 75507efb13 ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc 16 years ago
Theodore Ts'o 8b0f9e8f78 ext4: avoid unnecessary spinlock in critical POSIX ACL path 16 years ago
Theodore Ts'o 9bffad1ed2 ext4: convert instrumentation from markers to tracepoints 16 years ago
Theodore Ts'o 32ed5058ce ext4: Replace lock/unlock_super() with an explicit lock for resizing 16 years ago
Theodore Ts'o 3b9d4ed266 ext4: Replace lock/unlock_super() with an explicit lock for the orphan list 16 years ago
Theodore Ts'o a63c9eb2ce ext4: ext4_mark_recovery_complete() doesn't need to use lock_super 16 years ago
Theodore Ts'o 114e9fc907 ext4: Remove outdated comment about lock_super() 16 years ago
Theodore Ts'o 8df9675f8b ext4: Avoid races caused by on-line resizing and SMP memory reordering 16 years ago
Theodore Ts'o 9ca92389c5 ext4: Use separate super_operations structure for no_journal filesystems 16 years ago
Theodore Ts'o 7234ab2a55 ext4: Fix and simplify s_dirt handling 16 years ago
Theodore Ts'o e2d670523c ext4: Simplify ext4_commit_super()'s function signature 16 years ago
Theodore Ts'o f7c439504c ext4: Use is_power_of_2() for clarity 16 years ago
Theodore Ts'o c5ca7c7636 ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups array 16 years ago
Aneesh Kumar K.V 29fa89d088 ext4: Mark the unwritten buffer_head as mapped during write_begin 16 years ago
Aneesh Kumar K.V 79ffab3439 ext4: Properly initialize the buffer_head state 16 years ago
Theodore Ts'o c4b5a61431 ext4: Do not try to validate extents on special files 16 years ago
Theodore Ts'o a9e817425d ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present 16 years ago
Theodore Ts'o 485c26ec70 ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode 16 years ago
Theodore Ts'o b5451f7b26 ext4: Fix potential inode allocation soft lockup in Orlov allocator 16 years ago
Theodore Ts'o e84a26ce17 ext4: Make the extent validity check more paranoid 16 years ago
Nikanth Karthikesan 226e7dabf5 ext4: Remove code handling bio_alloc failure with __GFP_WAIT 16 years ago
Chuck Ebbert 6b82f3cb2d ext4: really print the find_group_flex fallback warning only once 16 years ago