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