1. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 5eb88dc xfs: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 8 years ago
  3. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  4. d5ffdf8 Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  5. ee3804d Merge branch 'xfs-misc-fixes-for-4.5-3' into for-next by Dave Chinner · 8 years ago
  6. 85bec54 xfs: log mount failures don't wait for buffers to be released by Dave Chinner · 8 years ago
  7. 3e85286 Revert "xfs: clear PF_NOFREEZE for xfsaild kthread" by Dave Chinner · 8 years ago
  8. 4c931f7 Merge branch 'xfs-setxattr-promotion' into for-next by Dave Chinner · 8 years ago
  9. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  10. 7fdec82 Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  11. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. dde7f55 Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next by Dave Chinner · 8 years ago
  14. 7d6a13f xfs: handle dquot buffer readahead in log recovery correctly by Dave Chinner · 8 years ago
  15. b79f4a1 xfs: inode recovery readahead can race with inode buffer creation by Dave Chinner · 8 years ago
  16. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 8 years ago
  17. e354381 xfs: bmapbt checking on debug kernels too expensive by Dave Chinner · 8 years ago
  18. 121e213 xfs: add tracepoints to readpage calls by Dave Chinner · 8 years ago
  19. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  20. 4922be5 Merge branch 'xfs-dax-fixes-for-4.5' into for-next by Dave Chinner · 8 years ago
  21. 7eeabbd Merge branch 'xfs-misc-fixes-for-4.5' into for-next by Dave Chinner · 8 years ago
  22. 609adfc xfs: debug mode log record crc error injection by Brian Foster · 8 years ago
  23. 7088c41 xfs: detect and trim torn writes during log recovery by Brian Foster · 8 years ago
  24. 58f88ca xfs: introduce per-inode DAX enablement by Dave Chinner · 8 years ago
  25. e7b8948 xfs: use FS_XFLAG definitions directly by Dave Chinner · 8 years ago
  26. 334e580 fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion by Dave Chinner · 8 years ago
  27. a6d7636 xfs: fix recursive splice read locking with DAX by Dave Chinner · 8 years ago
  28. 3b0fe47 xfs: Don't use reserved blocks for data blocks with DAX by Dave Chinner · 8 years ago
  29. a841b64 XFS: Use a signed return type for suffix_kstrtoint() by Markus Elfring · 8 years ago
  30. c5ab131 libxfs: refactor short btree block verification by Darrick J. Wong · 8 years ago
  31. 96f859d libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct by Darrick J. Wong · 8 years ago
  32. 6d3eb1e libxfs: use a convenience variable instead of open-coding the fork by Darrick J. Wong · 8 years ago
  33. 9b434a3 xfs: fix log ticket type printing by Darrick J. Wong · 8 years ago
  34. 2e9101d libxfs: make xfs_alloc_fix_freelist non-static by Darrick J. Wong · 8 years ago
  35. 211fe1a xfs: make xfs_buf_ioend_async() static by Alexander Kuleshov · 8 years ago
  36. ffc671f xfs: send warning of project quota to userspace via netlink by Masatake YAMATO · 8 years ago
  37. f1f96c4 xfs: get mp from bma->ip in xfs_bmap code by Eric Sandeen · 8 years ago
  38. 233135b xfs: print name of verifier if it fails by Eric Sandeen · 8 years ago
  39. 1d4292b libxfs: Optimize the loop for xfs_bitmap_empty by Jia He · 8 years ago
  40. eed6b46 xfs: refactor log record start detection into a new helper by Brian Foster · 8 years ago
  41. 6528250 xfs: support a crc verification only log record pass by Brian Foster · 8 years ago
  42. d7f3769 xfs: return start block of first bad log record during recovery by Brian Foster · 8 years ago
  43. b94fb2d xfs: refactor and open code log record crc check by Brian Foster · 8 years ago
  44. 9d94901 xfs: refactor log record unpack and data processing by Brian Foster · 8 years ago
  45. a70f9fe xfs: detect and handle invalid iclog size set by mkfs by Brian Foster · 8 years ago
  46. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  47. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  48. 5d92b75 xfs: Change how listxattr generates synthetic attributes by Andreas Gruenbacher · 9 years ago
  49. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  50. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  51. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  52. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  53. 5d50ac7 Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  54. 5c50002 vfs: remove unused wrapper block_page_mkwrite() by Ross Zwisler · 9 years ago
  55. 4e14e49 Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next by Dave Chinner · 9 years ago
  56. 7a29ac4 xfs: give all workqueues rescuer threads by Chris Mason · 9 years ago
  57. 848ccfc xfs: fix log recovery op header validation assert by Brian Foster · 9 years ago
  58. edfb8eb xfs: Fix error path in xfs_get_acl by Andreas Gruenbacher · 9 years ago
  59. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  60. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  61. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago
  62. fc0561c xfs: optimise away log forces on timestamp updates for fdatasync by Dave Chinner · 9 years ago
  63. af3b638 xfs: don't leak uuid table on rmmod by Darrick J. Wong · 9 years ago
  64. 47e1bf6 xfs: invalidate cached acl if set via ioctl by Andreas Gruenbacher · 9 years ago
  65. 09cb22d xfs: Plug memory leak in xfs_attrmulti_attr_set by Andreas Gruenbacher · 9 years ago
  66. 86a21c7 xfs: Validate the length of on-disk ACLs by Andreas Gruenbacher · 9 years ago
  67. 67d8e04 xfs: invalidate cached acl if set directly via xattr by Brian Foster · 9 years ago
  68. 13ad4fe xfs: xfs_filemap_pmd_fault treats read faults as write faults by Dave Chinner · 9 years ago
  69. 3af4928 xfs: add ->pfn_mkwrite support for DAX by Dave Chinner · 9 years ago
  70. 01a155e xfs: DAX does not use IO completion callbacks by Dave Chinner · 9 years ago
  71. 1ca1915 xfs: Don't use unwritten extents for DAX by Dave Chinner · 9 years ago
  72. 3fbbbea xfs: introduce BMAPI_ZERO for allocating zeroed extents by Dave Chinner · 9 years ago
  73. 3e12dbb xfs: fix inode size update overflow in xfs_map_direct() by Dave Chinner · 9 years ago
  74. 24ba16b xfs: clear PF_NOFREEZE for xfsaild kthread by Jiri Kosina · 9 years ago
  75. fcd8a39 Merge branch 'xfs-stats-fixes' into for-next by Dave Chinner · 9 years ago
  76. f9d460b xfs: fix an error code in xfs_fs_fill_super() by Dan Carpenter · 9 years ago
  77. 985ef4d xfs: stats are no longer dependent on CONFIG_PROC_FS by Dave Chinner · 9 years ago
  78. 1e2103c Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next by Dave Chinner · 9 years ago
  79. 8a56d7c Merge branch 'xfs-io-fixes' into for-next by Dave Chinner · 9 years ago
  80. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  81. 9e92054 xfs: simplify /proc teardown & error handling by Eric Sandeen · 9 years ago
  82. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  83. 225e463 xfs: per-filesystem stats in sysfs by Bill O'Donnell · 9 years ago
  84. 847f9f6 xfs: more info from kmem deadlocks and high-level error msgs by Eric Sandeen · 9 years ago
  85. 91f9f5f xfs: avoid null *src in memcpy call in xlog_write by Eric Sandeen · 9 years ago
  86. dbd5c8c xfs: pass total block res. as total xfs_bmapi_write() parameter by Brian Foster · 9 years ago
  87. 51fcbfe xfs: avoid dependency on Linux XATTR_SIZE_MAX by Jan Tulak · 9 years ago
  88. 4e24761 xfs: prefix XATTR_LIST_MAX with XFS_ by Jan Tulak · 9 years ago
  89. fef4ded libxfs: fix two comment typos by Geliang Tang · 9 years ago
  90. 0a50f16 xfs: add an xfs_zero_eof() tracepoint by Brian Foster · 9 years ago
  91. 3136e8b xfs: always drain dio before extending aio write submission by Brian Foster · 9 years ago
  92. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  93. 5bf97b1 xfs: Print name and pid when memory allocation loops by Tetsuo Handa · 9 years ago
  94. b7cdc66 xfs: log local to remote symlink conversions correctly on v5 supers by Brian Foster · 9 years ago
  95. 009c6e8 xfs: add missing ilock around dio write last extent alignment by Brian Foster · 9 years ago
  96. 5cb13dc cancel the setfilesize transation when io error happen by Zhaohongjiang · 9 years ago
  97. 80529c4 xfs: pass xfsstats structures to handlers and macros by Bill O'Donnell · 9 years ago
  98. a27c264 xfs: consolidate sysfs ops by Bill O'Donnell · 9 years ago
  99. 50cf5b7 xfs: remove unused procfs code by Bill O'Donnell · 9 years ago
  100. 32f0ea0 xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/stats by Bill O'Donnell · 9 years ago