1. e3b8336 btrfs: remove the redundant parameter level in btrfs_bin_search() by Qu Wenruo · 4 years, 9 months ago
  2. b335eab btrfs: make btrfs_read_disk_super return struct btrfs_disk_super by Nikolay Borisov · 4 years, 9 months ago
  3. a757123 btrfs: use list_for_each_entry_safe in free_reloc_roots by Nikolay Borisov · 5 years ago
  4. 7c09c03 btrfs: don't force read-only after error in drop snapshot by David Sterba · 5 years ago
  5. 2d9faa5 btrfs: remove pointless assertion on reclaim_size counter by Filipe Manana · 4 years, 10 months ago
  6. 72f4f07 btrfs: tree-checker: remove duplicate definition of 'inode_item_err' by Zheng Wei · 4 years, 10 months ago
  7. 9c34378 btrfs: force chunk allocation if our global rsv is larger than metadata by Josef Bacik · 4 years, 10 months ago
  8. 42a72cb btrfs: run btrfs_try_granting_tickets if a priority ticket fails by Josef Bacik · 4 years, 10 months ago
  9. 666daa9 btrfs: only check priority tickets for priority flushing by Josef Bacik · 4 years, 10 months ago
  10. bb4f58a btrfs: account for trans_block_rsv in may_commit_transaction by Josef Bacik · 4 years, 10 months ago
  11. e6549c2 btrfs: allow to use up to 90% of the global block rsv for unlink by Josef Bacik · 4 years, 10 months ago
  12. 7f9fe61 btrfs: improve global reserve stealing logic by Josef Bacik · 4 years, 10 months ago
  13. 876de78 btrfs: backref: distinguish reloc and non-reloc use of indirect resolution by Qu Wenruo · 4 years, 10 months ago
  14. 1b23ea1 btrfs: reloc: move error handling of build_backref_tree() to backref.c by Qu Wenruo · 4 years, 10 months ago
  15. fc997ed btrfs: backref: rename and move finish_upper_links() by Qu Wenruo · 4 years, 10 months ago
  16. 1b60d2e btrfs: backref: rename and move handle_one_tree_block() by Qu Wenruo · 4 years, 10 months ago
  17. d36e7f0 btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref() by Qu Wenruo · 4 years, 11 months ago
  18. 5546573 btrfs: backref: rename and move should_ignore_root() by Qu Wenruo · 4 years, 11 months ago
  19. 982c92c btrfs: backref: rename and move backref_tree_panic() by Qu Wenruo · 4 years, 10 months ago
  20. 13fe1bd btrfs: backref: rename and move backref_cache_cleanup() by Qu Wenruo · 4 years, 11 months ago
  21. 023acb0 btrfs: backref: rename and move remove_backref_node() by Qu Wenruo · 4 years, 10 months ago
  22. b0fe707 btrfs: backref: rename and move drop_backref_node() by Qu Wenruo · 4 years, 11 months ago
  23. 741188d btrfs: backref: rename and move free_backref_(node|edge) by Qu Wenruo · 4 years, 11 months ago
  24. f39911e5 btrfs: backref: rename and move link_backref_edge() by Qu Wenruo · 4 years, 11 months ago
  25. 47254d0 btrfs: backref: rename and move alloc_backref_edge() by Qu Wenruo · 4 years, 11 months ago
  26. b1818da btrfs: backref: rename and move alloc_backref_node() by Qu Wenruo · 4 years, 11 months ago
  27. 584fb12 btrfs: backref: rename and move backref_cache_init() by Qu Wenruo · 4 years, 11 months ago
  28. e9a28dc btrfs: rename tree_entry to rb_simple_node and export it by Qu Wenruo · 4 years, 10 months ago
  29. 7053544 btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h by Qu Wenruo · 4 years, 10 months ago
  30. a26195a btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache by Qu Wenruo · 4 years, 10 months ago
  31. 29db137 btrfs: reloc: refactor useless nodes handling into its own function by Qu Wenruo · 5 years ago
  32. 1f87292 btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links() by Qu Wenruo · 5 years ago
  33. e7d571c btrfs: reloc: remove the open-coded goto loop for breadth-first search by Qu Wenruo · 4 years, 11 months ago
  34. 0304f2d btrfs: reloc: pass essential members for alloc_backref_node() by Qu Wenruo · 5 years ago
  35. 2a97961 btrfs: reloc: use wrapper to replace open-coded edge linking by Qu Wenruo · 5 years ago
  36. 4d81ea8 btrfs: reloc: refactor indirect tree backref processing into its own function by Qu Wenruo · 4 years, 11 months ago
  37. 4007ea8 btrfs: reloc: refactor direct tree backref processing into its own function by Qu Wenruo · 4 years, 11 months ago
  38. 2433bea btrfs: reloc: make reloc root search-specific for relocation backref cache by Qu Wenruo · 4 years, 11 months ago
  39. 33a0f1f btrfs: reloc: add backref_cache::fs_info member by Qu Wenruo · 4 years, 11 months ago
  40. 8478028 btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_node by Qu Wenruo · 4 years, 11 months ago
  41. 9569cc2 btrfs: reloc: rename mark_block_processed and __mark_block_processed by Qu Wenruo · 5 years ago
  42. 71f572a btrfs: reloc: use btrfs_backref_iter infrastructure by Qu Wenruo · 5 years ago
  43. c39c2dd btrfs: backref: implement btrfs_backref_iter_next() by Qu Wenruo · 5 years ago
  44. a37f232 btrfs: backref: introduce the skeleton of btrfs_backref_iter by Qu Wenruo · 5 years ago
  45. 78d933c btrfs: add missing annotation for btrfs_tree_lock() by Jules Irenge · 4 years, 10 months ago
  46. c142c6a btrfs: add missing annotation for btrfs_lock_cluster() by Jules Irenge · 4 years, 10 months ago
  47. caffb99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 8 months ago
  48. 8a1d24e rxrpc: Fix a warning by David Howells · 4 years, 8 months ago
  49. 4629ed2 Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 4 years, 8 months ago
  50. 4445656 Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  51. 907fa89 exfat: add the dummy mount options to be backward compatible with staging/exfat by Namjae Jeon · 4 years, 8 months ago
  52. 57f1b0c Merge tag 'fiemap-regression-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 8 months ago
  53. fea371e Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 8 months ago
  54. 8e2b7f6 Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years, 8 months ago
  55. 566d136 pipe: Fix pipe_full() test in opipe_prep(). by Tetsuo Handa · 4 years, 8 months ago
  56. d4ae271 io_uring: reset -EBUSY error when io sq thread is waken up by Xiaoguang Wang · 4 years, 8 months ago
  57. b532576 io_uring: don't add non-IO requests to iopoll pending list by Jens Axboe · 4 years, 8 months ago
  58. 115a541 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
  59. 4e89b72 fix multiplication overflow in copy_fdtable() by Al Viro · 4 years, 8 months ago
  60. 4f4eeba io_uring: don't use kiocb.private to store buf_index by Bijan Mottahedeh · 4 years, 8 months ago
  61. 959f758 ext4: fix fiemap size checks for bitmap files by Christoph Hellwig · 4 years, 9 months ago
  62. 9f44eda ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 9 months ago
  63. 4508896 Merge tag 'for-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years, 8 months ago
  64. 9d1be4f afs: Don't unlock fetched data pages until the op completes successfully by David Howells · 4 years, 8 months ago
  65. e3aabf9 io_uring: cancel work if task_work_add() fails by Jens Axboe · 4 years, 8 months ago
  66. 9418216 exfat: fix possible memory leak in exfat_find() by Wei Yongjun · 4 years, 9 months ago
  67. 0357794 exfat: use iter_file_splice_write by Eric Sandeen · 4 years, 9 months ago
  68. 3c3c32f ubifs: fix wrong use of crypto_shash_descsize() by Eric Biggers · 4 years, 9 months ago
  69. 948a774 io_uring: remove dead check in io_splice() by Jens Axboe · 4 years, 8 months ago
  70. b48397cb Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
  71. f87d1c9 exec: Move would_dump into flush_old_exec by Eric W. Biederman · 4 years, 8 months ago
  72. bd2ab18 io_uring: fix FORCE_ASYNC req preparation by Pavel Begunkov · 4 years, 8 months ago
  73. 650b548 io_uring: don't prepare DRAIN reqs twice by Pavel Begunkov · 4 years, 8 months ago
  74. 583863e io_uring: initialize ctx->sqo_wait earlier by Jens Axboe · 4 years, 8 months ago
  75. 5a9ffb9 Merge tag '5.7-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 8 months ago
  76. 18e70f3 Merge tag 'io_uring-5.7-2020-05-15' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  77. 12bf0b63 Merge tag 'nfs-for-5.7-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 8 months ago
  78. a481379 cifs: fix leaked reference on requeued write by Adam McCoy · 4 years, 8 months ago
  79. 8eed292 NFSv3: fix rpc receive buffer size for MOUNT call by Olga Kornievskaia · 4 years, 8 months ago
  80. 6575909 epoll: call final ep_events_available() check under the lock by Roman Penyaev · 4 years, 8 months ago
  81. 9bd21d4 cifs: Fix null pointer check in cifs_read by Steve French · 4 years, 8 months ago
  82. 9d9e88a io_uring: polled fixed file must go through free iteration by Jens Axboe · 4 years, 8 months ago
  83. 4fa7ef6 NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfs by Trond Myklebust · 4 years, 8 months ago
  84. 9aafc1b ovl: potential crash in ovl_fid_to_fh() by Dan Carpenter · 4 years, 9 months ago
  85. e719340 Merge tag 'gfs2-v5.7-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 8 months ago
  86. f304a80 NFS: Don't use RPC_TASK_CRED_NOREF with delegreturn by Trond Myklebust · 4 years, 8 months ago
  87. 2b666a1 Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Trond Myklebust · 4 years, 9 months ago
  88. 29fe839 nfs: fix NULL deference in nfs4_get_valid_delegation by J. Bruce Fields · 4 years, 8 months ago
  89. c410bf01 rxrpc: Fix the excessive initial retransmission timeout by David Howells · 4 years, 8 months ago
  90. 0a85ed6 Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  91. d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 9 months ago
  92. 1d3962a Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  93. c968742 io_uring: fix zero len do_splice() by Pavel Begunkov · 4 years, 9 months ago
  94. 7bb0c53 cachefiles: Fix race between read_waiter and read_copier involving op->to_do by Lei Xue · 4 years, 9 months ago
  95. 50eaa65 NFSv4: Fix fscache cookie aux_data to ensure change_attr is included by Dave Wysochanski · 4 years, 9 months ago
  96. 1575161 NFS: Fix fscache super_cookie allocation by Dave Wysochanski · 4 years, 9 months ago
  97. d9bfced NFS: Fix fscache super_cookie index_key from changing after umount by Dave Wysochanski · 4 years, 9 months ago
  98. b14c949 Revert "gfs2: Don't demote a glock until its revokes are written" by Bob Peterson · 4 years, 9 months ago
  99. b11e1a8 gfs2: If go_sync returns error, withdraw but skip invalidate by Bob Peterson · 4 years, 9 months ago
  100. eb24fdd Merge tag 'ceph-for-5.7-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 9 months ago