1. 0bbacc4 NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  2. 6bfc93e NFSv4: Teach NFSv4 to cache locks when we hold a delegation by Trond Myklebust · 19 years ago
  3. 888e694 NFSv4: Recover locks too when returning a delegation by Trond Myklebust · 19 years ago
  4. 43b2a33 NFSv4: Fix recovery of flock() locks. by Trond Myklebust · 19 years ago
  5. 34ea8188 NFSv4: Return any delegations before sillyrenaming the file by Trond Myklebust · 19 years ago
  6. 2c56617 NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEID by Trond Myklebust · 19 years ago
  7. d530838 NFSv4: Fix problem with OPEN_DOWNGRADE by Trond Myklebust · 19 years ago
  8. 4cecb76 NFSv4: Fix a race between open() and close() by Trond Myklebust · 19 years ago
  9. 0f3278d Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  10. 15c84a4 [XFS] Remove no-longer-used qsort source. by Nathan Scott · 19 years ago
  11. 05db218 [XFS] Fix an inode32 regression - if no options are presented, must still by Nathan Scott · 19 years ago
  12. 992c83a [XFS] Remove several no-longer-used files. by Nathan Scott · 19 years ago
  13. 7f248a8 [XFS] Cleanup cosmetic differences between source trees. by Nathan Scott · 19 years ago
  14. 538524a [XFS] fix XFS quota for modular XFS builds by Nathan Scott · 19 years ago
  15. de69e5f [XFS] Add a mechanism for XFS to use the generic quota sync method. by Nathan Scott · 19 years ago
  16. bf6f05a [XFS] Fixed the inconsistency between attribute b-tree intermidiate node by Yingping Lu · 19 years ago
  17. ec1890c Merge git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  18. 19d5bcf [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF. by Nathan Scott · 19 years ago
  19. a749ee8 [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode by Eric Sandeen · 19 years ago
  20. fdc7ed7 [XFS] Fix boundary conditions when issuing direct IOs from large userspace by Nathan Scott · 19 years ago
  21. 2b3b6d0 [XFS] Remove an unhelpful ifdef, the comment above the routine explains by Nathan Scott · 19 years ago
  22. cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
  23. c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
  24. 16259e7 [XFS] Endianess annotations for various allocator data structures by Christoph Hellwig · 19 years ago
  25. e2ed81f [XFS] remove unused code from xfs_iomap_write_direct by Eric Sandeen · 19 years ago
  26. e94af02 [XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if not by Eric Sandeen · 19 years ago
  27. 91e1108 [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsr by Yingping Lu · 19 years ago
  28. 9af0a70 [XFS] Fixed a bug in reporting extent list for attribute fork running by Yingping Lu · 19 years ago
  29. 7f14d0a [XFS] Simplify pagebuf_rele Remove a conditional that can not be true by Christoph Hellwig · 19 years ago
  30. e718eeb4 [XFS] Rework the final mount options flag bit to make room for more. by Nathan Scott · 19 years ago
  31. 6b3f6b5 [XFS] Rework the dquot hash sizing heuristics. by Nathan Scott · 19 years ago
  32. 1f730e3 [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c change by Eric Sandeen · 19 years ago
  33. 8a319ae [XFS] Disable attr2 by default, until a more appropriate time to enable it. by Nathan Scott · 19 years ago
  34. 374e2ac [XFS] Prevent data corruption on extending truncate case from cxfs client by Eric Sandeen · 19 years ago
  35. 4750ddb [XFS] Fix sparse warnings in ktrace.[ch] by Christoph Hellwig · 19 years ago
  36. 5bde1ba9 [XFS] silence gcc4 warnings. the directory ones are wrong because of by Christoph Hellwig · 19 years ago
  37. 9dac13e [XFS] Remove unused type, xfs_gap_t. by Nathan Scott · 19 years ago
  38. 1149d96 [XFS] endianess annotations and cleanup for the quota code by Christoph Hellwig · 19 years ago
  39. fa7e7d7 [XFS] Show additional mount options in /proc/mounts, fix up some debug code. by Nathan Scott · 19 years ago
  40. da087ba [XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode. by Nathan Scott · 19 years ago
  41. 0116d93 [XFS] Remove dead code in xfs_iomap_write_direct; save some stack by Eric Sandeen · 19 years ago
  42. 4ce3121 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  43. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  44. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  45. 61c1e68 [XFS] remove unused struct xfs_ail_ticket by Christoph Hellwig · 19 years ago
  46. fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
  47. 4aeb664 [XFS] Improve buffered read throughput by removing unnecessary timer calls by Nathan Scott · 19 years ago
  48. 0fdfb37 [XFS] Remove a null CELL macro and its one caller, not useful to anyone. by Nathan Scott · 19 years ago
  49. 380b5dc [XFS] Fix up an internal sort function name collision issue. by Nathan Scott · 19 years ago
  50. 80cce77 [XFS] Make some extended attributes routines take const parameters, for by Nathan Scott · 19 years ago
  51. f74dee4 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  52. af4e34a [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  53. d8cc890 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  54. aa82daa [XFS] Move some code around to prepare for the upcoming extended by Nathan Scott · 19 years ago
  55. e8c8b3a [XFS] Introduce two new mount options (nolargeio/largeio) to allow by David Chinner · 19 years ago
  56. ee34807 [XFS] Provide a mechiansm for flushing delalloc before quota reporting. by Nathan Scott · 19 years ago
  57. c310ab6 [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids above by Nathan Scott · 19 years ago
  58. 30dab21 [XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT. by Nathan Scott · 19 years ago
  59. c86e711 [XFS] only mark buffers done when all pages are uptodate in addition by Christoph Hellwig · 19 years ago
  60. d0cfb37 [XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr) by Eric Sandeen · 19 years ago
  61. f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
  62. 739cafd [XFS] fix PBF_NONE handling by Christoph Hellwig · 19 years ago
  63. da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago
  64. 88741a9 [XFS] remove unused pagebuf flags by Christoph Hellwig · 19 years ago
  65. 04d8b28 [XFS] Make sure the threads and shaker in xfs_buf are de-initialized in by Christoph Hellwig · 19 years ago
  66. ef0eaa133 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  67. 94b166a Merge branch 'master' of /home/src/linux-2.6/ by Anton Altaparmakov · 19 years ago
  68. 3aebf25 NTFS: Fix a stupid bug causing writes to non-initialized pages to segfault. by Anton Altaparmakov · 19 years ago
  69. a362357 [BLOCK] Unify the seperate read/write io stat fields into arrays by Jens Axboe · 19 years ago
  70. 659603e [PATCH] fix __writeback_single_inode WARN_ON by Andrea Arcangeli · 19 years ago
  71. 53b2ec5 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  72. 1f04c0a Merge branch 'master' of /usr/src/ntfs-2.6/ by Anton Altaparmakov · 19 years ago
  73. 23fd077 Merge ../linux-2.6 by hand by Paul Mackerras · 19 years ago
  74. ad2c160 [PATCH] fat: Remove duplicate directory scanning code by Pekka Enberg · 19 years ago
  75. 9131dd4 [PATCH] fat: remove the unneeded vfat_find() in vfat_rename() by OGAWA Hirofumi · 19 years ago
  76. 451cbaa [PATCH] fat: cleanup and optimization of checksum by OGAWA Hirofumi · 19 years ago
  77. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  78. a3e713b [PATCH] __bread oops fix by Andrew Morton · 19 years ago
  79. b3099b4 [PATCH] fs/attr.c: remove BUG() by Alexey Dobriyan · 19 years ago
  80. 2973dfd [PATCH] Test for sb_getblk return value by Glauber de Oliveira Costa · 19 years ago
  81. 7f04c26 [PATCH] fix nr_unused accounting, and avoid recursing in iput with I_WILL_FREE set by Andrea Arcangeli · 19 years ago
  82. 381be254 [PATCH] ext3: sparse fixes by Ben Dooks · 19 years ago
  83. 1291cf4 [PATCH] fix de_thread() vs do_coredump() deadlock by Oleg Nesterov · 19 years ago
  84. 1779381 [PATCH] fuse: spelling fixes by Miklos Szeredi · 19 years ago
  85. 5b11687 [PATCH] Locking problems while EXT3FS_DEBUG on by Glauber de Oliveira Costa · 19 years ago
  86. 2384f55 [PATCH] coredump_wait() cleanup by Oleg Nesterov · 19 years ago
  87. e954365 [PATCH] proc: fix of error path in proc_get_inode() by Kirill Korotaev · 19 years ago
  88. f12ec44 [PATCH] fuse: clean up dead code related to nfs exporting by Miklos Szeredi · 19 years ago
  89. 932aeaf [PATCH] fix de_thread vs it_real_fn() deadlock by Oleg Nesterov · 19 years ago
  90. 2f51201 [PATCH] reduce sizeof(struct file) by Eric Dumazet · 19 years ago
  91. 42e50a5 [PATCH] open: cleanup in lookup_flags() by Miklos Szeredi · 19 years ago
  92. a928972 [PATCH] Don't uselessly export task_struct to userspace in core dumps by Eric W. Biederman · 19 years ago
  93. 9c0cbd5 [PATCH] TIOC* compat ioctl handling by Christoph Hellwig · 19 years ago
  94. 9e4e23b [PATCH] little de_thread() cleanup by Oleg Nesterov · 19 years ago
  95. 833d304 [PATCH] reiserfs: [kv]free() checking cleanup by James Lamanna · 19 years ago
  96. aaa4059 [PATCH] ext3: Fix unmapped buffers in transaction's lists by Jan Kara · 19 years ago
  97. d381d8a [PATCH] SELinux: canonicalize getxattr() by James Morris · 19 years ago
  98. 0d078f6 [PATCH] CONFIG_IA32 by Brian Gerst · 19 years ago
  99. d3f8cf4 [PATCH] NFS: Remove unbalanced spin_unlock() calls from nfs_refresh_inode() by Trond Myklebust · 19 years ago
  100. 07b188a Merge branch 'master' of /usr/src/ntfs-2.6/ by Anton Altaparmakov · 19 years ago