1. 1fd044d xfs: do not use xfs_bmap_add_extent for adding delalloc extents by Christoph Hellwig · 13 years ago
  2. 4403280 xfs: introduce xfs_bmapi_delay() by Christoph Hellwig · 13 years ago
  3. b64dfe4 xfs: factor delalloc reservations out of xfs_bmapi by Christoph Hellwig · 13 years ago
  4. 5b777ad xfs: remove xfs_bmapi_single() by Dave Chinner · 13 years ago
  5. 5c8ed20 xfs: introduce xfs_bmapi_read() by Dave Chinner · 13 years ago
  6. aef9a89 xfs: factor extent map manipulations out of xfs_bmapi by Dave Chinner · 13 years ago
  7. ecee76b xfs: remove the nextents variable in xfs_bmapi by Christoph Hellwig · 13 years ago
  8. b9b984d xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real by Christoph Hellwig · 13 years ago
  9. e7455e0 xfs: remove the first extent special case in xfs_bmap_add_extent by Christoph Hellwig · 13 years ago
  10. ed32201 xfs: Return -EIO when xfs_vn_getattr() failed by Mitsuo Hayasaka · 13 years ago
  11. eabbaf1 xfs: Fix the incorrect comment in the header of _xfs_buf_find by Chandra Seetharaman · 13 years ago
  12. 2a30f36d xfs: Check the return value of xfs_trans_get_buf() by Chandra Seetharaman · 13 years ago
  13. b522950 xfs: Check the return value of xfs_buf_get() by Chandra Seetharaman · 13 years ago
  14. 04f658e xfs: improve ioend error handling by Christoph Hellwig · 13 years ago
  15. c58cb16 xfs: avoid direct I/O write vs buffered I/O race by Christoph Hellwig · 13 years ago
  16. 859f57c xfs: avoid synchronous transactions when deleting attr blocks by Christoph Hellwig · 13 years ago
  17. 4a06fd2 xfs: remove i_iocount by Christoph Hellwig · 13 years ago
  18. 2b3ffd7 xfs: wait for I/O completion when writing out pages in xfs_setattr_size by Christoph Hellwig · 13 years ago
  19. fc0063c xfs: reduce ioend latency by Christoph Hellwig · 13 years ago
  20. c859cdd xfs: defer AIO/DIO completions by Christoph Hellwig · 13 years ago
  21. 398d25e xfs: remove dead ENODEV handling in xfs_destroy_ioend by Christoph Hellwig · 13 years ago
  22. c4e1c09 xfs: use the "delwri" terminology consistently by Christoph Hellwig · 13 years ago
  23. c2b006c xfs: let xfs_bwrite callers handle the xfs_buf_relse by Christoph Hellwig · 13 years ago
  24. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  25. 5a8ee6b xfs: move more delwri setup into xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  26. 527cfdf xfs: remove the unlock argument to xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  27. 375ec69 xfs: remove delwri buffer handling from xfs_buf_iorequest by Christoph Hellwig · 13 years ago
  28. 7271d24 xfs: don't serialise adjacent concurrent direct IO appending writes by Dave Chinner · 13 years ago
  29. 0c38a25 xfs: don't serialise direct IO reads on page cache checks by Dave Chinner · 13 years ago
  30. 2d2422a xfs: fix a use after free in xfs_end_io_direct_write by Christoph Hellwig · 13 years ago
  31. 58d84c4 xfs: fix ->write_inode return values by Christoph Hellwig · 13 years ago
  32. 866e4ed xfs: fix xfs_mark_inode_dirty during umount by Christoph Hellwig · 13 years ago
  33. 242d621 xfs: deprecate the nodelaylog mount option by Christoph Hellwig · 13 years ago
  34. b6bede3 xfs: fix tracing builds inside the source tree by Christoph Hellwig · 13 years ago
  35. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago
  36. 06f8e2d xfs: don't expect xfs headers to be in subdirectories by Alex Elder · 13 years ago
  37. e570280 xfs: replace xfs_buf_geterror() with bp->b_error by Chandra Seetharaman · 13 years ago
  38. ac4d688 xfs: Check the return value of xfs_buf_read() for NULL by Chandra Seetharaman · 13 years ago
  39. 9e978d8 "xfs: fix error handling for synchronous writes" revisited by Ajeet Yadav · 13 years ago
  40. e44f411 xfs: set cursor in xfs_ail_splice() even when AIL was empty by Alex Elder · 13 years ago
  41. 2ddb4e9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Alex Elder · 13 years ago
  42. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  43. 206d440 xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set by Markus Trippelsdorf · 13 years ago
  44. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  45. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  46. a5a7bbc xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set by Markus Trippelsdorf · 13 years ago
  47. 597a67e Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  48. 510792e xfs: optimize the negative xattr caching by Christoph Hellwig · 13 years ago
  49. d1166ec xfs: prevent against ioend livelocks in xfs_file_fsync by Christoph Hellwig · 13 years ago
  50. 34951f5 xfs: flag all buffers as metadata by Christoph Hellwig · 13 years ago
  51. 1c4f332 xfs: encapsulate a block of debug code by Alex Elder · 13 years ago
  52. 0320937 xfs: fix misspelled S_IS...() by Al Viro · 13 years ago
  53. abbede1 xfs: get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  54. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  55. c35a549 xfs: Remove the macro XFS_BUFTARG_NAME by Chandra Seetharaman · 13 years ago
  56. 49074c0 xfs: Remove the macro XFS_BUF_TARGET by Chandra Seetharaman · 13 years ago
  57. e38c9b8 xfs: Remove the macro XFS_BUF_SET_TARGET by Chandra Seetharaman · 13 years ago
  58. 811e64c Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned by Chandra Seetharaman · 13 years ago
  59. 02fe03d xfs: Remove the macro XFS_BUF_SET_PTR by Chandra Seetharaman · 13 years ago
  60. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  61. 0095a21 xfs: Remove macro XFS_BUF_SET_START by Chandra Seetharaman · 13 years ago
  62. 72790aa xfs: Remove macro XFS_BUF_HOLD by Chandra Seetharaman · 13 years ago
  63. b75e40a xfs: Remove macro XFS_BUF_BUSY and family by Chandra Seetharaman · 13 years ago
  64. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  65. ed43233 xfs: Remove the macro XFS_BUF_BFLAGS by Chandra Seetharaman · 13 years ago
  66. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  67. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  68. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  69. 6311b10 xfs: cache negative ACLs if there is no attribute fork by Christoph Hellwig · 13 years ago
  70. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  71. 340a0a0 xfs: Fix wrong return value of xfs_file_aio_write by Markus Trippelsdorf · 13 years ago
  72. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  73. df2e301 fs: Merge split strings by Jean Delvare · 13 years ago
  74. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  75. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  76. 8daaa83 xfs: make use of new shrinker callout for the inode cache by Dave Chinner · 13 years ago
  77. 55fb25d5 xfs: add size update tracepoint to IO completion by Dave Chinner · 13 years ago
  78. af3e402 xfs: convert AIL cursors to use struct list_head by Dave Chinner · 13 years ago
  79. 16b5902 xfs: remove confusing ail cursor wrapper by Dave Chinner · 13 years ago
  80. 1d8c95a xfs: use a cursor for bulk AIL insertion by Dave Chinner · 13 years ago
  81. ad1a2c8 xfs: failure mapping nfs fh to inode should return ESTALE by J. Bruce Fields · 13 years ago
  82. adab0f6 xfs: Remove the second parameter to xfs_sb_count() by Chandra Seetharaman · 13 years ago
  83. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  84. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  85. d0f9e8f xfs: remove the dead XFS_DABUF_DEBUG code by Christoph Hellwig · 13 years ago
  86. c84470d xfs: remove leftovers of the old btree tracing code by Christoph Hellwig · 13 years ago
  87. ea15ab3 xfs: remove the dead QUOTADEBUG code by Christoph Hellwig · 13 years ago
  88. 54244fe xfs: remove the unused xfs_buf_delwri_sort function by Christoph Hellwig · 13 years ago
  89. cb669ca xfs: remove wrappers around b_iodone by Christoph Hellwig · 13 years ago
  90. adadbee xfs: remove wrappers around b_fspriv by Christoph Hellwig · 13 years ago
  91. bf9d901 xfs: add a proper transaction pointer to struct xfs_buf by Christoph Hellwig · 13 years ago
  92. 77936d0 xfs: factor out xfs_da_grow_inode_int by Christoph Hellwig · 13 years ago
  93. a230a1d xfs: factor out xfs_dir2_leaf_find_stale by Christoph Hellwig · 13 years ago
  94. a00b774 xfs: cleanup struct xfs_dir2_free by Christoph Hellwig · 13 years ago
  95. 5792664 xfs: reshuffle dir2 headers by Christoph Hellwig · 13 years ago
  96. 2bcf6e9 xfs: start periodic workers later by Christoph Hellwig · 13 years ago
  97. b2ce397 Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc" by Alex Elder · 13 years ago
  98. 81463b1 xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact() by Chandra Seetharaman · 14 years ago
  99. c0e090c xfs: consolidate & clarify mount sanity checks by Eric Sandeen · 14 years ago
  100. e163cbd xfs: avoid a few disk cache flushes by Christoph Hellwig · 13 years ago