1. 10c44c0 f2fs: fix build error on android tracepoints by Jaegeuk Kim · 4 years, 9 months ago
  2. b86d2b1 Merge 4.9.57 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  3. 133ca5c fs/mpage.c: fix mpage_writepage() for pages with buffers by Matthew Wilcox · 7 years ago
  4. da3493c Merge 4.9.32 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  5. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  6. 009e608 ANDROID: Refactor fs readpage/write tracepoints. by Mohan Srinivasan · 7 years ago
  7. 25cc70f ANDROID: fs: FS tracepoints to track IO. by Mohan Srinivasan · 7 years ago
  8. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  9. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  10. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  11. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  12. eed25cd mpage: use bio op accessors by Mike Christie · 8 years ago
  13. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  14. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  15. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  16. 02c4363 fs/mpage.c:mpage_readpages(): use lru_to_page() helper by Andrew Morton · 8 years ago
  17. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  18. d9734e0 Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  19. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  20. 5948edb fs/mpage.c: forgotten WRITE_SYNC in case of data integrity write by Roman Pen · 9 years ago
  21. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  22. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  23. 2a81490 writeback: implement foreign cgroup inode detection by Tejun Heo · 9 years ago
  24. b16b1de writeback: make writeback_control track the inode being written back by Tejun Heo · 9 years ago
  25. 429b3fb mpage: make __mpage_writepage() honor cgroup writeback by Tejun Heo · 9 years ago
  26. 4db96b7 vfs: guard end of device for mpage interface by Akinobu Mita · 10 years ago
  27. 47a191f fs/block_dev.c: add bdev_read_page() and bdev_write_page() by Matthew Wilcox · 10 years ago
  28. 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 10 years ago
  29. 90768ee fs/mpage.c: factor clean_buffers() out of __mpage_writepage() by Matthew Wilcox · 10 years ago
  30. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  31. 2c30c71 block: Convert various code to bio_for_each_segment() by Kent Overstreet · 11 years ago
  32. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  33. 0b4156e fs: remove unneeded plug in mpage_readpages() by Namjae Jeon · 12 years ago
  34. c515e1f mm/fs: add hooks to support cleancache by Dan Magenheimer · 13 years ago
  35. 2ed1a6b fs: make mpage read/write_pages() plug by Jens Axboe · 14 years ago
  36. c32b0d4 fs/mpage.c: consolidate code by Hai Shan · 13 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  38. 2a61aa4 Fix misspellings of "invocation" in comments. by Adam Buchbinder · 14 years ago
  39. 79ffab3 ext4: Properly initialize the buffer_head state by Aneesh Kumar K.V · 15 years ago
  40. ced117c Remove two unneeded exports and make two symbols static in fs/mpage.c by Dmitri Vorobiev · 15 years ago
  41. 39f0dee do_mpage_readpage(): remove useless clear_buffer_mapped() call by Franck Bui-Huu · 15 years ago
  42. 38c8e61 do_mpage_readpage(): don't submit lots of small bios on boundary by Miquel van Smoorenburg · 15 years ago
  43. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  44. 29a814d vfs: add hooks for ext4's delayed allocation support by Alex Tomas · 16 years ago
  45. 78a4a50 docbook: fix filesystems.tmpl source files by Randy Dunlap · 16 years ago
  46. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  47. eb2be18 mm: buffered write cleanup by Nick Piggin · 17 years ago
  48. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  49. 0ea9718 consolidate generic_writepages and mpage_writepages by Miklos Szeredi · 17 years ago
  50. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 17 years ago
  51. 3e9f45b Factor outstanding I/O error handling by Guillaume Chazarain · 17 years ago
  52. 811d736 [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6] by David Howells · 18 years ago
  53. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  54. fa30bd0 [PATCH] map multiple blocks for mpage_readpages() by Badari Pulavarty · 18 years ago
  55. b0cf232 [PATCH] pass b_size to ->get_block() by Badari Pulavarty · 18 years ago
  56. 54b21a7 [PATCH] fix possible PAGE_CACHE_SHIFT overflows by Andrew Morton · 18 years ago
  57. 994fc28c [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE by Zach Brown · 18 years ago
  58. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  59. 854715b [PATCH] mpage_end_io_write() I/O error handling fix by Qu Fuping · 19 years ago
  60. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  61. d17d7fa [PATCH] revert ext3-writepages-support-for-writeback-mode by Andrew Morton · 19 years ago
  62. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  63. 552fca4 [PATCH] mpage_writepages() page locking fix by Nikita Danilov · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago