1. 901796a xfs: clean up xfs_ioerror_alert by Christoph Hellwig · 13 years ago
  2. 4347b9d xfs: clean up buffer allocation by Christoph Hellwig · 13 years ago
  3. af5c4be xfs: remove buffers from the delwri list in xfs_buf_stale by Christoph Hellwig · 13 years ago
  4. c867cb6 xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE by Christoph Hellwig · 13 years ago
  5. 38f2323 xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF by Christoph Hellwig · 13 years ago
  6. 5fde032 xfs: remove XFS_BUF_FINISH_IOWAIT by Christoph Hellwig · 13 years ago
  7. b17b833 xfs: remove xfs_get_buftarg_list by Christoph Hellwig · 13 years ago
  8. 87c7bec xfs: fix buffer flushing during unmount by Christoph Hellwig · 13 years ago
  9. 1da2f2d xfs: optimize fsync on directories by Christoph Hellwig · 13 years ago
  10. 670ce93 xfs: reduce the number of log forces from tail pushing by Dave Chinner · 13 years ago
  11. 3815832 xfs: Don't allocate new buffers on every call to _xfs_buf_find by Dave Chinner · 13 years ago
  12. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  13. 23bb0be xfs: unlock the inode before log force in xfs_change_file_space by Christoph Hellwig · 13 years ago
  14. 8292d88 xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadata by Christoph Hellwig · 13 years ago
  15. b103705 xfs: unlock the inode before log force in xfs_fsync by Christoph Hellwig · 13 years ago
  16. 815cb21 xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commit by Christoph Hellwig · 13 years ago
  17. c029a50 xfs: fix possible overflow in xfs_ioc_trim() by Lukas Czerner · 13 years ago
  18. d952e2f xfs: cleanup xfs_bmap.h by Christoph Hellwig · 13 years ago
  19. b0eab14 xfs: dont ignore error code from xfs_bmbt_update by Christoph Hellwig · 13 years ago
  20. c653424 xfs: pass bmalloca to xfs_bmap_add_extent_hole_real by Christoph Hellwig · 13 years ago
  21. 572a4cf xfs: pass bmalloca to xfs_bmap_add_extent_delay_real by Christoph Hellwig · 13 years ago
  22. c315c90 xfs: move logflags into bmalloca by Christoph Hellwig · 13 years ago
  23. e0c3da5 xfs: move lastx and nallocs into bmalloca by Dave Chinner · 13 years ago
  24. 29c8d17 xfs: move btree cursor into bmalloca by Dave Chinner · 13 years ago
  25. 963c30c xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocate by Dave Chinner · 13 years ago
  26. 3a75667 xfs: rename allocation range fields in struct xfs_bmalloca by Dave Chinner · 13 years ago
  27. 0937e0f xfs: move firstblock and bmap freelist cursor into bmalloca structure by Dave Chinner · 13 years ago
  28. baf41a5 xfs: move extent records into bmalloca structure by Dave Chinner · 13 years ago
  29. 1b16447 xfs: pass bmalloca structure to xfs_bmap_isaeof by Dave Chinner · 13 years ago
  30. a5bd606b xfs: remove xfs_bmap_add_extent by Christoph Hellwig · 13 years ago
  31. 27a3f8f xfs: introduce xfs_bmap_last_extent by Christoph Hellwig · 13 years ago
  32. c0dc782 xfs: rename xfs_bmapi to xfs_bmapi_write by Dave Chinner · 13 years ago
  33. b447fe5 xfs: factor unwritten extent map manipulations out of xfs_bmapi by Dave Chinner · 13 years ago
  34. 7e47a4e xfs: factor extent allocation out of xfs_bmapi by Dave Chinner · 13 years ago
  35. 1fd044d xfs: do not use xfs_bmap_add_extent for adding delalloc extents by Christoph Hellwig · 13 years ago
  36. 4403280 xfs: introduce xfs_bmapi_delay() by Christoph Hellwig · 13 years ago
  37. b64dfe4 xfs: factor delalloc reservations out of xfs_bmapi by Christoph Hellwig · 13 years ago
  38. 5b777ad xfs: remove xfs_bmapi_single() by Dave Chinner · 13 years ago
  39. 5c8ed20 xfs: introduce xfs_bmapi_read() by Dave Chinner · 13 years ago
  40. aef9a89 xfs: factor extent map manipulations out of xfs_bmapi by Dave Chinner · 13 years ago
  41. ecee76b xfs: remove the nextents variable in xfs_bmapi by Christoph Hellwig · 13 years ago
  42. b9b984d xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real by Christoph Hellwig · 13 years ago
  43. e7455e0 xfs: remove the first extent special case in xfs_bmap_add_extent by Christoph Hellwig · 13 years ago
  44. ed32201 xfs: Return -EIO when xfs_vn_getattr() failed by Mitsuo Hayasaka · 13 years ago
  45. eabbaf1 xfs: Fix the incorrect comment in the header of _xfs_buf_find by Chandra Seetharaman · 13 years ago
  46. 2a30f36d xfs: Check the return value of xfs_trans_get_buf() by Chandra Seetharaman · 13 years ago
  47. b522950 xfs: Check the return value of xfs_buf_get() by Chandra Seetharaman · 13 years ago
  48. 04f658e xfs: improve ioend error handling by Christoph Hellwig · 13 years ago
  49. c58cb16 xfs: avoid direct I/O write vs buffered I/O race by Christoph Hellwig · 13 years ago
  50. 859f57c xfs: avoid synchronous transactions when deleting attr blocks by Christoph Hellwig · 13 years ago
  51. 4a06fd2 xfs: remove i_iocount by Christoph Hellwig · 13 years ago
  52. 2b3ffd7 xfs: wait for I/O completion when writing out pages in xfs_setattr_size by Christoph Hellwig · 13 years ago
  53. fc0063c xfs: reduce ioend latency by Christoph Hellwig · 13 years ago
  54. c859cdd xfs: defer AIO/DIO completions by Christoph Hellwig · 13 years ago
  55. 398d25e xfs: remove dead ENODEV handling in xfs_destroy_ioend by Christoph Hellwig · 13 years ago
  56. c4e1c09 xfs: use the "delwri" terminology consistently by Christoph Hellwig · 13 years ago
  57. c2b006c xfs: let xfs_bwrite callers handle the xfs_buf_relse by Christoph Hellwig · 13 years ago
  58. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  59. 5a8ee6b xfs: move more delwri setup into xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  60. 527cfdf xfs: remove the unlock argument to xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  61. 375ec69d xfs: remove delwri buffer handling from xfs_buf_iorequest by Christoph Hellwig · 13 years ago
  62. 7271d24 xfs: don't serialise adjacent concurrent direct IO appending writes by Dave Chinner · 13 years ago
  63. 0c38a25 xfs: don't serialise direct IO reads on page cache checks by Dave Chinner · 13 years ago
  64. 7fd21be Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  65. b6316429 Btrfs: force a page fault if we have a shorty copy on a page boundary by Josef Bacik · 13 years ago
  66. b6c8069 vfs: remove LOOKUP_NO_AUTOMOUNT flag by Linus Torvalds · 13 years ago
  67. 815d405 VFS: Fix the remaining automounter semantics regressions by Trond Myklebust · 13 years ago
  68. d94c177 vfs pathname lookup: Add LOOKUP_AUTOMOUNT flag by Linus Torvalds · 13 years ago
  69. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  70. 32ef438 teach /proc/$pid/numa_maps about transparent hugepages by Dave Hansen · 13 years ago
  71. 3200a8a break out numa_maps gather_pte_stats() checks by Dave Hansen · 13 years ago
  72. eb4866d make /proc/$pid/numa_maps gather_stats() take variable page size by Dave Hansen · 13 years ago
  73. 43a964a Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  74. 0a7a051 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  75. b6f3409 Btrfs: reserve sufficient space for ioctl clone by Sage Weil · 13 years ago
  76. cfbd6f8 cifs: Fix broken sec=ntlmv2/i sec option (try #2) by Shirish Pargaonkar · 13 years ago
  77. c9c7fa0 Fix the conflict between rwpidforward and rw mount options by Steve French · 13 years ago
  78. 5b980b0 CIFS: Fix ERR_PTR dereference in cifs_get_root by Pavel Shilovsky · 13 years ago
  79. 9438fab cifs: fix possible memory corruption in CIFSFindNext by Jeff Layton · 13 years ago
  80. 50f2d40 Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  81. a66e7cc Btrfs: only clear the need lookup flag after the dentry is setup by Josef Bacik · 13 years ago
  82. 48802c8 BTRFS: Fix lseek return value for error by Jeff Liu · 13 years ago
  83. 2cf4ce7 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  84. dde820f Btrfs: don't change inode flag of the dest clone file by Li Zefan · 13 years ago
  85. 0e7b824 Btrfs: don't make a file partly checksummed through file clone by Li Zefan · 13 years ago
  86. 71ef078 Btrfs: fix pages truncation in btrfs_ioctl_clone() by Li Zefan · 13 years ago
  87. 3765fef btrfs: fix d_off in the first dirent by Hidetoshi Seto · 13 years ago
  88. 17d8428 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  89. f1fcd9f hfsplus: fix filesystem size checks by Christoph Hellwig · 13 years ago
  90. f588c96 hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path by Seth Forshee · 13 years ago
  91. 53d872e Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  92. 1d2ef59 restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir() by Al Viro · 13 years ago
  93. 2d2422a xfs: fix a use after free in xfs_end_io_direct_write by Christoph Hellwig · 13 years ago
  94. fb2088c nfs: Do not allow multiple mounts on same mountpoint when using -o noac by Sachin Prabhu · 13 years ago
  95. f13c362 NFS: Fix a typo in nfs_flush_multi by Trond Myklebust · 13 years ago
  96. 0b001b2 Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  97. 5dfcc87 fuse: fix memory leak by Miklos Szeredi · 13 years ago
  98. 2411450 fuse: fix flock breakage by Miklos Szeredi · 13 years ago
  99. d525e8a Btrfs: add dummy extent if dst offset excceeds file end in by Li Zefan · 13 years ago
  100. d72c084 Btrfs: calc file extent num_bytes correctly in file clone by Li Zefan · 13 years ago