ext4: Fix max file size and logical block counting of extent format file, CVE-2011...
[linux-flexiantxendom0-natty.git] / fs / ext4 / extents.c
2011-09-27 Lukas Czernerext4: Fix max file size and logical block counting...
2011-02-12 Eric Sandeenext4: serialize unaligned asynchronous DIO
2011-01-17 Christoph Hellwigfallocate should be a file operation
2011-01-17 Christoph Hellwigmake the feature checks in ->fallocate future proof
2011-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-13 Josef BacikExt4: fail if we try to use hole punch
2011-01-10 Eric Sandeenext4: don't pass entire map to check_eofblocks_fl
2011-01-10 Jiaying Zhangext4: flush the i_completed_io_list during ext4_truncate
2011-01-10 Theodore Ts'oext4: drop ec_type from the ext4_ext_cache structure
2011-01-10 Theodore Ts'oext4: use ext4_lblk_t instead of sector_t for logical...
2011-01-10 Kazuya Mioext4: fix 32bit overflow in ext4_ext_find_goal()
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Kazuya Mioext4: fix compile error in ext4_fallocate()
2010-10-28 Theodore Ts'oext4: rename {ext,idx}_pblock and inline small extent...
2010-10-28 Theodore Ts'oext4: make various ext4 functions be static
2010-10-28 Theodore Ts'oext4: use bio layer instead of buffer layer in mpage_da...
2010-10-28 Lukas Czernerext4: use sb_issue_zeroout in ext4_ext_zeroout
2010-10-28 Theodore Ts'oext4: fix EOFBLOCKS_FL handling
2010-08-07 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-07-27 Theodore Ts'oext4: Pass line numbers to ext4_error() and friends
2010-06-16 Jiri KosinaMerge branch 'master' into for-next
2010-06-16 Uwe Kleine-Königfix typos concerning "initiali[zs]e"
2010-06-14 Andi Kleenext4: remove initialized but not read variables
2010-05-17 Theodore Ts'oext4: Drop whitespace at end of lines
2010-05-17 Dmitry Monakhovext4: restart ext4_ext_remove_space() after transaction...
2010-05-17 Theodore Ts'oext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
2010-05-17 Theodore Ts'oext4: Avoid crashing on NULL ptr dereference on a files...
2010-05-17 Dmitry Monakhovext4: Use bitops to read/modify i_flags in struct ext4_...
2010-05-17 Theodore Ts'oext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
2010-05-17 Theodore Ts'oext4: Convert callers of ext4_get_blocks() to use ext4_...
2010-05-16 Theodore Ts'oext4: Add new abstraction ext4_map_blocks() underneath...
2010-05-16 Nikanth Karthikesanext4: Prevent creation of files larger than RLIMIT_FSIZ...
2010-05-16 Dmitry Monakhovext4: Do not zero out uninitialized extents beyond...
2010-05-12 Jing Zhangext4: fix memory leaks in error path handling of ext4_e...
2010-04-03 Curt Wohlgemuthext4: Fix buffer head leaks after calls to ext4_get_ino...
2010-03-04 Akinobu Mitaext4: consolidate in_range() definitions
2010-03-04 Akinobu Mitaext4: cleanup to use ext4_group_first_block_no()
2010-03-02 Frank Mayharext4: Convert BUG_ON checks to use ext4_error() instead
2010-03-04 Jiaying Zhangext4: use ext4_get_block_write in buffer write
2010-03-02 Jiaying Zhangext4: mechanical rename some of the direct I/O get_bloc...
2010-02-24 Jiaying Zhangext4: Add flag to files with blocks intentionally past EOF
2010-03-04 Leonard Michlmayrext4: correctly calculate number of blocks for fiemap
2010-02-15 Eric Sandeenext4: move __func__ into a macro for ext4_warning,...
2010-01-24 Theodore Ts'oext4: Use bitops to read/modify EXT4_I(inode)->i_state
2010-01-15 Aneesh Kumar K.Vext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
2010-01-25 Aneesh Kumar K.Vext4: Fix quota accounting error with fallocate
2010-01-01 Theodore Ts'oext4: Calculate metadata requirements more accurately
2009-12-30 Aneesh Kumar K.Vext4: Ensure zeroout blocks have no dirty metadata
2009-12-14 Surbhi Palandeext4: replace BUG() with return -EIO in ext4_ext_get_blocks
2009-12-10 Theodore Ts'oext4: Fix potential fiemap deadlock (mmap_sem vs. i_dat...
2010-02-05 Eric Sandeenext4: fix async i/o writes beyond 4GB to a sparse file
2009-12-09 Jan Karaext4: Wait for proper transaction commit on fsync
2009-12-09 Dmitry Monakhovext4: quota macros cleanup
2009-11-23 Theodore Ts'oext4: call ext4_forget() from ext4_free_blocks()
2009-11-23 Theodore Ts'oext4: make sure directory and symlink blocks are revoked
2009-11-06 Mingmingext4: Fix return value of ext4_split_unwritten_extents...
2009-11-10 Mingmingext4: skip conversion of uninit extents after direct...
2009-11-10 Mingmingext4: fix ext4_ext_direct_IO()'s return value after...
2009-09-29 Theodore Ts'oext4, jbd2: Drop unneeded printks at mount and unmount...
2009-09-28 Mingming Caoext4: async direct IO for holes and fallocate support
2009-09-28 Mingming Caoext4: Split uninitialized extents for direct I/O
2009-08-28 Theodore Ts'oext4: fix extent sanity checking code with AGGRESSIVE_TEST
2009-08-18 Jan Karaext4: Fix possible deadlock between ext4_truncate(...
2009-09-18 Mingmingext4: Show unwritten extent flag in ext4_ext_show_leaf()
2009-09-01 Mingmingext4: Compile warning fix when EXT_DEBUG enabled
2009-06-17 Akira Fujitaext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
2009-06-10 Aneesh Kumar K.Vext4: Avoid corrupting the uninitialized bit in the...
2009-06-09 Jan Karaext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_block...
2009-07-06 Aneesh Kumar K.Vext4: Calculate required journal credits for inserting...
2009-05-18 Theodore Ts'oext4: down i_data_sem only for read when walking tree...
2009-05-17 Theodore Ts'oext4: Add a comprehensive block validity check to ext4_...
2009-05-15 Theodore Ts'oext4: Fix race in ext4_inode_info.i_cached_extent
2009-05-13 Aneesh Kumar K.Vext4: Fix sub-block zeroing for writes into preallocate...
2009-05-14 Theodore Ts'oext4: Define a new set of flags for ext4_get_blocks()
2009-05-14 Theodore Ts'oext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()
2009-05-02 Theodore Ts'oext4: fix the length returned by fiemap for an unalloca...
2009-05-02 Eric Sandeenext4: fix for fiemap last-block test
2009-05-12 Aneesh Kumar K.Vext4: Mark the unwritten buffer_head as mapped during...
2009-05-13 Aneesh Kumar K.Vext4: Properly initialize the buffer_head state
2009-04-24 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-23 Theodore Ts'oext4: Make the extent validity check more paranoid
2009-04-15 Nikanth Karthikesanext4: Remove code handling bio_alloc failure with __GFP...
2009-04-05 Thiemo Nagelext4: Fix off-by-one-error in ext4_valid_extent_idx()
2009-03-10 Eric Sandeenext4: fix header check in ext4_ext_search_right() for...
2009-03-27 Aneesh Kumar K.Vext4: Validate extent details only when read from the...
2009-03-12 Aneesh Kumar K.Vext4: Add checks to validate extent entries.
2009-03-12 Theodore Ts'oext4: New inode/block allocation algorithms for flex_bg...
2009-01-27 Thadeu Lima de Sou... ext4: Fix building with EXT4FS_DEBUG
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-08 Coly Lifix similar typos to successfull
2009-01-06 Theodore Ts'oext4: Remove "extents" mount option
2008-11-22 Aneesh Kumar K.Vext4: sparse fixes
2008-11-05 Theodore Ts'oext4: Change unsigned long to unsigned int
2008-11-04 Theodore Ts'oext4: Remove i_ext_generation from ext4_inode_info...
2009-01-07 Frank Mayharext4: Allow ext4 to run without a journal
2008-11-25 Wu Fengguangext4: fix build warning
2008-12-12 Theodore Ts'oext4: remove do_blk_alloc()
2008-12-07 Theodore Ts'oext4: remove ext4_new_meta_block()
next