1. 96f859d libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct by Darrick J. Wong · 9 years ago
  2. 6d3eb1e libxfs: use a convenience variable instead of open-coding the fork by Darrick J. Wong · 9 years ago
  3. 9b434a3 xfs: fix log ticket type printing by Darrick J. Wong · 9 years ago
  4. 2e9101d libxfs: make xfs_alloc_fix_freelist non-static by Darrick J. Wong · 9 years ago
  5. 211fe1a xfs: make xfs_buf_ioend_async() static by Alexander Kuleshov · 9 years ago
  6. ffc671f xfs: send warning of project quota to userspace via netlink by Masatake YAMATO · 9 years ago
  7. f1f96c4 xfs: get mp from bma->ip in xfs_bmap code by Eric Sandeen · 9 years ago
  8. 233135b xfs: print name of verifier if it fails by Eric Sandeen · 9 years ago
  9. 1d4292b libxfs: Optimize the loop for xfs_bitmap_empty by Jia He · 9 years ago
  10. eed6b46 xfs: refactor log record start detection into a new helper by Brian Foster · 9 years ago
  11. 6528250 xfs: support a crc verification only log record pass by Brian Foster · 9 years ago
  12. d7f3769 xfs: return start block of first bad log record during recovery by Brian Foster · 9 years ago
  13. b94fb2d xfs: refactor and open code log record crc check by Brian Foster · 9 years ago
  14. 9d94901 xfs: refactor log record unpack and data processing by Brian Foster · 9 years ago
  15. a70f9fe xfs: detect and handle invalid iclog size set by mkfs by Brian Foster · 9 years ago
  16. 2b3909f btrfs: use new dedupe data function pointer by Darrick J. Wong · 9 years ago
  17. 54dbc15 vfs: hoist the btrfs deduplication ioctl to the vfs by Darrick J. Wong · 9 years ago
  18. d79bdd5 vfs: wire up compat ioctl for CLONE/CLONE_RANGE by Darrick J. Wong · 9 years ago
  19. 3a9e643 f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink by Chao Yu · 9 years ago
  20. 137d09f f2fs: introduce zombie list for fast shrinking extent trees by Jaegeuk Kim · 9 years ago
  21. c00ba55 f2fs: monitor zombie_tree count by Jaegeuk Kim · 9 years ago
  22. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. c46a155 f2fs: use IPU for fdatasync by Jaegeuk Kim · 9 years ago
  24. 8d4ea29 f2fs: write pending bios when cp_error is set by Jaegeuk Kim · 9 years ago
  25. 138a293 NFS: Relax requirements in nfs_flush_incompatible by Trond Myklebust · 9 years ago
  26. b20135d NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid by Trond Myklebust · 9 years ago
  27. 1f6fa26 f2fs: remove f2fs_bug_on in terms of max_depth by Jaegeuk Kim · 9 years ago
  28. af7cf05 NFS: Allow multiple commit requests in flight per file by Trond Myklebust · 9 years ago
  29. dc602dd NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs by Trond Myklebust · 9 years ago
  30. 732d564 f2fs: fix f2fs_ioc_abort_volatile_write by Jaegeuk Kim · 9 years ago
  31. 4e0d836 f2fs: fix to skip recovering dot dentries in a readonly fs by Chao Yu · 9 years ago
  32. ed3d125 f2fs: load largest extent all the time by Jaegeuk Kim · 9 years ago
  33. 819d915 f2fs: use i_size_read to get i_size by Jaegeuk Kim · 9 years ago
  34. 8dc0d6a f2fs: early check broken symlink length in the encrypted case by Jaegeuk Kim · 9 years ago
  35. e96248b f2fs: clean up f2fs_ioc_write_checkpoint by Chao Yu · 9 years ago
  36. 179448b f2fs: add a max block check for get_data_block_bmap by Yunlei He · 9 years ago
  37. 9a950d5 f2fs: fix bugs and simplify codes of f2fs_fiemap by Fan Li · 9 years ago
  38. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  39. d538417 f2fs: add missing f2fs_balance_fs in __recover_dot_dentries by Chao Yu · 9 years ago
  40. 06d6f22 f2fs: declare static function by Jaegeuk Kim · 9 years ago
  41. b4d07a3 f2fs: avoid f2fs_lock_op in f2fs_write_begin by Jaegeuk Kim · 9 years ago
  42. 4aa69d5 f2fs: return early when trying to read null nid by Jaegeuk Kim · 9 years ago
  43. 2aadac0 f2fs: introduce prepare_write_begin to clean up by Jaegeuk Kim · 9 years ago
  44. fba48a8 f2fs: don't convert inline inode when inline_data option is disable by Chao Yu · 9 years ago
  45. c34f42e f2fs: report error of do_checkpoint by Chao Yu · 9 years ago
  46. 2a34076 f2fs: call f2fs_balance_fs only when node was changed by Jaegeuk Kim · 9 years ago
  47. 3104af3 f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks by Chao Yu · 9 years ago
  48. 93bae09 f2fs: record node block allocation in dnode_of_data by Jaegeuk Kim · 9 years ago
  49. 00623e6 f2fs: avoid unnecessary f2fs_gc for dir operations by Jaegeuk Kim · 9 years ago
  50. b9d777b f2fs: check inline_data flag at converting time by Jaegeuk Kim · 9 years ago
  51. 74fd8d9 f2fs: speed up shrinking extent tree entries by Jaegeuk Kim · 9 years ago
  52. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  53. 86fb449 pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh() by Trond Myklebust · 9 years ago
  54. ade14a7 NFS: Fix attribute cache revalidation by Trond Myklebust · 9 years ago
  55. cc28d6d ocfs2/dlm: clear migration_pending when migration target goes down by xuejiufei · 9 years ago
  56. b5a8bc3 ocfs2: fix flock panic issue by Junxiao Bi · 9 years ago
  57. 5c9ee4c ocfs2: fix BUG when calculate new backup super by Joseph Qi · 9 years ago
  58. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  59. 5c5fc09 NFS: Ensure we revalidate attributes before using execute_ok() by Trond Myklebust · 9 years ago
  60. 58baac0 Merge branch 'flexfiles' by Trond Myklebust · 9 years ago
  61. e07db90 NFSv4: List stateid information in the callback tracepoints by Trond Myklebust · 9 years ago
  62. e0d9243 NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALL by Trond Myklebust · 9 years ago
  63. 41c9127 NFSv4.1/pNFS: Ensure we enforce RFC5661 Section 12.5.5.2.1 by Trond Myklebust · 9 years ago
  64. fc7ff36 pNFS: If we have to delay the layout callback, mark the layout for return by Trond Myklebust · 9 years ago
  65. 0654cc7 NFSv4.1/pNFS: Add a helper to mark the layout as returned by Trond Myklebust · 9 years ago
  66. ab7d763 pNFS: Ensure nfs4_layoutget_prepare returns the correct error by Trond Myklebust · 9 years ago
  67. 4d0ac22 pNFS/flexfiles: Ensure we record layoutstats even if RPC is terminated early by Trond Myklebust · 9 years ago
  68. 37e9ed2 pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/write by Trond Myklebust · 9 years ago
  69. 7eeea16 pNFS/flexfiles: Fix a statistics gathering imbalance by Trond Myklebust · 9 years ago
  70. b9fc773 pNFS/flexfiles: Don't mark the entire layout as failed, when returning it by Trond Myklebust · 9 years ago
  71. 2e5b29f pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET by Trond Myklebust · 9 years ago
  72. 141b9b5 pnfs/flexfiles: count io stat in rpc_count_stats callback by Peng Tao · 9 years ago
  73. c22eeb8 pnfs/flexfiles: do not mark delay-like status as DS failure by Peng Tao · 9 years ago
  74. 7c1e6e5 NFS41: map NFS4ERR_LAYOUTUNAVAILABLE to ENODATA by Peng Tao · 9 years ago
  75. d6c843b nfs: only remove page from mapping if launder_page fails by Peng Tao · 9 years ago
  76. 0bcbf03 nfs: handle request add failure properly by Peng Tao · 9 years ago
  77. 2bff228 nfs: centralize pgio error cleanup by Peng Tao · 9 years ago
  78. c18b96a nfs: clean up rest of reqs when failing to add one by Peng Tao · 9 years ago
  79. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  80. d0379a5 pNFS/flexfiles: Support server-supplied layoutstats sampling period by Trond Myklebust · 9 years ago
  81. 494f74a NFS: Flush reclaim writes using FLUSH_COND_STABLE by Trond Myklebust · 9 years ago
  82. b0ac1bd NFS: Background flush should not be low priority by Trond Myklebust · 9 years ago
  83. 1a093ce NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn by Trond Myklebust · 9 years ago
  84. 762674f NFSv4: Don't perform cached access checks before we've OPENed the file by Trond Myklebust · 9 years ago
  85. 99ade3c nfs: machine credential support for additional operations by Andrew Elble · 9 years ago
  86. ed47675 nfs: do not initialise statics to 0 by Wei Tang · 9 years ago
  87. f484830 pNFS: Modify pnfs_update_layout tracepoints to use layout stateid by Trond Myklebust · 9 years ago
  88. f2dd436 NFSv4: Fix unused variable warnings in nfs4_init_*_client_string() by Trond Myklebust · 9 years ago
  89. 9a4bf31 nfs: add new tracepoint for pnfs_update_layout by Jeff Layton · 9 years ago
  90. 9759b0f Adding tracepoint to cached open by Olga Kornievskaia · 9 years ago
  91. 48c9579 Adding stateid information to tracepoints by Olga Kornievskaia · 9 years ago
  92. 95864c9 NFS: Allow the combination pNFS and labeled NFS by Trond Myklebust · 9 years ago
  93. 68d264c NFS42: handle layoutstats stateid error by Peng Tao · 9 years ago
  94. 361cad3 nfs: Fix race in __update_open_stateid() by Andrew Elble · 9 years ago
  95. 52618df nfs: fix missing assignment in nfs4_sequence_done tracepoint by Andrew Elble · 9 years ago
  96. b25472f new helpers: no_seek_end_llseek{,_size}() by Al Viro · 9 years ago
  97. 0bee6ec Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  98. 7441cce f2fs: use atomic variable for total_extent_tree by Jaegeuk Kim · 9 years ago
  99. a93a9983 gfs2: fix flock panic issue by Junxiao Bi · 9 years ago
  100. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago