1. 94b97e3 [XFS] Never call mark_inode_dirty_sync() directly by David Chinner · 16 years ago
  2. 364f358 [XFS] Prevent direct I/O from mapping extents beyond eof by Lachlan McIlroy · 16 years ago
  3. e6064d3 [XFS] XFS: Kill xfs_vtoi() by David Chinner · 16 years ago
  4. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  5. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  6. b41759c [XFS] Remove unused wbc parameter from xfs_start_page_writeback() by Denys Vlasenko · 16 years ago
  7. cc88466 [XFS] Catch unwritten extent conversion errors. by David Chinner · 16 years ago
  8. 126468b [XFS] kill xfs_rwlock/xfs_rwunlock by Christoph Hellwig · 16 years ago
  9. 71ddabb [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config by Eric Sandeen · 17 years ago
  10. 613d704 [XFS] kill xfs_iocore_t by Christoph Hellwig · 17 years ago
  11. 541d7d3 [XFS] kill unnessecary ioops indirection by Lachlan McIlroy · 17 years ago
  12. 7642861 [XFS] kill BMAPI_UNWRITTEN by Christoph Hellwig · 17 years ago
  13. 6214ed4 [XFS] kill BMAPI_DEVICE by Christoph Hellwig · 17 years ago
  14. cf441ee [XFS] clean up vnode/inode tracing by Lachlan McIlroy · 16 years ago
  15. 347c53d Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  16. 1f7decf writeback: remove pages_skipped accounting in __block_write_full_page() by Fengguang Wu · 17 years ago
  17. d79689c xfs: convert to new aops by Nick Piggin · 17 years ago
  18. 150f29e [XFS] no longer using io_vnode, as was remaining from 23 cherrypick by Tim Shimmin · 17 years ago
  19. 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  20. b677c21 [XFS] move v_iocount from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  21. b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  22. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  23. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  24. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  25. 776a75fa [XFS] Ensure file size updates have been completed before writing inode to disk. by Lachlan McIlroy · 17 years ago
  26. 265c1fa [XFS] fix sparse shadowed variable warnings by Christoph Hellwig · 17 years ago
  27. effd120 [XFS] Map unwritten extents correctly for I/o completion processing by David Chinner · 17 years ago
  28. b282613 [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize(). by David Chinner · 17 years ago
  29. e927af9 [XFS] Block on unwritten extent conversion during synchronous direct I/O. by David Chinner · 17 years ago
  30. df3c724 [XFS] Write at EOF may not update filesize correctly. by David Chinner · 17 years ago
  31. ba87ea6 [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. by Lachlan McIlroy · 17 years ago
  32. 6ab8eb1 [PATCH] Make XFS use BH_Unwritten and BH_Delay correctly by David Chinner · 17 years ago
  33. 549054a [XFS] Fix sub-block zeroing for buffered writes into unwritten extents. by David Chinner · 17 years ago
  34. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 17 years ago
  35. 9213202 [PATCH] Fix XFS after clear_page_dirty() removal by David Chinner · 18 years ago
  36. 8459d86 [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED by Zach Brown · 18 years ago
  37. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  38. b627259 [XFS] Remove a no-longer-correct debug assert from dio completion handling. by Nathan Scott · 18 years ago
  39. ed9d88f [XFS] Fix sparse warning found when page tracing enabled, due to by Nathan Scott · 18 years ago
  40. 721259b [XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling by Lachlan McIlroy · 18 years ago
  41. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  42. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  43. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  44. 7d4fb40 [XFS] Start writeout earlier (on last close) in the case where we have a by Nathan Scott · 18 years ago
  45. 59c1b08 [XFS] Make the pflags test/set wrappers more legible for us mere humans. by Nathan Scott · 18 years ago
  46. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  47. 8272145 [XFS] Fix a writepage regression where we accidentally stopped honouring by Nathan Scott · 18 years ago
  48. c253666 [XFS] Cleanup in XFS after recent get_block_t interface tweaks. by Nathan Scott · 18 years ago
  49. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  50. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 18 years ago
  51. fa30bd0 [PATCH] map multiple blocks for mpage_readpages() by Badari Pulavarty · 18 years ago
  52. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 18 years ago
  53. 2ddee84 [XFS] Check that a page has dirty buffers before finding it acceptable for by David Chinner · 18 years ago
  54. f1fdc84 [XFS] Fixing KDB's xrwtrc command, also added the current process id into by Yingping Lu · 18 years ago
  55. 238f4c5 [XFS] Make couple names consitent, be more defensive on releasepage (and by Nathan Scott · 18 years ago
  56. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  57. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 18 years ago
  58. 87cbc49 [XFS] Add xfs_map_buffer helper, use it in a couple of places. by Nathan Scott · 18 years ago
  59. f51623b [XFS] Move some code around to avoid prototypes and prep for future by Nathan Scott · 18 years ago
  60. 2353e8e [XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixes by Eric Sandeen · 18 years ago
  61. 9fddaca [XFS] Account for the page we just wrote when we detect congestion during by David Chinner · 18 years ago
  62. e965f96 [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method by Christoph Lameter · 18 years ago
  63. d88992f [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for by David Chinner · 18 years ago
  64. 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
  65. f5e596b [XFS] fix writeback control handling fix a reversed condition on where to by Christoph Hellwig · 19 years ago
  66. 6c4fe19 [XFS] cluster rewrites We can cluster mapped pages aswell, this improves by Christoph Hellwig · 19 years ago
  67. 7336cea [XFS] pass full 64bit offsets to xfs_add_to_ioend by Christoph Hellwig · 19 years ago
  68. d5cb48a [XFS] consolidate some code in xfs_page_state_convert The unmapped buffer by Christoph Hellwig · 19 years ago
  69. 9260dc6 [XFS] various fixes for xfs_convert_page fix various bogusities in by Christoph Hellwig · 19 years ago
  70. 1defeac [XFS] clean up the xfs_offset_to_map interface Currently we pass a struct by Christoph Hellwig · 19 years ago
  71. 10ce444 [XFS] use pagevec lookups This reduces the time spend in the radix tree by Christoph Hellwig · 19 years ago
  72. f6d6d4f [XFS] Initial pass at going directly-to-bio on the buffered IO path. This by Christoph Hellwig · 19 years ago
  73. ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
  74. a465639 [XFS] Fix a 32 bit value wraparound when providing a mapping for a large by Nathan Scott · 19 years ago
  75. 19d5bcf [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF. by Nathan Scott · 19 years ago
  76. fdc7ed7 [XFS] Fix boundary conditions when issuing direct IOs from large userspace by Nathan Scott · 19 years ago
  77. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  78. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  79. 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
  80. c31e887 [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handling by Nathan Scott · 19 years ago
  81. c1a073b [XFS] Delay I/O completion for unwritten extents after conversion by Christoph Hellwig · 19 years ago
  82. f097386 [XFS] Delay direct I/O completion to a workqueue This is nessecary by Christoph Hellwig · 19 years ago
  83. 0829c36 [XFS] Add infrastructure for tracking I/O completions by Christoph Hellwig · 19 years ago
  84. 51c91ed [XFS] add infrastructure for waiting on I/O completion at inode reclaim time by Christoph Hellwig · 19 years ago
  85. bcec2b7 [XFS] Add a chunk of tracing code to diagnose truncate related issues. by Nathan Scott · 19 years ago
  86. 92198f7 [PATCH] pass iocb to dio_iodone_t by Christoph Hellwig · 19 years ago
  87. 66f5507 [XFS] remove an over-zealous WARN_ON by Christoph Hellwig · 19 years ago
  88. 24e17b5 [XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though. by Nathan Scott · 19 years ago
  89. 775bf6c [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes by Nathan Scott · 19 years ago
  90. 3ba0815 [XFS] stop background sync from waiting for in-use inodes by Daniel Moore · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago