1. d88992f [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for by David Chinner · 19 years ago
  2. 4a8e4a2 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  3. 107a09c [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround by Nathan Scott · 19 years ago
  4. c2e8143 [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. by Nathan Scott · 19 years ago
  5. 5424570 [XFS] Fix symlink creation too, with respect to initialising SELinux context. by Nathan Scott · 19 years ago
  6. 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 19 years ago
  7. 9f5974c Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  8. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  9. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  10. ddae9c2 Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git by Nathan Scott · 19 years ago
  11. 0d1335b [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. by Nathan Scott · 19 years ago
  12. 3762ec6 [XFS] Merge in trivial changes, sync up headers with userspace equivalents. by Nathan Scott · 19 years ago
  13. 6ab6542 [XFS] Fix compiler warnings from older gcc versions wrt printfalike arguments. by Nathan Scott · 19 years ago
  14. ca5ccbf [XFS] Fix some build fallout from atime changes. by Nathan Scott · 19 years ago
  15. 1259845 [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to by Tim Shimmin · 19 years ago
  16. 71df099 [XFS] xfssyncd is responsible for flushing inode or device's data by by Yingping Lu · 19 years ago
  17. 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
  18. 204ab25 [XFS] Fix up offset type inconsistencies and gcc warnings from earlier changes. by Nathan Scott · 19 years ago
  19. da7f93e [XFS] fix up per-device xfsbufd by Christoph Hellwig · 19 years ago
  20. f5e596b [XFS] fix writeback control handling fix a reversed condition on where to by Christoph Hellwig · 19 years ago
  21. 6c4fe19 [XFS] cluster rewrites We can cluster mapped pages aswell, this improves by Christoph Hellwig · 19 years ago
  22. 7336cea [XFS] pass full 64bit offsets to xfs_add_to_ioend by Christoph Hellwig · 19 years ago
  23. d5cb48a [XFS] consolidate some code in xfs_page_state_convert The unmapped buffer by Christoph Hellwig · 19 years ago
  24. 9260dc6 [XFS] various fixes for xfs_convert_page fix various bogusities in by Christoph Hellwig · 19 years ago
  25. 1defeac [XFS] clean up the xfs_offset_to_map interface Currently we pass a struct by Christoph Hellwig · 19 years ago
  26. 10ce444 [XFS] use pagevec lookups This reduces the time spend in the radix tree by Christoph Hellwig · 19 years ago
  27. f6d6d4f [XFS] Initial pass at going directly-to-bio on the buffered IO path. This by Christoph Hellwig · 19 years ago
  28. ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
  29. 68bdb6e [XFS] Fixed delayed_blks assert failure during umount. The delayed_blks by Yingping Lu · 19 years ago
  30. a6867a6 [XFS] Introduce per-filesystem delwri pagebuf flushing to reduce by David Chinner · 19 years ago
  31. 216d3b2 [XFS] take out the call to vn_mark_bad() used when acl inherit fails and by Tim Shimmin · 19 years ago
  32. 794fe2d [XFS] endianess annotations and tidying for the uuid code by Christoph Hellwig · 19 years ago
  33. 60a204f [XFS] Fix a thinko when generating a forced shutdown stack trace. by Nathan Scott · 19 years ago
  34. 0733af2 [XFS] Add a stack trace in the case of xfs_forced_shutdown. by Ryan Hankins · 19 years ago
  35. 77a7cce [XFS] Fix quotaoff logitem for project quota, affects log recovery only. by Nathan Scott · 19 years ago
  36. 446ada4 [XFS] Add an XFS callout to security_inode_init_security; SE Linux is not by Nathan Scott · 19 years ago
  37. c2cd255 [XFS] Fix v2 log bufsize reporting in /proc/mounts. by Nathan Scott · 19 years ago
  38. 42fe2b1 [XFS] fix, speedup and simplify atime handling let the VFS handle atime by Christoph Hellwig · 19 years ago
  39. dd954c6 [XFS] turn xlog helper macros into real functions by Christoph Hellwig · 19 years ago
  40. 24ee808 [XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code by Eric Sandeen · 19 years ago
  41. 65be605 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover by Eric Sandeen · 19 years ago
  42. 0d14824 [XFS] Ensure max diosize reported is aligned with minimum diosize. by Nathan Scott · 19 years ago
  43. ee2a4f7 [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an by Nathan Scott · 19 years ago
  44. 3ddb8fa [XFS] Sort out cosmetic differences between user and kernel copies of some by Nathan Scott · 19 years ago
  45. a255a74 [XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont by Nathan Scott · 19 years ago
  46. b04ed21 [XFS] Disable write barriers for now till intermittent IO errors are understood. by Nathan Scott · 19 years ago
  47. 13059ff [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and by Nathan Scott · 19 years ago
  48. e13a73f [XFS] Write log dummy record when freezing filesystem by Christoph Hellwig · 19 years ago
  49. 1df84c9 [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for by Christoph Hellwig · 19 years ago
  50. 1661dc8 [XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block. by Yingping Lu · 19 years ago
  51. c7d437d [XFS] do barrier checks earlier. quota initialization may write to the by Christoph Hellwig · 19 years ago
  52. 70a061f [XFS] Fix typo from when enabling write barriers by default, flags botch by Nathan Scott · 19 years ago
  53. dd9f438 [XFS] Implement the di_extsize allocator hint for non-realtime files as by Nathan Scott · 19 years ago
  54. 061f720 [XFS] Do not inherit properties for the quota inodes from the root inode. by Nathan Scott · 19 years ago
  55. 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 19 years ago
  56. d3a9b1f [XFS] merge xfs_arch.h userspace changes back by Christoph Hellwig · 19 years ago
  57. f60d366 [XFS] remove over-eager assert by Christoph Hellwig · 19 years ago
  58. 099f7f0 xfs: header included twice by Nicolas Kaiser · 19 years ago
  59. ab396e9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  60. 7ff9205 [PATCH] don't include ioctl32.h in drivers by Christoph Hellwig · 19 years ago
  61. fc33a7b [PATCH] per-mountpoint noatime/nodiratime by Christoph Hellwig · 19 years ago
  62. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 19 years ago
  63. 3542c6e [PATCH] remove xfs xattr permission checks by Christoph Hellwig · 19 years ago
  64. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  65. 794ee1b [PATCH] mutex subsystem, semaphore to mutex: XFS by Jes Sorensen · 19 years ago
  66. a9aa1ff kbuild/xfs: introduce fs/xfs/Kbuild by Sam Ravnborg · 19 years ago
  67. a136564 [PATCH] remove gcc-2 checks by Andrew Morton · 19 years ago
  68. 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 19 years ago
  69. 51bfb75 [PATCH] xfs: missing gfp_t annotations by Al Viro · 19 years ago
  70. 551c81e [XFS] Resolve the xlog_grant_log_space hang, revert inline to macro. by Nathan Scott · 19 years ago
  71. e0144ca [XFS] Fix a case where attr2 format was being used unconditionally. by Nathan Scott · 19 years ago
  72. 6b2cf61 [XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to run by Felix Blyakher · 19 years ago
  73. a465639 [XFS] Fix a 32 bit value wraparound when providing a mapping for a large by Nathan Scott · 19 years ago
  74. f33c679 [XFS] handle error returns from freeze_bdev by Christoph Hellwig · 19 years ago
  75. 55b02d7 [XFS] Fix potential overflow in xfs_iomap_t delta for very large extents by Eric Sandeen · 19 years ago
  76. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  77. 2109a2d [PATCH] mm: rename kmem_cache_s to kmem_cache by Pekka J Enberg · 19 years ago
  78. 15c84a4 [XFS] Remove no-longer-used qsort source. by Nathan Scott · 19 years ago
  79. 05db218 [XFS] Fix an inode32 regression - if no options are presented, must still by Nathan Scott · 19 years ago
  80. 992c83a [XFS] Remove several no-longer-used files. by Nathan Scott · 19 years ago
  81. 7f248a8 [XFS] Cleanup cosmetic differences between source trees. by Nathan Scott · 19 years ago
  82. 538524a [XFS] fix XFS quota for modular XFS builds by Nathan Scott · 19 years ago
  83. bf6f05a [XFS] Fixed the inconsistency between attribute b-tree intermidiate node by Yingping Lu · 19 years ago
  84. 19d5bcf [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF. by Nathan Scott · 19 years ago
  85. a749ee8 [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode by Eric Sandeen · 19 years ago
  86. fdc7ed7 [XFS] Fix boundary conditions when issuing direct IOs from large userspace by Nathan Scott · 19 years ago
  87. 2b3b6d0 [XFS] Remove an unhelpful ifdef, the comment above the routine explains by Nathan Scott · 19 years ago
  88. cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
  89. c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
  90. 16259e7 [XFS] Endianess annotations for various allocator data structures by Christoph Hellwig · 19 years ago
  91. e2ed81f [XFS] remove unused code from xfs_iomap_write_direct by Eric Sandeen · 19 years ago
  92. e94af02 [XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if not by Eric Sandeen · 19 years ago
  93. 91e1108 [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsr by Yingping Lu · 19 years ago
  94. 9af0a70 [XFS] Fixed a bug in reporting extent list for attribute fork running by Yingping Lu · 19 years ago
  95. 7f14d0a [XFS] Simplify pagebuf_rele Remove a conditional that can not be true by Christoph Hellwig · 19 years ago
  96. e718eeb4 [XFS] Rework the final mount options flag bit to make room for more. by Nathan Scott · 19 years ago
  97. 6b3f6b5 [XFS] Rework the dquot hash sizing heuristics. by Nathan Scott · 19 years ago
  98. 1f730e3 [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c change by Eric Sandeen · 19 years ago
  99. 8a319ae [XFS] Disable attr2 by default, until a more appropriate time to enable it. by Nathan Scott · 19 years ago
  100. 374e2ac [XFS] Prevent data corruption on extending truncate case from cxfs client by Eric Sandeen · 19 years ago