1. b78e561 btrfs: dump block_rsv details when dumping space info by Josef Bacik · 6 years ago
  2. d89dbef btrfs: check if there are free block groups for commit by Josef Bacik · 6 years ago
  3. 3f93aef btrfs: add zstd compression level support by Dennis Zhou · 6 years ago
  4. d3c6ab7 btrfs: make zstd memory requirements monotonic by Dennis Zhou · 6 years ago
  5. e0dc87a btrfs: zstd use the passed through level instead of default by Dennis Zhou · 6 years ago
  6. d0ab62c btrfs: change set_level() to bound the level passed in by Dennis Zhou · 6 years ago
  7. 7bf4994 btrfs: plumb level through the compression interface by Dennis Zhou · 6 years ago
  8. 92ee5530 btrfs: move to function pointers for get/put workspaces by Dennis Zhou · 6 years ago
  9. 929f4ba btrfs: add compression interface in (get/put)_workspace by Dennis Zhou · 6 years ago
  10. 1666eda btrfs: add helper methods for workspace manager init and cleanup by Dennis Zhou · 6 years ago
  11. 10b94a5 btrfs: unify compression ops with workspace_manager by Dennis Zhou · 6 years ago
  12. ca4ac36 btrfs: manage heuristic workspace as index 0 by Dennis Zhou · 6 years ago
  13. acce85d btrfs: rename workspaces_list to workspace_manager by Dennis Zhou · 6 years ago
  14. 1972708 btrfs: add helpers for compression type and level by Dennis Zhou · 6 years ago
  15. 228a73a btrfs: introduce new ioctl to unregister a btrfs device by Anand Jain · 6 years ago
  16. 034f784 btrfs: replace cleaner_delayed_iput_mutex with a waitqueue by Josef Bacik · 6 years ago
  17. 3ece54e btrfs: Output ENOSPC debug info in inc_block_group_ro by Qu Wenruo · 6 years ago
  18. c8f72b9 btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release by Qu Wenruo · 6 years ago
  19. 2eec5f0 btrfs: let the assertion expression compile in all configs by Anders Roxell · 6 years ago
  20. 766ece5 btrfs: merge btrfs_set_lock_blocking_rw with it's caller by David Sterba · 6 years ago
  21. 970e74d btrfs: simplify waiting loop in btrfs_tree_lock by David Sterba · 7 years ago
  22. 8bead25 btrfs: open code now trivial btrfs_set_lock_blocking by David Sterba · 7 years ago
  23. 300aa89 btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers by David Sterba · 7 years ago
  24. aa12c02 btrfs: split btrfs_clear_lock_blocking_rw to read and write helpers by David Sterba · 7 years ago
  25. b95be2d btrfs: split btrfs_set_lock_blocking_rw to read and write helpers by David Sterba · 7 years ago
  26. 9627736 btrfs: qgroup: Cleanup old subtree swap code by Qu Wenruo · 6 years ago
  27. f616f5c btrfs: qgroup: Use delayed subtree rescan for balance by Qu Wenruo · 6 years ago
  28. 370a11b btrfs: qgroup: Introduce per-root swapped blocks infrastructure by Qu Wenruo · 6 years ago
  29. 5aea1a4 btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap by Qu Wenruo · 6 years ago
  30. d2311e6 btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots by Qu Wenruo · 6 years ago
  31. 119e80d btrfs: call btrfs_create_pending_block_groups unconditionally by Josef Bacik · 6 years ago
  32. fa781ce btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head by Josef Bacik · 6 years ago
  33. 3069bd2 btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock by Josef Bacik · 6 years ago
  34. d1e1442 btrfs: scrub: print messages when started or finished by Anand Jain · 6 years ago
  35. ce3ded1 btrfs: simplify workqueue name when allocating by David Sterba · 6 years ago
  36. 09ba3bc btrfs: merge btrfs_find_device and find_device by Anand Jain · 6 years ago
  37. 70bc708 btrfs: refactor btrfs_free_stale_devices() to get return value by Anand Jain · 6 years ago
  38. e4319cd btrfs: refactor btrfs_find_device() take fs_devices as argument by Anand Jain · 6 years ago
  39. 6e927ce btrfs: cleanup btrfs_find_device_by_devspec() by Anand Jain · 6 years ago
  40. d95a830 btrfs: merge btrfs_find_device_missing_or_by_path() into parent by Anand Jain · 6 years ago
  41. 02a033d btrfs: Remove not_found_em label from btrfs_get_extent by Nikolay Borisov · 6 years ago
  42. b8eeab7 btrfs: Consolidate retval checking of core btree functions by Nikolay Borisov · 6 years ago
  43. 694c12e btrfs: Rename found_type to extent_type in btrfs_get_extent by Nikolay Borisov · 6 years ago
  44. 500710d Btrfs: move duplicated nodatasum check into common reflink/dedupe helper by Filipe Manana · 6 years ago
  45. 951e05a btrfs: Remove impossible condition from mergable_maps by Nikolay Borisov · 6 years ago
  46. d00c2d9 Btrfs: do not overwrite error return value in the balance ioctl by Filipe Manana · 6 years ago
  47. d3a5328 Btrfs: do not overwrite error return value in the device replace ioctl by Filipe Manana · 6 years ago
  48. 0f39b60 Btrfs: remove redundant check for swapfiles when reflinking by Filipe Manana · 6 years ago
  49. 420829d btrfs: Refactor shrink_delalloc by Nikolay Borisov · 6 years ago
  50. 4546d17 btrfs: Document logic regarding inode in async_cow_submit by Nikolay Borisov · 6 years ago
  51. a1d64ba btrfs: Remove WARN_ON in btrfs_alloc_delalloc_work by Nikolay Borisov · 6 years ago
  52. bd4691a btrfs: Use ihold instead of igrab in cow_file_range_async by Nikolay Borisov · 6 years ago
  53. 62b3762 btrfs: Remove isize local variable in compress_file_range by Nikolay Borisov · 6 years ago
  54. 532425f btrfs: Remove inode argument from async_cow_submit by Nikolay Borisov · 6 years ago
  55. aa704d4 btrfs: remove set but not used variable 'num_pages' by YueHaibing · 6 years ago
  56. 02950af btrfs: Remove redundant assignment in btrfs_get_extent_fiemap by Nikolay Borisov · 6 years ago
  57. f3714ef btrfs: Refactor btrfs_get_extent_fiemap by Nikolay Borisov · 6 years ago
  58. 4ab47a8 btrfs: Remove unused arguments from btrfs_get_extent_fiemap by Nikolay Borisov · 6 years ago
  59. a087349 Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl by Filipe Manana · 6 years ago
  60. b89f6d1 Btrfs: setup a nofs context for memory allocation at btrfs_create_tree() by Filipe Manana · 6 years ago
  61. eee9957 Btrfs: do not overwrite error return value in the get device stats ioctl by Filipe Manana · 6 years ago
  62. 4fa99b0 Btrfs: do not overwrite error return value in scrub progress ioctl by Filipe Manana · 6 years ago
  63. 06fe39a Btrfs: do not overwrite scrub error with fault error in scrub ioctl by Filipe Manana · 6 years ago
  64. bc9a8bf btrfs: Make first argument of btrfs_run_delalloc_range directly an inode by Nikolay Borisov · 6 years ago
  65. 9cf10cc Btrfs: drop useless LIST_HEAD in merge_reloc_root by Julia Lawall · 6 years ago
  66. 8a61716 Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  67. b2b4699 proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 6 years ago
  68. 1f5a018 Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  69. b5372fe exec: load_script: Do not exec truncated interpreter path by Kees Cook · 6 years ago
  70. 04242ff ceph: avoid repeatedly adding inode to mdsc->snap_flush_list by Yan, Zheng · 6 years ago
  71. 88fe73c Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  72. 55638c5 Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  73. 822ad64 keys: Fix dependency loop between construction record and auth key by David Howells · 6 years ago
  74. cb5b020 Revert "exec: load_script: don't blindly truncate shebang string" by Linus Torvalds · 6 years ago
  75. 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
  76. 3bf6b57 Revert "nfsd4: return default lease period" by J. Bruce Fields · 6 years ago
  77. 1f947a7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  78. 27dd768 mm: proc: smaps_rollup: fix pss_locked calculation by Sandeep Patil · 6 years ago
  79. 69056ee Revert "mm: don't reclaim inodes with many attached pages" by Dave Chinner · 6 years ago
  80. d2ceb7e NFS: Don't use page_file_mapping after removing the page by Benjamin Coddington · 6 years ago
  81. 8ae757e Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  82. e5a8a11 Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  83. 8c8e62c Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  84. bd5ff86 Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  85. ee6c073 Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  86. 076a3f5 Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  87. e3fdc89 nfsd: Fix error return values for nfsd4_clone_file_range() by Trond Myklebust · 6 years ago
  88. 43636c8 fs: ratelimit __find_get_block_slow() failure message. by Tetsuo Handa · 6 years ago
  89. ec51f8e aio: initialize kiocb private in case any filesystems expect it. by Mike Marshall · 6 years ago
  90. add46b3 xfs: set buffer ops when repair probes for btree type by Darrick J. Wong · 6 years ago
  91. 465fa17 xfs: end sync buffer I/O properly on shutdown error by Brian Foster · 6 years ago
  92. aa6ee4a xfs: eof trim writeback mapping as soon as it is cached by Brian Foster · 6 years ago
  93. 312b3a9 Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  94. b9de6ef Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  95. 33640d7 Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  96. f585b28 autofs: fix error return in autofs_fill_super() by Ian Kent · 6 years ago
  97. 63ce5f5 autofs: drop dentry reference only when it is never used by Pan Bian · 6 years ago
  98. c27d82f fs/drop_caches.c: avoid softlockups in drop_pagecache_sb() by Jan Kara · 6 years ago
  99. 1fde6f2 proc: fix /proc/net/* after setns(2) by Alexey Dobriyan · 6 years ago
  100. 9ace868 Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago