Commit Graph

330 Commits (98b0da43079740ecd07197dacd9720d54bb4dce0)

Author SHA1 Message Date
Eric Sandeen 7d55992d60 ext4: remove write-only variables from ext4_ordered_write_end 17 years ago
Al Viro 77e69dac3c [PATCH] fix races and leaks in vfs_quota_on() users 17 years ago
Hisashi Hifumi 8ab22b9abb vfs: pagecache usage optimization for pagesize!=blocksize 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Theodore Ts'o 2b2d6d0197 ext4: Cleanup whitespace and other miscellaneous style issues 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Li Zefan ec05e868ac ext4: improve ext4_fill_flex_info() a bit 17 years ago
Aneesh Kumar K.V 12219aea6b ext4: Cleanup the block reservation code path 17 years ago
Theodore Ts'o 34071da71a ext4: don't assume extents can't cross block groups when truncating 17 years ago
Theodore Ts'o bc965ab3f2 ext4: Fix lack of credits BUG() when deleting a badly fragmented inode 17 years ago
Theodore Ts'o 0123c93998 ext4: Fix ext4_ext_journal_restart() 17 years ago
Eric Sandeen d5a0d4f732 ext4: fix ext4_da_write_begin error path 17 years ago
Hidehiro Kawai 9c83a923c6 ext4: don't read inode block if the buffer has a write error 17 years ago
Aneesh Kumar K.V 6be2ded1d7 ext4: Don't allow lg prealloc list to be grow large. 17 years ago
Aneesh Kumar K.V 1320cbcf77 ext4: Convert the usage of NR_CPUS to nr_cpu_ids. 17 years ago
Aneesh Kumar K.V ce89f46cb8 ext4: Improve error handling in mballoc 17 years ago
Eric Sandeen b5f10eed81 ext4: lock block groups when initializing 17 years ago
Eric Sandeen e29d1cde63 ext4: sync up block and inode bitmap reading functions 17 years ago
Theodore Ts'o 8a266467b8 ext4: Allow read/only mounts with corrupted block group checksums 17 years ago
Aneesh Kumar K.V d03856bd5e ext4: Fix data corruption when writing to prealloc area 17 years ago
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