1. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 9 years ago
  2. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  3. 781355c xfs: recall pNFS layouts on conflicting access by Christoph Hellwig · 9 years ago
  4. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  5. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  6. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  7. 8add71c xfs: factor out a xfs_update_prealloc_flags() helper by Christoph Hellwig · 9 years ago
  8. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  9. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  10. 8300475 xfs: fix simple_return.cocci warning in xfs_file_readdir by kbuild test robot · 10 years ago
  11. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  12. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  13. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  14. a4241ae Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next by Dave Chinner · 10 years ago
  15. 59f9c00 xfs: lseek: the "whence" argument is called "whence" by Eric Sandeen · 10 years ago
  16. 49c6959 xfs: combine xfs_seek_hole & xfs_seek_data by Eric Sandeen · 10 years ago
  17. 7d4ea3c xfs: use ranged writeback and invalidation for direct IO by Dave Chinner · 10 years ago
  18. 834ffca xfs: don't zero partial page cache pages during O_DIRECT writes by Dave Chinner · 10 years ago
  19. 85e584d xfs: don't zero partial page cache pages during O_DIRECT writes by Chris Mason · 10 years ago
  20. 645f985 Merge branch 'xfs-misc-fixes-3.17-2' into for-next by Dave Chinner · 10 years ago
  21. b92cc59f6 xfs: kill xfs_vnode.h by Dave Chinner · 10 years ago
  22. dc06f398 xfs: run an eofblocks scan on ENOSPC/EDQUOT by Brian Foster · 10 years ago
  23. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  24. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  25. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  26. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  27. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  28. fdd3a2a Merge branch 'xfs-unused-args-cleanup' into for-next by Dave Chinner · 10 years ago
  29. 65149e3 xfs: correct error sign on COLLAPSE_RANGE errors by Dave Chinner · 10 years ago
  30. 8ff1e67 xfs: fix incorrect error sign in xfs_file_aio_read by Dave Chinner · 10 years ago
  31. 43ec146 xfs: xfs_dir_fsync() returns positive errno by Dave Chinner · 10 years ago
  32. bf97f3bc xfs: switch to ->write_iter() by Al Viro · 10 years ago
  33. b4f5d2c xfs: switch to ->read_iter() by Al Viro · 10 years ago
  34. b318891 xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write() by Al Viro · 10 years ago
  35. 0c94933 iov_iter_truncate() by Al Viro · 10 years ago
  36. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  37. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  38. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  39. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  40. 07d5035 xfs: wrong error sign conversion during failed DIO writes by Dave Chinner · 10 years ago
  41. 9df2dd0 xfs: remove unused tp arg from xfs_da_reada_buf & callers by Eric Sandeen · 10 years ago
  42. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  43. 23fffa9 fs: move falloc collapse range check into the filesystem methods by Lukas Czerner · 10 years ago
  44. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  45. d15e031 Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  46. 0a64bc2 xfs_file_buffered_aio_write(): switch to generic_perform_write() by Al Viro · 10 years ago
  47. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 10 years ago
  48. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 10 years ago
  49. 376ba31 xfs: Add support for FALLOC_FL_ZERO_RANGE by Lukas Czerner · 10 years ago
  50. e1d8fb8 xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  51. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  52. 7c71ee7 xfs: allow logical-sector sized O_DIRECT by Eric Sandeen · 11 years ago
  53. 6da5417 xfs: rename xfs_buftarg structure members by Eric Sandeen · 11 years ago
  54. 309ecac8 xfs: rename xfs_ilock_map_shared by Christoph Hellwig · 11 years ago
  55. 01f4f32 xfs: remove xfs_iunlock_map_shared by Christoph Hellwig · 11 years ago
  56. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  57. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  58. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  59. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  60. 83aee9e xfs: simplify the fallocate path by Christoph Hellwig · 11 years ago
  61. 5f8aca8 xfs: always hold the iolock when calling xfs_change_file_space by Christoph Hellwig · 11 years ago
  62. 76ca4c2 xfs: always take the iolock around xfs_setattr_size by Christoph Hellwig · 11 years ago
  63. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  64. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  65. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  66. b822755 [readdir] convert xfs by Al Viro · 11 years ago
  67. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  68. c8d8566 Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  69. 33363fe xfs: add CRC checking to dir2 data blocks by Dave Chinner · 11 years ago
  70. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  71. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  72. ef9d873 xfs: byte range granularity for XFS_IOC_ZERO_RANGE by Dave Chinner · 12 years ago
  73. da6958c xfs: Add verifiers to dir2 data readahead. by Dave Chinner · 12 years ago
  74. 4bb20a8 xfs: add verifier callback to directory read code by Dave Chinner · 12 years ago
  75. fb59581 xfs: remove xfs_flushinval_pages by Dave Chinner · 12 years ago
  76. 9aa0500 xfs: xfs_sync_data is redundant. by Dave Chinner · 12 years ago
  77. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  78. b686d1f xfs: xfs_seek_hole() refinement with hole searching from page cache for unwritten extents by Jeff Liu · 12 years ago
  79. 52f1acc xfs: xfs_seek_data() refinement with unwritten extents check up from page cache by Jeff Liu · 12 years ago
  80. d126d43 xfs: Introduce a helper routine to probe data or hole offset from page cache by Jeff Liu · 12 years ago
  81. 834ab12 xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole() by Jeff Liu · 12 years ago
  82. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  84. 5276432 xfs: kill copy and paste segment checks in xfs_file_aio_read by Dave Chinner · 12 years ago
  85. 3297238 xfs: make largest supported offset less shouty by Dave Chinner · 12 years ago
  86. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  87. 3fe3e6b xfs: introduce SEEK_DATA/SEEK_HOLE support by Jeff Liu · 12 years ago
  88. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 12 years ago
  89. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  90. 193aec1 xfs: push the ilock into xfs_zero_eof by Christoph Hellwig · 12 years ago
  91. 467f789 xfs: reduce ilock hold times in xfs_file_aio_write_checks by Christoph Hellwig · 12 years ago
  92. 8f639dd xfs: reimplement fdatasync support by Christoph Hellwig · 12 years ago
  93. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 12 years ago
  94. d060646 xfs: cleanup xfs_file_aio_write by Christoph Hellwig · 13 years ago
  95. 5bf1f26 xfs: always return with the iolock held from xfs_file_aio_write_checks by Christoph Hellwig · 13 years ago
  96. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  97. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  98. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  99. 1da2f2d xfs: optimize fsync on directories by Christoph Hellwig · 13 years ago
  100. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago