| Commit message (Expand) | Author | Files | Lines |
2009-09-29 | ext4: Handle nested ext4_journal_start/stop calls without a journal | Curt Wohlgemuth | 3 | -13/+38 |
2009-09-29 | ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode | Curt Wohlgemuth | 1 | -15/+4 |
2009-09-29 | ext4: Avoid updating the inode table bh twice in no journal mode | Frank Mayhar | 1 | -21/+16 |
2009-09-28 | ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first | Theodore Ts'o | 1 | -8/+8 |
2009-09-28 | ext4: async direct IO for holes and fallocate support | Mingming Cao | 5 | -41/+234 |
2009-09-28 | ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O | Mingming Cao | 3 | -1/+210 |
2009-09-28 | ext4: Split uninitialized extents for direct I/O | Mingming Cao | 6 | -42/+419 |
2009-09-28 | ext4: release reserved quota when block reservation for delalloc retry | Mingming Cao | 1 | -1/+1 |
2009-09-29 | ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks | Theodore Ts'o | 4 | -16/+107 |
2009-09-28 | ext4: Fix hueristic which avoids group preallocation for closed files | Theodore Ts'o | 1 | -1/+1 |
2009-09-26 | ext4: Use ext4_msg() for ext4_da_writepage() errors | Theodore Ts'o | 1 | -25/+25 |
2009-09-29 | ext4: Update documentation about quota mount options | Jan Kara | 1 | -3/+10 |
2009-09-25 | writeback: writeback_inodes_sb() should use bdi_start_writeback() | Jens Axboe | 1 | -1/+1 |
2009-09-25 | writeback: don't delay inodes redirtied by a fast dirtier | Wu Fengguang | 1 | -3/+9 |
2009-09-25 | writeback: make the super_block pinning more efficient | Jens Axboe | 1 | -17/+29 |
2009-09-25 | writeback: don't resort for a single super_block in move_expired_inodes() | Jens Axboe | 1 | -1/+11 |
2009-09-25 | writeback: move inodes from one super_block together | Shaohua Li | 1 | -3/+18 |
2009-09-25 | writeback: get rid to incorrect references to pdflush in comments | Jens Axboe | 5 | -19/+17 |
2009-09-25 | writeback: improve readability of the wb_writeback() continue/break logic | Jens Axboe | 1 | -20/+23 |
2009-09-25 | writeback: cleanup writeback_single_inode() | Wu Fengguang | 1 | -8/+7 |
2009-09-25 | writeback: kupdate writeback shall not stop when more io is possible | Wu Fengguang | 1 | -2/+2 |
2009-09-25 | writeback: stop background writeback when below background threshold | Wu Fengguang | 2 | -14/+20 |
2009-09-25 | writeback: balance_dirty_pages() shall write more than dirtied pages | Wu Fengguang | 1 | -6/+10 |
2009-09-25 | fs: Fix busyloop in wb_writeback() | Jan Kara | 1 | -1/+18 |
2009-09-25 | [WATCHDOG] Add support for the Avionic Design Xanthos watchdog timer. | Thierry Reding | 3 | -0/+362 |
2009-09-25 | sh_mobile_ceu_camera: fix compile breakage, caused by a bad merge | Guennadi Liakhovetski | 1 | -2/+2 |
2009-09-25 | sh: Add support DMA Engine to SH7780 | Nobuhiro Iwamatsu | 1 | -0/+14 |
2009-09-25 | sh: Add support DMA Engine to SH7722 | Nobuhiro Iwamatsu | 1 | -0/+14 |
2009-09-25 | sh: enable onenand support in kfr2r09 defconfig. | Paul Mundt | 1 | -2/+7 |
2009-09-25 | sh: update defconfigs. | Paul Mundt | 48 | -1271/+3269 |
2009-09-25 | sh: add FSI driver support for ms7724se | Kuninori Morimoto | 1 | -0/+89 |
2009-09-25 | NOMMU: Ignore mmap() address param as it is a hint | David Howells | 1 | -4/+4 |
2009-09-25 | NOMMU: Fallback for is_vmalloc_or_module_addr() should be inline | David Howells | 1 | -1/+1 |
2009-09-25 | NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directly | David Howells | 1 | -22/+12 |
2009-09-25 | FRV: Flash mappings for the MB93090-MB00 motherboard | David Howells | 2 | -0/+92 |
2009-09-25 | alpha: Clean up linker script using new linker script macros. | Geoffrey Thomas | 1 | -81/+9 |
2009-09-25 | alpha: use .data.init_task instead of .data.init_thread. | Tim Abbott | 2 | -8/+4 |
2009-09-25 | powerpc: Cleanup linker script using new linker script macros. | Tim Abbott | 1 | -54/+15 |
2009-09-25 | blackfin: Cleanup linker script using new linker script macros. | Tim Abbott | 1 | -50/+6 |
2009-09-25 | mn10300: Clean up linker script using higher-level macros. | Tim Abbott | 1 | -36/+4 |
2009-09-25 | h8300: Cleanup linker script using new linker script macros. | Tim Abbott | 1 | -18/+7 |
2009-09-25 | um: Clean up linker script using standard macros. | Tim Abbott | 3 | -50/+14 |
2009-09-25 | xtensa: Cleanup linker script using new linker script macros. | Tim Abbott | 1 | -61/+14 |
2009-09-25 | parisc: Remove useless altinstructions code copied from x86. | Tim Abbott | 1 | -25/+0 |
2009-09-25 | parisc: Clean up linker script using new linker script macros. | Tim Abbott | 1 | -75/+4 |
2009-09-25 | Optimize the ordering of sections in RW_DATA_SECTION. | Tim Abbott | 1 | -2/+2 |
2009-09-25 | hugetlb_file_setup(): use C, not cpp | Andrew Morton | 1 | -4/+8 |
2009-09-25 | procfs: disable per-task stack usage on NOMMU | Andrew Morton | 2 | -2/+9 |
2009-09-25 | genetlink: fix netns vs. netlink table locking (2) | Johannes Berg | 3 | -9/+15 |
2009-09-25 | 3c59x: Get rid of "Trying to free already-free IRQ" | Anton Vorontsov | 1 | -9/+3 |