1. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  2. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  3. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  4. 67f2519 fs: guard_bio_eod() needs to consider partitions by Greg Edwards · 7 years ago
  5. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  6. bc48f00 buffer: eliminate the need to call free_more_memory() in __getblk_slow() by Jens Axboe · 7 years ago
  7. 94dc24c buffer: grow_dev_page() should use __GFP_NOFAIL for all cases by Jens Axboe · 7 years ago
  8. 640ab98 buffer: have alloc_page_buffers() use __GFP_NOFAIL by Jens Axboe · 7 years ago
  9. 19fe5f6 iomap: Switch from blkno to disk offset by Andreas Gruenbacher · 7 years ago
  10. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  11. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  12. 8338141 fs: use pagevec_lookup_range() in page_cache_seek_hole_data() by Jan Kara · 7 years ago
  13. c10f778 fs: fix performance regression in clean_bdev_aliases() by Jan Kara · 7 years ago
  14. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  15. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  16. 241f01f fs/buffer.c: make bh_lru_install() more efficient by Eric Biggers · 7 years ago
  17. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  18. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  19. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  20. 87354e5 buffer: set errors in mapping at the time that the error occurs by Jeff Layton · 7 years ago
  21. d945b59 buffer: use mapping_set_error instead of setting the flag by Jeff Layton · 7 years ago
  22. 2a527d6 fs: generic_block_bmap(): initialize all of the fields in the temp bh by Alexander Potapenko · 7 years ago
  23. 334fd34 vfs: Add page_cache_seek_hole_data helper by Andreas Gruenbacher · 7 years ago
  24. 8e8f929 fs: add support for buffered writeback to pass down write hints by Jens Axboe · 7 years ago
  25. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  26. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 8 years ago
  28. 020c2833 fs: remove _submit_bh() by Eric Biggers · 8 years ago
  29. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  30. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  31. 6c006a9 clean_bdev_aliases: Prevent cleaning blocks that are not in block range by Chandan Rajendra · 8 years ago
  32. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  33. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  34. fc4d24c fs/buffer: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  35. ce98321 fs: Remove unmap_underlying_metadata by Jan Kara · 8 years ago
  36. e64855c fs: Add helper to clean bdev aliases under a bh and use it by Jan Kara · 8 years ago
  37. 29f3ad7 fs: Provide function to unmap metadata for a range of blocks by Jan Kara · 8 years ago
  38. 7637241 writeback: add wbc_to_write_flags() by Jens Axboe · 8 years ago
  39. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  40. ef295ec block: better op and flags encoding by Christoph Hellwig · 8 years ago
  41. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  42. 0026ba4 fs/buffer.c: make __getblk_slow() static by Eric Biggers · 8 years ago
  43. 0e6acf0 Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  44. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  45. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  46. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  47. b4bba38 fs: export __block_write_full_page by Benjamin Marzinski · 8 years ago
  48. ae259a9 fs: introduce iomap infrastructure by Christoph Hellwig · 8 years ago
  49. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  50. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  51. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  52. c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 9 years ago
  53. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  54. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 9 years ago
  55. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 9 years ago
  56. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
  57. 5c50002 vfs: remove unused wrapper block_page_mkwrite() by Ross Zwisler · 9 years ago
  58. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  59. 6cf66b4 fs: use helper bio_add_page() instead of open coding on bi_io_vec by Kent Overstreet · 10 years ago
  60. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  61. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  62. d2e73fc buffer: remove unusued 'ret' variable by Jens Axboe · 9 years ago
  63. 2a81490 writeback: implement foreign cgroup inode detection by Tejun Heo · 9 years ago
  64. b16b1de writeback: make writeback_control track the inode being written back by Tejun Heo · 9 years ago
  65. bafc0db buffer, writeback: make __block_write_full_page() honor cgroup writeback by Tejun Heo · 9 years ago
  66. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 9 years ago
  67. 11f81be page_writeback: revive cancel_dirty_page() in a restricted form by Tejun Heo · 9 years ago
  68. f6454b0 block: fix returnvar.cocci warnings by Julia Lawall · 9 years ago
  69. b25de9d block: remove BIO_EOPNOTSUPP by Christoph Hellwig · 10 years ago
  70. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 10 years ago
  71. 432f16e fs: clarify rate limit suppressed buffer I/O errors by Robert Elliott · 10 years ago
  72. b744c2a fs: merge I/O error prints into one line by Robert Elliott · 10 years ago
  73. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  74. 9470dd5 fs: check bh blocknr earlier when searching lru by Zach Brown · 10 years ago
  75. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 86cf78d fs/buffer.c: increase the buffer-head per-CPU LRU size by Sebastien Buisson · 10 years ago
  77. 4db96b7 vfs: guard end of device for mpage interface by Akinobu Mita · 10 years ago
  78. 59d4391 vfs: make guard_bh_eod() more generic by Akinobu Mita · 10 years ago
  79. c2ca0fc fs: make cont_expand_zero interruptible by Mikulas Patocka · 10 years ago
  80. 90a8020 vfs: fix data corruption when blocksize < pagesize for mmaped data by Jan Kara · 10 years ago
  81. f2d5a94 Fix nasty 32-bit overflow bug in buffer i/o code. by Anton Altaparmakov · 10 years ago
  82. 3b5e645 fs/buffer.c: support buffer cache allocations with gfp modifiers by Gioh Kim · 10 years ago
  83. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  84. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  85. e7470ee fs: buffer: do not use unnecessary atomic operations when discarding buffers by Mel Gorman · 10 years ago
  86. 1b938c0 fs/buffer.c: remove block_write_full_page_endio() by Matthew Wilcox · 10 years ago
  87. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  88. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  89. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 11 years ago
  90. d426334 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  91. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
  92. 227d53b3 mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq by KOSAKI Motohiro · 11 years ago
  93. ca6673b0 block: Replace __this_cpu_ptr with raw_cpu_ptr by Christoph Lameter · 11 years ago
  94. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  95. 84235de fs: buffer: move allocation failure loop into the allocator by Johannes Weiner · 11 years ago
  96. b459722 mm: vmscan: take page buffers dirty and locked state into account by Mel Gorman · 11 years ago
  97. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  98. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  99. 149b3060 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  100. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 12 years ago