- Update to 3.3-rc2.
[linux-flexiantxendom0-3.2.10.git] / fs / ext4 / inode.c
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2012-01-10 Theodore Ts'oMerge branch 'for_linus' into for_linus_merged
2012-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2012-01-09 Paul Gortmakerext2/3/4: delete unneeded includes of module.h
2012-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-05 Eric Sandeenext4: make more symbols static
2011-12-29 Zheng Liuext4: remove no longer used functions in inode.c
2011-12-29 Zheng Liuext4: add missing spaces to debugging printk's
2011-12-28 Yongqiang Yangext4: flush journal when switching from data=journal...
2011-12-28 Yongqiang Yangext4: allocate delalloc blocks before changing journal...
2011-12-20 Jeff Mahoney- Update to 3.2-rc6.
2011-12-14 Yongqiang Yangext4: correctly handle pages w/o buffers in ext4_discar...
2011-12-14 Yongqiang Yangext4: avoid potential hang in mpage_submit_io() when...
2011-12-14 Andrea Arcangeliext4: avoid hangs in ext4_da_should_update_i_disksize()
2011-12-12 Theodore Ts'oext4: fix ext4_end_io_dio() racing against fsync()
2011-12-06 Paul Bolletreewide: Fix comment and string typo 'bufer'
2011-12-05 Jeff Mahoney- Update to 3.2-rc4.
2011-12-02 Justin P. Mattocktreewide: Fix typos in various parts of the kernel...
2011-11-25 Jeff Mahoney- Update to 3.2-rc3.
2011-11-25 Tejun Heoext4: fix racy use-after-free in ext4_end_io_dio()
2011-11-21 Linus TorvaldsMerge branch 'dev' of git://git./linux/kernel/git/tytso...
2011-11-16 Jeff Mahoney- Update to 3.2-rc1.
2011-11-07 Namjae Jeonext4: add blk_finish_plug in error case of writepages.
2011-11-07 Linus TorvaldsMerge branch 'writeback-for-linus' of git://git./linux...
2011-11-02 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-01 Mel Gormanext4: warn if direct reclaim tries to writeback pages
2011-10-31 Yongqiang Yangext4: let ext4_discard_partial_buffers handle unaligned...
2011-10-31 Yongqiang Yangext4: return ENOMEM if find_or_create_pages fails
2011-10-31 Yongqiang Yangext4: move vars to local scope in ext4_discard_partial_...
2011-10-31 Tao Maext4: Create helper function for EXT4_IO_END_UNWRITTEN...
2011-10-30 Curt Wohlgemuthwriteback: Add a 'reason' to wb_writeback_work
2011-10-26 Yongqiang Yangext4: let ext4_page_mkwrite stop started handle in...
2011-10-25 Dmitry Monakhovext4: update EOFBLOCKS flag on fallocate properly
2011-10-20 Kazuya Mioext4: fix the deadlock in mpage_da_map_and_submit()
2011-10-20 Akira Fujitaext4: fix deadlock in ext4_ordered_write_end()
2011-10-18 Shaohua Liext4: add block plug for .writepages
2011-10-08 Tao Maext4: fix the comment describing ext4_ext_search_right()
2011-09-26 Jeff Mahoney- Update to 3.1-rc7.
2011-09-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2011-09-09 Aditya Kaliext4: attempt to fix race in bigalloc code path
2011-09-09 Aditya Kaliext4: add some tracepoints in ext4/extents.c
2011-09-09 Theodore Ts'oext4: rename ext4_has_free_blocks() to ext4_has_free_cl...
2011-09-09 Theodore Ts'oext4: rename ext4_claim_free_blocks() to ext4_claim_fre...
2011-09-09 Theodore Ts'oext4: rename ext4_count_free_blocks() to ext4_count_fre...
2011-09-09 Aditya Kaliext4: Fix bigalloc quota accounting and i_blocks value
2011-09-09 Theodore Ts'oext4: convert s_{dirty,free}blocks_counter to s_{dirty...
2011-09-09 Theodore Ts'oext4: enforce bigalloc restrictions (e.g., no online...
2011-09-07 Allison Hendersonext4: fix partial page writes
2011-09-06 Theodore Ts'oext4: only call ext4_jbd2_file_inode when an inode...
2011-09-05 Michal Marek- Update to 3.1-rc5 from https://github.com/torvalds...
2011-09-03 Allison Hendersonext4: Add new ext4_discard_partial_page_buffers routines
2011-08-31 Theodore Ts'oext4: fake direct I/O mode for data=journal
2011-08-31 Jiaying Zhangext4: remove i_mutex lock in ext4_evict_inode to fix...
2011-08-24 Jeff Mahoney- Update to 3.1-rc3.
2011-08-23 Christoph Hellwigblock: separate priority boosting from REQ_META
2011-08-23 Christoph Hellwigblock: remove READ_META and WRITE_META
2011-08-13 Theodore Ts'oext4: fix nomblk_io_submit option so it correctly conve...
2011-08-13 Tao Maext4: Resolve the hang of direct i/o read in handling...
2011-08-13 Jiaying Zhangext4: call ext4_ioend_wait and ext4_flush_completed_IO...
2011-08-13 Curt Wohlgemuthext4: Fix ext4_should_writeback_data() for no-journal...
2011-08-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-07-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-26 Jan Karaext4: fix data corruption in inodes with journalled...
2011-07-21 Christoph Hellwigfs: move inode_dio_done to the end_io handler
2011-07-21 Christoph Hellwigfs: simplify the blockdev_direct_IO prototype
2011-07-21 Christoph Hellwigfs: move inode_dio_wait calls into ->setattr
2011-07-21 Jan Karaext4: Rewrite ext4_page_mkwrite() to use generic helpers
2011-06-29 Jeff Mahoney- Update to 3.0-rc5.
2011-06-27 Amir Goldsteinext4: move ext4_ind_* functions from inode.c to indirect.c
2011-06-27 Theodore Ts'oext4: move common truncate functions to header file
2011-06-27 Theodore Ts'oext4: move __ext4_check_blockref to block_validity.c
2011-06-27 Amir Goldsteinext4: rename ext4_indirect_* funcs to ext4_ind_*
2011-06-27 Amir Goldsteinext4: split ext4_ind_truncate from ext4_truncate
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-08 Wu Fengguangwriteback: introduce .tagged_writepages for the WB_SYNC...
2011-06-06 Lukas Czernerext4: fixed tracepoints cleanup
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-05-31 Jeff Mahoney- Updated to 3.0-rc1.
2011-05-27 Christoph Hellwigfs: pass exact type of data dirties to ->dirty_inode
2011-05-25 Jan Karaext4: Convert ext4 to new truncate calling convention
2011-05-25 Allison Hendersonext4: enable "punch hole" functionality
2011-05-25 Allison Hendersonext4: add new function ext4_block_zero_page_range()
2011-05-25 Allison Hendersonext4: add flag to ext4_has_free_blocks
2011-05-23 Theodore Ts'oext4: use truncate_setsize() unconditionally
2011-05-18 Darrick J. Wongext4: wait for writeback to complete while making pages...
2011-05-18 Darrick J. Wongext4: clean up some wait_on_page_writeback calls
2011-05-09 Tao Maext4: use s_inodes_per_block directly in __ext4_get_ino...
2011-04-12 Jeff Mahoney- Updated to 2.6.39-rc3.
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-04-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-04-11 Theodore Ts'oext4: fix data corruption regression by reverting commi...
2011-04-11 Kazuya Mioext4: Allow indirect-block file to grow the file size...
2011-04-04 Yongqiang Yangext4: fix credits computing for indirect mapped files
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-03-23 Feng Tangext4: remove redundant set_buffer_mapped() in ext4_da_g...
2011-03-22 Jiaying Zhangext4: add more tracepoints and use dev_t in the trace...
2011-03-21 Amir Goldsteinext4: handle errors in ext4_clear_blocks()
next