Commit Graph

98933 Commits (61628a3f3a37af2bf25daf8e26fd6b76a78c4f76)
 

Author SHA1 Message Date
Mingming Cao 61628a3f3a ext4: Invert lock ordering of page_lock and transaction start in delalloc 17 years ago
Aneesh Kumar K.V 06d6cf6959 mm: Add range_cont mode for writeback 17 years ago
Mingming Cao d2a1763791 ext4: delayed allocation ENOSPC handling 17 years ago
Mingming Cao e8ced39d5e percpu_counter: new function percpu_counter_sum_and_set 17 years ago
Alex Tomas 64769240bd ext4: Add delayed allocation support in data=writeback mode 17 years ago
Alex Tomas 29a814d2ee vfs: add hooks for ext4's delayed allocation support 17 years ago
Jan Kara 87c89c232c jbd2: Remove data=ordered mode support using jbd buffer heads 17 years ago
Jan Kara 678aaf4814 ext4: Use new framework for data=ordered mode in JBD2 17 years ago
Jan Kara c851ed5401 jbd2: Implement data=ordered mode handling via inodes 17 years ago
Jan Kara f4c0a0fdfa vfs: export filemap_fdatawrite_range() 17 years ago
Jan Kara 9ddfc3dc75 ext4: Fix lock inversion in ext4_ext_truncate() 17 years ago
Jan Kara cf108bca46 ext4: Invert the locking order of page_lock and transaction start 17 years ago
Jan Kara c7d206b337 vfs: Move mark_inode_dirty() from under page lock in generic_write_end() 17 years ago
Aneesh Kumar K.V 2e9ee85035 ext4: Use page_mkwrite vma_operations to get mmap write notification. 17 years ago
Jose R. Santos 93e3270c87 ext4: Documentation updates. 17 years ago
Frederic Bohe 5f21b0e642 ext4: fix online resize with mballoc 17 years ago
Eric Sandeen 953e622b60 ext4: use atomic functions to set bh_state 17 years ago
Jan Kara 47b4a50beb ext4: Set journal pointer to NULL when journal is released 17 years ago
Mingming Cao 0703143107 ext4: mballoc avoid use root reserved blocks for non root allocation 17 years ago
Eric Sandeen d755fb3842 ext4: call blkdev_issue_flush on fsync 17 years ago
Aneesh Kumar K.V 654b4908bc ext4: cleanup block allocator 17 years ago
Aneesh Kumar K.V 7061eba75c ext4: Use inode preallocation with -o noextents 17 years ago
Akinobu Mita 6afd670713 ext4: fix ext4_init_block_bitmap() for metablock block group 17 years ago
Aneesh Kumar K.V 7477827f66 ext4: Fix sparse warning 17 years ago
Li Zefan d9c769b769 ext4: cleanup never-used magic numbers from htree code 17 years ago
Shen Feng 9102e4fa80 ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller 17 years ago
Shen Feng 1973adcba5 ext4: Make ext4_ext_find_extent fills ext_path completely 17 years ago
Shen Feng 787e0981fa ext4: return error when calling ext4_ext_split failed 17 years ago
Aneesh Kumar K.V a379cd1d6b ext4: Update i_disksize properly when allocating from fallocate area. 17 years ago
Shen Feng 363d4251d4 ext4: remove quota allocation when ext4_mb_new_blocks fails 17 years ago
Li Zefan f9a8ac99fd ext4: remove redundant code in ext4_fill_super() 17 years ago
Mingming Cao 530576bbf3 jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction 17 years ago
Jose R. Santos 772cb7c83b ext4: New inode allocation for FLEX_BG meta-data groups. 17 years ago
Theodore Ts'o 736603ab29 jbd2: Add commit time into the commit block 17 years ago
Stoyan Gaydarov 4db9c54a53 ext4: replace __FUNCTION__ occurrences 17 years ago
Shen Feng 7e5a8cdd84 ext4: fix error processing in mb_free_blocks 17 years ago
Shen Feng cfbe7e4f5e ext4: error proc entry creation when the fs/ext4 is not correctly created 17 years ago
Li Zefan f795e14073 ext4: fix build failure if DX_DEBUG is enabled 17 years ago
Theodore Ts'o 7ad72ca60b ext4: Remove unused variable from ext4_show_options 17 years ago
Theodore Ts'o 574ca174c9 ext4: Rename read_block_bitmap() to ext4_read_block_bitmap() 17 years ago
Shen Feng 3537576a70 ext4: remove double definitions of xattr macros 17 years ago
Shen Feng 74767c5a2d ext4: miscellaneous error checks and coding cleanups for mballoc 17 years ago
Shen Feng fdf6c7a768 ext4: add error processing when calling ext4_mb_init_cache in mballoc 17 years ago
Mingming Cao 31b481dc7c ext4: Fix ext4_mb_init_cache return error 17 years ago
Shen Feng 69baee062a ext4: improve some code in rb tree part of dir.c 17 years ago
Alexey Dobriyan 91d9982779 ext4: switch to seq_files 17 years ago
Julia Lawall 07d45f1267 ext4: Use BUG_ON() instead of BUG() 17 years ago
Aneesh Kumar K.V ed8f9c751f ext4: start searching for the right extent from the goal group. 17 years ago
Shen Feng 8a35694e11 ext4: fix comments to say "ext4" 17 years ago
Aneesh Kumar K.V e7dfb2463e ext4: Fix mb_find_next_bit not to return larger than max 17 years ago