1. 4346cdd xfs: cleanup xfs_find_handle by Christoph Hellwig · 16 years ago
  2. ef8f7fc xfs: cleanup error handling in xfs_swap_extents by Josef 'Jeff' Sipek · 16 years ago
  3. d4bb6d0 xfs: merge xfs_inode_flush into xfs_fs_write_inode by Christoph Hellwig · 16 years ago
  4. e1486de xfs: factor out attr fork reset handling by Christoph Hellwig · 16 years ago
  5. c52e9fd xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCK by Christoph Hellwig · 16 years ago
  6. cb3f35b xfs: tiny cleanup for xfs_link by Christoph Hellwig · 16 years ago
  7. b93b6e4 xfs: make sure to free the real-time inodes in the mount error path by Christoph Hellwig · 16 years ago
  8. f9057e3 xfs: cleanup error handling in xfs_mountfs: by Christoph Hellwig · 16 years ago
  9. 3228149 xfs: Check buffer lengths in log recovery by Dave Chinner · 16 years ago
  10. ac12b4e don't reallocate sxp variable passed into xfs_swapext by Eric Sandeen · 16 years ago
  11. 5e10657 [XFS] Warn on transaction in flight on read-only remount by Felix Blyakher · 16 years ago
  12. 957274d Merge branch 'master' of git+ssh://oss.sgi.com/oss/git/xfs/xfs by Felix Blyakher · 16 years ago
  13. 5253a11 [XFS] remove always-true #ifndef HAVE_FORMAT32 tests by Eric Sandeen · 16 years ago
  14. 33ad965 Long btree pointers are still 64 bit on disk by Dave Chinner · 16 years ago
  15. 2809f76 xfs: sanity check attr fork size by Christoph Hellwig · 16 years ago
  16. 7884bc8 xfs: fix bad_features2 fixups for the root filesystem by Christoph Hellwig · 16 years ago
  17. 98b8c7a xfs: add a lock class for group/project dquots by Christoph Hellwig · 16 years ago
  18. 5bb87a3 xfs: lockdep annotations for xfs_dqlock2 by Christoph Hellwig · 16 years ago
  19. a4edd1d xfs: add a separate lock class for the per-mount list of dquots by Christoph Hellwig · 16 years ago
  20. 178eae3 xfs: use mnt_want_write in compat_attrmulti ioctl by Christoph Hellwig · 16 years ago
  21. d296d30 xfs: fix dentry aliasing issues in open_by_handle by Christoph Hellwig · 16 years ago
  22. 9d87c31 [XFS] Remove the rest of the macro-to-function indirections. by Eric Sandeen · 16 years ago
  23. c088f4e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Lachlan McIlroy · 16 years ago
  24. 8e96187 filesystem freeze: remove XFS specific ioctl interfaces for freeze feature by Takashi Sato · 16 years ago
  25. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  26. ce79735 Merge branch 'for-linus' of git+ssh://git.melbourne.sgi.com/git/xfs by Lachlan McIlroy · 16 years ago
  27. 058652a [XFS] make xfs_ino_t an unsigned long long by Christoph Hellwig · 16 years ago
  28. 1544031 [XFS] truncate readdir offsets to signed 32 bit values by Christoph Hellwig · 16 years ago
  29. e6edbd1 [XFS] fix compile of xfs_btree_readahead_lblock on m68k by Christoph Hellwig · 16 years ago
  30. fb82557 [XFS] Remove macro-to-function indirections in the mask code by Eric Sandeen · 16 years ago
  31. c9fb86a [XFS] Remove macro-to-function indirections in attr code by Eric Sandeen · 16 years ago
  32. 9800b55 [XFS] Remove several unused typedefs. by Eric Sandeen · 16 years ago
  33. c9a9855 [XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operations by Christoph Hellwig · 16 years ago
  34. 6206aa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Lachlan McIlroy · 16 years ago
  35. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  36. 95f8e30 [XFS] use scalable vmap API by Nick Piggin · 16 years ago
  37. d285975 [XFS] remove old vmap cache by Nick Piggin · 16 years ago
  38. 0a8c539 [XFS] Fix merge failures by Lachlan McIlroy · 16 years ago
  39. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  40. 2505115 [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI by Lachlan McIlroy · 16 years ago
  41. ad1ad96 [XFS] handle unaligned data in xfs_bmbt_disk_get_all by Christoph Hellwig · 16 years ago
  42. efc5575 [XFS] avoid memory allocations in xfs_fs_vcmn_err by Christoph Hellwig · 16 years ago
  43. 9f6c92b [XFS] Fix speculative allocation beyond eof by Lachlan McIlroy · 16 years ago
  44. 4fdc778 [XFS] Remove XFS_BUF_SHUT() and friends by Lachlan McIlroy · 16 years ago
  45. d415867 [XFS] Use the incore inode size in xfs_file_readdir() by Lachlan McIlroy · 16 years ago
  46. 4d9d4eb Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfs by Lachlan McIlroy · 16 years ago
  47. cfbe526 [XFS] set b_error from bio error in xfs_buf_bio_end_io by Lachlan McIlroy · 16 years ago
  48. c4cd747 [XFS] use inode_change_ok for setattr permission checking by Christoph Hellwig · 16 years ago
  49. 4d4be48 [XFS] add a FMODE flag to make XFS invisible I/O less hacky by Christoph Hellwig · 16 years ago
  50. 6d73cf1 [XFS] resync headers with libxfs by Christoph Hellwig · 16 years ago
  51. 2175dd9 [XFS] simplify projid check in xfs_rename by Christoph Hellwig · 16 years ago
  52. 15ac08a [XFS] replace b_fspriv with b_mount by Christoph Hellwig · 16 years ago
  53. e055f13 [XFS] Remove unused tracing code by Lachlan McIlroy · 16 years ago
  54. 576a488 [XFS] Fix hang after disallowed rename across directory quota domains by Dave Chinner · 16 years ago
  55. 797eaed [XFS] Remove unnecessary assertion by Lachlan McIlroy · 16 years ago
  56. a5b429d [XFS] Remove unused variable in ktrace_free() by Lachlan McIlroy · 16 years ago
  57. c642261 [XFS] Check return value of xfs_buf_get_noaddr() by Lachlan McIlroy · 16 years ago
  58. 6a0775a [XFS] Fix hang after disallowed rename across directory quota domains by Dave Chinner · 16 years ago
  59. 8bb5732 [XFS] Fix compile with CONFIG_COMPAT enabled by Christoph Hellwig · 16 years ago
  60. 5a8d0f3 move inode tracing out of xfs_vnode. by Christoph Hellwig · 16 years ago
  61. 25e41b3 move vn_iowait / vn_iowake into xfs_aops.c by Christoph Hellwig · 16 years ago
  62. 583fa58 kill vn_ioerror by Christoph Hellwig · 16 years ago
  63. f95099b kill xfs_unmount_flush by Christoph Hellwig · 16 years ago
  64. e57481d no explicit xfs_iflush for special inodes during unmount by Christoph Hellwig · 16 years ago
  65. 070c461 use xfs_trans_ijoin in xfs_trans_iget by Christoph Hellwig · 16 years ago
  66. b56757b remove leftovers of shared read-only support by Christoph Hellwig · 16 years ago
  67. e88f11a remove unused m_inode_quiesce member from struct xfs_mount by Christoph Hellwig · 16 years ago
  68. 6bd16ff kill dead inode flags by Christoph Hellwig · 16 years ago
  69. 5efcbb8 cleanup xfs_sb.h feature flag helpers by Christoph Hellwig · 16 years ago
  70. df6771b kill dead quota flags by Christoph Hellwig · 16 years ago
  71. 63ad2a5 remove dead code from sv_t implementation by Christoph Hellwig · 16 years ago
  72. 39e2def reduce l_icloglock roundtrips by Christoph Hellwig · 16 years ago
  73. d9424b3 stop using igrab in xfs_vn_link by Christoph Hellwig · 16 years ago
  74. 5d765b9 kill xfs_buf_iostart by Christoph Hellwig · 16 years ago
  75. 5cafdeb cleanup the inode reclaim path by Christoph Hellwig · 16 years ago
  76. ccd0be6 remove unused prototypes for xfs_ihash_init / xfs_ihash_free by Christoph Hellwig · 16 years ago
  77. 73e6335 remove unused behvavior cruft in xfs_super.h by Christoph Hellwig · 16 years ago
  78. 2234d54 remove useless mnt_want_write call in xfs_write by Christoph Hellwig · 16 years ago
  79. ddcd856 [XFS] fix compile on 32 bit systems by Christoph Hellwig · 16 years ago
  80. e5d412f [XFS] Reorder xfs_ioctl32.c for some tidiness by sandeen@sandeen.net · 16 years ago
  81. 710d62a [XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handler by sandeen@sandeen.net · 16 years ago
  82. 2875097 [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler by sandeen@sandeen.net · 16 years ago
  83. ebeecd2 [XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handler by sandeen@sandeen.net · 16 years ago
  84. af819d2 [XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctl by sandeen@sandeen.net · 16 years ago
  85. 65fbaf2 [XFS] Fix xfs_bulkstat_one size checks & error handling by sandeen@sandeen.net · 16 years ago
  86. 2ee4fa5 [XFS] Make the bulkstat_one compat ioctl handling more sane by sandeen@sandeen.net · 16 years ago
  87. 471d591 [XFS] Add compat handlers for data & rt growfs ioctls by sandeen@sandeen.net · 16 years ago
  88. e94fc4a [XFS] Add compat handlers for swapext ioctl by sandeen@sandeen.net · 16 years ago
  89. d5547f9 [XFS] Clean up some existing compat ioctl calls by sandeen@sandeen.net · 16 years ago
  90. ffae263 [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h by sandeen@sandeen.net · 16 years ago
  91. 743bb46 [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. by sandeen@sandeen.net · 16 years ago
  92. 0e44667 [XFS] fix error handling in xlog_recover_process_one_iunlink by Christoph Hellwig · 16 years ago
  93. 24f211b [XFS] move inode allocation out xfs_iread by Christoph Hellwig · 16 years ago
  94. b48d8d6 [XFS] kill the XFS_IMAP_BULKSTAT flag by Christoph Hellwig · 16 years ago
  95. 92bfc6e [XFS] embededd struct xfs_imap into xfs_inode by Christoph Hellwig · 16 years ago
  96. 94e1b69 [XFS] merge xfs_imap into xfs_dilocate by Christoph Hellwig · 16 years ago
  97. a194189 [XFS] remove dead code for old inode item recovery by Christoph Hellwig · 16 years ago
  98. 76d8b27 [XFS] stop using xfs_itobp in xfs_iread by Christoph Hellwig · 16 years ago
  99. 23fac50 [XFS] split up xlog_recover_process_iunlinks by Christoph Hellwig · 16 years ago
  100. 51ce16d [XFS] kill XFS_DINODE_VERSION_ defines by Christoph Hellwig · 16 years ago