1. eb40a87 xfs: use wait queues directly for the log wait queues by Dave Chinner · 13 years ago
  2. acecf1b xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush by Christoph Hellwig · 14 years ago
  3. b4e9181 xfs: remove unused delta tracking code in xfs_bmapi by Christoph Hellwig · 14 years ago
  4. 898621d xfs: simplify inode to transaction joining by Christoph Hellwig · 14 years ago
  5. ca30b2a xfs: give li_cb callbacks the correct prototype by Christoph Hellwig · 14 years ago
  6. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  7. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  8. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 14 years ago
  9. 191f848 xfs: remove a few macro indirections in the quota code by Christoph Hellwig · 14 years ago
  10. 8a7b8a8 xfs: access quotainfo structure directly by Christoph Hellwig · 14 years ago
  11. 3a8406f xfs: convert the dquot free list to use list heads by Dave Chinner · 14 years ago
  12. e6a81f1 xfs: convert the dquot hash list to use list heads by Dave Chinner · 14 years ago
  13. 3a25404 xfs: convert the per-mount dquot list to use list heads by Dave Chinner · 14 years ago
  14. 20026d9 xfs: kill the unused XFS_QMOPT_* flush flags V2 by Dave Chinner · 14 years ago
  15. 7d6a7bd xfs: Use delay write promotion for dquot flushing by Dave Chinner · 14 years ago
  16. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 14 years ago
  17. 0cadda1 xfs: remove duplicate buffer flags by Christoph Hellwig · 14 years ago
  18. 512dd1a xfs: kill XFS_QMOPT_ASYNC by Christoph Hellwig · 14 years ago
  19. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  20. ef14f0c xfs: use generic Posix ACL code by Christoph Hellwig · 15 years ago
  21. 7d09525 xfs: kill xfs_qmops by Christoph Hellwig · 15 years ago
  22. c9a192d xfs: sanitize qh_lock wrappers by Christoph Hellwig · 15 years ago
  23. 98b8c7a xfs: add a lock class for group/project dquots by Christoph Hellwig · 15 years ago
  24. 5bb87a3 xfs: lockdep annotations for xfs_dqlock2 by Christoph Hellwig · 15 years ago
  25. 9d87c31 [XFS] Remove the rest of the macro-to-function indirections. by Eric Sandeen · 15 years ago
  26. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  27. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  28. 7b2e2a3 [XFS] Allow 64 bit machines to avoid the AIL lock during flushes by David Chinner · 16 years ago
  29. 2f8a3ce [XFS] don't block in xfs_qm_dqflush() during async writeback. by David Chinner · 16 years ago
  30. bc3048e [XFS] Clean up dquot pincount code. by Peter Leckie · 16 years ago
  31. 5695ef46 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago
  32. e1f49cf [XFS] replace dquot flush semaphore with a completion by David Chinner · 16 years ago
  33. 0b1f9177 [XFS] remove remaining VN_HOLD calls by Christoph Hellwig · 16 years ago
  34. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  35. 4f0e8a9 [XFS] Remove unused Falgs parameter from xfs_qm_dqpurge() by Denys Vlasenko · 16 years ago
  36. 579aa9c [XFS] shrink mrlock_t by Christoph Hellwig · 16 years ago
  37. db7a19f [XFS] Ensure xfs_bawrite() errors are checked. by David Chinner · 16 years ago
  38. 3c56836 [XFS] Check for dquot flush errors by David Chinner · 16 years ago
  39. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  40. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  41. 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 17 years ago
  42. f7c99b6 [XFS] Remove unused argument to xfs_bmap_finish by Eric Sandeen · 17 years ago
  43. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  44. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  45. 3e57ecf [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report by Olaf Weber · 18 years ago
  46. 794ee1b [PATCH] mutex subsystem, semaphore to mutex: XFS by Jes Sorensen · 18 years ago
  47. 1149d96 [XFS] endianess annotations and cleanup for the quota code by Christoph Hellwig · 19 years ago
  48. 4ce3121 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  49. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  50. c310ab6 [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids above by Nathan Scott · 19 years ago
  51. efa092f [XFS] Fixes a bug in the quota code when allocating a new dquot record by Tim Shimmin · 19 years ago
  52. ad89d02 [XFS] Remove some debugging code from quota syscalls. by Nathan Scott · 19 years ago
  53. 754002b [XFS] Merge a few minor fixes to the quota warning code. by Nathan Scott · 19 years ago
  54. c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 19 years ago
  55. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  56. 4372d6e [XFS] Remove dead code. Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago