1. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  2. afdb571 btrfs: simplify btrfs_wait_cache_io prototype by Jeff Mahoney · 8 years ago
  3. 71ff643 btrfs: convert extent-tree tracepoints to use fs_info by Jeff Mahoney · 8 years ago
  4. ccdf9b3 btrfs: root->fs_info cleanup, access fs_info->delayed_root directly by Jeff Mahoney · 8 years ago
  5. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  6. 6202df6 btrfs: root->fs_info cleanup, update_block_group{,flags} by Jeff Mahoney · 8 years ago
  7. 3796d33 btrfs: root->fs_info cleanup, lock/unlock_chunks by Jeff Mahoney · 9 years ago
  8. 27965b6 btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size by Jeff Mahoney · 9 years ago
  9. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  10. f15376d btrfs: root->fs_info cleanup, io_ctl_init by Jeff Mahoney · 8 years ago
  11. fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 8 years ago
  12. c28f158 btrfs: struct reada_control.root -> reada_control.fs_info by Jeff Mahoney · 8 years ago
  13. de14379 btrfs: struct btrfsic_state->root should be an fs_info by Jeff Mahoney · 8 years ago
  14. 2b2e27e btrfs: alloc_reserved_file_extent trace point should use extent_root by Jeff Mahoney · 8 years ago
  15. 5112feb btrfs: btrfs_init_new_device should use fs_info->dev_root by Jeff Mahoney · 8 years ago
  16. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 8 years ago
  17. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 8 years ago
  18. 1d57ee9 btrfs: improve delayed refs iterations by Wang Xiaoguang · 8 years ago
  19. 824d8df btrfs: qgroup: Fix qgroup data leaking by using subtree tracing by Qu Wenruo · 8 years ago
  20. 33d1f05 btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c by Qu Wenruo · 8 years ago
  21. 50b3e04 btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps by Qu Wenruo · 8 years ago
  22. 1d2beaa btrfs: qgroup: Add comments explaining how btrfs qgroup works by Qu Wenruo · 8 years ago
  23. 1621f8f btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio by Christoph Hellwig · 8 years ago
  24. 4989d27 btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_all by Christoph Hellwig · 8 years ago
  25. 2a4d0c9 btrfs: calculate end of bio offset properly by Christoph Hellwig · 8 years ago
  26. 8138105 btrfs: use bi_size by Christoph Hellwig · 8 years ago
  27. 6cd7ce4 btrfs: don't access the bio directly in btrfs_csum_one_bio by Christoph Hellwig · 8 years ago
  28. 6a2de22 btrfs: don't access the bio directly in the direct I/O code by Christoph Hellwig · 8 years ago
  29. 80ace3e btrfs: don't access the bio directly in the raid5/6 code by Christoph Hellwig · 8 years ago
  30. 974b1ad btrfs: use bio iterators for the decompression handlers by Christoph Hellwig · 8 years ago
  31. 0c476a5 btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_space by Jeff Mahoney · 8 years ago
  32. f94480b Btrfs: abort transaction if fill_holes() fails by Josef Bacik · 8 years ago
  33. 62fe51c Btrfs: fix file extent corruption by Josef Bacik · 8 years ago
  34. d2fbb2b btrfs: increment ctx->pos for every emitted or skipped dirent in readdir by Jeff Mahoney · 8 years ago
  35. c2951f3 btrfs: remove old tree_root dirent processing in btrfs_real_readdir() by Jeff Mahoney · 8 years ago
  36. d1111a7 btrfs: Call kunmap if zlib_inflateInit2 fails by Nick Terrell · 8 years ago
  37. ed0df61 btrfs: store and load values of stripes_min/stripes_max in balance status item by David Sterba · 8 years ago
  38. 4d5106a btrfs: remove redundant check of btrfs_iget return value by Christophe JAILLET · 8 years ago
  39. 0b5e3da btrfs: change btrfs_csum_final result param type to u8 by Domagoj Tršan · 8 years ago
  40. a23eaa8 Btrfs: adjust len of writes if following a preallocated extent by Liu Bo · 8 years ago
  41. 7b9ea62 btrfs: return early from failed memory allocations in ioctl handlers by Shailendra Verma · 8 years ago
  42. 58e8012 btrfs: add optimized version of eb to eb copy by David Sterba · 8 years ago
  43. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  44. fba1acf btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer by David Sterba · 8 years ago
  45. d24ee97 btrfs: use new helpers to set uuids in eb by David Sterba · 8 years ago
  46. f157bf7 btrfs: introduce helpers for updating eb uuids by David Sterba · 8 years ago
  47. 2230adf btrfs: delete unused member from superblock by David Sterba · 8 years ago
  48. 62d1f9f btrfs: remove trivial helper btrfs_find_tree_block by David Sterba · 8 years ago
  49. b917bb3 btrfs: reada, remove pointless BUG_ON check for fs_info by David Sterba · 8 years ago
  50. 8694bb6 btrfs: reada, remove pointless BUG_ON in reada_find_extent by David Sterba · 8 years ago
  51. fc2e901 btrfs: reada, sink start parameter to btree_readahead_hook by David Sterba · 8 years ago
  52. bcdc51b btrfs: reada, remove unused parameter from __readahead_hook by David Sterba · 8 years ago
  53. 04998b3 btrfs: reada, cleanup remove unneeded variable in __readahead_hook by David Sterba · 8 years ago
  54. ef2fff6 btrfs: rename helper macros for qgroup and aux data casts by David Sterba · 8 years ago
  55. 5d9dbe6 btrfs: remove stale comment from btrfs_statfs by David Sterba · 8 years ago
  56. 926b923 btrfs: remove unused headers, statfs.h by David Sterba · 8 years ago
  57. 745699e btrfs: remove useless comments by Xiaoguang Wang · 8 years ago
  58. ebce0e0 btrfs: make block group flags in balance printks human-readable by Adam Borowski · 8 years ago
  59. 8e2bd3b Btrfs: deal with existing encompassing extent map in btrfs_get_extent() by Omar Sandoval · 8 years ago
  60. 939659d btrfs: add necessary comments about tickets_id by Wang Xiaoguang · 8 years ago
  61. dc1a90c btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed_refs() by Wang Xiaoguang · 8 years ago
  62. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  63. 8e54cad fix default_file_splice_read() by Al Viro · 8 years ago
  64. 10b9dd5 Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  65. d55b352 NFSv4.x: hide array-bounds warning by Arnd Bergmann · 8 years ago
  66. d75a6a0 NFSv4.1: Keep a reference on lock states while checking by Benjamin Coddington · 8 years ago
  67. d117b9a Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  68. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  69. 0f0909e fscrypto: don't use on-stack buffer for key derivation by Eric Biggers · 8 years ago
  70. 3c7018e fscrypto: don't use on-stack buffer for filename encryption by Eric Biggers · 8 years ago
  71. d41cbfc NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_state by Benjamin Coddington · 8 years ago
  72. 5cc7861 NFSv4: Don't call close if the open stateid has already been cleared by Trond Myklebust · 8 years ago
  73. 3e7dfb1 NFSv4: Fix CLOSE races with OPEN by Trond Myklebust · 8 years ago
  74. 23ea44c NFSv4.1: Fix a regression in DELEGRETURN by Trond Myklebust · 8 years ago
  75. bec1b08 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  76. d46bc34 Merge tag 'for-linus-4.9-rc5-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  77. 4a59015 xattr: Fix setting security xattrs on sockfs by Andreas Gruenbacher · 8 years ago
  78. 984573a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  79. 19ff7fc orangefs: add .owner to debugfs file_operations by Mike Marshall · 8 years ago
  80. 59c3b76 fuse: fix fuse_write_end() if zero bytes were copied by Miklos Szeredi · 8 years ago
  81. 968ef8d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  82. c5e4ca6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  83. ef091b3 Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  84. ef5beed Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  85. a4fac3b Merge tag 'xfs-fixes-for-linus-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  86. 70d78fe coredump: fix unfreezable coredumping task by Andrey Ryabinin · 8 years ago
  87. d006c71 ocfs2: fix not enough credit panic by Junxiao Bi · 8 years ago
  88. e519e77 splice: remove detritus from generic_file_splice_read() by Al Viro · 8 years ago
  89. 8a8d561 ceph: use default file splice read callback by Yan, Zheng · 8 years ago
  90. 3c6106d Merge tag 'for-linus-4.9-rc4-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  91. 0ac84b7 fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use() by Shuah Khan · 8 years ago
  92. 1927471 NFS: Don't print a pNFS error if we aren't using pNFS by Anna Schumaker · 8 years ago
  93. 8ef3295 NFS: Ignore connections that have cl_rpcclient uninitialized by Petr Vandrovec · 8 years ago
  94. dc03362 orangefs: clean up debugfs by Mike Marshall · 8 years ago
  95. fb415f2 Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  96. 46d7cbb Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  97. bd30fac Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  98. f46c445 nfsd: Fix general protection fault in release_lock_stateid() by Chuck Lever · 8 years ago
  99. 641089c ovl: fsync after copy-up by Miklos Szeredi · 8 years ago
  100. b93d4a0 ovl: fix get_acl() on tmpfs by Miklos Szeredi · 8 years ago