summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2010-08-02ext4: check missed return value in ext4_sync_file()Dmitry Monakhov
2010-08-02ext4: Issue the discard operation *before* releasing the blocks to be reusedTheodore Ts'o
2010-08-02ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()Curt Wohlgemuth
2010-08-02ext4: Fix possible lost inode write in no journal modeCurt Wohlgemuth
2010-08-02ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen
2010-08-02ext4: Fix estimate of # of blocks needed to write indirect-mapped filesJan Kara
2010-08-02ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita
2010-08-02ext4: Fix the NULL reference in double_down_write_data_sem()Akira Fujita
2010-08-02ext4: Fix insertion point of extent in mext_insert_across_blocks()Akira Fujita
2010-08-02ext4: make "offset" consistent in ext4_check_dir_entry()Toshiyuki Okajima
2010-08-02ext4: Handle non empty on-disk orphan linkDmitry Monakhov
2010-08-02ext4: explicitly remove inode from orphan list after failed direct ioDmitry Monakhov
2010-08-02ext4: fix error handling in migrateDmitry Monakhov
2010-08-02ext4: Fix fencepost error in chosing choosing group vs file preallocation.Tao Ma
2010-08-02ext4: Add flag to files with blocks intentionally past EOFJiaying Zhang
2010-08-02ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth
2010-08-02ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o
2010-08-02ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V
2010-08-02ext4: Fix quota accounting error with fallocateAneesh Kumar K.V
2010-08-02ext4: Handle -EDQUOT error on writeAneesh Kumar K.V
2010-08-02ext4: Calculate metadata requirements more accuratelyTheodore Ts'o
2010-08-02ext4: Fix accounting of reserved metadata blocksTheodore Ts'o
2010-08-02ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o
2010-08-02ext4: Ensure zeroout blocks have no dirty metadataAneesh Kumar K.V
2010-08-02ext4: return correct wbc.nr_to_write in ext4_da_writepagesRichard Kennedy
2010-08-02ext4: Eliminate potential double free on error pathJulia Lawall
2010-08-02ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o
2010-08-02ext4: replace BUG() with return -EIO in ext4_ext_get_blocksSurbhi Palande
2010-08-02ext4: Fix potential quota deadlockDmitry Monakhov
2010-05-12ext4: correctly calculate number of blocks for fiemapLeonard Michlmayr
2010-04-26ext4: fix async i/o writes beyond 4GB to a sparse fileEric Sandeen
2010-04-26ext4: flush delalloc blocks when space is lowEric Sandeen
2010-01-06ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)Dmitry Monakhov
2010-01-06ext4: Convert to generic reserved quota's space management.Dmitry Monakhov
2009-12-14ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o
2009-12-14ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXTAkira Fujita
2009-12-14ext4: Wait for proper transaction commit on fsyncJan Kara
2009-12-14ext4: fix incorrect block reservation on quota transfer.Dmitry Monakhov
2009-12-14ext4: quota macros cleanupDmitry Monakhov
2009-12-14ext4: ext4_get_reserved_space() must return bytes instead of blocksDmitry Monakhov
2009-12-14ext4: remove blocks from inode prealloc list on failureCurt Wohlgemuth
2009-12-14ext4: wait for log to commit when umountingJosef Bacik
2009-12-14ext4: Avoid data / filesystem corruption when write fails to copy dataJan Kara
2009-12-14ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()Roel Kluin
2009-12-14ext4: move_extent_per_page() cleanupAkira Fujita
2009-12-14ext4: initialize moved_len before calling ext4_move_extents()Kazuya Mio
2009-12-14ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXTAkira Fujita
2009-12-14ext4: make "norecovery" an alias for "noload"Eric Sandeen
2009-12-14ext4: make trim/discard optional (and off by default)Eric Sandeen
2009-12-14ext4: fix error handling in ext4_ind_get_blocks()Jan Kara