1. 0030807 xfs: revert to using a kthread for AIL pushing by Christoph Hellwig · 13 years ago
  2. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/linux-2.6/xfs_linux.h]
  3. 06f8e2d xfs: don't expect xfs headers to be in subdirectories by Alex Elder · 13 years ago
  4. 218106a xfs: use generic get_unaligned_beXX helpers by Christoph Hellwig · 13 years ago
  5. 8a072a4 xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy by Christoph Hellwig · 13 years ago
  6. 9130090 xfs: kill support/debug.[ch] by Dave Chinner · 13 years ago
  7. 10e3839 xfs: introduce new logging API. by Dave Chinner · 13 years ago
  8. eb40a87 xfs: use wait queues directly for the log wait queues by Dave Chinner · 14 years ago
  9. 6743099 xfs: Extend project quotas to support 32bit project ids by Arkadiusz Mi?kiewicz · 14 years ago
  10. 6c77b0e xfs: remove xfs_cred.h by Christoph Hellwig · 14 years ago
  11. 78a4b09 xfs: remove xfs_globals.h by Christoph Hellwig · 14 years ago
  12. fa9b227 xfs: new truncate sequence by Christoph Hellwig · 14 years ago
  13. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  14. d7658d4 xfs: kill xfs_lrw.h by Christoph Hellwig · 14 years ago
  15. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  16. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  17. a0b0b8a xfs: kill mutex_t typedef by Christoph Hellwig · 15 years ago
  18. fcafb71 xfs: get rid of indirections in the quotaops implementation by Christoph Hellwig · 15 years ago
  19. 2b5decd [XFS] remove xfs_vfs.h by Christoph Hellwig · 16 years ago
  20. 6c31b93 [XFS] allow inode64 mount option on 32 bit systems by Christoph Hellwig · 16 years ago
  21. 6bfb3d0 [XFS] Fix race when looking up reclaimable inodes by David Chinner · 16 years ago
  22. e0b8e8b [XFS] remove restricted chown parameter from xfs linux by Tim Shimmin · 16 years ago
  23. 9e2b2dc CRED: Introduce credential access wrappers by David Howells · 16 years ago
  24. ab4a9b0 [XFS] remove the sema_t from XFS. by David Chinner · 16 years ago
  25. 863890c [XFS] kill vn_to_inode by Christoph Hellwig · 16 years ago
  26. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  27. ae23a5e [XFS] Pack some shortform dir2 structures for the ARM old ABI architecture. by Eric Sandeen · 16 years ago
  28. 189f4bf [XFS] XFS: ASCII case-insensitive support by Barry Naujok · 16 years ago
  29. 64275ea [XFS] Include linux/random.h in all builds, not just debug. by David Chinner · 16 years ago
  30. 18d1820 [XFS] Fix broken HAVE_SPLICE removal commit. by Donald Douwsma · 16 years ago
  31. 163d368 [XFS] Remove the xfs_refcache by Donald Douwsma · 16 years ago
  32. e6a4b37 [XFS] Remove the BPCSHIFT and NB* based macros from XFS. by Tim Shimmin · 17 years ago
  33. 4ca488e [XFS] Kill off xfs_statvfs. by Christoph Hellwig · 17 years ago
  34. 007c61c [XFS] Remove spin.h by Eric Sandeen · 17 years ago
  35. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  36. 39cd9f8 [XFS] kill move.[ch] by Christoph Hellwig · 17 years ago
  37. af3a2e8 [XFS] move linux/log2.h header to xfs_linux.h by Eric Sandeen · 17 years ago
  38. 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
  39. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  40. 33a266d [PATCH] Make BH_Unwritten a first class bufferhead flag V2 by David Chinner · 17 years ago
  41. 68c3271 [XFS] Fix a porting botch on the realtime subvol growfs code path. by Nathan Scott · 18 years ago
  42. 3f89243 [XFS] Remove several macros that are no longer used anywhere by Eric Sandeen · 18 years ago
  43. b4cac1a [PATCH] FDPIC: Move roundup() into linux/kernel.h by David Howells · 18 years ago
  44. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  45. ebe1090 [XFS] Remove a couple of no-longer-used macros. by Nathan Scott · 18 years ago
  46. da2f4d6 [XFS] Map EFSCORRUPTED to an actual error code, not just a made up one by Nathan Scott · 18 years ago
  47. 59c1b08 [XFS] Make the pflags test/set wrappers more legible for us mere humans. by Nathan Scott · 18 years ago
  48. d3446ea [XFS] Add degframentation exclusion support by Barry Naujok · 18 years ago
  49. 1b89584 [XFS] Provide XFS support for the splice syscall. by Nathan Scott · 18 years ago
  50. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  51. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 18 years ago
  52. e8234a6 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by by David Chinner · 18 years ago
  53. d2c32ed [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many by Nathan Scott · 18 years ago
  54. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  55. f6d6d4f [XFS] Initial pass at going directly-to-bio on the buffered IO path. This by Christoph Hellwig · 19 years ago
  56. ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
  57. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  58. 6b3f6b5 [XFS] Rework the dquot hash sizing heuristics. by Nathan Scott · 19 years ago
  59. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  60. 0fdfb37 [XFS] Remove a null CELL macro and its one caller, not useful to anyone. by Nathan Scott · 19 years ago
  61. 380b5dc [XFS] Fix up an internal sort function name collision issue. by Nathan Scott · 19 years ago
  62. cde410a [XFS] Sort out some cosmetic differences between XFS trees. by Nathan Scott · 19 years ago
  63. 0829c36 [XFS] Add infrastructure for tracking I/O completions by Christoph Hellwig · 19 years ago
  64. 2a5a68b Merge rsync://oss.sgi.com/git/xfs-2.6 by Linus Torvalds · 19 years ago
  65. 39c715b [PATCH] smp_processor_id() cleanup by Ingo Molnar · 19 years ago
  66. c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago