Commit Graph

309 Commits (f90fe7a3f7fcba0abd89ce0978628ef1d86ecbf9)

Author SHA1 Message Date
Eric Sandeen e4079a11f5 ext4: do not set extents feature from the kernel 17 years ago
Aneesh Kumar K.V c07651b556 ext4: Don't allow nonextenst mount option for large filesystem 17 years ago
Aneesh Kumar K.V dd919b9822 ext4: Enable delalloc by default. 17 years ago
Mingming Cao 3e3398a08d ext4: delayed allocation i_blocks fix for stat 17 years ago
Mingming Cao 632eaeab1f ext4: fix delalloc i_disksize early update issue 17 years ago
Aneesh Kumar K.V f0e6c98593 ext4: Handle page without buffers in ext4_*_writepage() 17 years ago
Aneesh Kumar K.V cd1aac3292 ext4: Add ordered mode support for delalloc 17 years ago
Mingming Cao 61628a3f3a ext4: Invert lock ordering of page_lock and transaction start in delalloc 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
Jan Kara 678aaf4814 ext4: Use new framework for data=ordered mode in JBD2 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
Aneesh Kumar K.V 2e9ee85035 ext4: Use page_mkwrite vma_operations to get mmap write notification. 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
Jose R. Santos 772cb7c83b ext4: New inode allocation for FLEX_BG meta-data groups. 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
Duane Griffin f3b35f063e ext4: validate directory entry data before use 17 years ago
Duane Griffin 71dc8fbcf5 ext4: handle deleting corrupted indirect blocks 17 years ago