1. 5e6a07d [XFS] Current usage of buftarg flags is incorrect. by David Chinner · 17 years ago
  2. 585e6d8 [XFS] Fix a synchronous buftarg flush deadlock when freezing. by David Chinner · 17 years ago
  3. 9213202 [PATCH] Fix XFS after clear_page_dirty() removal by David Chinner · 18 years ago
  4. 8459d86 [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED by Zach Brown · 18 years ago
  5. e678fb0 [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  6. 58e14b1 [PATCH] Use freezeable workqueues in XFS by Rafael J. Wysocki · 18 years ago
  7. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  8. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  9. 050e714 [XFS] Remove KERNEL_VERSION macros from xfs_dmapi.h by David Chinner · 18 years ago
  10. 7a18c38 [XFS] Clean up i_flags and i_flags_lock handling. by David Chinner · 18 years ago
  11. 2e2e7bb [XFS] 956664: dm_read_invis() changes i_atime by Vlad Apostolov · 18 years ago
  12. 93c189c [XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem when by Vlad Apostolov · 18 years ago
  13. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  14. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  15. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  16. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  17. 6216ff1 [XFS] pv 956240, author: nathans, rv: vapo - Minor fixes in kmem_zalloc_greedy() by Vlad Apostolov · 18 years ago
  18. f273ab8 [XFS] Really fix use after free in xfs_iunpin. by David Chinner · 18 years ago
  19. 01106eae [XFS] Collapse sv_init and init_sv into just the one interface. by Eric Sandeen · 18 years ago
  20. 7ae67d7 [XFS] standardize on one sema init macro by Eric Sandeen · 18 years ago
  21. edcd4bc [XFS] Minor cleanup from dio locking fix, remove an extra conditional. by Nathan Scott · 18 years ago
  22. 68c3271 [XFS] Fix a porting botch on the realtime subvol growfs code path. by Nathan Scott · 18 years ago
  23. b627259 [XFS] Remove a no-longer-correct debug assert from dio completion handling. by Nathan Scott · 18 years ago
  24. 77e4635 [XFS] Add a greedy allocation interface, allocating within a min/max size range. by Nathan Scott · 18 years ago
  25. 572d95f [XFS] Improve error handling for the zero-fsblock extent detection code. by Nathan Scott · 18 years ago
  26. 948ecdb [XFS] Be more defensive with page flags (error/private) for metadata buffers. by Nathan Scott · 18 years ago
  27. efb8ad7 [XFS] Add a debug flag for allocations which are known to be larger than by Nathan Scott · 18 years ago
  28. 3f89243 [XFS] Remove several macros that are no longer used anywhere by Eric Sandeen · 18 years ago
  29. 43129c1 [XFS] Remove a couple of unused BUF macros by Eric Sandeen · 18 years ago
  30. 51bdd70 [XFS] When issuing metadata readahead, submit bio with READA not READ. by Nathan Scott · 18 years ago
  31. 69e23b9 [XFS] Update XFS for i_blksize removal from generic inode structure by Nathan Scott · 18 years ago
  32. 29b6d22 [XFS] remove accidentally reintroduced vfs unmount flag, unneeded in by Nathan Scott · 18 years ago
  33. fe48cae [XFS] remove bhv_lookup, _range version works aswell and has more useful by Christoph Hellwig · 18 years ago
  34. ed9d88f [XFS] Fix sparse warning found when page tracing enabled, due to by Nathan Scott · 18 years ago
  35. 87395de [XFS] move XFS_IOC_GETVERSION to main multiplexer by Alexey Dobriyan · 18 years ago
  36. f07c225 [XFS] Improve xfsbufd delayed write submission patterns, after blktrace by Nathan Scott · 18 years ago
  37. f37ea14 [XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivial by Alexey Dobriyan · 18 years ago
  38. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  39. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  40. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  41. 0a8d17d [XFS] Fix xfs_splice_write() so appended data gets to disk. by David Chinner · 18 years ago
  42. 721259b [XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling by Lachlan McIlroy · 18 years ago
  43. b2ea401 [XFS] Fix a barrier related forced shutdown on mounts with quota enabled. by Nathan Scott · 18 years ago
  44. f5faad7 [XFS] Fix remount vs no/barrier options by ensuring we clear unwanted by Nathan Scott · 18 years ago
  45. b4cac1a [PATCH] FDPIC: Move roundup() into linux/kernel.h by David Howells · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  48. 97dfd70 [XFS] Remove a race condition where a linked inode could BUG_ON in by Nathan Scott · 18 years ago
  49. 05a3332 [XFS] Remove redundant directory checks from inode link operation. by Alexey Dobriyan · 18 years ago
  50. ebe1090 [XFS] Remove a couple of no-longer-used macros. by Nathan Scott · 18 years ago
  51. 71306f3 [XFS] * There is trivial "inode => vnode => inode" conversion, but only by Alexey Dobriyan · 18 years ago
  52. 1e788f8 [PATCH] xfs: update ->flush method proto by Alexey Dobriyan · 18 years ago
  53. 6f0419e [PATCH] for_each_possible_cpu: xfs by KAMEZAWA Hiroyuki · 18 years ago
  54. d6938d1 [PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the results by David Howells · 18 years ago
  55. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  56. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  57. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  58. da2f4d6 [XFS] Map EFSCORRUPTED to an actual error code, not just a made up one by Nathan Scott · 18 years ago
  59. 0d8fee3 [XFS] Kill direct access to ->count in valusema(); all we ever use it for by Al Viro · 18 years ago
  60. a805bad [XFS] Remove unneeded conditional code on NFS export interface related by Nathan Scott · 18 years ago
  61. 1e69dd0 [XFS] Push some common code out of write path into core XFS code for sharing. by Nathan Scott · 18 years ago
  62. 1d47bec [XFS] Remove unnecessary local from open_exec dmapi path. by Nathan Scott · 18 years ago
  63. 34327e1 [XFS] Cleanup a missed porting conversion, and freezing. by Nathan Scott · 18 years ago
  64. 8285fb5 [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters. by Nathan Scott · 18 years ago
  65. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  66. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  67. ad72387 [XFS] Fix a typo in a header file comment. by Nathan Scott · 18 years ago
  68. 7d4fb40 [XFS] Start writeout earlier (on last close) in the case where we have a by Nathan Scott · 18 years ago
  69. 59c1b08 [XFS] Make the pflags test/set wrappers more legible for us mere humans. by Nathan Scott · 18 years ago
  70. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  71. b76963f [XFS] getattr can return an error code, so propogate any from lower layers. by Nathan Scott · 18 years ago
  72. 3d80ede [XFS] Drop use of m_writeio_blocks when zeroing, its not meaningful by Nathan Scott · 18 years ago
  73. 72c93bc [XFS] lock validator: lockdep: small xfs init_rwsem() cleanup by Ingo Molnar · 18 years ago
  74. d3446ea [XFS] Add degframentation exclusion support by Barry Naujok · 18 years ago
  75. fbc1462 [XFS] Fix a noatime regression related to updating inode atime field on by Nathan Scott · 18 years ago
  76. 3e57ecf [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report by Olaf Weber · 18 years ago
  77. cbb7e57 [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() by Jens Axboe · 18 years ago
  78. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  79. 7b04d71 [PATCH] Add GFP_NOWAIT by Jeff Dike · 18 years ago
  80. 8c0b511 [XFS] Fix utime(2) in the case that no times parameter was passed in. by Nathan Scott · 18 years ago
  81. 8272145 [XFS] Fix a writepage regression where we accidentally stopped honouring by Nathan Scott · 18 years ago
  82. 3a326a2 [PATCH] introduce a "kernel-internal pipe object" abstraction by Ingo Molnar · 18 years ago
  83. 1b89584 [XFS] Provide XFS support for the splice syscall. by Nathan Scott · 18 years ago
  84. 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 18 years ago
  85. c253666 [XFS] Cleanup in XFS after recent get_block_t interface tweaks. by Nathan Scott · 18 years ago
  86. e0edd59 [XFS] Fix compiler warning and small code inconsistencies in compat by Nathan Scott · 18 years ago
  87. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  88. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  89. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 18 years ago
  90. fa30bd0 [PATCH] map multiple blocks for mpage_readpages() by Badari Pulavarty · 18 years ago
  91. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  92. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 18 years ago
  93. b019600 [PATCH] cpuset memory spread slab cache hooks by Paul Jackson · 18 years ago
  94. e8c96f8 [PATCH] fs: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  95. debf798 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 18 years ago
  96. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 18 years ago
  97. b20a350 [PATCH] page migration reorg by Christoph Lameter · 18 years ago
  98. bb19fba [XFS] Sync up one/two other minor changes missed in previous merges. by Nathan Scott · 18 years ago
  99. 2ddee84 [XFS] Check that a page has dirty buffers before finding it acceptable for by David Chinner · 18 years ago
  100. f1fdc84 [XFS] Fixing KDB's xrwtrc command, also added the current process id into by Yingping Lu · 18 years ago