1. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  2. 8867bc9 [XFS] There are a few problems with the new by Mandy Kirkconnell · 18 years ago
  3. 524fbf5 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will by Nathan Scott · 18 years ago
  4. f30a121 [XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce our by Nathan Scott · 18 years ago
  5. f020b67 [XFS] Fix assert to check that in-core extents are inline only. by Mandy Kirkconnell · 18 years ago
  6. a50cd26 [XFS] Switch over from linvfs names for sb/quotactl operations for by Nathan Scott · 18 years ago
  7. 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 18 years ago
  8. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 18 years ago
  9. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 18 years ago
  10. b8b0f54 [XFS] Remove a couple of no-longer-used macros/types from XFS. by Nathan Scott · 18 years ago
  11. a365bdd [XFS] Reduce stack usage within xfs_bmapi by rearranging some code, by Nathan Scott · 18 years ago
  12. 39269e2 [XFS] Reduce xfs_bmapi stack use by removing some local state variables, by Nathan Scott · 18 years ago
  13. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 18 years ago
  14. 9b94c2e [XFS] Take a dentry structure off the stack into the data segment. by Nathan Scott · 18 years ago
  15. 8f79405 [XFS] Reduce complexity in xfs_trans_init by pushing complex macros out by Nathan Scott · 18 years ago
  16. f6d75cb [XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stack by Nathan Scott · 18 years ago
  17. 1f6553f [XFS] Dynamically allocate local kiocb structures in readv/writev routines by Nathan Scott · 18 years ago
  18. 0293ce3 [XFS] 929045 567344 This mod introduces multi-level in-core file extent by Mandy Kirkconnell · 18 years ago
  19. 4eea22f [XFS] 929045 567344 This mod re-organizes some of the in-core file extent by Mandy Kirkconnell · 18 years ago
  20. 9f989c9 [XFS] Additional mount time superblock validation checks. by Nathan Scott · 18 years ago
  21. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 18 years ago
  22. 87cbc49 [XFS] Add xfs_map_buffer helper, use it in a couple of places. by Nathan Scott · 18 years ago
  23. f51623b [XFS] Move some code around to avoid prototypes and prep for future by Nathan Scott · 18 years ago
  24. 02d7c92 [XFS] Use XFS_VFSTOM in more places instead of open coding it. by Nathan Scott · 18 years ago
  25. fcce0f1 [XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irix by Tim Shimmin · 18 years ago
  26. a780143 [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to be by Nathan Scott · 18 years ago
  27. e8234a6 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by by David Chinner · 18 years ago
  28. 2d0f864 [XFS] Make headers compile for more compiler variants; minor cleanup. by Nathan Scott · 18 years ago
  29. d2c32ed [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many by Nathan Scott · 18 years ago
  30. e0cc232 [XFS] Flag the XFS inode cache as in need of spreading also. by Nathan Scott · 18 years ago
  31. 20722a9 [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from by Nathan Scott · 18 years ago
  32. 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 18 years ago
  33. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  34. 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 18 years ago
  35. 0c9512d [XFS] find_exported_dentry(). XFS does not need to use this symbol as it by David Chinner · 18 years ago
  36. 2353e8e [XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixes by Eric Sandeen · 18 years ago
  37. dae81d4 [XFS] Reduce stack use during quota mounts (caused a panic). This by Nathan Scott · 18 years ago
  38. 07ff2fa [XFS] Fix a realtime allocator regression introduced by an old iget race by Nathan Scott · 18 years ago
  39. 9bd6f13 [XFS] Fix missing inode atime update from the utime syscall. by Nathan Scott · 18 years ago
  40. 9fddaca [XFS] Account for the page we just wrote when we detect congestion during by David Chinner · 18 years ago
  41. e965f96 [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method by Christoph Lameter · 18 years ago
  42. fad3aa1 [XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, as by Nathan Scott · 18 years ago
  43. 3a69c7d [XFS] Interim solution for attribute insertion failure during file by Yingping Lu · 18 years ago
  44. d88992f [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for by David Chinner · 19 years ago
  45. 4a8e4a2 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  46. 107a09c [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround by Nathan Scott · 19 years ago
  47. c2e8143 [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. by Nathan Scott · 19 years ago
  48. 5424570 [XFS] Fix symlink creation too, with respect to initialising SELinux context. by Nathan Scott · 19 years ago
  49. 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 19 years ago
  50. 9f5974c Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  51. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  52. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  53. ddae9c2 Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git by Nathan Scott · 19 years ago
  54. 0d1335b [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. by Nathan Scott · 19 years ago
  55. 3762ec6 [XFS] Merge in trivial changes, sync up headers with userspace equivalents. by Nathan Scott · 19 years ago
  56. 6ab6542 [XFS] Fix compiler warnings from older gcc versions wrt printfalike arguments. by Nathan Scott · 19 years ago
  57. ca5ccbf [XFS] Fix some build fallout from atime changes. by Nathan Scott · 19 years ago
  58. 1259845 [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to by Tim Shimmin · 19 years ago
  59. 71df099 [XFS] xfssyncd is responsible for flushing inode or device's data by by Yingping Lu · 19 years ago
  60. 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
  61. 204ab25 [XFS] Fix up offset type inconsistencies and gcc warnings from earlier changes. by Nathan Scott · 19 years ago
  62. da7f93e [XFS] fix up per-device xfsbufd by Christoph Hellwig · 19 years ago
  63. f5e596b [XFS] fix writeback control handling fix a reversed condition on where to by Christoph Hellwig · 19 years ago
  64. 6c4fe19 [XFS] cluster rewrites We can cluster mapped pages aswell, this improves by Christoph Hellwig · 19 years ago
  65. 7336cea [XFS] pass full 64bit offsets to xfs_add_to_ioend by Christoph Hellwig · 19 years ago
  66. d5cb48a [XFS] consolidate some code in xfs_page_state_convert The unmapped buffer by Christoph Hellwig · 19 years ago
  67. 9260dc6 [XFS] various fixes for xfs_convert_page fix various bogusities in by Christoph Hellwig · 19 years ago
  68. 1defeac [XFS] clean up the xfs_offset_to_map interface Currently we pass a struct by Christoph Hellwig · 19 years ago
  69. 10ce444 [XFS] use pagevec lookups This reduces the time spend in the radix tree by Christoph Hellwig · 19 years ago
  70. f6d6d4f [XFS] Initial pass at going directly-to-bio on the buffered IO path. This by Christoph Hellwig · 19 years ago
  71. ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
  72. 68bdb6e [XFS] Fixed delayed_blks assert failure during umount. The delayed_blks by Yingping Lu · 19 years ago
  73. a6867a6 [XFS] Introduce per-filesystem delwri pagebuf flushing to reduce by David Chinner · 19 years ago
  74. 216d3b2 [XFS] take out the call to vn_mark_bad() used when acl inherit fails and by Tim Shimmin · 19 years ago
  75. 794fe2d [XFS] endianess annotations and tidying for the uuid code by Christoph Hellwig · 19 years ago
  76. 60a204f [XFS] Fix a thinko when generating a forced shutdown stack trace. by Nathan Scott · 19 years ago
  77. 0733af2 [XFS] Add a stack trace in the case of xfs_forced_shutdown. by Ryan Hankins · 19 years ago
  78. 77a7cce [XFS] Fix quotaoff logitem for project quota, affects log recovery only. by Nathan Scott · 19 years ago
  79. 446ada4 [XFS] Add an XFS callout to security_inode_init_security; SE Linux is not by Nathan Scott · 19 years ago
  80. c2cd255 [XFS] Fix v2 log bufsize reporting in /proc/mounts. by Nathan Scott · 19 years ago
  81. 42fe2b1 [XFS] fix, speedup and simplify atime handling let the VFS handle atime by Christoph Hellwig · 19 years ago
  82. dd954c6 [XFS] turn xlog helper macros into real functions by Christoph Hellwig · 19 years ago
  83. 24ee808 [XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code by Eric Sandeen · 19 years ago
  84. 65be605 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover by Eric Sandeen · 19 years ago
  85. 0d14824 [XFS] Ensure max diosize reported is aligned with minimum diosize. by Nathan Scott · 19 years ago
  86. ee2a4f7 [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an by Nathan Scott · 19 years ago
  87. 3ddb8fa [XFS] Sort out cosmetic differences between user and kernel copies of some by Nathan Scott · 19 years ago
  88. a255a74 [XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont by Nathan Scott · 19 years ago
  89. b04ed21 [XFS] Disable write barriers for now till intermittent IO errors are understood. by Nathan Scott · 19 years ago
  90. 13059ff [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and by Nathan Scott · 19 years ago
  91. e13a73f [XFS] Write log dummy record when freezing filesystem by Christoph Hellwig · 19 years ago
  92. 1df84c9 [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for by Christoph Hellwig · 19 years ago
  93. 1661dc8 [XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block. by Yingping Lu · 19 years ago
  94. c7d437d [XFS] do barrier checks earlier. quota initialization may write to the by Christoph Hellwig · 19 years ago
  95. 70a061f [XFS] Fix typo from when enabling write barriers by default, flags botch by Nathan Scott · 19 years ago
  96. dd9f438 [XFS] Implement the di_extsize allocator hint for non-realtime files as by Nathan Scott · 19 years ago
  97. 061f720 [XFS] Do not inherit properties for the quota inodes from the root inode. by Nathan Scott · 19 years ago
  98. 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 19 years ago
  99. d3a9b1f [XFS] merge xfs_arch.h userspace changes back by Christoph Hellwig · 19 years ago
  100. f60d366 [XFS] remove over-eager assert by Christoph Hellwig · 19 years ago