| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 1 | -2/+2 |
|\ |
|
| * | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks | Joe Perches | 2013-08-20 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-09-05 | 5 | -72/+15 |
|\ \ |
|
| * | | direct-io: Handle O_(D)SYNC AIO | Christoph Hellwig | 2013-09-04 | 1 | -1/+1 |
| * | | direct-io: Implement generic deferred AIO completions | Christoph Hellwig | 2013-09-04 | 4 | -71/+14 |
* | | | ext4: allow specifying external journal by pathname mount option | Eric Sandeen | 2013-08-28 | 1 | -3/+44 |
* | | | ext4: mark group corrupt on group descriptor checksum | Darrick J. Wong | 2013-08-28 | 2 | -11/+8 |
* | | | ext4: mark block group as corrupt on inode bitmap error | Darrick J. Wong | 2013-08-28 | 2 | -4/+28 |
* | | | ext4: mark block group as corrupt on block bitmap error | Darrick J. Wong | 2013-08-28 | 3 | -3/+31 |
* | | | ext4: fix type declaration of ext4_validate_block_bitmap | Darrick J. Wong | 2013-08-28 | 2 | -3/+3 |
* | | | ext4: error out if verifying the block bitmap fails | Darrick J. Wong | 2013-08-28 | 1 | -2/+6 |
* | | | ext4: isolate ext4_extents.h file | Zheng Liu | 2013-08-28 | 7 | -29/+27 |
* | | | ext4: Fix misspellings using 'codespell' tool | Anatol Pomozov | 2013-08-28 | 5 | -8/+8 |
* | | | ext4: convert write_begin methods to stable_page_writes semantics | Dmitry Monakhov | 2013-08-28 | 1 | -2/+3 |
* | | | ext4: fix use of potentially uninitialized variables in debugging code | Andi Shyti | 2013-08-28 | 1 | -3/+2 |
* | | | ext4: fix lost truncate due to race with writeback | Jan Kara | 2013-08-17 | 2 | -9/+32 |
* | | | ext4: simplify truncation code in ext4_setattr() | Jan Kara | 2013-08-17 | 1 | -60/+49 |
* | | | ext4: fix ext4_writepages() in presence of truncate | Jan Kara | 2013-08-17 | 1 | -41/+66 |
* | | | ext4: move test whether extent to map can be extended to one place | Jan Kara | 2013-08-17 | 1 | -20/+29 |
* | | | ext4: fix warning in ext4_da_update_reserve_space() | Jan Kara | 2013-08-17 | 3 | -5/+20 |
* | | | ext4: avoid reusing recently deleted inodes in no journal mode | Theodore Ts'o | 2013-08-16 | 1 | -0/+51 |
* | | | ext4: allocate delayed allocation blocks before rename | Theodore Ts'o | 2013-08-16 | 1 | -5/+7 |
* | | | ext4: start handle at least possible moment when renaming files | Theodore Ts'o | 2013-08-16 | 1 | -10/+13 |
* | | | ext4: add support for extent pre-caching | Theodore Ts'o | 2013-08-16 | 4 | -29/+136 |
* | | | ext4: cache all of an extent tree's leaf block upon reading | Theodore Ts'o | 2013-08-16 | 6 | -31/+114 |
* | | | ext4: use unsigned int for es_status values | Theodore Ts'o | 2013-08-16 | 3 | -26/+33 |
* | | | ext4: print the block number of invalid extent tree blocks | Theodore Ts'o | 2013-08-16 | 1 | -12/+12 |
* | | | ext4: refactor code to read the extent tree block | Theodore Ts'o | 2013-08-16 | 1 | -54/+43 |
|/ / |
|
* | | jbd2: Fix oops in jbd2_journal_file_inode() | Jan Kara | 2013-08-16 | 3 | -17/+48 |
* | | jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() | Jan Kara | 2013-08-12 | 1 | -4/+4 |
* | | ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT | Theodore Ts'o | 2013-08-12 | 1 | -2/+4 |
* | | ext4: fix mount/remount error messages for incompatible mount options | Piotr Sarna | 2013-08-08 | 1 | -1/+16 |
* | | ext4: allow the mount options nodelalloc and data=journal | Theodore Ts'o | 2013-08-08 | 1 | -1/+1 |
* | | ext4: add WARN_ON to check the length of allocated blocks | Zheng Liu | 2013-07-29 | 1 | -21/+18 |
* | | ext4: fix retry handling in ext4_ext_truncate() | Theodore Ts'o | 2013-07-29 | 1 | -1/+1 |
* | | ext4: destroy ext4_es_cachep on module unload | Eric Sandeen | 2013-07-26 | 1 | -0/+1 |
* | | ext4: make sure group number is bumped after a inode allocation race | Theodore Ts'o | 2013-07-26 | 1 | -5/+5 |
|/ |
|
* | ext4: fix a BUG when opening a file with O_TMPFILE flag | Zheng Liu | 2013-07-20 | 1 | -1/+1 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-20 | 3 | -21/+60 |
|\ |
|
| * | ext4: call ext4_es_lru_add() after handling cache miss | Theodore Ts'o | 2013-07-16 | 2 | -7/+5 |
| * | ext4: yield during large unlinks | Theodore Ts'o | 2013-07-15 | 1 | -0/+3 |
| * | ext4: make the extent_status code more robust against ENOMEM failures | Theodore Ts'o | 2013-07-15 | 1 | -12/+39 |
| * | ext4: simplify calculation of blocks to free on error | Theodore Ts'o | 2013-07-15 | 1 | -2/+2 |
| * | ext4: fix error handling in ext4_ext_truncate() | Theodore Ts'o | 2013-07-15 | 1 | -0/+11 |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-14 | 6 | -47/+51 |
|\| |
|
| * | ext4: don't allow ext4_free_blocks() to fail due to ENOMEM | Theodore Ts'o | 2013-07-13 | 1 | -3/+8 |
| * | ext4: fix spelling errors and a comment in extent_status tree | Theodore Ts'o | 2013-07-13 | 2 | -16/+14 |
| * | ext4: rate limit printk in buffer_io_error() | Anatol Pomozov | 2013-07-11 | 1 | -1/+2 |
| * | ext4: don't show usrquota/grpquota twice in /proc/mounts | Theodore Ts'o | 2013-07-11 | 1 | -6/+0 |
| * | ext4: fix warning in ext4_evict_inode() | Jan Kara | 2013-07-10 | 1 | -13/+19 |