| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: use block_device name vsprintf helper | Dmitry Monakhov | 2016-01-06 | 1 | -15/+6 |
* | vfs: remove unused wrapper block_page_mkwrite() | Ross Zwisler | 2015-11-11 | 1 | -22/+2 |
* | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 2015-11-07 | 1 | -1/+1 |
* | fs: use helper bio_add_page() instead of open coding on bi_io_vec | Kent Overstreet | 2015-08-13 | 1 | -5/+2 |
* | block: manipulate bio->bi_flags through helpers | Jens Axboe | 2015-07-29 | 1 | -1/+1 |
* | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -2/+2 |
* | buffer: remove unusued 'ret' variable | Jens Axboe | 2015-06-02 | 1 | -1/+0 |
* | writeback: implement foreign cgroup inode detection | Tejun Heo | 2015-06-02 | 1 | -1/+3 |
* | writeback: make writeback_control track the inode being written back | Tejun Heo | 2015-06-02 | 1 | -13/+12 |
* | buffer, writeback: make __block_write_full_page() honor cgroup writeback | Tejun Heo | 2015-06-02 | 1 | -6/+20 |
* | memcg: add per cgroup dirty page accounting | Greg Thelen | 2015-06-02 | 1 | -7/+27 |
* | page_writeback: revive cancel_dirty_page() in a restricted form | Tejun Heo | 2015-06-02 | 1 | -2/+2 |
* | block: fix returnvar.cocci warnings | Julia Lawall | 2015-05-26 | 1 | -2/+1 |
* | block: remove BIO_EOPNOTSUPP | Christoph Hellwig | 2015-05-19 | 1 | -10/+0 |
* | page_writeback: clean up mess around cancel_dirty_page() | Konstantin Khlebnikov | 2015-04-15 | 1 | -2/+2 |
* | fs: clarify rate limit suppressed buffer I/O errors | Robert Elliott | 2014-10-21 | 1 | -16/+7 |
* | fs: merge I/O error prints into one line | Robert Elliott | 2014-10-21 | 1 | -19/+8 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-10-20 | 1 | -19/+29 |
|\ |
|
| * | vfs: fix data corruption when blocksize < pagesize for mmaped data | Jan Kara | 2014-10-02 | 1 | -0/+3 |
| * | fs/buffer.c: support buffer cache allocations with gfp modifiers | Gioh Kim | 2014-09-05 | 1 | -19/+26 |
* | | fs: check bh blocknr earlier when searching lru | Zach Brown | 2014-10-14 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-10-13 | 1 | -0/+5 |
|\ \ |
|
| * | | fs: make cont_expand_zero interruptible | Mikulas Patocka | 2014-10-09 | 1 | -0/+5 |
* | | | fs/buffer.c: increase the buffer-head per-CPU LRU size | Sebastien Buisson | 2014-10-10 | 1 | -1/+1 |
* | | | vfs: guard end of device for mpage interface | Akinobu Mita | 2014-10-10 | 1 | -1/+1 |
* | | | vfs: make guard_bh_eod() more generic | Akinobu Mita | 2014-10-10 | 1 | -14/+12 |
|/ / |
|
* / | Fix nasty 32-bit overflow bug in buffer i/o code. | Anton Altaparmakov | 2014-09-22 | 1 | -2/+4 |
|/ |
|
* | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 2014-07-16 | 1 | -9/+2 |
* | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman | 2014-06-05 | 1 | -3/+4 |
* | fs: buffer: do not use unnecessary atomic operations when discarding buffers | Mel Gorman | 2014-06-05 | 1 | -5/+16 |
* | fs/buffer.c: remove block_write_full_page_endio() | Matthew Wilcox | 2014-06-05 | 1 | -16/+5 |
* | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 1 | -3/+3 |
|\ |
|
| * | switch ->is_partially_uptodate() to saner arguments | Al Viro | 2014-04-02 | 1 | -3/+3 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2014-02-20 | 1 | -9/+11 |
|\| |
|
| * | mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq | KOSAKI Motohiro | 2014-02-06 | 1 | -2/+4 |
| * | block: Replace __this_cpu_ptr with raw_cpu_ptr | Christoph Lameter | 2013-12-04 | 1 | -1/+1 |
| * | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-24 | 1 | -6/+6 |
* | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 | 1 | -1/+1 |
|/ |
|
* | fs: buffer: move allocation failure loop into the allocator | Johannes Weiner | 2013-10-17 | 1 | -2/+12 |
* | mm: vmscan: take page buffers dirty and locked state into account | Mel Gorman | 2013-07-04 | 1 | -0/+34 |
* | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-22 | 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-21 | 1 | -0/+5 |
| |/ |
|
* | | fs/buffer.c: remove unnecessary init operation after allocating buffer_head. | majianpeng | 2013-04-30 | 1 | -2/+0 |
* | | mm: make snapshotting pages for stable writes a per-bio operation | Darrick J. Wong | 2013-04-30 | 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 |