1. d5db0f9 xfs: more reserved blocks fixups by Eric Sandeen · 14 years ago
  2. a9273ca xfs: convert attr to use unsigned names by Dave Chinner · 14 years ago
  3. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  4. 35fd035 Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs by Felix Blyakher · 15 years ago
  5. ef14f0c xfs: use generic Posix ACL code by Christoph Hellwig · 15 years ago
  6. 7d09525 xfs: kill xfs_qmops by Christoph Hellwig · 15 years ago
  7. 0e639bd xfs: use memdup_user() by Li Zefan · 15 years ago
  8. 7bf446f xfs: include header files for prototypes by Hannes Eder · 15 years ago
  9. 4346cdd xfs: cleanup xfs_find_handle by Christoph Hellwig · 15 years ago
  10. d296d30 xfs: fix dentry aliasing issues in open_by_handle by Christoph Hellwig · 15 years ago
  11. 8e96187 filesystem freeze: remove XFS specific ioctl interfaces for freeze feature by Takashi Sato · 16 years ago
  12. 0a8c539 [XFS] Fix merge failures by Lachlan McIlroy · 16 years ago
  13. 4d4be48 [XFS] add a FMODE flag to make XFS invisible I/O less hacky by Christoph Hellwig · 16 years ago
  14. 2875097 [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler by sandeen@sandeen.net · 16 years ago
  15. d5547f9 [XFS] Clean up some existing compat ioctl calls by sandeen@sandeen.net · 16 years ago
  16. 743bb46 [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. by sandeen@sandeen.net · 16 years ago
  17. 51ce16d [XFS] kill XFS_DINODE_VERSION_ defines by Christoph Hellwig · 16 years ago
  18. 8a7141a [XFS] convert xfs_getbmap to take formatter functions by Eric Sandeen · 16 years ago
  19. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  20. 82ab8de CRED: Wrap task credential accesses in the XFS filesystem by David Howells · 16 years ago
  21. 91b7771 CRED: Wrap task credential accesses in the XFS filesystem by David Howells · 16 years ago
  22. e0b8e8b [XFS] remove restricted chown parameter from xfs linux by Tim Shimmin · 16 years ago
  23. ea5a3dc8 [XFS] kill sys_cred by Christoph Hellwig · 16 years ago
  24. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  25. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  26. f13fae2 [XFS] Remove vn_revalidate calls in xfs. by Christoph Hellwig · 16 years ago
  27. 0f285c8 [XFS] Now that xfs_setattr is only used for attributes set from ->setattr by Christoph Hellwig · 16 years ago
  28. 25fe55e [XFS] xfs_setattr currently doesn't just handle the attributes set through by Christoph Hellwig · 16 years ago
  29. e182f57 [XFS] attrmulti cleanup by Christoph Hellwig · 16 years ago
  30. 90ad58a [XFS] Check for invalid flags in xfs_attrlist_by_handle. by Christoph Hellwig · 16 years ago
  31. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  32. e8b0eba [XFS] Cleanup xfs_attr a bit with xfs_name and remove cred by Barry Naujok · 16 years ago
  33. 6a7f422 [XFS] kill di_mode checks after xfs_iget by Christoph Hellwig · 16 years ago
  34. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  35. 65e67f5 [XFS] Fix merge failure by Lachlan McIlroy · 16 years ago
  36. 3b2816b [XFS] The forward declarations for the xfs_ioctl() helpers and the by Lachlan McIlroy · 16 years ago
  37. df26cfe [XFS] split xfs_ioc_xattr by Lachlan McIlroy · 16 years ago
  38. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  39. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  40. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  41. 71ddabb [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config by Eric Sandeen · 17 years ago
  42. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  43. 6e7f75e [XFS] cleanup vnode useage in xfs_ioctl.c by Christoph Hellwig · 17 years ago
  44. 21a6254 [XFS] simplify vn_revalidate by Christoph Hellwig · 17 years ago
  45. cf441ee [XFS] clean up vnode/inode tracing by Lachlan McIlroy · 16 years ago
  46. cd57e59 [XFS] 971064 Various fixups for xfs_bulkstat(). by Lachlan McIlroy · 17 years ago
  47. c614391 [XFS] cleanup fid types mess by Christoph Hellwig · 17 years ago
  48. c83bfab [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl by Christoph Hellwig · 17 years ago
  49. 0ce4cfd [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs by Christoph Hellwig · 17 years ago
  50. 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  51. 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
  52. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  53. 993386c [XFS] decontaminate vnode operations from behavior details by Christoph Hellwig · 17 years ago
  54. 804c83c [XFS] stop using uio in the readlink code by Christoph Hellwig · 17 years ago
  55. faa63e9 [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode by Michal Marek · 17 years ago
  56. 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 17 years ago
  57. 39058a0 [XFS] Clean up use of VFS attr flags by Eric Sandeen · 17 years ago
  58. 5180602 [XFS] remove unused filp from ioctl functions by Lachlan McIlroy · 17 years ago
  59. e5eb7f2 [XFS] use struct kvec in struct uio by Lachlan McIlroy · 17 years ago
  60. e678fb0 [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  61. 2e2e7bb [XFS] 956664: dm_read_invis() changes i_atime by Vlad Apostolov · 18 years ago
  62. 87395de [XFS] move XFS_IOC_GETVERSION to main multiplexer by Alexey Dobriyan · 18 years ago
  63. f37ea14 [XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivial by Alexey Dobriyan · 18 years ago
  64. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  65. 8285fb5 [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters. by Nathan Scott · 18 years ago
  66. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  67. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  68. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 18 years ago
  69. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 18 years ago
  70. 9f5974c Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  71. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  72. 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
  73. ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
  74. 0d14824 [XFS] Ensure max diosize reported is aligned with minimum diosize. by Nathan Scott · 19 years ago
  75. a255a74 [XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont by Nathan Scott · 19 years ago
  76. 3542c6e [PATCH] remove xfs xattr permission checks by Christoph Hellwig · 19 years ago
  77. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  78. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  79. 0432dab [XFS] remove struct vnode::v_type by Christoph Hellwig · 19 years ago
  80. ad4a8ac [XFS] Fix check for writeable file in xfs_ioc_space ioctl code by Eric Sandeen · 19 years ago
  81. 77bc5be [XFS] Makes more sense to use the fsxattr interface instead of adding new by Nathan Scott · 19 years ago
  82. b74e215 [XFS] Add a get/set interface for XFS project identifiers. by Nathan Scott · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago