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 |
Theodore Ts'o
|
8df9675f8b
ext4: Avoid races caused by on-line resizing and SMP memory reordering
|
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 |
Aneesh Kumar K.V
|
2a8964d63d
ext4: Clear the unwritten buffer_head flag after the extent is initialized
|
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
|
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 |
Thiemo Nagel
|
f73953c065
ext4: Fix big-endian problem in __ext4_check_blockref()
|
16 years ago |
Linus Torvalds
|
395d73413c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
16 years ago |
Nick Piggin
|
c2ec175c39
mm: page_mkwrite change prototype to match fault
|
16 years ago |
Thiemo Nagel
|
fe2c8191fa
ext4: add checks of block references for non-extent inodes
|
16 years ago |
Theodore Ts'o
|
563bdd61fe
ext4: Check for an valid i_mode when reading the inode from disk
|
16 years ago |
Jan Kara
|
a269eb1829
ext4: Use lowercase names of quota functions
|
16 years ago |
Mingming Cao
|
60e58e0f30
ext4: quota reservation for delayed allocation
|
16 years ago |
Theodore Ts'o
|
afd4672dc7
ext4: Add auto_da_alloc mount option
|
16 years ago |
Theodore Ts'o
|
b713a5ec55
ext4: remove /proc tuning knobs
|
16 years ago |
Aneesh Kumar K.V
|
d6014301b5
ext4: Fix discard of inode prealloc space with delayed allocation.
|
16 years ago |
Eric Sandeen
|
8f64b32eb7
ext4: don't call jbd2_journal_force_commit_nested without journal
|
16 years ago |
Theodore Ts'o
|
7d8f9f7d15
ext4: Automatically allocate delay allocated blocks on close
|
16 years ago |
Theodore Ts'o
|
ccd2506bd4
ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
|
16 years ago |
Theodore Ts'o
|
f63e6005bc
ext4: Simplify delalloc code by removing mpage_da_writepages()
|
16 years ago |
Theodore Ts'o
|
8dc207c0e7
ext4: Save stack space by removing fake buffer heads
|
16 years ago |
Theodore Ts'o
|
ed5bde0bf8
ext4: Simplify delalloc implementation by removing mpd.get_block
|
16 years ago |
Aneesh Kumar K.V
|
7a262f7c69
ext4: Validate extent details only when read from the disk
|
16 years ago |