1. 3dadf90 xfs: fix attr shortform structure alignment on cris by Darrick J. Wong · 8 years ago
  2. 0facef7 xfs: in _attrlist_by_handle, copy the cursor back to userspace by Darrick J. Wong · 8 years ago
  3. f2bdfda Merge branch 'xfs-4.8-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  4. 72ccbbe xfs: remove EXPERIMENTAL tag from sparse inode feature by Dave Chinner · 8 years ago
  5. 28b783e xfs: bufferhead chains are invalid after end_page_writeback by Dave Chinner · 8 years ago
  6. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 8 years ago
  7. 160ae76 libxfs: directory node splitting does not have an extra block by Dave Chinner · 8 years ago
  8. f021bd0 xfs: remove dax code from object file when disabled by Arnd Bergmann · 8 years ago
  9. 99579cc xfs: skip dirty pages in ->releasepage() by Brian Foster · 8 years ago
  10. dc4113d2 Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next by Dave Chinner · 8 years ago
  11. b47ec80 Merge branch 'xfs-4.8-split-dax-dio' into for-next by Dave Chinner · 8 years ago
  12. bbfeb61 Merge branch 'xfs-4.8-buf-fixes' into for-next by Dave Chinner · 8 years ago
  13. f637161 Merge branch 'xfs-4.8-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  14. aa2dd0a xfs: remove __arch_pack by Christoph Hellwig · 8 years ago
  15. 266b696 xfs: kill xfs_dir2_inou_t by Christoph Hellwig · 8 years ago
  16. 8353a64 xfs: kill xfs_dir2_sf_off_t by Christoph Hellwig · 8 years ago
  17. 16d4d43 xfs: split direct I/O and DAX path by Christoph Hellwig · 8 years ago
  18. fa8d972 xfs: direct calls in the direct I/O path by Christoph Hellwig · 8 years ago
  19. f1285ff xfs: stop using generic_file_read_iter for direct I/O by Christoph Hellwig · 8 years ago
  20. bbc5a74 xfs: split xfs_file_read_iter into buffered and direct I/O helpers by Christoph Hellwig · 8 years ago
  21. cf81071 xfs: remove s_maxbytes enforcement in xfs_file_read_iter by Christoph Hellwig · 8 years ago
  22. 3176c3e xfs: kill ioflags by Christoph Hellwig · 8 years ago
  23. 8f3e205 xfs: don't pass ioflags around in the ioctl path by Christoph Hellwig · 8 years ago
  24. 9c7504a xfs: track and serialize in-flight async buffers against unmount by Brian Foster · 8 years ago
  25. c891c30 xfs: exclude never-released buffers from buftarg I/O accounting by Brian Foster · 8 years ago
  26. 5539d36 xfs: don't reset b_retries to 0 on every failure by Eric Sandeen · 8 years ago
  27. 0b4db5d xfs: remove extraneous buffer flag changes by Eric Sandeen · 8 years ago
  28. e97f6c5 xfs: fix xfs_error_get_cfg for negative errnos by Eric Sandeen · 8 years ago
  29. ad70328 xfs: remove the magic numbers in xfs_btree_block-related len macros by Hou Tao · 8 years ago
  30. fbfb24b xfs: indentation fix in xfs_btree_get_iroot() by Kaho Ng · 8 years ago
  31. fbc21f3 xfs: don't allow negative error tags by Dan Carpenter · 8 years ago
  32. 7f1b624 xfs: fix type confusion in xfs_ioc_swapext by Jann Horn · 8 years ago
  33. f477ced Merge branch 'xfs-4.8-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  34. 19b54ee xfs: refactor btree maxlevels computation by Darrick J. Wong · 8 years ago
  35. e66a4c6 xfs: convert list of extents to free into a regular list by Darrick J. Wong · 8 years ago
  36. 4d89e20 xfs: separate freelist fixing into a separate helper by Dave Chinner · 8 years ago
  37. 59bad07 xfs: rearrange xfs_bmap_add_free parameters by Darrick J. Wong · 8 years ago
  38. 128f24d xfs: check for a valid error_tag in errortag_add by Darrick J. Wong · 8 years ago
  39. 479c641 xfs: enable buffer deadlock postmortem diagnosis via ftrace by Darrick J. Wong · 8 years ago
  40. 3f94c44 xfs: check offsets of variable length structures by Darrick J. Wong · 8 years ago
  41. 408fd48 xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly by Brian Foster · 8 years ago
  42. fa5a4f5 xfs: cancel eofblocks background trimming on remount read-only by Brian Foster · 8 years ago
  43. 9b7fad2 Merge branch 'xfs-4.8-iomap-write' into for-next by Dave Chinner · 8 years ago
  44. 07931b7 Merge branch 'fs-4.8-iomap-infrastructure' into for-next by Dave Chinner · 8 years ago
  45. 3c2bdc9 xfs: kill xfs_zero_remaining_bytes by Christoph Hellwig · 8 years ago
  46. bdb0d04 xfs: split xfs_free_file_space in manageable pieces by Christoph Hellwig · 8 years ago
  47. 570b621 xfs: use xfs_zero_range in xfs_zero_eof by Christoph Hellwig · 8 years ago
  48. 7bb41db xfs: handle 64-bit length in xfs_iozero by Christoph Hellwig · 8 years ago
  49. 459f0fb xfs: use iomap infrastructure for DAX zeroing by Christoph Hellwig · 8 years ago
  50. d2bb140 xfs: use iomap fiemap implementation by Christoph Hellwig · 8 years ago
  51. 6e8a27a xfs: remove buffered write support from __xfs_get_blocks by Christoph Hellwig · 8 years ago
  52. 68a9f5e xfs: implement iomap based buffered write path by Christoph Hellwig · 8 years ago
  53. f0c6bcb xfs: reorder zeroing and flushing sequence in truncate by Christoph Hellwig · 8 years ago
  54. 3b3dce0 xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c by Christoph Hellwig · 8 years ago
  55. 8be9f56 fs: iomap based fiemap implementation by Christoph Hellwig · 8 years ago
  56. 9a286f0 fs: support DAX based iomap zeroing by Christoph Hellwig · 8 years ago
  57. ae259a9 fs: introduce iomap infrastructure by Christoph Hellwig · 8 years ago
  58. 199a31c fs: move struct iomap from exportfs.h to a separate header by Christoph Hellwig · 8 years ago
  59. 26f1fe8 xfs: reduce lock hold times in buffer writeback by Dave Chinner · 8 years ago
  60. 4478fb1 xfs: define XFS_IOC_FREEZE even if FIFREEZE is defined by Christoph Hellwig · 8 years ago
  61. 0d5a75e xfs: make several functions static by Eric Sandeen · 8 years ago
  62. 0c871f9 xfs: remove spurious shutdown type check from xfs_bmap_finish() by Brian Foster · 8 years ago
  63. a3916e5 xfs: fix broken multi-fsb buffer logging by Brian Foster · 8 years ago
  64. 1a695a9 Linux 4.7-rc1 by Linus Torvalds · 8 years ago
  65. e0ab7af hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS by George Spelvin · 8 years ago
  66. f2a031b Rename other copy of hash_string to hashlen_string by George Spelvin · 8 years ago
  67. 037369b hpfs: implement the show_options method by Mikulas Patocka · 8 years ago
  68. 01d6e08 affs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  69. 44d5170 hpfs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  70. 4029632 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  71. d66492b fs: fix binfmt_aout.c build error by Guenter Roeck · 8 years ago
  72. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  73. 4684fe9 h8300: Add <asm/hash.h> by George Spelvin · 8 years ago
  74. 7b13277 microblaze: Add <asm/hash.h> by George Spelvin · 8 years ago
  75. 14c44b9 m68k: Add <asm/hash.h> by George Spelvin · 8 years ago
  76. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
  77. 2a18da7a fs/namei.c: Improve dcache hash function by George Spelvin · 8 years ago
  78. ef703f4 Eliminate bad hash multipliers from hash_32() and hash_64() by George Spelvin · 8 years ago
  79. 92d5677 Change hash_64() return value to 32 bits by George Spelvin · 8 years ago
  80. 917ea16 <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() by George Spelvin · 8 years ago
  81. fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 8 years ago
  82. f4bcbe7 Pull out string hash to <linux/stringhash.h> by George Spelvin · 8 years ago
  83. 4e8440b Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  84. a1842b2 Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 8 years ago
  85. 0723ab4 Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  86. 9ba55cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  87. 1cbe06c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  88. 8d057e3 Revert "platform/chrome: chromeos_laptop: Add Leon Touch" by Benson Leung · 8 years ago
  89. e6be18f i2c: dev: use after free in detach by Dan Carpenter · 8 years ago
  90. a8c5ddf MIPS: Add missing FROZEN hotplug notifier transitions by Anna-Maria Gleixner · 8 years ago
  91. bb93078 MIPS: Build microMIPS VDSO for microMIPS kernels by James Hogan · 8 years ago
  92. 13eb192 MIPS: Fix sigreturn via VDSO on microMIPS kernel by James Hogan · 8 years ago
  93. 5214cae MIPS: devicetree: fix cpu interrupt controller node-names by Antony Pavlov · 8 years ago
  94. 94cc36b MIPS: VDSO: Build with `-fno-strict-aliasing' by Maciej W. Rozycki · 8 years ago
  95. 41cc07b MIPS: Pistachio: Enable KASLR by Matt Redfearn · 8 years ago
  96. aedcfbe MIPS: lib: Mark intrinsics notrace by Harvey Hunt · 8 years ago
  97. aa76042 MIPS: Fix 64-bit HTW configuration by James Hogan · 8 years ago
  98. 6446e6c MIPS: Add 64-bit HTW fields by James Hogan · 8 years ago
  99. f46d92e MAINTAINERS: Add file patterns for mips device tree bindings by Geert Uytterhoeven · 8 years ago
  100. 7ad2410 MAINTAINERS: Add file patterns for mips brcm device tree bindings by Geert Uytterhoeven · 8 years ago