1. 570dd45 btrfs: fix races on root_log_ctx lists by Chris Mason · 8 years ago
  2. 112a3ed Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.9 by Chris Mason · 8 years ago
  3. d9ed71e Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9 by Chris Mason · 8 years ago
  4. d5e84fd Btrfs: fix incremental send failure caused by balance by Filipe Manana · 8 years ago
  5. 19c4d2f Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs" by Chris Mason · 8 years ago
  6. 0e67578 btrfs: tests: uninline member definitions in free_space_extent by David Sterba · 8 years ago
  7. d2d9ac6 btrfs: tests: constify free space extent specs by David Sterba · 8 years ago
  8. 781e3bc Btrfs: expand free space tree sanity tests to catch endianness bug by Omar Sandoval · 8 years ago
  9. 9426ce7 Btrfs: fix extent buffer bitmap tests on big-endian systems by Omar Sandoval · 8 years ago
  10. 6675df3 Btrfs: catch invalid free space trees by Omar Sandoval · 8 years ago
  11. f8d468a Btrfs: fix mount -o clear_cache,space_cache=v2 by Omar Sandoval · 8 years ago
  12. 2fe1d55 Btrfs: fix free space tree bitmaps on big-endian systems by Omar Sandoval · 8 years ago
  13. 196e024 Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf by Liu Bo · 8 years ago
  14. 4867268 Btrfs: don't BUG() during drop snapshot by Josef Bacik · 8 years ago
  15. 2fd57fc btrfs: fix btrfs_no_printk stub helper by Arnd Bergmann · 8 years ago
  16. 851cd17 Btrfs: memset to avoid stale content in btree leaf by Liu Bo · 8 years ago
  17. 0f5053e btrfs: parent_start initialization cleanup by Goldwyn Rodrigues · 8 years ago
  18. 6cea66e btrfs: Remove already completed TODO comment by Goldwyn Rodrigues · 8 years ago
  19. dd12d5b btrfs: Do not reassign count in btrfs_run_delayed_refs by Goldwyn Rodrigues · 8 years ago
  20. 0ccd052 btrfs: fix a possible umount deadlock by Anand Jain · 8 years ago
  21. a958eab Btrfs: fix memory leak in do_walk_down by Liu Bo · 8 years ago
  22. c01f5f9 btrfs: btrfs_debug should consume fs_info when DEBUG is not defined by Jeff Mahoney · 8 years ago
  23. 04ab956 btrfs: convert send's verbose_printk to btrfs_debug by Jeff Mahoney · 8 years ago
  24. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  25. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  26. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  27. cea67ab btrfs: clean the old superblocks before freeing the device by Jeff Mahoney · 8 years ago
  28. 0279422 Btrfs: kill BUG_ON in run_delayed_tree_ref by Liu Bo · 8 years ago
  29. 6bdf131 Btrfs: don't leak reloc root nodes on error by Josef Bacik · 8 years ago
  30. e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  31. 6b722c1 Btrfs: improve check_node to avoid reading corrupted nodes by Liu Bo · 8 years ago
  32. a42cbec Btrfs: add error handling for extent buffer in print tree by Liu Bo · 8 years ago
  33. a43f7f8 Btrfs: remove BUG_ON in start_transaction by Liu Bo · 8 years ago
  34. 3eb548e Btrfs: memset to avoid stale content in btree node block by Liu Bo · 8 years ago
  35. 3561b9d Btrfs: return gracefully from balance if fs tree is corrupted by Liu Bo · 8 years ago
  36. 9c8e63d Btrfs: kill BUG_ON()'s in btrfs_mark_extent_written by Josef Bacik · 8 years ago
  37. 8436ea91 Btrfs: kill the start argument to read_extent_buffer_pages by Josef Bacik · 8 years ago
  38. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  39. ba8b04c btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset by Qu Wenruo · 8 years ago
  40. 897a41b btrfs: add dynamic debug support by Jeff Mahoney · 8 years ago
  41. 2309e79 btrfs: Fix warning "variable ‘gen’ set but not used" by Luis Henriques · 8 years ago
  42. 1f079fa btrfs: Fix warning "variable ‘blocksize’ set but not used" by Luis Henriques · 8 years ago
  43. 5d8eb6f btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs by Naohiro Aota · 8 years ago
  44. 4930338 Btrfs: bail out if block group has different mixed flag by Liu Bo · 8 years ago
  45. 2571e73 Btrfs: fix memory leak in reading btree blocks by Liu Bo · 8 years ago
  46. e46a28c Btrfs: remove BUG() in raid56 by Liu Bo · 8 years ago
  47. afce772 btrfs: fix check_shared for fiemap ioctl by Lu Fengqi · 8 years ago
  48. b0de6c4 btrfs: create example debugfs file only in debugging build by David Sterba · 8 years ago
  49. 07f6a48 btrfs: fix perms on demonstration debugfs interface by Eric Sandeen · 8 years ago
  50. c79a175 Btrfs: fix memory leak of block group cache by Liu Bo · 8 years ago
  51. b22734a Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  52. e47f2e5 Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  53. 325c50e btrfs: ensure that file descriptor used with subvol ioctls is a dir by Jeff Mahoney · 8 years ago
  54. 1e5ec2e Btrfs: handle quota reserve failure properly by Josef Bacik · 8 years ago
  55. df04abf fs/proc/kcore.c: Add bounce buffer for ktext data by Jiri Olsa · 8 years ago
  56. f5beeb1 fs/proc/kcore.c: Make bounce buffer global for read by Jiri Olsa · 8 years ago
  57. 63b52c4 Revert "ocfs2: bump up o2cb network protocol version" by Junxiao Bi · 8 years ago
  58. d21c353 ocfs2: fix start offset to ocfs2_zero_range_for_truncate() by Ashish Samant · 8 years ago
  59. 3bb8b653 ocfs2: fix double unlock in case retry after free truncate log by Joseph Qi · 8 years ago
  60. 96d4101 fanotify: fix list corruption in fanotify_get_response() by Jan Kara · 8 years ago
  61. 12703db fsnotify: add a way to stop queueing events on group shutdown by Jan Kara · 8 years ago
  62. d5bf141 ocfs2: fix trans extend while free cached blocks by Junxiao Bi · 8 years ago
  63. 2b0ad00 ocfs2: fix trans extend while flush truncate log by Junxiao Bi · 8 years ago
  64. 31b4beb ipc/shm: fix crash if CONFIG_SHMEM is not set by Kirill A. Shutemov · 8 years ago
  65. 7cbdb4a autofs: use dentry flags to block walks during expire by Ian Kent · 8 years ago
  66. e6f0c6e ocfs2/dlm: fix race between convert and migration by Joseph Qi · 8 years ago
  67. 4d2899d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  68. 42857cf configfs: Return -EFBIG from configfs_write_bin_file. by Phil Turnbull · 8 years ago
  69. 22f6b4d aio: mark AIO pseudo-fs noexec by Jann Horn · 8 years ago
  70. b71dbf1 vfs: cap dedupe request structure size at PAGE_SIZE by Darrick J. Wong · 8 years ago
  71. 5297e0f vfs: fix return type of ioctl_file_dedupe_range by Darrick J. Wong · 8 years ago
  72. 2c937eb Merge tag 'nfs-for-4.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  73. b519d40 NFSv4.1: Fix the CREATE_SESSION slot number accounting by Trond Myklebust · 8 years ago
  74. 98ac9a6 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  75. 6905732 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  76. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  77. 348c1bf Move check for prefix path to within cifs_get_root() by Sachin Prabhu · 8 years ago
  78. c1d8b24 Compare prepaths when comparing superblocks by Sachin Prabhu · 8 years ago
  79. 4214ebf Fix memory leaks in cifs_do_mount() by Sachin Prabhu · 8 years ago
  80. 002ced4 fscrypto: only allow setting encryption policy on directories by Eric Biggers · 8 years ago
  81. 163ae1c fscrypto: add authorization check for setting encryption policy by Eric Biggers · 8 years ago
  82. ca120cf mm: fix show_smap() for zone_device-pmd ranges by Dan Williams · 8 years ago
  83. 6dc728c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  84. 5c44ad6 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  85. f4a9c16 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  86. b7f3c7d Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.8 by Chris Mason · 8 years ago
  87. ce12965 btrfs: introduce tickets_id to determine whether asynchronous metadata reclaim work makes progress by Wang Xiaoguang · 8 years ago
  88. cbd60aa Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns by Chris Mason · 8 years ago
  89. ed7a694 btrfs: do not decrease bytes_may_use when replaying extents by Wang Xiaoguang · 8 years ago
  90. 0f5aa88 ceph: do not modify fi->frag in need_reset_readdir() by Nicolas Iooss · 8 years ago
  91. e1ff3dd ovl: fix workdir creation by Miklos Szeredi · 8 years ago
  92. 334a8f3 pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETs by Trond Myklebust · 8 years ago
  93. 4b30b6d Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  94. 4148820 Merge tag 'driver-core-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  95. 3e42394 devpts: return NULL pts 'priv' entry for non-devpts nodes by Linus Torvalds · 8 years ago
  96. 52ec7be pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_present by Trond Myklebust · 8 years ago
  97. 2a59a04 pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STID by Trond Myklebust · 8 years ago
  98. bf0291d pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised by Trond Myklebust · 8 years ago
  99. c49edec NFS: Fix error reporting in nfs_file_write() by Trond Myklebust · 8 years ago
  100. f28929b Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago