1. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  2. 80aa76b Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  3. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  4. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 6 years ago
  5. 6e2608d xfs, dax: introduce xfs_dax_aops by Dan Williams · 6 years ago
  6. f5c54717 xfs: remove xfs_zero_range by Christoph Hellwig · 6 years ago
  7. c3b1b13 xfs: implement the lazytime mount option by Christoph Hellwig · 6 years ago
  8. 350976ae xfs: truncate pagecache before writeback in xfs_setattr_size() by Eryu Guan · 7 years ago
  9. 66f3646 xfs: remove if_rdev by Christoph Hellwig · 7 years ago
  10. 7bf7a19 xfs: fix compiler warnings by Darrick J. Wong · 7 years ago
  11. 6eb0b8d xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN by Darrick J. Wong · 7 years ago
  12. 8ba3587 xfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  13. 5f955f2 xfs: report crtime and attribute flags to statx by Darrick J. Wong · 7 years ago
  14. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 7 years ago
  15. fab8eef xfs: sanity check inode mode when creating new dentry by Amir Goldstein · 7 years ago
  16. 1fc4d33 xfs: replace xfs_mode_to_ftype table with switch statement by Amir Goldstein · 7 years ago
  17. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  18. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  19. 0c187dc xfs: use xfs_vn_setattr_size to check on new size by Eryu Guan · 8 years ago
  20. 6552321 xfs: remove i_iolock and use i_rwsem in the VFS inode instead by Christoph Hellwig · 8 years ago
  21. 35a891b Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  22. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  23. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  24. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  25. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  26. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  27. 4f435eb xfs: don't mix reflink and DAX mode for now by Darrick J. Wong · 8 years ago
  28. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  29. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  30. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  31. 69bca80 xfs: Propagate dentry down to inode_change_ok() by Jan Kara · 8 years ago
  32. 1d4795e xfs: (re-)implement FIEMAP_FLAG_XATTR by Christoph Hellwig · 8 years ago
  33. 459f0fb xfs: use iomap infrastructure for DAX zeroing by Christoph Hellwig · 8 years ago
  34. d2bb140 xfs: use iomap fiemap implementation by Christoph Hellwig · 8 years ago
  35. 68a9f5e xfs: implement iomap based buffered write path by Christoph Hellwig · 8 years ago
  36. f0c6bcb xfs: reorder zeroing and flushing sequence in truncate by Christoph Hellwig · 8 years ago
  37. 5b911354 Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next by Dave Chinner · 8 years ago
  38. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 8 years ago
  39. 30ee052 xfs: optimize inline symlinks by Christoph Hellwig · 8 years ago
  40. 2b3d1d4 xfs: set up inode operation vectors later by Christoph Hellwig · 8 years ago
  41. 85a9f38 Merge branch 'xfs-dax-fixes-4.6' into for-next by Dave Chinner · 8 years ago
  42. 6448543 xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE by Dave Chinner · 8 years ago
  43. db10c69 xfs: S_DAX is only for regular files by Dave Chinner · 8 years ago
  44. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 8 years ago
  45. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 8 years ago
  46. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 8 years ago
  47. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 8 years ago
  48. 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
  49. 58f88ca xfs: introduce per-inode DAX enablement by Dave Chinner · 9 years ago
  50. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  51. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  52. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  53. 1a7ccad xfs: fix error gotos in xfs_setattr_nonsize by Eric Sandeen · 9 years ago
  54. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  55. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  56. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  57. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  58. cbe4dab xfs: add initial DAX support by Dave Chinner · 9 years ago
  59. 9969441 xfs: add DAX truncate support by Dave Chinner · 9 years ago
  60. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  61. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  62. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  64. 6a63ef0 Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next by Dave Chinner · 9 years ago
  65. 21c3ea1 xfs: unlock i_mutex in xfs_break_layouts by Christoph Hellwig · 9 years ago
  66. d41bb03 Merge branch 'xfs-rename-whiteout' into for-next by Dave Chinner · 9 years ago
  67. 7dcf5c3 xfs: add RENAME_WHITEOUT support by Dave Chinner · 9 years ago
  68. 88e8fda Merge branch 'xfs-mmap-lock' into for-next by Dave Chinner · 9 years ago
  69. 3cabb83 Merge branch 'xfs-misc-fixes-for-4.1' into for-next by Dave Chinner · 9 years ago
  70. 58c9047 xfs: inodes are new until the dentry cache is set up by Dave Chinner · 9 years ago
  71. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 9 years ago
  72. 0f9160b xfs: xfs_setattr_size no longer races with page faults by Dave Chinner · 9 years ago
  73. e8e9ad4 xfs: take i_mmap_lock on extent manipulation operations by Dave Chinner · 9 years ago
  74. 781355c xfs: recall pNFS layouts on conflicting access by Christoph Hellwig · 9 years ago
  75. 5278511 xfs: implement pNFS export operations by Christoph Hellwig · 9 years ago
  76. d31a182 xfs: Add support to RENAME_EXCHANGE flag by Carlos Maiolino · 10 years ago
  77. dbe1b5c xfs: Make xfs_vn_rename compliant with renameat2() syscall by Carlos Maiolino · 10 years ago
  78. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  79. 1b767ee xfs: move ftype conversion functions to libxfs by Dave Chinner · 10 years ago
  80. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  81. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  82. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  83. 2ebff7b xfs: flush entire last page of old EOF on truncate up by Dave Chinner · 10 years ago
  84. eedf32b xfs: fix rounding error of fiemap length parameter by Brian Foster · 10 years ago
  85. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  86. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  87. ff14ee4 Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next by Dave Chinner · 10 years ago
  88. 6670232 xfs: fix wrong err sign on xfs_set_acl() by Dave Chinner · 10 years ago
  89. a5a14de xfs: fix wrong errno from xfs_initxattrs by Dave Chinner · 10 years ago
  90. 49abc3a xfs: truncate_setsize should be outside transactions by Dave Chinner · 10 years ago
  91. d540e43 xfs: initialize default acls for ->tmpfile() by Brian Foster · 10 years ago
  92. 330033d xfs: fix tmpfile/selinux deadlock and initialize security by Brian Foster · 10 years ago
  93. fe986f9 Merge branch 'xfs-O_TMPFILE-support' into for-next by Dave Chinner · 10 years ago
  94. 730357a Merge branch 'xfs-stack-fixes' into for-next by Dave Chinner · 10 years ago
  95. 93a8614 xfs: fix directory inode iolock lockdep false positive by Dave Chinner · 10 years ago
  96. fe60a8a xfs: ensure correct timestamp updates from truncate by Christoph Hellwig · 10 years ago
  97. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  98. 2401dc2 xfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  99. 96c8c44 xfs: switch to kfree_put_link() by Al Viro · 11 years ago
  100. 99b6436 xfs: add O_TMPFILE support by Zhi Yong Wu · 11 years ago