1. be951045 btrfs: compression: attach workspace manager to the ops by David Sterba · 5 years ago
  2. 1e4eb74 btrfs: switch compression callbacks to direct calls by David Sterba · 5 years ago
  3. c4bf665 btrfs: export compression and decompression callbacks by David Sterba · 5 years ago
  4. a60adce btrfs: use btrfs_block_group_cache_done in update_block_group by Josef Bacik · 5 years ago
  5. 3797136 btrfs: check page->mapping when loading free space cache by Josef Bacik · 5 years ago
  6. 5368700 Btrfs: fix metadata space leak on fixup worker failure to set range as delalloc by Filipe Manana · 5 years ago
  7. a0e248b Btrfs: fix negative subv_writers counter and data space leak after buffered write by Filipe Manana · 5 years ago
  8. b929c1d btrfs: ioctl: Try to use btrfs_fs_info instead of *file by Marcos Paulo de Souza · 5 years ago
  9. 4273eaf btrfs: use bool argument in free_root_pointers() by Anand Jain · 5 years ago
  10. ce96b7f btrfs: use better definition of number of compression type by Chengguang Xu · 5 years ago
  11. b9b1a53 btrfs: use enum for extent type defines by Chengguang Xu · 5 years ago
  12. b2cd295 btrfs: props: remove unnecessary hash_init() by Chengguang Xu · 5 years ago
  13. 8d51012 btrfs: Rename btrfs_join_transaction_nolock by Nikolay Borisov · 5 years ago
  14. ce6d3eb btrfs: User assert to document transaction requirement by Nikolay Borisov · 5 years ago
  15. 67439da btrfs: opencode extent_buffer_get by David Sterba · 5 years ago
  16. f7bddf1 btrfs: Avoid getting stuck during cyclic writebacks by Tejun Heo · 5 years ago
  17. a9143bd btrfs: block-group: Rework documentation of check_system_chunk function by Marcos Paulo de Souza · 5 years ago
  18. c06631b btrfs: Enhance error output for write time tree checker by Qu Wenruo · 5 years ago
  19. 80d7fd1 btrfs: tree-checker: Refactor prev_key check for ino into a function by Qu Wenruo · 5 years ago
  20. dbb70be Btrfs: extent_write_locked_range() should attach inode->i_wb by Chris Mason · 5 years ago
  21. ec39f76 Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios by Chris Mason · 5 years ago
  22. 1d53c9e Btrfs: only associate the locked page with one async_chunk struct by Chris Mason · 5 years ago
  23. ba8a9d0 Btrfs: delete the entire async bio submission framework by Chris Mason · 5 years ago
  24. 08635ba Btrfs: stop using btrfs_schedule_bio() by Chris Mason · 5 years ago
  25. e1f60a6 btrfs: add __pure attribute to functions by David Sterba · 5 years ago
  26. 4143cb8 btrfs: add const function attribute by David Sterba · 5 years ago
  27. b105e92 btrfs: add __cold attribute to more functions by David Sterba · 5 years ago
  28. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
  29. baf320b btrfs: use refcount_inc_not_zero in kill_all_nodes by Josef Bacik · 5 years ago
  30. aa6c0df btrfs: print process name and pid that calls device scanning by Anand Jain · 5 years ago
  31. 725af92 btrfs: Open-code name_in_log_ref in replay_one_name by Nikolay Borisov · 5 years ago
  32. d3316c8 btrfs: Properly handle backref_in_log retval by Nikolay Borisov · 5 years ago
  33. 89cbf5f6b btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_log by Nikolay Borisov · 5 years ago
  34. 3296bf5 btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED by Qu Wenruo · 5 years ago
  35. 61c047b btrfs: transaction: describe transaction states and transitions by Qu Wenruo · 5 years ago
  36. c149916 btrfs: use has_single_bit_set for clarity by David Sterba · 5 years ago
  37. 79c8264 btrfs: add 64bit safe helper for power of two checks by David Sterba · 5 years ago
  38. e62869b btrfs: balance: use term redundancy instead of integrity in message by Anand Jain · 5 years ago
  39. 1f95ec0 btrfs: move btrfs_unlock_up_safe to other locking functions by David Sterba · 5 years ago
  40. ed2b1d3 btrfs: move btrfs_set_path_blocking to other locking functions by David Sterba · 5 years ago
  41. 31f6e76 btrfs: make btrfs_assert_tree_locked static inline by David Sterba · 5 years ago
  42. d615621 btrfs: make locking assertion helpers static inline by David Sterba · 5 years ago
  43. c9eb55d btrfs: get rid of pointless wtag variable in async-thread.c by Omar Sandoval · 5 years ago
  44. a0cac0e btrfs: get rid of unique workqueue helper functions by Omar Sandoval · 5 years ago
  45. 57d4f0b btrfs: don't prematurely free work in scrub_missing_raid56_worker() by Omar Sandoval · 5 years ago
  46. e732fe9 btrfs: don't prematurely free work in reada_start_machine_worker() by Omar Sandoval · 5 years ago
  47. 9be490f btrfs: don't prematurely free work in end_workqueue_fn() by Omar Sandoval · 5 years ago
  48. c495dcd btrfs: don't prematurely free work in run_ordered_work() by Omar Sandoval · 5 years ago
  49. cdc6f16 btrfs: get rid of unnecessary memset() of work item by Omar Sandoval · 5 years ago
  50. b3f167a btrfs: move the failrec tree stuff into extent-io-tree.h by Josef Bacik · 5 years ago
  51. 083e75e btrfs: export find_delalloc_range by Josef Bacik · 5 years ago
  52. 9c7d3a5 btrfs: move extent_io_tree defs to their own header by Josef Bacik · 5 years ago
  53. 6f0d04f btrfs: separate out the extent io init function by Josef Bacik · 5 years ago
  54. 33ca832 btrfs: separate out the extent leak code by Josef Bacik · 5 years ago
  55. 34ffafd btrfs: ctree: Remove stray comment of setting up path lock by Qu Wenruo · 5 years ago
  56. abe9339 btrfs: ctree: Reduce one indent level for btrfs_search_old_slot() by Qu Wenruo · 5 years ago
  57. f624d97 btrfs: ctree: Reduce one indent level for btrfs_search_slot() by Qu Wenruo · 5 years ago
  58. 71bf92a9 btrfs: tree-checker: Add check for INODE_REF by Qu Wenruo · 5 years ago
  59. c18679e btrfs: tree-checker: Try to detect missing INODE_ITEM by Qu Wenruo · 5 years ago
  60. b9fae2e Btrfs: make btrfs_wait_extents() static by Filipe Manana · 5 years ago
  61. 35b814f btrfs: Add assert to catch nested transaction commit by Nikolay Borisov · 5 years ago
  62. 9cf35f6 btrfs: simplify inode locking for RWF_NOWAIT by Goldwyn Rodrigues · 5 years ago
  63. b226c9e Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  64. 875fef4 Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  65. a28f239 afs: Fix race in commit bulk status fetch by David Howells · 5 years ago
  66. b4c0800 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  67. 6a81749 ceph: increment/decrement dio counter on async requests by Jeff Layton · 5 years ago
  68. a81bc31 ceph: take the inode lock before acquiring cap refs by Jeff Layton · 5 years ago
  69. 5e55956 io_uring: ensure registered buffer import returns the IO length by Jens Axboe · 5 years ago
  70. 5683e54 io_uring: Fix getting file for timeout by Pavel Begunkov · 5 years ago
  71. afd7a71 Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  72. 93bd25b io_uring: make timeout sequence == 0 mean no sequence by Jens Axboe · 5 years ago
  73. e6c6171 Btrfs: fix log context list corruption after rename exchange operation by Filipe Manana · 5 years ago
  74. a5871fc Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 5 years ago
  75. 79a6406 Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  76. 762c696 ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either by Al Viro · 5 years ago
  77. e72b9dd ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable by Al Viro · 5 years ago
  78. bcf0d9d ecryptfs: fix unlink and rmdir in face of underlying fs modifications by Al Viro · 5 years ago
  79. a2ece08 exportfs_decode_fh(): negative pinned may become positive without the parent locked by Al Viro · 5 years ago
  80. 00aff68 Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  81. 5cb8418 Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  82. 65de03e cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead by Tejun Heo · 5 years ago
  83. 0689acf Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  84. ff29fde ceph: return -EINVAL if given fsc mount option on kernel w/o support by Jeff Layton · 5 years ago
  85. d243af7 SMB3: Fix persistent handles reconnect by Pavel Shilovsky · 5 years ago
  86. e2f238f configfs: calculate the depth of parent item by Honggang Li · 5 years ago
  87. e74540b ocfs2: protect extent tree in ocfs2_prepare_inode_for_write() by Shuning Zhang · 5 years ago
  88. a3a0819 ceph: don't allow copy_file_range when stripe_count != 1 by Luis Henriques · 5 years ago
  89. 5bb5e6e ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open by Jeff Layton · 5 years ago
  90. a5009d3 btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC by David Sterba · 5 years ago
  91. d98da49 btrfs: save i_size to avoid double evaluation of i_size_read in compress_file_range by Josef Bacik · 5 years ago
  92. 56cfd25 Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  93. 372bf6c Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  94. 0821de2 Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  95. 79cc554 NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() by Trond Myklebust · 5 years ago
  96. be3df3d NFSv4: Don't allow a cached open with a revoked delegation by Trond Myklebust · 5 years ago
  97. 6873e0b io_uring: ensure we clear io_kiocb->result before each issue by Jens Axboe · 5 years ago
  98. b66b449 Merge tag 'gfs2-v5.4-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
  99. d579814 gfs2: Fix initialisation of args for remount by Andrew Price · 5 years ago
  100. 1f08529 ceph: add missing check in d_revalidate snapdir handling by Al Viro · 5 years ago