1. 911ee3d [XFS] Kill attr_capable checks as already done in xattr_permission. by Christoph Hellwig · 16 years ago
  2. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  3. cfa853e [XFS] remove manual lookup from xfs_rename and simplify locking by Christoph Hellwig · 16 years ago
  4. ec82687 [PATCH] r/o bind mounts: elevate count for xfs timestamp updates by Dave Hansen · 16 years ago
  5. 556b8b1 [XFS] remove bhv_vname_t and xfs_rename code by Barry Naujok · 16 years ago
  6. d87dd63 [XFS] Warn if errors come from block_truncate_page(). by David Chinner · 16 years ago
  7. af04819 [XFS] cleanup vnode use in xfs_iops.c by Christoph Hellwig · 16 years ago
  8. ef1f5e7 [XFS] cleanup vnode use in xfs_lookup by Christoph Hellwig · 16 years ago
  9. 3937be5 [XFS] cleanup vnode use in xfs_symlink and xfs_rename by Christoph Hellwig · 16 years ago
  10. a3da789 [XFS] cleanup vnode use in xfs_link by Christoph Hellwig · 16 years ago
  11. 979ebab [XFS] cleanup vnode use in xfs_create/mknod/mkdir by Christoph Hellwig · 16 years ago
  12. db0bb7b [XFS] cleanup xfs_vn_mknod by Christoph Hellwig · 16 years ago
  13. 4188c78 [XFS] keep i_nlink updated and use proper accessors by Christoph Hellwig · 16 years ago
  14. 222096a [XFS] stop updating inode->i_blocks by Christoph Hellwig · 16 years ago
  15. 4576758 [XFS] use generic_permission by Christoph Hellwig · 16 years ago
  16. 71ddabb [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config by Eric Sandeen · 17 years ago
  17. 3ed6526 [XFS] Implement fallocate. by David Chinner · 17 years ago
  18. 5d51eff [XFS] Fix inode allocation latency by David Chinner · 17 years ago
  19. c43f408 [XFS] simplify xfs_vn_getattr by Christoph Hellwig · 17 years ago
  20. 21a6254 [XFS] simplify vn_revalidate by Christoph Hellwig · 17 years ago
  21. bad60fd [XFS] Fix mknod regression by Christoph Hellwig · 17 years ago
  22. cf10e82 [XFS] Fix xfs_ichgtime()s broken usage of I_SYNC by David Chinner · 17 years ago
  23. 347c53d Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  24. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  25. 6572bc2 [XFS] simplify validata_fields by Christoph Hellwig · 17 years ago
  26. 3e5daf0 [XFS] simplify xfs_create/mknod/symlink prototype by Christoph Hellwig · 17 years ago
  27. 0a74cd1 [XFS] kill struct bhv_vnode by Christoph Hellwig · 17 years ago
  28. b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  29. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  30. 804c83c [XFS] stop using uio in the readlink code by Christoph Hellwig · 17 years ago
  31. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  32. 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 17 years ago
  33. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 17 years ago
  34. 69e23b9 [XFS] Update XFS for i_blksize removal from generic inode structure by Nathan Scott · 18 years ago
  35. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  36. 97dfd70 [XFS] Remove a race condition where a linked inode could BUG_ON in by Nathan Scott · 18 years ago
  37. 05a3332 [XFS] Remove redundant directory checks from inode link operation. by Alexey Dobriyan · 18 years ago
  38. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  39. 8285fb5 [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters. by Nathan Scott · 18 years ago
  40. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  41. b76963f [XFS] getattr can return an error code, so propogate any from lower layers. by Nathan Scott · 18 years ago
  42. 8c0b511 [XFS] Fix utime(2) in the case that no times parameter was passed in. by Nathan Scott · 18 years ago
  43. c253666 [XFS] Cleanup in XFS after recent get_block_t interface tweaks. by Nathan Scott · 18 years ago
  44. ce9d37c [XFS] Merge Yingpings fix for a vn_count assert failure during QA - by Nathan Scott · 18 years ago
  45. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  46. 524fbf5 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will by Nathan Scott · 18 years ago
  47. 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 18 years ago
  48. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 18 years ago
  49. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 18 years ago
  50. 9bd6f13 [XFS] Fix missing inode atime update from the utime syscall. by Nathan Scott · 18 years ago
  51. 3a69c7d [XFS] Interim solution for attribute insertion failure during file by Yingping Lu · 18 years ago
  52. 107a09c [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround by Nathan Scott · 19 years ago
  53. 5424570 [XFS] Fix symlink creation too, with respect to initialising SELinux context. by Nathan Scott · 19 years ago
  54. 9f5974c Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  55. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  56. 0d1335b [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. by Nathan Scott · 19 years ago
  57. 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
  58. 216d3b2 [XFS] take out the call to vn_mark_bad() used when acl inherit fails and by Tim Shimmin · 19 years ago
  59. 446ada4 [XFS] Add an XFS callout to security_inode_init_security; SE Linux is not by Nathan Scott · 19 years ago
  60. 42fe2b1 [XFS] fix, speedup and simplify atime handling let the VFS handle atime by Christoph Hellwig · 19 years ago
  61. fc33a7b [PATCH] per-mountpoint noatime/nodiratime by Christoph Hellwig · 19 years ago
  62. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  63. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  64. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  65. 4aeb664 [XFS] Improve buffered read throughput by removing unnecessary timer calls by Nathan Scott · 19 years ago
  66. cde410a [XFS] Sort out some cosmetic differences between XFS trees. by Nathan Scott · 19 years ago
  67. 0432dab [XFS] remove struct vnode::v_type by Christoph Hellwig · 19 years ago
  68. 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago