1. e86b616 xfs: support ability to wait on new inodes by Brian Foster · 7 years ago
  2. b49ef75 xfs: fix unbalanced inode reclaim flush locking by Brian Foster · 7 years ago
  3. e153aa7 xfs: set a default CoW extent size of 32 blocks by Darrick J. Wong · 8 years ago
  4. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  5. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  6. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  7. 46eeb52 xfs: introduce refcount btree definitions by Darrick J. Wong · 8 years ago
  8. 85a6e76 xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case by Christoph Hellwig · 8 years ago
  9. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  10. b47ec80 Merge branch 'xfs-4.8-split-dax-dio' into for-next by Dave Chinner · 8 years ago
  11. 3176c3e xfs: kill ioflags by Christoph Hellwig · 8 years ago
  12. 9b7fad2 Merge branch 'xfs-4.8-iomap-write' into for-next by Dave Chinner · 8 years ago
  13. 7bb41db xfs: handle 64-bit length in xfs_iozero by Christoph Hellwig · 8 years ago
  14. 0d5a75e xfs: make several functions static by Eric Sandeen · 8 years ago
  15. 2b3d1d4 xfs: set up inode operation vectors later by Christoph Hellwig · 8 years ago
  16. a2bbcb6 Merge branch 'xfs-gut-icdinode-4.6' into for-next by Dave Chinner · 8 years ago
  17. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 8 years ago
  18. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 8 years ago
  19. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 8 years ago
  20. 8aa7d37 xfs: Factor xfs_seek_hole_data into helper by Eric Sandeen · 8 years ago
  21. 0952c81 xfs: clean up inode lockdep annotations by Dave Chinner · 9 years ago
  22. 88e8fda Merge branch 'xfs-mmap-lock' into for-next by Dave Chinner · 9 years ago
  23. 3cabb83 Merge branch 'xfs-misc-fixes-for-4.1' into for-next by Dave Chinner · 9 years ago
  24. 58c9047 xfs: inodes are new until the dentry cache is set up by Dave Chinner · 9 years ago
  25. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 9 years ago
  26. 653c60b xfs: introduce mmap/truncate lock by Dave Chinner · 9 years ago
  27. 3fd1b0d Merge branch 'xfs-misc-fixes-for-3.20-3' into for-next by Dave Chinner · 9 years ago
  28. 8add71c xfs: factor out a xfs_update_prealloc_flags() helper by Christoph Hellwig · 9 years ago
  29. d31a182 xfs: Add support to RENAME_EXCHANGE flag by Carlos Maiolino · 9 years ago
  30. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 9 years ago
  31. ce57bcf xfs: check for inode size overflow in xfs_new_eof() by Brian Foster · 10 years ago
  32. b92cc59f6 xfs: kill xfs_vnode.h by Dave Chinner · 10 years ago
  33. b70f14e Merge branch 'xfs-feature-bit-cleanup' into for-next by Dave Chinner · 10 years ago
  34. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 10 years ago
  35. 232c2f5 Merge branch 'xfs-filestreams-lookup' into for-next by Dave Chinner · 10 years ago
  36. f37211c xfs: remove XFS_IFILESTREAM by Christoph Hellwig · 10 years ago
  37. 330033d xfs: fix tmpfile/selinux deadlock and initialize security by Brian Foster · 10 years ago
  38. fe986f9 Merge branch 'xfs-O_TMPFILE-support' into for-next by Dave Chinner · 10 years ago
  39. 99b6436 xfs: add O_TMPFILE support by Zhi Yong Wu · 10 years ago
  40. 163467d xfs: factor prid related codes into xfs_get_initial_prid() by Zhi Yong Wu · 10 years ago
  41. efa70be xfs: add xfs_ilock_attr_map_shared by Christoph Hellwig · 10 years ago
  42. 309ecac xfs: rename xfs_ilock_map_shared by Christoph Hellwig · 10 years ago
  43. 01f4f32 xfs: remove xfs_iunlock_map_shared by Christoph Hellwig · 10 years ago
  44. 32c5483 xfs: abstract the differences in dir2/dir3 via an ops vector by Dave Chinner · 11 years ago
  45. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  46. 74564fb xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE by Brian Foster · 11 years ago
  47. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  48. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  49. 1fd7115 xfs: introduce xfs_inode_buf.c for inode buffer operations by Dave Chinner · 11 years ago
  50. 7bb85ef xfs: move unrelated definitions out of xfs_inode.h by Dave Chinner · 11 years ago
  51. 5c4d97d xfs: move inode fork definitions to a new header file by Dave Chinner · 11 years ago
  52. 6943283 xfs: split out inode log item format definition by Dave Chinner · 11 years ago
  53. 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 11 years ago
  54. 93848a9 xfs: add version 3 inode format with CRCs by Christoph Hellwig · 11 years ago
  55. 56cea2d xfs: take inode version into account in XFS_LITINO by Christoph Hellwig · 11 years ago
  56. 311f08a xfs: memory barrier before wake_up_bit() by Alex Elder · 11 years ago
  57. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  58. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  59. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  60. 3d3e6f6 xfs: verify btree blocks as they are read from disk by Dave Chinner · 12 years ago
  61. 72b53ef xfs: create helper to check whether to free eofblocks on inode by Brian Foster · 12 years ago
  62. 33479e0 xfs: remove xfs_iget.c by Dave Chinner · 12 years ago
  63. 4f59af7 xfs: remove iolock lock classes by Christoph Hellwig · 12 years ago
  64. 0835890 xfs: remove the alloc_done argument to xfs_dialloc by Christoph Hellwig · 12 years ago
  65. 129dbc9 xfs: remove xfs_inotobp by Christoph Hellwig · 12 years ago
  66. 475ee41 xfs: merge xfs_itobp into xfs_imap_to_bp by Christoph Hellwig · 12 years ago
  67. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 12 years ago
  68. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  69. 4c46819 xfs: do not write the buffer from xfs_iflush by Christoph Hellwig · 12 years ago
  70. 5132ba8 xfs: don't cache inodes read through bulkstat by Dave Chinner · 12 years ago
  71. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 12 years ago
  72. 6923e68 xfs: do not require an ioend for new EOF calculation by Christoph Hellwig · 12 years ago
  73. 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 12 years ago
  74. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 12 years ago
  75. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 12 years ago
  76. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 12 years ago
  77. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 12 years ago
  78. 49e4c70 xfs: make i_flags an unsigned long by Christoph Hellwig · 12 years ago
  79. 8096b1e xfs: remove the if_ext_max field in struct xfs_ifork by Christoph Hellwig · 12 years ago
  80. 3d2b312 xfs: remove the unused dm_attrs structure by Christoph Hellwig · 12 years ago
  81. 673e8e5 xfs: remove xfs_itruncate_data by Christoph Hellwig · 12 years ago
  82. 576b1d6 xfs: propagate umode_t by Al Viro · 13 years ago
  83. 4dd2cb4 xfs: force buffer writeback before blocking on the ilock in inode reclaim by Christoph Hellwig · 12 years ago
  84. 4a06fd2 xfs: remove i_iocount by Christoph Hellwig · 13 years ago
  85. abbede1 xfs: get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  86. f3ca8738 xfs: remove i_transp by Christoph Hellwig · 13 years ago
  87. 8f04c47 xfs: split xfs_itruncate_finish by Christoph Hellwig · 13 years ago
  88. 857b977 xfs: kill xfs_itruncate_start by Christoph Hellwig · 13 years ago
  89. 778e24b xfs: reset inode per-lifetime state when recycling it by Dave Chinner · 13 years ago
  90. ec90c55 xfs: remove if_lastex by Christoph Hellwig · 13 years ago
  91. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  92. 9681153 xfs: add lockdep annotations for the rt inodes by Christoph Hellwig · 13 years ago
  93. 6e85756 xfs: don't truncate prealloc from frequently accessed inodes by Dave Chinner · 13 years ago
  94. dcfcf20 xfs: provide a inode iolock lockdep class by Dave Chinner · 13 years ago
  95. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  96. 6743099 xfs: Extend project quotas to support 32bit project ids by Arkadiusz Mi?kiewicz · 14 years ago
  97. 6c77b0e xfs: remove xfs_cred.h by Christoph Hellwig · 14 years ago
  98. dcd79a1 xfs: don't use vfs writeback for pure metadata modifications by Dave Chinner · 14 years ago
  99. 2f11fea xfs: simplify and remove xfs_ireclaim by Dave Chinner · 14 years ago
  100. f2d6761 xfs: remove xfs_iput by Christoph Hellwig · 14 years ago