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