1. cb00109 btrfs: plumb fs_info into btrfs_work by Jeff Mahoney · 8 years ago
  2. 9f8d490 btrfs: remove obsolete part of comment in statfs by David Sterba · 8 years ago
  3. 05653ef btrfs: hide test-only member under ifdef by David Sterba · 8 years ago
  4. aee133a btrfs: Ratelimit "no csum found" info message by Nikolay Borisov · 8 years ago
  5. 35f4e5e btrfs: Add ratelimit to btrfs printing by Nikolay Borisov · 8 years ago
  6. 5a488b9 Btrfs: fix unexpected balance crash due to BUG_ON by Liu Bo · 8 years ago
  7. 0fd8c3d Btrfs: fix panic in balance due to EIO by Liu Bo · 8 years ago
  8. baf863b Btrfs: fix eb memory leak due to readpage failure by Liu Bo · 8 years ago
  9. f490709 Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup() by Liu Bo · 8 years ago
  10. 39581a3 btrfs: fix free space calculation in dump_space_info() by Wang Xiaoguang · 8 years ago
  11. 751bebb Btrfs: subpage-blocksize: Rate limit scrub error message by Chandan Rajendra · 8 years ago
  12. dda3245 btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksize by Wang Xiaoguang · 8 years ago
  13. f5daf2c Btrfs: fix BUG_ON in btrfs_submit_compressed_write by Liu Bo · 8 years ago
  14. e2bf6e8 btrfs: make sure device is synced before return by Anand Jain · 8 years ago
  15. f448341 btrfs: reorg btrfs_close_one_device() by Anand Jain · 8 years ago
  16. c8bb0c8 btrfs: Cleanup compress_file_range() by Ashish Samant · 9 years ago
  17. 6f034ec Btrfs: cleanup BUG_ON in merge_bio by Liu Bo · 8 years ago
  18. fba4b69 btrfs: Fix slab accounting flags by Nikolay Borisov · 8 years ago
  19. a60617d btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl() by Salah Triki · 8 years ago
  20. 3d48d98 btrfs: Handle uninitialised inode eviction by Nikolay Borisov · 8 years ago
  21. fb770ae Btrfs: fix read_node_slot to return errors by Liu Bo · 8 years ago
  22. 876d2cf Btrfs: fix double free of fs root by Liu Bo · 8 years ago
  23. 5e24e9a Btrfs: error out if generic_bin_search get invalid arguments by Liu Bo · 8 years ago
  24. 6fb37b7 Btrfs: check inconsistence between chunk and block group by Liu Bo · 8 years ago
  25. c1fd5c3 btrfs: add missing bytes_readonly attribute file in sysfs by Wang Xiaoguang · 8 years ago
  26. 8b8b08c Btrfs: fix delalloc accounting after copy_from_user faults by Chris Mason · 8 years ago
  27. bac357dc Btrfs: avoid deadlocks during reservations in btrfs_truncate_block by Josef Bacik · 8 years ago
  28. 8ca17f0 Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytes by Josef Bacik · 8 years ago
  29. ac2faba Btrfs: fill relocation block rsv after allocation by Josef Bacik · 8 years ago
  30. 40acc3e Btrfs: always use trans->block_rsv for orphans by Josef Bacik · 8 years ago
  31. ae2e472 Btrfs: change how we calculate the global block rsv by Josef Bacik · 8 years ago
  32. 87241c2 Btrfs: use root when checking need_async_flush by Josef Bacik · 8 years ago
  33. d38b349 Btrfs: don't bother kicking async if there's nothing to reclaim by Josef Bacik · 9 years ago
  34. 31bada7 Btrfs: fix release reserved extents trace points by Josef Bacik · 9 years ago
  35. f376df2 Btrfs: add tracepoints for flush events by Josef Bacik · 9 years ago
  36. f485c9e Btrfs: fix delalloc reservation amount tracepoint by Josef Bacik · 9 years ago
  37. c51e7bb Btrfs: trace pinned extents by Josef Bacik · 9 years ago
  38. 957780e Btrfs: introduce ticketed enospc infrastructure by Josef Bacik · 8 years ago
  39. c83f8ef Btrfs: add tracepoint for adding block groups by Josef Bacik · 9 years ago
  40. d555b6c Btrfs: warn_on for unaccounted spaces by Josef Bacik · 9 years ago
  41. c48f49d Btrfs: change delayed reservation fallback behavior by Josef Bacik · 9 years ago
  42. 48c3d48 Btrfs: always reserve metadata for delalloc extents by Josef Bacik · 9 years ago
  43. 25d609f Btrfs: fix callers of btrfs_block_rsv_migrate by Josef Bacik · 9 years ago
  44. e40edf2 Btrfs: add bytes_readonly to the spaceinfo at once by Josef Bacik · 9 years ago
  45. 0b295dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  46. 236bfd8 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  47. e7c0b59 ovl: warn instead of error if d_type is not supported by Vivek Goyal · 8 years ago
  48. 48c4565 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. 2728c57 Merge tag 'nfsd-4.7-3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  50. f3683cc Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  51. 6343a21 locks: use file_inode() by Miklos Szeredi · 8 years ago
  52. e06b933 namespace: update event counter when umounting a deleted dentry by Andrey Ulanov · 8 years ago
  53. b403f0e 9p: use file_dentry() by Miklos Szeredi · 8 years ago
  54. cb7d224f lockd: unregister notifier blocks if the service fails to come up completely by Scott Mayhew · 8 years ago
  55. 5c672ab fuse: serialize dirops by default by Miklos Szeredi · 8 years ago
  56. e7bdea7 Merge tag 'nfs-for-4.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  57. 03bea60 ovl: get_write_access() in truncate by Miklos Szeredi · 8 years ago
  58. a4859d7 ovl: fix dentry leak for default_permissions by Miklos Szeredi · 8 years ago
  59. e547f26 NFS: Fix another OPEN_DOWNGRADE bug by Trond Myklebust · 8 years ago
  60. 0239543 dax: fix offset overflow in dax_io by Eric Sandeen · 8 years ago
  61. fbe601f Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  62. d20cb71 make nfs_atomic_open() call d_drop() on all ->open_context() errors. by Al Viro · 8 years ago
  63. da2f6ab Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  64. b971712a Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  65. 02dbfc9 Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes by Omar Sandoval · 8 years ago
  66. b42b90d ceph: fix d_obtain_alias() misuses by Al Viro · 8 years ago
  67. 086e3eb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  68. 5a9294e5 autofs: don't get stuck in a loop if vfs_write() returns an error by Andrey Vagin · 8 years ago
  69. 63d2f95 fs/nilfs2: fix potential underflow in call to crc32_le by Torsten Hilbrich · 8 years ago
  70. 7186ee0 ocfs2: disable BUG assertions in reading blocks by Gang He · 8 years ago
  71. f2db197 jbd2: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  72. 9c46a6d Merge tag 'nfsd-4.7-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  73. 45e8a25 File names with trailing period or space need special case conversion by Steve French · 8 years ago
  74. 4fcd181 Fix reconnect to not defer smb3 session reconnect long after socket reconnect by Steve French · 8 years ago
  75. 9996537 nfsd: check permissions when setting ACLs by Ben Hutchings · 8 years ago
  76. 485e71e posix_acl: Add set_posix_acl by Andreas Gruenbacher · 8 years ago
  77. 1b982ea NFS: Fix an unused variable warning by Trond Myklebust · 8 years ago
  78. 916ec34 NFS: Fix potential race in nfs_fhget() by Trond Myklebust · 8 years ago
  79. d8fdb47 NFS: Don't let readdirplus revalidate an inode that was marked as stale by Trond Myklebust · 8 years ago
  80. 2d148c7 NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removed by Trond Myklebust · 8 years ago
  81. cbebaf8 NFS: Fix a double page unlock by Trond Myklebust · 8 years ago
  82. 5e3a988 pnfs_nfs: fix _cancel_empty_pagelist by Weston Andros Adamson · 8 years ago
  83. cea7f82 nfs4: Fix potential use after free of state in nfs4_do_reclaim. by Oleg Drokin · 8 years ago
  84. d2a7de0 NFS: Fix up O_DIRECT results by Trond Myklebust · 8 years ago
  85. dd1beb3 NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exception by Trond Myklebust · 8 years ago
  86. e5241e4 NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layout by Trond Myklebust · 8 years ago
  87. 67a3b72 NFSv4.1/pnfs: Layout stateids start out as being invalid by Trond Myklebust · 8 years ago
  88. bc23676 NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget() by Trond Myklebust · 8 years ago
  89. 63c04ee Merge tag 'upstream-4.7-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  90. a6b6bef cifs: check hash calculating succeeded by Luis de Bethencourt · 8 years ago
  91. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 8 years ago
  92. 202d772 cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name by Jerome Marchand · 8 years ago
  93. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 8 years ago
  94. b7f6705 Btrfs: Force stripesize to the value of sectorsize by Chandan Rajendra · 8 years ago
  95. c0d2f61 btrfs: fix disk_i_size update bug when fallocate() fails by Wang Xiaoguang · 8 years ago
  96. 415b35a Btrfs: fix error handling in map_private_extent_buffer by Liu Bo · 8 years ago
  97. 04e1b65 Btrfs: fix error return code in btrfs_init_test_fs() by Wei Yongjun · 8 years ago
  98. c6887cd Btrfs: don't do nocow check unless we have to by Josef Bacik · 9 years ago
  99. 0f873ec btrfs: fix deadlock in delayed_ref_async_start by Chris Mason · 8 years ago
  100. 31b9655 Btrfs: track transid for delayed ref flushing by Josef Bacik · 8 years ago