Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-flexiantxendom0-natty.git] / fs / ext4 / inode.c
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-13 Andrew Mortonfs/ext4/inode.c: use pr_warn_ratelimited()
2011-01-10 Theodore Ts'oext4: fix memory leak in ext4_free_branches
2011-01-10 Theodore Ts'oext4: add error checking to calls to ext4_handle_dirty_...
2011-01-10 Theodore Ts'oext4: dynamically allocate the jbd2_inode in ext4_inode...
2011-01-10 Theodore Ts'oext4: drop i_state_flags on architectures with 64-bit...
2011-01-10 Theodore Ts'oext4: use ext4_lblk_t instead of sector_t for logical...
2011-01-10 Theodore Ts'oext4: replace i_delalloc_reserved_flag with EXT4_STATE_...
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-17 Theodore Ts'oext4: Use pr_warning_ratelimited() instead of printk_ra...
2010-12-16 Theodore Ts'oext4: Fix up comments in inode.c
2010-12-14 Theodore Ts'oext4: Turn off multiple page-io submission by default
2010-11-15 Wu Fengguangext4: fix redirty_page_for_writepage() typo in comment
2010-11-08 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-11-08 Theodore Ts'oext4: Add new ext4 inode tracepoints
2010-11-02 Theodore Ts'oext4: Remove useless spinlock in ext4_getattr()
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-28 Theodore Ts'oext4: BUG_ON fix: check if page has buffers before...
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Dmitry Monakhovext4: optimize orphan_list handling for ext4_setattr
2010-10-28 Theodore Ts'oext4: move flush_completed_IO to fs/ext4/fsync.c and...
2010-10-28 Theodore Ts'oext4: make various ext4 functions be static
2010-10-28 Eric Sandeenext4: update writeback_index based on last page scanned
2010-10-28 Eric Sandeenext4: implement writeback livelock avoidance using...
2010-10-28 Eric Sandeenext4: tidy up a void argument in inode.c
2010-10-28 Namhyung Kimext4: Check return value of sb_getblk() and friends
2010-10-28 Theodore Ts'oext4: use bio layer instead of buffer layer in mpage_da...
2010-10-28 Theodore Ts'oext4: move mpage_put_bnr_to_bhs()'s functionality to...
2010-10-28 Theodore Ts'oext4: inline walk_page_buffers() into mpage_da_submit_io
2010-10-28 Theodore Ts'oext4: inline ext4_writepage() into mpage_da_submit_io()
2010-10-28 Theodore Ts'oext4: simplify ext4_writepage()
2010-10-28 Theodore Ts'oext4: call mpage_da_submit_io() from mpage_da_map_blocks()
2010-10-28 Eric Sandeenext4: queue conversion after adding to inode's complete...
2010-10-28 Toshiyuki Okajimaext4: fix potential infinite loop in ext4_da_writepages()
2010-10-28 Eric Sandeenext4: don't bump up LONG_MAX nr_to_write by a factor...
2010-10-28 Eric Sandeenext4: stop looping in ext4_num_dirty_pages when max_pag...
2010-10-26 Christoph Hellwigfs: kill block_prepare_write
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroconvert ext4 to ->evict_inode()
2010-08-09 Christoph Hellwigremove inode_setattr
2010-08-09 Christoph Hellwigintroduce __block_write_begin
2010-08-09 Christoph Hellwigsort out blockdev_direct_IO variants
2010-08-05 Jan Karaext4: Fix dirtying of journalled buffers in data=journa...
2010-08-04 Theodore Ts'ojbd2: Change j_state_lock to be a rwlock_t
2010-07-29 Theodore Ts'oext4: drop inode from orphan list if ext4_delete_inode...
2010-07-27 Eric Sandeenext4: don't print scary messages for allocation failure...
2010-07-27 Eric Sandeenext4: fix ext4_get_blocks references
2010-07-27 Theodore Ts'oext4: Don't error out the fs if the user tries to make...
2010-07-27 jiayingz@google... ext4: move aio completion after unwritten extent conversion
2010-07-27 Christoph Hellwigdirect-io: move aio_complete into ->end_io
2010-07-27 Amir Gext4: Fix block bitmap inconsistencies after a crash...
2010-07-27 Theodore Ts'oext4: Save error information to the superblock for...
2010-07-27 Theodore Ts'oext4: Pass line numbers to ext4_error() and friends
2010-07-26 Christoph Hellwigdirect-io: move aio_complete into ->end_io
2010-06-29 Theodore Ts'oext4: Enhance ext4_grp_locked_error() to take block...
2010-06-14 Christoph Hellwigext4: remove vestiges of nobh support
2010-06-14 Andi Kleenext4: remove initialized but not read variables
2010-06-14 Theodore Ts'oext4: Convert more i_flags references to use accessor...
2010-06-05 Dmitry Monakhovext4: Fix remaining racy updates of EXT4_I(inode)-...
2010-05-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-21 Dmitry Monakhovquota: unify quota init condition in setattr
2010-05-17 Theodore Ts'oext4: Drop whitespace at end of lines
2010-05-17 Li Zefanext4: Add a missing trace hook
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 Theodore Ts'oext4: Use our own write_cache_pages()
2010-05-16 Curt Wohlgemuthext4: Remove extraneous newlines in ext4_msg() calls
2010-05-16 Eric Sandeenext4: don't use quota reservation for speculative metadata
2010-05-16 Eric Sandeenext4: don't scan/accumulate more pages than mballoc...
2010-05-16 Dmitry Monakhovext4: fix quota accounting in case of fallocate
2010-04-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-04-03 Curt Wohlgemuthext4: Fix buffer head leaks after calls to ext4_get_ino...
2010-04-03 Curt Wohlgemuthext4: Fix possible lost inode write in no journal mode
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-14 Jan Karaext4: Fix estimate of # of blocks needed to write indir...
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Linus TorvaldsMerge branch 'write_inode2' of git://git./linux/kernel...
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-03-03 Jan Karaext4: Release page references acquired in ext4_da_block...
2010-03-02 Frank Mayharext4: Convert BUG_ON checks to use ext4_error() instead
2010-03-02 Jiaying Zhangext4: Use direct_IO_no_locking in ext4 dio read
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-03-02 Dmitry Monakhovext4: explicitly remove inode from orphan list after...
2010-02-24 Jiaying Zhangext4: Add flag to files with blocks intentionally past EOF
2010-02-16 Curt Wohlgemuthext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
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-22 Aneesh Kumar K.Vext4: Handle -EDQUOT error on write
2010-01-01 Theodore Ts'oext4: Calculate metadata requirements more accurately
2010-01-01 Theodore Ts'oext4: Fix accounting of reserved metadata blocks
2009-12-30 Theodore Ts'oext4: Patch up how we claim metadata blocks for quota...
next