1. 2109a2d [PATCH] mm: rename kmem_cache_s to kmem_cache by Pekka J Enberg · 19 years ago
  2. 15c84a4 [XFS] Remove no-longer-used qsort source. by Nathan Scott · 19 years ago
  3. 05db218 [XFS] Fix an inode32 regression - if no options are presented, must still by Nathan Scott · 19 years ago
  4. 992c83a [XFS] Remove several no-longer-used files. by Nathan Scott · 19 years ago
  5. 7f248a8 [XFS] Cleanup cosmetic differences between source trees. by Nathan Scott · 19 years ago
  6. 538524a [XFS] fix XFS quota for modular XFS builds by Nathan Scott · 19 years ago
  7. bf6f05a [XFS] Fixed the inconsistency between attribute b-tree intermidiate node by Yingping Lu · 19 years ago
  8. 19d5bcf [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF. by Nathan Scott · 19 years ago
  9. a749ee8 [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode by Eric Sandeen · 19 years ago
  10. fdc7ed7 [XFS] Fix boundary conditions when issuing direct IOs from large userspace by Nathan Scott · 19 years ago
  11. 2b3b6d0 [XFS] Remove an unhelpful ifdef, the comment above the routine explains by Nathan Scott · 19 years ago
  12. cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
  13. c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
  14. 16259e7 [XFS] Endianess annotations for various allocator data structures by Christoph Hellwig · 19 years ago
  15. e2ed81f [XFS] remove unused code from xfs_iomap_write_direct by Eric Sandeen · 19 years ago
  16. e94af02 [XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if not by Eric Sandeen · 19 years ago
  17. 91e1108 [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsr by Yingping Lu · 19 years ago
  18. 9af0a70 [XFS] Fixed a bug in reporting extent list for attribute fork running by Yingping Lu · 19 years ago
  19. 7f14d0a [XFS] Simplify pagebuf_rele Remove a conditional that can not be true by Christoph Hellwig · 19 years ago
  20. e718eeb4 [XFS] Rework the final mount options flag bit to make room for more. by Nathan Scott · 19 years ago
  21. 6b3f6b5 [XFS] Rework the dquot hash sizing heuristics. by Nathan Scott · 19 years ago
  22. 1f730e3 [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c change by Eric Sandeen · 19 years ago
  23. 8a319ae [XFS] Disable attr2 by default, until a more appropriate time to enable it. by Nathan Scott · 19 years ago
  24. 374e2ac [XFS] Prevent data corruption on extending truncate case from cxfs client by Eric Sandeen · 19 years ago
  25. 4750ddb [XFS] Fix sparse warnings in ktrace.[ch] by Christoph Hellwig · 19 years ago
  26. 5bde1ba9 [XFS] silence gcc4 warnings. the directory ones are wrong because of by Christoph Hellwig · 19 years ago
  27. 9dac13e [XFS] Remove unused type, xfs_gap_t. by Nathan Scott · 19 years ago
  28. 1149d96 [XFS] endianess annotations and cleanup for the quota code by Christoph Hellwig · 19 years ago
  29. fa7e7d7 [XFS] Show additional mount options in /proc/mounts, fix up some debug code. by Nathan Scott · 19 years ago
  30. da087ba [XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode. by Nathan Scott · 19 years ago
  31. 0116d93 [XFS] Remove dead code in xfs_iomap_write_direct; save some stack by Eric Sandeen · 19 years ago
  32. 4ce3121 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  33. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  34. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  35. 61c1e68 [XFS] remove unused struct xfs_ail_ticket by Christoph Hellwig · 19 years ago
  36. fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
  37. 4aeb664 [XFS] Improve buffered read throughput by removing unnecessary timer calls by Nathan Scott · 19 years ago
  38. 0fdfb37 [XFS] Remove a null CELL macro and its one caller, not useful to anyone. by Nathan Scott · 19 years ago
  39. 380b5dc [XFS] Fix up an internal sort function name collision issue. by Nathan Scott · 19 years ago
  40. 80cce77 [XFS] Make some extended attributes routines take const parameters, for by Nathan Scott · 19 years ago
  41. f74dee4 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  42. af4e34a [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  43. d8cc890 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  44. aa82daa [XFS] Move some code around to prepare for the upcoming extended by Nathan Scott · 19 years ago
  45. e8c8b3a [XFS] Introduce two new mount options (nolargeio/largeio) to allow by David Chinner · 19 years ago
  46. ee34807 [XFS] Provide a mechiansm for flushing delalloc before quota reporting. by Nathan Scott · 19 years ago
  47. c310ab6 [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids above by Nathan Scott · 19 years ago
  48. 30dab21 [XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT. by Nathan Scott · 19 years ago
  49. c86e711 [XFS] only mark buffers done when all pages are uptodate in addition by Christoph Hellwig · 19 years ago
  50. d0cfb37 [XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr) by Eric Sandeen · 19 years ago
  51. f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
  52. 739cafd [XFS] fix PBF_NONE handling by Christoph Hellwig · 19 years ago
  53. da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago
  54. 88741a9 [XFS] remove unused pagebuf flags by Christoph Hellwig · 19 years ago
  55. 04d8b28 [XFS] Make sure the threads and shaker in xfs_buf are de-initialized in by Christoph Hellwig · 19 years ago
  56. 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
  57. 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
  58. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  59. 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  60. a9f6a0d [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions by Ingo Molnar · 19 years ago
  61. c9fc0d6 [XFS] Revert recent quota Makefile change, not in a fit state for merging. by Nathan Scott · 19 years ago
  62. eccdfcd [XFS] Fix modular XFS builds (Makefile botch). by Nathan Scott · 19 years ago
  63. 20ba028 [XFS] Remove special Kconfig XFS menu, make XFS options "inline". by Nathan Scott · 19 years ago
  64. f016bad [XFS] Cleanup some -Wundef flag warnings in the endian macros (thanks by Nathan Scott · 19 years ago
  65. cde410a [XFS] Sort out some cosmetic differences between XFS trees. by Nathan Scott · 19 years ago
  66. c31e887 [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handling by Nathan Scott · 19 years ago
  67. a3c476d [XFS] replace "extern inline" with "static inline" Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  68. 4df08c5 [XFS] Switch kernel thread handling to the kthread_ API by Christoph Hellwig · 19 years ago
  69. 2f92658 [XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags after by David Chinner · 19 years ago
  70. ba403ab [XFS] Retry linux inode cacech lookup if we found a stale inode. This by Christoph Hellwig · 19 years ago
  71. efa092f [XFS] Fixes a bug in the quota code when allocating a new dquot record by Tim Shimmin · 19 years ago
  72. 0f9fffb [XFS] remove some dead code from pagebuf by Christoph Hellwig · 19 years ago
  73. 02ba71d [XFS] allow a null behaviour pointer in linvfs_clear_inode by Christoph Hellwig · 19 years ago
  74. 53937c5 [XFS] Manage spinlock differences between kernel versions a bit. by Nathan Scott · 19 years ago
  75. 526c420 [XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctls by Eric Sandeen · 19 years ago
  76. 0c147f9 [XFS] Check if there is first behavior before calling VOP_RECLAIM from by Felix Blyakher · 19 years ago
  77. 4cd4a03 [XFS] Need to be able to reset sb_qflags if not mounting with quotas by Tim Shimmin · 19 years ago
  78. 56d433e [XFS] streamline the clear_inode path by Christoph Hellwig · 19 years ago
  79. c1a073b [XFS] Delay I/O completion for unwritten extents after conversion by Christoph Hellwig · 19 years ago
  80. f097386 [XFS] Delay direct I/O completion to a workqueue This is nessecary by Christoph Hellwig · 19 years ago
  81. 65b3da3 [XFS] Add in the new xfs_aops.h header file for I/O completion struct. by Christoph Hellwig · 19 years ago
  82. 0829c36 [XFS] Add infrastructure for tracking I/O completions by Christoph Hellwig · 19 years ago
  83. 51c91ed5 [XFS] add infrastructure for waiting on I/O completion at inode reclaim time by Christoph Hellwig · 19 years ago
  84. 592cb26 [XFS] remove unessecary vnode flags by Christoph Hellwig · 19 years ago
  85. 760dea6 [XFS] Fix sparse warnings in kmem_* functions Patch from Victor Fusco by Christoph Hellwig · 19 years ago
  86. 6f948fb [XFS] Need to unlock the AIL before calling xfs_force_shutdown() because by Tim Shimmin · 19 years ago
  87. 0432dab [XFS] remove struct vnode::v_type by Christoph Hellwig · 19 years ago
  88. 155ffd0 [XFS] Remove extraneous quotacheck diagnostics. by Nathan Scott · 19 years ago
  89. e69a333 [XFS] Add in grpid/nogrpid mount option parsing, actual code was always there.. by Nathan Scott · 19 years ago
  90. 7e9c639 [XFS] 929956 add log debugging and tracing info by Tim Shimmin · 19 years ago
  91. 32fb9b5 [XFS] Fix up the calculation of the reservation overhead to hopefully by Tim Shimmin · 19 years ago
  92. d52b44d [XFS] Fix regression in transaction reserved-block accounting for direct writes. by Nathan Scott · 19 years ago
  93. ad4a8ac [XFS] Fix check for writeable file in xfs_ioc_space ioctl code by Eric Sandeen · 19 years ago
  94. 3bdbfb1 [XFS] Prevent the incore superblock sb_fdblocks count from leaking when we by David Chinner · 19 years ago
  95. bcec2b7 [XFS] Add a chunk of tracing code to diagnose truncate related issues. by Nathan Scott · 19 years ago
  96. eedb553 [XFS] Make metadata IO completion consistent with other IO completion handlers. by Nathan Scott · 19 years ago
  97. cdb6268 [XFS] replace vn_get usage by ihold by Christoph Hellwig · 19 years ago
  98. bb3f724 [XFS] send dmapi events from nopage for mmapped files by Dean Roehrich · 19 years ago
  99. 536388b [XFS] upate copyrights by Dean Roehrich · 19 years ago
  100. 616b1c7 [XFS] Update copyrights by Dean Roehrich · 19 years ago