1. 8774cf8 xfs: add mssing inode cache attempts counter increment by Lucas Stach · 9 years ago
  2. c9eb256 xfs: return errors from partial I/O failures to files by David Jeffery · 9 years ago
  3. dfdd4ac libxfs: bad magic number should set da block buffer error by Darrick J. Wong · 9 years ago
  4. 6669cb8 NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload by Trond Myklebust · 9 years ago
  5. d135490 NFSv4.1/flexfiles: Fix a protocol error in layoutreturn by Trond Myklebust · 9 years ago
  6. 5334c5b NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  7. 8c61282 NFS: Get suppattr_exclcreat when getting server capabilities by Kinglong Mee · 9 years ago
  8. c5c3fb5 NFS: Make opened as optional argument in _nfs4_do_open by Kinglong Mee · 9 years ago
  9. ae57ca0 NFS: Check size by inode_newsize_ok in nfs_setattr by Kinglong Mee · 9 years ago
  10. cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
  11. 0bdb8fa NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return by Trond Myklebust · 9 years ago
  12. b3a5bbf dlm: print error from kernel_sendpage by Bob Peterson · 9 years ago
  13. 19b2c30 f2fs: update extent tree in batches by Chao Yu · 9 years ago
  14. 1090c3b nfs42: remove unused declaration by Peng Tao · 9 years ago
  15. 19cf633 nfs42: decode_layoutstats does not need res parameter by Peng Tao · 9 years ago
  16. 0762ed2 NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones by Trond Myklebust · 9 years ago
  17. 03772d2 NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion by Trond Myklebust · 9 years ago
  18. 006a097 writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always call wait_sb_inodes() by Tejun Heo · 9 years ago
  19. b96f465 dlm: fix lvb copy for user locks by David Teigland · 9 years ago
  20. 540d986 NFSv4.1/pnfs: Add sanity check for the layout range returned by the server by Trond Myklebust · 9 years ago
  21. 82714bd NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr by Trond Myklebust · 9 years ago
  22. e3b1df2 NFSv4.1/flexfile: ff_layout_remove_mirror can be static by kbuild test robot · 9 years ago
  23. bbf58bf NFSv4.2/pnfs: Make the layoutstats timer configurable by Trond Myklebust · 9 years ago
  24. 266d12d NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments by Trond Myklebust · 9 years ago
  25. 0b7baf9 NFSv4.1/flexfiles: Remove mirror backpointer to lseg. by Trond Myklebust · 9 years ago
  26. 28a0d72 NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror by Trond Myklebust · 9 years ago
  27. 5420401 NFS41/flexfiles: zero out DS write wcc by Peng Tao · 9 years ago
  28. 3976143 NFS41: remove NFS_LAYOUT_ROC flag by Peng Tao · 9 years ago
  29. 249b2ee NFSv4: Add a tracepoint for CB_LAYOUTRECALL by Trond Myklebust · 9 years ago
  30. 7cd1486 NFSv4: Add a tracepoint for CB_GETATTR by Trond Myklebust · 9 years ago
  31. 6a463beb NFSv4.1/pnfs: Add a tracepoint for return-on-close events by Trond Myklebust · 9 years ago
  32. aaae3f0 NFSv4: Force a post-op attribute update when holding a delegation by Trond Myklebust · 9 years ago
  33. 70b33a7 Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next by Dave Chinner · 9 years ago
  34. f79af0b xfs: fix non-debug build warnings by Dave Chinner · 9 years ago
  35. 2ccf4a9 xfs: collapse allocsize and biosize mount option handling by Eric Sandeen · 9 years ago
  36. 0375423 xfs: Fix file type directory corruption for btree directories by Jan Kara · 9 years ago
  37. b6a9947 xfs: lockdep annotations throw warnings on non-debug builds by Dave Chinner · 9 years ago
  38. c184f85 xfs: Fix uninitialized return value in xfs_alloc_fix_freelist() by Jan Kara · 9 years ago
  39. 13ec729 f2fs: fix to release inode correctly by Chao Yu · 9 years ago
  40. b015489 f2fs: handle f2fs_truncate error correctly by Chao Yu · 9 years ago
  41. 4ec17d6 f2fs: avoid unneeded initializing when converting inline dentry by Chao Yu · 9 years ago
  42. 6a67885 f2fs: atomically set inode->i_flags by Zhang Zhen · 9 years ago
  43. f7409d0 f2fs: fix wrong pointer access during try_to_free_nids by Jaegeuk Kim · 9 years ago
  44. 80c5450 f2fs: use __GFP_NOFAIL to avoid infinite loop by Jaegeuk Kim · 9 years ago
  45. b5ac1fb2 9p: fix return code of read() when count is 0 by Vincent Bernat · 9 years ago
  46. cb9af41 9p: remove unused option Opt_trans by Fabian Frederick · 9 years ago
  47. dac2dde f2fs: lookup neighbor extent nodes for merging later by Chao Yu · 9 years ago
  48. ef05e22 f2fs: split __insert_extent_tree_ret for readability by Chao Yu · 9 years ago
  49. a6f7834 f2fs: kill dead code in __insert_extent_tree by Chao Yu · 9 years ago
  50. 029e13c f2fs: adjust showing of extent cache stat by Chao Yu · 9 years ago
  51. 91c481f f2fs: add largest/cached stat in extent cache by Chao Yu · 9 years ago
  52. e2b4e2b f2fs: fix incorrect mapping for bmap by Chao Yu · 9 years ago
  53. f8b703d f2fs: fix to update cached_en of extent tree properly by Fan Li · 9 years ago
  54. 217940d f2fs: fix typo by Junesung Lee · 9 years ago
  55. 3a9508b btrfs: fix compile when block cgroups are not enabled by Chris Mason · 9 years ago
  56. 397d425 vfs: Test for and handle paths that are unreachable from their mnt_root by Eric W. Biederman · 9 years ago
  57. a03e283 dcache: Reduce the scope of i_lock in d_splice_alias by Eric W. Biederman · 9 years ago
  58. cde93be dcache: Handle escaped paths in prepend_path by Eric W. Biederman · 9 years ago
  59. 061f98e Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-next by Al Viro · 9 years ago
  60. dd52128 NFSv4.1/pnfs Ensure flexfiles reports all connection related errors by Trond Myklebust · 9 years ago
  61. e76d28d NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent by Trond Myklebust · 9 years ago
  62. 046be74 NFS41: fix list splice type by Peng Tao · 9 years ago
  63. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  64. 2765cfb dax: update I/O path to do proper PMEM flushing by Ross Zwisler · 9 years ago
  65. 2492863 f2fs: check the node block address of newly allocated nid by Jaegeuk Kim · 9 years ago
  66. a21c20f f2fs: go out for insert_inode_locked failure by Jaegeuk Kim · 9 years ago
  67. 5ee5293 f2fs: retry gc if one section is not successfully reclaimed by Jaegeuk Kim · 9 years ago
  68. 2286c02 f2fs: fix to cover lock_op for update_inode_page by Jaegeuk Kim · 9 years ago
  69. 2683446 f2fs: reuse nids more aggressively by Jaegeuk Kim · 9 years ago
  70. 26d5859 f2fs: avoid garbage collecting already moved node blocks by Jaegeuk Kim · 9 years ago
  71. 740432f f2fs: handle failed bio allocation by Jaegeuk Kim · 9 years ago
  72. a6db67f f2fs: increase the number of max hard links by Jaegeuk Kim · 9 years ago
  73. 798c1b1 f2fs: skip checkpoint if there is no dirty and prefree segments by Jaegeuk Kim · 9 years ago
  74. 3169658 f2fs: shrink free_nids entries by Chao Yu · 9 years ago
  75. 206e61b f2fs: avoid clear valid page by Chao Yu · 9 years ago
  76. 315df83 f2fs: do not write any node pages related to orphan inodes by Jaegeuk Kim · 9 years ago
  77. 5fb4e28 cifs: Fix use-after-free on mid_q_entry by Christopher Oo · 9 years ago
  78. 0a6d0b6 Update cifs version number by Steve French · 9 years ago
  79. 0de1f4c Add way to query server fs info for smb3 by Steve French · 9 years ago
  80. 9181f8b udf: Don't modify filesystem for read-only mounts by Jan Kara · 9 years ago
  81. 2a60618 NFSv4: Enable delegated opens even when reboot recovery is pending by Trond Myklebust · 9 years ago
  82. c740624 pNFS: Fix an unused variable warning in pnfs_roc_get_barrier by Trond Myklebust · 9 years ago
  83. aa49338 Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next by Dave Chinner · 9 years ago
  84. 3403ccc xfs: inode lockdep annotations broke non-lockdep build by Dave Chinner · 9 years ago
  85. b84b839 Btrfs: fix file read corruption after extent cloning and fsync by Filipe Manana · 9 years ago
  86. 1f9b8c8 Btrfs: check if previous transaction aborted to avoid fs corruption by Filipe Manana · 9 years ago
  87. 277fb5f btrfs: use __GFP_NOFAIL in alloc_btrfs_bio by Michal Hocko · 9 years ago
  88. d1b5c56 btrfs: Prevent from early transaction abort by Michal Hocko · 9 years ago
  89. 60d53eb btrfs: Remove unused arguments in tree-log.c by Zhaolei · 9 years ago
  90. 34eb2a5 btrfs: Remove useless condition in start_log_trans() by Zhaolei · 9 years ago
  91. 69f230d NFS41/flexfiles: update inode after write finishes by Peng Tao · 9 years ago
  92. e755d63 NFS41: make sure sending LAYOUTRETURN before close if marked so by Peng Tao · 9 years ago
  93. 3631960 Revert "NFSv4: Remove incorrect check in can_open_delegated()" by Trond Myklebust · 9 years ago
  94. 3c13cb5 NFSv4.1/pnfs: Play safe w.r.t. close() races when return-on-close is set by Trond Myklebust · 9 years ago
  95. 4ff376f NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set by Trond Myklebust · 9 years ago
  96. b5f5914 Merge branch 'ufs' into for-next by Al Viro · 9 years ago
  97. 15cf3b7 Merge branch 'sb_writers_pcpu_rwsem' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into for-next by Al Viro · 9 years ago
  98. 3d751af xfs: flush entire file on dio read/write to cached file by Brian Foster · 9 years ago
  99. ffeecc5 xfs: Fix xfs_attr_leafblock definition by Jan Kara · 9 years ago
  100. 2f123bc libxfs: readahead of dir3 data blocks should use the read verifier by Darrick J. Wong · 9 years ago