1. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  2. 3e8f399 writeback: rework wb_[dec|inc]_stat family of functions by Nikolay Borisov · 7 years ago
  3. e3d3910 include/linux/backing-dev.h: simplify wb_stat_sum by Nikolay Borisov · 7 years ago
  4. 104b4e5 percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch by Nikolay Borisov · 8 years ago
  5. 7c4cc30 bdi: Drop 'parent' argument from bdi_register[_va]() by Jan Kara · 8 years ago
  6. 2e82b84 block: Remove unused functions by Jan Kara · 8 years ago
  7. baf7a61 bdi: Provide bdi_register_va() and bdi_alloc() by Jan Kara · 8 years ago
  8. efa7c9f block: Get rid of blk_get_backing_dev_info() by Jan Kara · 8 years ago
  9. d03f6cd block: Dynamically allocate and refcount backing_dev_info by Jan Kara · 8 years ago
  10. df08c32 block: fix bdi vs gendisk lifetime mismatch by Dan Williams · 8 years ago
  11. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  12. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  13. b02176f block: don't release bdi while request_queue has live references by Tejun Heo · 9 years ago
  14. b817525 writeback: bdi_writeback iteration must not skip dying ones by Tejun Heo · 9 years ago
  15. c052290 cgroup: Merge branch 'for-4.3-fixes' into for-4.4 by Tejun Heo · 9 years ago
  16. 9badce0 cgroup, writeback: don't enable cgroup writeback on traditional hierarchies by Tejun Heo · 9 years ago
  17. c165b3e blkcg: rename subsystem name from blkio to io by Tejun Heo · 9 years ago
  18. 1ed8d48 writeback: bdi_for_each_wb() iteration is memcg ID based not blkcg by Tejun Heo · 9 years ago
  19. a13f35e writeback: don't embed root bdi_writeback_congested in bdi_writeback by Tejun Heo · 9 years ago
  20. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  21. 46b15ca vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB by Tejun Heo · 10 years ago
  22. aaa2cac writeback: add lockdep annotation to inode_to_wb() by Tejun Heo · 10 years ago
  23. 682aa8e writeback: implement unlocked_inode_to_wb transaction and use it for stat updates by Tejun Heo · 10 years ago
  24. b16b1de writeback: make writeback_control track the inode being written back by Tejun Heo · 10 years ago
  25. 21c6321 writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb() by Tejun Heo · 10 years ago
  26. bafc0db buffer, writeback: make __block_write_full_page() honor cgroup writeback by Tejun Heo · 10 years ago
  27. 9ecf4866 writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info by Tejun Heo · 10 years ago
  28. bc05873 writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info by Tejun Heo · 10 years ago
  29. c00ddad writeback: remove bdi_start_writeback() by Tejun Heo · 10 years ago
  30. ebe41ab writeback: implement bdi_for_each_wb() by Tejun Heo · 10 years ago
  31. 95a46c6 writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account by Tejun Heo · 10 years ago
  32. d6c10f1 writeback: implement WB_has_dirty_io wb_state flag by Tejun Heo · 10 years ago
  33. 703c270 writeback: implement and use inode_congested() by Tejun Heo · 10 years ago
  34. ec8a6f2 writeback: make congestion functions per bdi_writeback by Tejun Heo · 10 years ago
  35. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 10 years ago
  36. 89e9b9e writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK by Tejun Heo · 10 years ago
  37. 4aa9c69 bdi: separate out congested state into a separate struct by Tejun Heo · 10 years ago
  38. a212b10 bdi: make inode_to_bdi() inline by Tejun Heo · 10 years ago
  39. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  40. f0054bb writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback by Tejun Heo · 10 years ago
  41. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 10 years ago
  42. 93f78d8 writeback: move backing_dev_info->bdi_stat[] into bdi_writeback by Tejun Heo · 10 years ago
  43. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 10 years ago
  44. aad653a block: discard bdi_unregister() in favour of bdi_destroy() by NeilBrown · 10 years ago
  45. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  46. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  47. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
  48. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  49. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  50. 97b713b fs: kill BDI_CAP_SWAP_BACKED by Christoph Hellwig · 10 years ago
  51. 018a17b bdi: reimplement bdev_inode_switch_bdi() by Tejun Heo · 10 years ago
  52. e36f1df bdi: remove unused stuff by Tejun Heo · 10 years ago
  53. 5acda9d bdi: avoid oops on device removal by Jan Kara · 11 years ago
  54. 8077c0d bdi: test bdi_init failure by Mikulas Patocka · 11 years ago
  55. 5a53748 mm/page-writeback.c: add strictlimit feature by Maxim Patlasov · 11 years ago
  56. 839a8e8 writeback: replace custom worker pool implementation with unbound workqueue by Tejun Heo · 12 years ago
  57. 181387d writeback: remove unused bdi_pending_list by Tejun Heo · 12 years ago
  58. 7d311cd bdi: allow block devices to say that they require stable page writes by Darrick J. Wong · 12 years ago
  59. d2cc4dd bdi_register: add __printf verification, fix arg mismatch by Joe Perches · 12 years ago
  60. f0cd2db vfs: kill write_super and sync_supers by Artem Bityutskiy · 12 years ago
  61. 3965c9a mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads by Wanpeng Li · 12 years ago
  62. eb608e3 block: Convert BDI proportion calculations to flexible proportions by Jan Kara · 13 years ago
  63. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  64. 7381131 writeback: stabilize bdi->dirty_ratelimit by Wu Fengguang · 13 years ago
  65. be3ffa2 writeback: dirty rate control by Wu Fengguang · 14 years ago
  66. c8e28ce writeback: account per-bdi accumulated dirtied pages by Wu Fengguang · 14 years ago
  67. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  68. e98be2d writeback: bdi write bandwidth estimation by Wu Fengguang · 14 years ago
  69. f7d2b1e writeback: account per-bdi accumulated written pages by Jan Kara · 14 years ago
  70. f758eea writeback: split inode_wb_list_lock into bdi_writeback.list_lock by Christoph Hellwig · 14 years ago
  71. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  72. 92c09c0 mm: declare some external symbols by Namhyung Kim · 14 years ago
  73. 0e093d99 writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone by Mel Gorman · 14 years ago
  74. 81d73a3 mm: fix writeback_in_progress() by Jan Kara · 14 years ago
  75. 6467716 writeback: optimize periodic bdi thread wakeups by Artem Bityutskiy · 14 years ago
  76. ecd5840 writeback: move last_active to bdi by Artem Bityutskiy · 14 years ago
  77. 080dcec writeback: simplify bdi code a little by Artem Bityutskiy · 14 years ago
  78. 6f904ff writeback: harmonize writeback threads naming by Artem Bityutskiy · 14 years ago
  79. 0824390 writeback: merge bdi_writeback_task and bdi_start_fn by Christoph Hellwig · 15 years ago
  80. c1955ce writeback: remove wb_list by Christoph Hellwig · 15 years ago
  81. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  82. c544419 writeback: simplify and split bdi_start_writeback by Christoph Hellwig · 15 years ago
  83. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 15 years ago
  84. 6423104 writeback: fixups for !dirty_writeback_centisecs by Jens Axboe · 15 years ago
  85. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 15 years ago
  86. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 15 years ago
  87. 5129a46 Catch filesystems lacking s_bdi by Jörn Engel · 15 years ago
  88. c3c5320 bdi: add helper function for doing init and register of a bdi for a file system by Jens Axboe · 15 years ago
  89. 31373d0 laptop-mode: Make flushes per-device by Matthew Garrett · 15 years ago
  90. b9d128f block: move bdi/address_space unplug functions to backing-dev.h by Jens Axboe · 15 years ago
  91. a72bfd4 writeback: pass in super_block to bdi_start_writeback() by Jens Axboe · 15 years ago
  92. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  93. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  94. 500b067 writeback: check for registered bdi in flusher add and inode dirty by Jens Axboe · 15 years ago
  95. d993831 writeback: add name to backing_dev_info by Jens Axboe · 16 years ago
  96. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  97. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 15 years ago
  98. 373c0a7 Fix compile error due to congestion_wait() changes by Trond Myklebust · 15 years ago
  99. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  100. 1faa16d block: change the request allocation/congestion logic to be sync/async based by Jens Axboe · 16 years ago