| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: buffer: move allocation failure loop into the allocator | Johannes Weiner | 2013-10-16 | 1 | -2/+12 |
* | mm: vmscan: take page buffers dirty and locked state into account | Mel Gorman | 2013-07-03 | 1 | -0/+34 |
* | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-21 | 1 | -3/+18 |
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -1/+0 |
|\ |
|
| * | block: Remove bi_idx references | Kent Overstreet | 2013-03-23 | 1 | -1/+0 |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-05-01 | 1 | -0/+5 |
|\ \ |
|
| * | | buffer: add BH_Prio and BH_Meta flags | Theodore Ts'o | 2013-04-20 | 1 | -0/+5 |
| |/ |
|
* | | fs/buffer.c: remove unnecessary init operation after allocating buffer_head. | majianpeng | 2013-04-29 | 1 | -2/+0 |
* | | mm: make snapshotting pages for stable writes a per-bio operation | Darrick J. Wong | 2013-04-29 | 1 | -1/+8 |
|/ |
|
* | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-02-28 | 1 | -0/+10 |
|\ |
|
| * | block: add block_{touch|dirty}_buffer tracepoint | Tejun Heo | 2013-01-14 | 1 | -0/+4 |
| * | buffer: make touch_buffer() an exported function | Tejun Heo | 2013-01-14 | 1 | -0/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -2/+2 |
|\ \ |
|
| * | | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -2/+2 |
* | | | fs/buffer.c: change type of max_buffer_heads to unsigned long | Zhang Yanfei | 2013-02-23 | 1 | -2/+2 |
* | | | mm: only enforce stable page writes if the backing device requires it | Darrick J. Wong | 2013-02-21 | 1 | -1/+1 |
|/ / |
|
* | | vfs: add missing virtual cache flush after editing partial pages | Linus Torvalds | 2013-01-14 | 1 | -0/+1 |
|/ |
|
* | fs/buffer.c: remove redundant initialization in alloc_page_buffers() | Yan Hong | 2012-12-12 | 1 | -3/+0 |
* | fs/buffer.c: do not inline exported function | Yan Hong | 2012-12-12 | 1 | -2/+1 |
* | mm: redefine address_space.assoc_mapping | Rafael Aquini | 2012-12-11 | 1 | -6/+6 |
* | vfs: clear to the end of the buffer on partial buffer reads | Dan Carpenter | 2012-12-05 | 1 | -1/+1 |
* | vfs: avoid "attempt to access beyond end of device" warnings | Linus Torvalds | 2012-12-04 | 1 | -0/+52 |
* | blkdev_max_block: make private to fs/buffer.c | Linus Torvalds | 2012-11-29 | 1 | -1/+13 |
* | fs/buffer.c: make block-size be per-page and protected by the page lock | Linus Torvalds | 2012-11-29 | 1 | -31/+48 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-10-08 | 1 | -6/+7 |
|\ |
|
| * | ext4: fix mtime update in nodelalloc mode | Theodore Ts'o | 2012-09-30 | 1 | -6/+7 |
* | | block: replace __getblk_slow misfix by grow_dev_page fix | Hugh Dickins | 2012-08-23 | 1 | -36/+30 |
|/ |
|
* | fs: Protect write paths by sb_start_write - sb_end_write | Jan Kara | 2012-07-31 | 1 | -18/+4 |
* | fs: Push file_update_time() into __block_page_mkwrite() | Jan Kara | 2012-07-31 | 1 | -0/+6 |
* | block: fix infinite loop in __getblk_slow | Jeff Moyer | 2012-07-13 | 1 | -9/+13 |
* | fs: Move bh_cachep to the __read_mostly section | Shai Fultheim | 2012-05-30 | 1 | -1/+1 |
* | block: don't mark buffers beyond end of disk as mapped | Jeff Moyer | 2012-05-11 | 1 | -1/+3 |
* | fs/buffer.c: remove BUG() in possible but rare condition | Glauber Costa | 2012-04-25 | 1 | -1/+0 |
* | fs: only send IPI to invalidate LRU BH when needed | Gilad Ben-Yossef | 2012-03-28 | 1 | -1/+14 |
* | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-02-28 | 1 | -1/+1 |
* | fs: move code out of buffer.c | Al Viro | 2012-01-03 | 1 | -50/+0 |
* | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ |
|
| * | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 2011-10-31 | 1 | -1/+1 |
* | | fs/buffer.c: add device information for error output in __find_get_block_slow() | Tao Ma | 2011-10-31 | 1 | -1/+4 |
* | | cleanup: vfs: small comment fix for block_invalidatepage | Wang Sheng-Hui | 2011-10-28 | 1 | -2/+2 |
|/ |
|
* | vfs: Fix data corruption after failed write in __block_write_begin() | Jan Kara | 2011-06-16 | 1 | -3/+1 |
* | fs: block_page_mkwrite should wait for writeback to finish | Darrick J. Wong | 2011-05-28 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm... | Linus Torvalds | 2011-05-26 | 1 | -0/+5 |
|\ |
|
| * | mm/fs: add hooks to support cleancache | Dan Magenheimer | 2011-05-26 | 1 | -0/+5 |
* | | vfs: Block mmapped writes while the fs is frozen | Jan Kara | 2011-05-26 | 1 | -1/+23 |
* | | vfs: Create __block_page_mkwrite() helper passing error values back | Jan Kara | 2011-05-26 | 1 | -17/+20 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-24 | 1 | -1/+1 |
|\ |
|
| * | fs: protect inode->i_state with inode->i_lock | Dave Chinner | 2011-03-24 | 1 | -1/+1 |
* | | fs: make fsync_buffers_list() plug | Jens Axboe | 2011-03-17 | 1 | -0/+6 |
* | | block: kill off REQ_UNPLUG | Jens Axboe | 2011-03-10 | 1 | -10/+4 |