1. 0cbbc42 Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  2. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. a02040d Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 9 years ago
  4. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  5. e976e56 ramoops: use persistent_ram_free() instead of kfree() for freeing prz by Hiraku Toyooka · 9 years ago
  6. 529182e ramoops: use DT reserved-memory bindings by Kees Cook · 9 years ago
  7. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  8. d58b0d9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  9. 3a30325 Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  10. 9e0243d Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  11. 8e7106a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 9 years ago
  12. 2b11885 nfsd: remove some dead code in nfsd_create_locked() by Dan Carpenter · 9 years ago
  13. fa08139 nfsd: drop unnecessary MAY_EXEC check from create by J. Bruce Fields · 9 years ago
  14. 71423274 nfsd: clean up bad-type check in nfsd_create_locked by J. Bruce Fields · 9 years ago
  15. d03d9fe nfsd: remove unnecessary positive-dentry check by J. Bruce Fields · 9 years ago
  16. b44061d nfsd: reorganize nfsd_create by J. Bruce Fields · 9 years ago
  17. e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 9 years ago
  18. 12391d0 nfsd: remove redundant zero-length check from create by J. Bruce Fields · 9 years ago
  19. 7eed34f nfsd: Make creates return EEXIST instead of EACCES by Oleg Drokin · 9 years ago
  20. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 9 years ago
  21. b571bc60 Fixup direct bi_rw modifiers by Shaun Tancheff · 9 years ago
  22. 1aee6b9 f2fs: drop bio->bi_rw manual assignment by Jens Axboe · 9 years ago
  23. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 9 years ago
  24. dc5ff2b writeback: Write dirty times for WB_SYNC_ALL writeback by Jan Kara · 9 years ago
  25. 99a01cd block: remove BLK_DEV_DAX config option by Ross Zwisler · 9 years ago
  26. 8a545f1 hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common() by Dan Carpenter · 9 years ago
  27. 42049bf Btrfs: fix __MAX_CSUM_ITEMS by Chris Mason · 9 years ago
  28. 4b2e016 fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 by Geert Uytterhoeven · 9 years ago
  29. 3481b68 xfs: move (and rename) the deferred bmap-free tracepoints by Darrick J. Wong · 9 years ago
  30. 51ce9d0 xfs: collapse single use static functions by Darrick J. Wong · 9 years ago
  31. e127faf xfs: remove unnecessary parentheses from log redo item recovery functions by Darrick J. Wong · 9 years ago
  32. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 9 years ago
  33. c1d22ae xfs: in btree_lshift, only allocate temporary cursor when needed by Darrick J. Wong · 9 years ago
  34. 1f704b2 xfs: remove unnecesary lshift/rshift key initialization by Darrick J. Wong · 9 years ago
  35. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 9 years ago
  36. 1c0607a xfs: enable the rmap btree functionality by Darrick J. Wong · 9 years ago
  37. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 9 years ago
  38. 2b0eeb5 xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled by Darrick J. Wong · 9 years ago
  39. a650e8f xfs: add rmap btree block detection to log recovery by Darrick J. Wong · 9 years ago
  40. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 9 years ago
  41. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 9 years ago
  42. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 9 years ago
  43. 9e88b5d xfs: log rmap intent items by Darrick J. Wong · 9 years ago
  44. 5880f2d7 xfs: create rmap update intent log items by Darrick J. Wong · 9 years ago
  45. abf0923 xfs: add rmap btree insert and delete helpers by Darrick J. Wong · 9 years ago
  46. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 9 years ago
  47. f922cd9 xfs: remove an extent from the rmap btree by Darrick J. Wong · 9 years ago
  48. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 9 years ago
  49. aa966d8 xfs: add tracepoints for the rmap functions by Darrick J. Wong · 9 years ago
  50. c543838 xfs: teach rmapbt to support interval queries by Darrick J. Wong · 9 years ago
  51. cfed56a xfs: support overlapping intervals in the rmap btree by Darrick J. Wong · 9 years ago
  52. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 9 years ago
  53. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 9 years ago
  54. fa30f03 xfs: rmap btree transaction reservations by Darrick J. Wong · 9 years ago
  55. e70d829 xfs: add rmap btree growfs support by Darrick J. Wong · 9 years ago
  56. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 9 years ago
  57. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 9 years ago
  58. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 9 years ago
  59. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 9 years ago
  60. 00f4e4f xfs: add rmap btree stats infrastructure by Darrick J. Wong · 9 years ago
  61. b870494 xfs: introduce rmap btree definitions by Darrick J. Wong · 9 years ago
  62. df3954f xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt by Darrick J. Wong · 9 years ago
  63. ba9e780 xfs: add tracepoints and error injection for deferred extent freeing by Darrick J. Wong · 9 years ago
  64. dc42375 xfs: refactor redo intent item processing by Darrick J. Wong · 9 years ago
  65. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 9 years ago
  66. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 9 years ago
  67. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 9 years ago
  68. 9749fee xfs: enable the xfs_defer mechanism to process extents to free by Darrick J. Wong · 9 years ago
  69. bba61cb xfs: clean up typedef usage in the EFI/EFD handling code by Darrick J. Wong · 9 years ago
  70. 3cd48ab xfs: add tracepoints for the deferred ops mechanism by Darrick J. Wong · 9 years ago
  71. 4e0cc29 xfs: move deferred operations into a separate file by Darrick J. Wong · 9 years ago
  72. 28a8956 xfs: refactor btree owner change into a separate visit-blocks function by Darrick J. Wong · 9 years ago
  73. 105f7d8 xfs: introduce interval queries on btrees by Darrick J. Wong · 9 years ago
  74. 2c813ad xfs: support btrees with overlapping intervals for keys by Darrick J. Wong · 9 years ago
  75. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  76. 70b2265 xfs: add function pointers for get/update keys to the btree by Darrick J. Wong · 9 years ago
  77. e5821e5 xfs: during btree split, save new block key & ptr for future insertion by Darrick J. Wong · 9 years ago
  78. 0d30979 xfs: set *stat=1 after iroot realloc by Darrick J. Wong · 9 years ago
  79. f4a0660 xfs: fix locking of the rt bitmap/summary inodes by Darrick J. Wong · 9 years ago
  80. 3dadf90 xfs: fix attr shortform structure alignment on cris by Darrick J. Wong · 9 years ago
  81. 0facef7 xfs: in _attrlist_by_handle, copy the cursor back to userspace by Darrick J. Wong · 9 years ago
  82. 8cbdd85 Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux by Linus Torvalds · 9 years ago
  83. 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 9 years ago
  84. 0a11b9a reiserfs: fix "new_insert_key may be used uninitialized ..." by Jeff Mahoney · 9 years ago
  85. e63e88b nilfs2: move ioctl interface and disk layout to uapi separately by Ryusuke Konishi · 9 years ago
  86. 4ce5c34 nilfs2: use BIT() macro by Ryusuke Konishi · 9 years ago
  87. ad980c9 nilfs2: fix misuse of a semaphore in sysfs code by Ryusuke Konishi · 9 years ago
  88. a7d3f10 nilfs2: refactor parser of snapshot mount option by Ryusuke Konishi · 9 years ago
  89. aceb417 nilfs2: do not use yield() by Ryusuke Konishi · 9 years ago
  90. 39a9dcc nilfs2: emit error message when I/O error is detected by Ryusuke Konishi · 9 years ago
  91. d6517de nilfs2: replace nilfs_warning() with nilfs_msg() by Ryusuke Konishi · 9 years ago
  92. feee880 nilfs2: reduce bare use of printk() with nilfs_msg() by Ryusuke Konishi · 9 years ago
  93. 6625689 nilfs2: embed a back pointer to super block instance in nilfs object by Ryusuke Konishi · 9 years ago
  94. a66dfb0 nilfs2: add nilfs_msg() message interface by Ryusuke Konishi · 9 years ago
  95. cae3d4c nilfs2: hide function name argument from nilfs_error() by Ryusuke Konishi · 9 years ago
  96. a310dcb fs/binfmt_em86.c: fix incompatible pointer type by Daniel Wagner · 9 years ago
  97. 0036d1f binfmt_elf: fix calculations for bss padding by Kees Cook · 9 years ago
  98. a098ecd firmware: support loading into a pre-allocated buffer by Stephen Boyd · 9 years ago
  99. ca52953 fs/proc/task_mmu.c: suppress compilation warnings with W=1 by Valdis Kletnieks · 9 years ago
  100. 519ded5 procfs: avoid 32-bit time_t in /proc/*/stat by Arnd Bergmann · 9 years ago