1. f9e92e4 btrfs: factor btrfs_init_qgroup() out of open_ctree() by Eric Sandeen · 10 years ago
  2. ad61836 btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree() by Eric Sandeen · 10 years ago
  3. f37938e btrfs: factor btrfs_init_btree_inode() out of open_ctree() by Eric Sandeen · 10 years ago
  4. 779a65a btrfs: factor btrfs_init_balance() out of open_ctree() by Eric Sandeen · 10 years ago
  5. 638aa7e btrfs: factor btrfs_init_scrub() out of open_ctree() by Eric Sandeen · 10 years ago
  6. 0489234 btrfs: consistently use fs_info in close_ctree() by Eric Sandeen · 10 years ago
  7. 9eaed21 btrfs: remove unused fs_info arg from btrfs_close_extra_devices() by Eric Sandeen · 10 years ago
  8. 41d6b13 btrfs: fix sizeof format specifier in btrfs_check_super_valid() by Fabian Frederick · 10 years ago
  9. 08da757 btrfs: cleanup: use for() loop in btrfs_map_bio() by Zhao Lei · 10 years ago
  10. a688a04 btrfs: remove unused chunk_tree argument in several functions by Zhao Lei · 10 years ago
  11. b9fd47c btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() by Zhao Lei · 10 years ago
  12. e8c9f18 btrfs: constify structs with op functions or static definitions by David Sterba · 10 years ago
  13. f749303 Btrfs: switch to kvfree() helper by Wang Shilong · 10 years ago
  14. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  15. a585e94 Btrfs: delayed-inode: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  16. b7a0365 Btrfs: ctree: reduce args where only fs_info used by Daniel Dressler · 10 years ago
  17. a742994 Btrfs: don't remove extents and xattrs when logging new names by Filipe Manana · 10 years ago
  18. 1a4bcf4 Btrfs: fix fsync data loss after adding hard link to inode by Filipe Manana · 10 years ago
  19. 3d84be7 Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group by Forrest Liu · 10 years ago
  20. dcab6a3 Btrfs: account for large extents with enospc by Josef Bacik · 10 years ago
  21. 3266789 Btrfs: don't set and clear delalloc for O_DIRECT writes by Josef Bacik · 10 years ago
  22. 3e05bde Btrfs: only adjust outstanding_extents when we do a short write by Josef Bacik · 10 years ago
  23. 13212b5 btrfs: Fix out-of-space bug by Zhao Lei · 10 years ago
  24. f55985f Btrfs: scrub, fix sleep in atomic context by Filipe Manana · 10 years ago
  25. 575849e Btrfs: fix scheduler warning when syncing log by Filipe Manana · 10 years ago
  26. b76808f btrfs: cleanup init for list in free-space-cache by Gui Hecheng · 10 years ago
  27. 2f08108 btrfs: delete chunk allocation attemp when setting block group ro by Shaohua Li · 10 years ago
  28. 289454a btrfs: clear bio reference after submit_one_bio() by Naohiro Aota · 10 years ago
  29. de554a4 Btrfs: fix scrub race leading to use-after-free by Filipe Manana · 10 years ago
  30. 001a648 Btrfs: add missing cleanup on sysfs init failure by Filipe Manana · 10 years ago
  31. d4b450c Btrfs: fix race between transaction commit and empty block group removal by Filipe Manana · 10 years ago
  32. e3540ea btrfs: add more checks to btrfs_read_sys_array by David Sterba · 10 years ago
  33. 1ffb22c btrfs: cleanup, rename a few variables in btrfs_read_sys_array by David Sterba · 10 years ago
  34. ce7fca5 btrfs: add checks for sys_chunk_array sizes by David Sterba · 10 years ago
  35. 75d6ad3 btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesize by David Sterba · 10 years ago
  36. 9cc97d6 Btrfs: Add code to support file creation time by chandan r · 12 years ago
  37. a937b97 btrfs: kill btrfs_inode_*time helpers by David Sterba · 10 years ago
  38. 95449a1 Btrfs: insert_new_root: Fix lock type of the extent buffer. by chandan · 10 years ago
  39. 78f55e5 Btrfs: fix unused members in struct btrfs_root by Anand Jain · 10 years ago
  40. 0ee13fe btrfs: qgroup: move WARN_ON() to the correct location. by Yang Dongsheng · 10 years ago
  41. 26455d3 Btrfs: cleanup unused run_most by Liu Bo · 10 years ago
  42. 5701934 Rename all ref_count to refs in struct by Zhao Lei · 10 years ago
  43. ffe2d20 Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply by Zhao Lei · 10 years ago
  44. 10f1190 Btrfs: Include map_type in raid_bio by Zhao Lei · 10 years ago
  45. be50a8d Btrfs: Simplify scrub_setup_recheck_block()'s argument by Zhao Lei · 10 years ago
  46. b968fed Btrfs: Combine per-page recover in dev-replace and scrub by Zhao Lei · 10 years ago
  47. 8d6738c Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub_handle_errored_block() by Zhao Lei · 10 years ago
  48. dc5f7a3 Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block() by Zhao Lei · 10 years ago
  49. 7653947 Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event() by Zhao Lei · 10 years ago
  50. 09dd7a0 Btrfs: Cleanup btrfs_bio_counter_inc_blocked() by Zhao Lei · 10 years ago
  51. 114ab50 Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace by Zhao Lei · 10 years ago
  52. b25c94c Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON() by Zhao Lei · 10 years ago
  53. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 10 years ago
  54. 8e5cfb5 Btrfs: Make raid_map array be inlined in btrfs_bio structure by Zhao Lei · 10 years ago
  55. cc7539e Btrfs: sort raid_map before adding tgtdev stripes by Zhao Lei · 10 years ago
  56. e34c330 Btrfs: fix a out-of-bound access of raid_map by Zhao Lei · 10 years ago
  57. df8d116 Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefs by Filipe Manana · 10 years ago
  58. 2c2c452 Btrfs: fix fsync when extend references are added to an inode by Filipe Manana · 10 years ago
  59. d36808e Btrfs: fix directory inconsistency after fsync log replay by Filipe Manana · 10 years ago
  60. 6219872 Btrfs: lookup for block group only if needed when freeing a tree block by Filipe Manana · 10 years ago
  61. 730a78c btrfs: remove a no-op unfreeze superbock callback by David Sterba · 10 years ago
  62. 9ee49a04 btrfs: switch extent_state state to unsigned by David Sterba · 10 years ago
  63. 5efa049 btrfs: set proper message level for skinny metadata by David Sterba · 10 years ago
  64. f0954c6 btrfs: update message levels after checksum errors by David Sterba · 10 years ago
  65. aa8ee31 btrfs: update message levels during failed mount by David Sterba · 10 years ago
  66. 68b663d btrfs: update message levels for errors by David Sterba · 10 years ago
  67. a8df6fe Btrfs: fix setup_leaf_for_split() to avoid leaf corruption by Filipe Manana · 10 years ago
  68. 57bbddd Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  69. d354183 Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  70. ce93ec5 Btrfs: track dirty block groups on their own list by Josef Bacik · 10 years ago
  71. e7070be Btrfs: change how we track dirty roots by Josef Bacik · 10 years ago
  72. 62b1530 Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  73. a2a32cd Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  74. cb59670 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  75. 1d4c08e btrfs: expand btrfs_find_item if found_key is NULL by David Sterba · 10 years ago
  76. 9c4f61f btrfs: simplify insert_orphan_item by David Sterba · 10 years ago
  77. c234a24 btrfs: cleanup, remove inode_ref_info helper by David Sterba · 10 years ago
  78. 14692cc btrfs: cleanup, remove inode_item_info helper by David Sterba · 10 years ago
  79. 381cf65 btrfs: fix leak of path in btrfs_find_item by David Sterba · 10 years ago
  80. 52d304e locks: fix NULL-deref in generic_delete_lease by NeilBrown · 10 years ago
  81. 5ab551d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  82. dc9319f Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  83. 20ebb34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  84. 03c751a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  85. 72392ed kernfs: Fix kernfs_name_compare by Rasmus Villemoes · 10 years ago
  86. 536ebe9ca sched, fanotify: Deal with nested sleeps by Peter Zijlstra · 10 years ago
  87. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  88. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  89. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  90. 0668ff5 ceph: use %zu for len in ceph_fill_inline_data() by Ilya Dryomov · 10 years ago
  91. 94ae1db nfsd: fix fi_delegees leak when fi_had_conflict returns true by Jeff Layton · 10 years ago
  92. 3b421b8 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  93. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  94. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 10 years ago
  95. 4e379d3 NFSv4: Remove incorrect check in can_open_delegated() by Trond Myklebust · 10 years ago
  96. 7a01edf NFS: Ignore transport protocol when detecting server trunking by Chuck Lever · 10 years ago
  97. 55b9df9 NFSv4/v4.1: Verify the client owner id during trunking detection by Trond Myklebust · 10 years ago
  98. ceb3a16 NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client by Trond Myklebust · 10 years ago
  99. 1fc0703 NFSv4.1: Fix client id trunking on Linux by Trond Myklebust · 10 years ago
  100. 06bed7d LOCKD: Fix a race when initialising nlmsvc_timeout by Trond Myklebust · 10 years ago