1. 520f897 ext4: use percpu_counters for extent_status cache hits/misses by Yang Guo · 5 years ago
  2. 8fcc3a5 ext4: rework reserved cluster accounting when invalidating pages by Eric Whitney · 5 years ago
  3. bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
  4. b0c013e ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE by Theodore Ts'o · 5 years ago
  5. c708b1c ext4: remove redundant assignment to node by Colin Ian King · 6 years ago
  6. 1e83bc8 ext4: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 6 years ago
  7. f456767 ext4: fix reserved cluster accounting at page invalidation time by Eric Whitney · 6 years ago
  8. b6bf917 ext4: reduce reserved cluster count by number of allocated clusters by Eric Whitney · 6 years ago
  9. 0b02f4c ext4: fix reserved cluster accounting at delayed write time by Eric Whitney · 6 years ago
  10. 1dc0aa4 ext4: add new pending reservation mechanism by Eric Whitney · 6 years ago
  11. ad43102 ext4: generalize extents status tree search functions by Eric Whitney · 6 years ago
  12. 21c580d ext4: remove NULL check before calling kmem_cache_destroy() by Sean Fu · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 3f8b6fb scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  15. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
  16. 87d8a74 ext4: fix setting of referenced bit in ext4_es_lookup_extent() by Jan Kara · 9 years ago
  17. ebd173b ext4: move procfs registration code to fs/ext4/sysfs.c by Theodore Ts'o · 9 years ago
  18. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 10 years ago
  19. 72b8e0f ext4: remove unused header files by Sheng Yong · 10 years ago
  20. 2be12de ext4: introduce aging to extent status tree by Jan Kara · 10 years ago
  21. 624d0f1 ext4: cleanup flag definitions for extent status tree by Jan Kara · 10 years ago
  22. dd47592 ext4: limit number of scanned extents in status tree shrinker by Jan Kara · 10 years ago
  23. b0dea4c ext4: move handling of list of shrinkable inodes into extent status code by Jan Kara · 10 years ago
  24. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  25. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  26. eb68d0e ext4: track extent status tree shrinker delay statictics by Zheng Liu · 10 years ago
  27. e963bb1 ext4: improve extents status tree trace point by Zheng Liu · 10 years ago
  28. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  29. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  30. 3f1f9b8 ext4: fix a potential deadlock in __ext4_es_shrink() by Theodore Ts'o · 10 years ago
  31. 0baaea6 ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged() by Lukas Czerner · 11 years ago
  32. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 11 years ago
  33. 666525d ext4: fix 64-bit number truncation warning by Chen Gang · 11 years ago
  34. ce140cd ext4: silence warnings in extent status tree debugging code by Eric Whitney · 11 years ago
  35. 9a6633b ext4: add ext4_es_store_pblock_status() by Theodore Ts'o · 11 years ago
  36. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  37. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  38. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  39. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  40. 3be78c7 ext4: use unsigned int for es_status values by Theodore Ts'o · 11 years ago
  41. e15f742 ext4: make the extent_status code more robust against ENOMEM failures by Theodore Ts'o · 11 years ago
  42. bdafe42 ext4: fix spelling errors and a comment in extent_status tree by Theodore Ts'o · 11 years ago
  43. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 12 years ago
  44. e30b5dc ext4: fix fio regression by Yan, Zheng · 12 years ago
  45. adb2355 ext4: update extent status tree after an extent is zeroed out by Zheng Liu · 12 years ago
  46. 921f266 ext4: add self-testing infrastructure to do a sanity check by Dmitry Monakhov · 12 years ago
  47. bd38436 ext4: avoid a potential overflow in ext4_es_can_be_merged() by Zheng Liu · 12 years ago
  48. 1ac6466 ext4: use percpu counter for extent cache count by Theodore Ts'o · 12 years ago
  49. 2463077 ext4: optimize ext4_es_shrink() by Theodore Ts'o · 12 years ago
  50. d438147 ext4: no need to remove extent if len is 0 in ext4_es_remove_extent() by Eryu Guan · 12 years ago
  51. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 12 years ago
  52. bdedbb7 ext4: adjust some functions for reclaiming extents from extent status tree by Zheng Liu · 12 years ago
  53. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 12 years ago
  54. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 12 years ago
  55. fdc0212 ext4: add physical block and status member into extent status tree by Zheng Liu · 12 years ago
  56. 06b0c88 ext4: refine extent status tree by Zheng Liu · 12 years ago
  57. 992e9fd ext4: add some tracepoints in extent status tree by Zheng Liu · 12 years ago
  58. 654598b ext4: add operations on extent status tree by Zheng Liu · 12 years ago