1. 3708f84 Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one" by Nicolas Iooss · 9 years ago
  2. 7b32038 NFS: Rename idmap.c to nfs4idmap.c by Anna Schumaker · 9 years ago
  3. 40c64c2 NFS: Move nfs_idmap.h into fs/nfs/ by Anna Schumaker · 9 years ago
  4. f9ebd61 NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h by Anna Schumaker · 9 years ago
  5. 7c61f0d NFS: Add a stub for GETDEVICELIST by Anna Schumaker · 9 years ago
  6. 05f5490 nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes by Peng Tao · 10 years ago
  7. 1ccbad9 nfs: fix DIO good bytes calculation by Peng Tao · 10 years ago
  8. ea96d1e nfs: Fetch MOUNTED_ON_FILEID when updating an inode by Anna Schumaker · 10 years ago
  9. 5d05e54 nfs: fix high load average due to callback thread sleeping by Jeff Layton · 10 years ago
  10. f830f7d NFS: Reduce time spent holding the i_mutex during fallocate() by Anna Schumaker · 10 years ago
  11. 9a51940 NFS: Don't zap caches on fallocate() by Anna Schumaker · 10 years ago
  12. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  13. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  14. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  15. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  17. 88e7fbd NFS: Don't use d_inode as a variable name by David Howells · 10 years ago
  18. 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 10 years ago
  19. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  20. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 9 years ago
  21. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
  22. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  23. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  24. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  25. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  26. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  27. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  28. 8c18d76 NFS: Block new writes while syncing data in nfs_getattr() by Trond Myklebust · 10 years ago
  29. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 10 years ago
  30. 7140171 NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close by Trond Myklebust · 10 years ago
  31. a0815d5 NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT by Trond Myklebust · 10 years ago
  32. 9e1681c NFSv4: Truncating file opens should also sync O_DIRECT writes by Trond Myklebust · 10 years ago
  33. d9dabc1 NFS: File unlock needs to be a metadata synchronisation point by Trond Myklebust · 10 years ago
  34. 4d346bea NFS: Add a helper to sync both O_DIRECT and buffered writes by Trond Myklebust · 10 years ago
  35. 67af761 NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() by Trond Myklebust · 10 years ago
  36. 29559b1 NFSv4.1/pnfs: Fix setting of layoutcommit last write byte by Trond Myklebust · 10 years ago
  37. 415320f NFSv4: Return the delegation before returning the layout in evict_inode() by Trond Myklebust · 10 years ago
  38. 81b79af NFSv4: Allow tracing of NFSv4 fsync calls by Trond Myklebust · 10 years ago
  39. fc87701 NFS: Fix free_deveiceid -> free_deviceid by Trond Myklebust · 10 years ago
  40. df52699 NFSv4.1: Don't cache deviceids that have no notifications by Trond Myklebust · 10 years ago
  41. 4e59080 NFSv4.1: Allow getdeviceinfo to return notification info back to caller by Trond Myklebust · 10 years ago
  42. fb1458f NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node() by Trond Myklebust · 10 years ago
  43. 84a80f6 NFSv4.1: Convert pNFS deviceid to use kfree_rcu() by Trond Myklebust · 10 years ago
  44. 5fcdfac NFSv4: Return delegations synchronously in evict_inode by Trond Myklebust · 10 years ago
  45. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  46. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 10 years ago
  47. 2854475 nfs: clean up nfs_direct_IO by Peng Tao · 10 years ago
  48. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  49. 38942ba NFSv4: Append delegations to the per-client list instead of prepending by Trond Myklebust · 10 years ago
  50. 09a330f NFS: remount with security change should return EINVAL by Benjamin Coddington · 10 years ago
  51. df137bc nfs: do not export discarded symbols by Arnd Bergmann · 10 years ago
  52. 5b83382 NFSv4.1: don't export static symbol by Julia Lawall · 10 years ago
  53. e11259f NFSv4.1: Clear the old state by our client id before establishing a new lease by Trond Myklebust · 10 years ago
  54. 48d66b9 NFSv4: Fix a race in NFSv4.1 server trunking discovery by Trond Myklebust · 10 years ago
  55. ef070dc NFS: Don't write enable new pages while an invalidation is proceeding by Trond Myklebust · 10 years ago
  56. 874f946 NFS: Fix a regression in the read() syscall by Trond Myklebust · 10 years ago
  57. ec3ca4e NFSv4: Ensure we skip delegations that are already being returned by Trond Myklebust · 10 years ago
  58. 9f0f8e1 NFSv4: Pin the superblock while we're returning the delegation by Trond Myklebust · 10 years ago
  59. ade0464 NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation() by Trond Myklebust · 10 years ago
  60. b04b22f NFSv4: Ensure that we don't reap a delegation that is being returned by Trond Myklebust · 10 years ago
  61. 369d6b7 NFS: Fix stateid used for NFS v4 closes by Anna Schumaker · 10 years ago
  62. 7c0af9f NFSv4: Don't call put_rpccred() under the rcu_read_lock() by Trond Myklebust · 10 years ago
  63. fa923369 NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() by Trond Myklebust · 10 years ago
  64. 1ae04b2 NFSv3: Use the readdir fileid as the mounted-on-fileid by Trond Myklebust · 10 years ago
  65. 6c441c2 NFS: Don't invalidate a submounted dentry in nfs_prime_dcache() by Trond Myklebust · 10 years ago
  66. 3235b40 NFSv4: Set a barrier in the update_changeattr() helper by Trond Myklebust · 10 years ago
  67. 92d64e4 NFS: Fix nfs_post_op_update_inode() to set an attribute barrier by Trond Myklebust · 10 years ago
  68. 00fb4c9 NFS: Remove size hack in nfs_inode_attrs_need_update() by Trond Myklebust · 10 years ago
  69. 8f8ba1d NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit by Trond Myklebust · 10 years ago
  70. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 10 years ago
  71. f506200 NFS: Set an attribute barrier on all updates by Trond Myklebust · 10 years ago
  72. f044636 NFS: Add attribute update barriers to nfs_setattr_update_inode() by Trond Myklebust · 10 years ago
  73. 140e049 NFS: Add a helper to set attribute barriers by Trond Myklebust · 10 years ago
  74. aa5accea NFS: Ensure that buffered writes wait for O_DIRECT writes to complete by Trond Myklebust · 10 years ago
  75. be36e18 NFSv4: nfs4_open_recover_helper() must set share access by Trond Myklebust · 10 years ago
  76. 71a097c NFSv4.1: Clean up bind_conn_to_session by Trond Myklebust · 10 years ago
  77. 7e9f073 NFSv4.1: Always set up a forward channel when binding the session by Trond Myklebust · 10 years ago
  78. b1c0df5 NFSv4.1: Don't set up a backchannel if the server didn't agree to do so by Trond Myklebust · 10 years ago
  79. 79969dd NFSv4.1: Clean up create_session by Trond Myklebust · 10 years ago
  80. 65d2918 Merge branch 'cleanups' by Trond Myklebust · 10 years ago
  81. 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 10 years ago
  82. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 10 years ago
  83. f4086a3d NFS: struct nfs_commit_info.lock must always point to inode->i_lock by Trond Myklebust · 10 years ago
  84. 487b9b8 nfs: Can call nfs_clear_page_commit() instead by Tom Haynes · 10 years ago
  85. d15bc38 nfs: Provide and use helper functions for marking a page as unstable by Tom Haynes · 10 years ago
  86. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  87. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  88. a4f743a NFSv4.1: Convert open-coded array allocation calls to kmalloc_array() by Trond Myklebust · 10 years ago
  89. d8ba1f9 NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args by Trond Myklebust · 10 years ago
  90. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  91. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  92. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  93. 4c21462 pnfs: delete an unintended goto by Dan Carpenter · 10 years ago
  94. 480486b pnfs/flexfiles: Do not dprintk after the free by Tom Haynes · 10 years ago
  95. 4ef2e4f NFSv4.1: Fix pnfs_put_lseg races by Trond Myklebust · 10 years ago
  96. e4af440 NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS by Trond Myklebust · 10 years ago
  97. 5a0ec8ac NFSv4.1: Pin the inode and super block in asynchronous layoutreturns by Trond Myklebust · 10 years ago
  98. 472e259 NFSv4.1: Pin the inode and super block in asynchronous layoutcommit by Trond Myklebust · 10 years ago
  99. ea7c38f NFSv4: Ensure we reference the inode for return-on-close in delegreturn by Trond Myklebust · 10 years ago
  100. 6ae3733 NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT by Trond Myklebust · 10 years ago