1. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  3. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  4. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  5. 88e7fbd NFS: Don't use d_inode as a variable name by David Howells · 10 years ago
  6. 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 10 years ago
  7. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  8. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 10 years ago
  9. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
  10. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  11. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  12. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  13. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  14. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  15. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  16. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  17. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 10 years ago
  18. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  19. e11259f NFSv4.1: Clear the old state by our client id before establishing a new lease by Trond Myklebust · 10 years ago
  20. 48d66b9 NFSv4: Fix a race in NFSv4.1 server trunking discovery by Trond Myklebust · 10 years ago
  21. ef070dc NFS: Don't write enable new pages while an invalidation is proceeding by Trond Myklebust · 10 years ago
  22. 874f946 NFS: Fix a regression in the read() syscall by Trond Myklebust · 10 years ago
  23. ec3ca4e NFSv4: Ensure we skip delegations that are already being returned by Trond Myklebust · 10 years ago
  24. 9f0f8e1 NFSv4: Pin the superblock while we're returning the delegation by Trond Myklebust · 10 years ago
  25. ade0464 NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation() by Trond Myklebust · 10 years ago
  26. b04b22f NFSv4: Ensure that we don't reap a delegation that is being returned by Trond Myklebust · 10 years ago
  27. 369d6b7 NFS: Fix stateid used for NFS v4 closes by Anna Schumaker · 10 years ago
  28. 7c0af9f NFSv4: Don't call put_rpccred() under the rcu_read_lock() by Trond Myklebust · 10 years ago
  29. fa923369 NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() by Trond Myklebust · 10 years ago
  30. 1ae04b2 NFSv3: Use the readdir fileid as the mounted-on-fileid by Trond Myklebust · 10 years ago
  31. 6c441c2 NFS: Don't invalidate a submounted dentry in nfs_prime_dcache() by Trond Myklebust · 10 years ago
  32. 3235b40 NFSv4: Set a barrier in the update_changeattr() helper by Trond Myklebust · 10 years ago
  33. 92d64e4 NFS: Fix nfs_post_op_update_inode() to set an attribute barrier by Trond Myklebust · 10 years ago
  34. 00fb4c9 NFS: Remove size hack in nfs_inode_attrs_need_update() by Trond Myklebust · 10 years ago
  35. 8f8ba1d NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit by Trond Myklebust · 10 years ago
  36. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 10 years ago
  37. f506200 NFS: Set an attribute barrier on all updates by Trond Myklebust · 10 years ago
  38. f044636 NFS: Add attribute update barriers to nfs_setattr_update_inode() by Trond Myklebust · 10 years ago
  39. 140e049 NFS: Add a helper to set attribute barriers by Trond Myklebust · 10 years ago
  40. aa5accea NFS: Ensure that buffered writes wait for O_DIRECT writes to complete by Trond Myklebust · 10 years ago
  41. be36e18 NFSv4: nfs4_open_recover_helper() must set share access by Trond Myklebust · 10 years ago
  42. 71a097c NFSv4.1: Clean up bind_conn_to_session by Trond Myklebust · 10 years ago
  43. 7e9f073 NFSv4.1: Always set up a forward channel when binding the session by Trond Myklebust · 10 years ago
  44. b1c0df5 NFSv4.1: Don't set up a backchannel if the server didn't agree to do so by Trond Myklebust · 10 years ago
  45. 79969dd NFSv4.1: Clean up create_session by Trond Myklebust · 10 years ago
  46. 65d2918 Merge branch 'cleanups' by Trond Myklebust · 10 years ago
  47. 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 10 years ago
  48. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 10 years ago
  49. f4086a3d NFS: struct nfs_commit_info.lock must always point to inode->i_lock by Trond Myklebust · 10 years ago
  50. 487b9b8 nfs: Can call nfs_clear_page_commit() instead by Tom Haynes · 10 years ago
  51. d15bc38 nfs: Provide and use helper functions for marking a page as unstable by Tom Haynes · 10 years ago
  52. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  53. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  54. a4f743a NFSv4.1: Convert open-coded array allocation calls to kmalloc_array() by Trond Myklebust · 10 years ago
  55. d8ba1f9 NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args by Trond Myklebust · 10 years ago
  56. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  57. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  58. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  59. 4c21462 pnfs: delete an unintended goto by Dan Carpenter · 10 years ago
  60. 480486b pnfs/flexfiles: Do not dprintk after the free by Tom Haynes · 10 years ago
  61. 4ef2e4f NFSv4.1: Fix pnfs_put_lseg races by Trond Myklebust · 10 years ago
  62. e4af440 NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS by Trond Myklebust · 10 years ago
  63. 5a0ec8ac NFSv4.1: Pin the inode and super block in asynchronous layoutreturns by Trond Myklebust · 10 years ago
  64. 472e259 NFSv4.1: Pin the inode and super block in asynchronous layoutcommit by Trond Myklebust · 10 years ago
  65. ea7c38f NFSv4: Ensure we reference the inode for return-on-close in delegreturn by Trond Myklebust · 10 years ago
  66. 6ae3733 NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT by Trond Myklebust · 10 years ago
  67. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 10 years ago
  68. 7c13789 pnfs: lookup new lseg at lseg boundary by Weston Andros Adamson · 10 years ago
  69. cb5d04b nfs41: .init_read and .init_write can be called with valid pg_lseg by Peng Tao · 10 years ago
  70. d67ae82 pnfs/flexfiles: Add the FlexFile Layout Driver by Tom Haynes · 10 years ago
  71. 5fadeb4 nfs: count DIO good bytes correctly with mirroring by Peng Tao · 10 years ago
  72. aa8a45e nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET by Peng Tao · 10 years ago
  73. 012fa16 nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes by Peng Tao · 10 years ago
  74. c829013 nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags by Peng Tao · 10 years ago
  75. 27b6f53 nfs/flexfiles: send layoutreturn before freeing lseg by Peng Tao · 10 years ago
  76. 193e3aa nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE by Peng Tao · 10 years ago
  77. 6c16605 nfs41: allow async version layoutreturn by Peng Tao · 10 years ago
  78. 15eb67c nfs41: add range to layoutreturn args by Peng Tao · 10 years ago
  79. ceb11e1 pnfs: allow LD to ask to resend read through pnfs by Peng Tao · 10 years ago
  80. 48d635f nfs: add nfs_pgio_current_mirror helper by Peng Tao · 10 years ago
  81. 47af81f nfs: only reset desc->pg_mirror_idx when mirroring is supported by Peng Tao · 10 years ago
  82. 566f873 nfs41: add a debug warning if we destroy an unempty layout by Peng Tao · 10 years ago
  83. 80c76fe pnfs: fail comparison when bucket verifier not set by Weston Andros Adamson · 10 years ago
  84. 0a00b77 nfs: mirroring support for direct io by Weston Andros Adamson · 10 years ago
  85. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  86. b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
  87. 6cccbb6 nfs: rename pgio header ds_idx to ds_commit_idx by Weston Andros Adamson · 10 years ago
  88. 309a1d6 nfs: handle overlapping reqs in lock_and_join by Weston Andros Adamson · 10 years ago
  89. 180bb5e pnfs: release lseg in pnfs_generic_pg_cleanup by Weston Andros Adamson · 10 years ago
  90. 2176bf4 nfs: introduce pg_cleanup op for pgio descriptors by Weston Andros Adamson · 10 years ago
  91. c220106 nfs/filelayout: use pnfs_error_mark_layout_for_return by Peng Tao · 10 years ago
  92. e736a5b nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send by Peng Tao · 10 years ago
  93. aa1e0e3a nfs41: send layoutreturn in last put_lseg by Peng Tao · 10 years ago
  94. ce6ab4f nfs41: don't use a layout if it is marked for returning by Peng Tao · 10 years ago
  95. 016256d nfs41: add a helper to mark layout for return by Peng Tao · 10 years ago
  96. f40eb5d nfs41: make a helper function to send layoutreturn by Peng Tao · 10 years ago
  97. 4579d6b nfs41: pass iomode through layoutreturn args by Peng Tao · 10 years ago
  98. aabff4d nfs: save server READ/WRITE/COMMIT status by Peng Tao · 10 years ago
  99. 9bf8748 nfs41: serialize first layoutget of a file by Peng Tao · 10 years ago
  100. abb9a00 nfs41: close a small race window when adding new layout to global list by Peng Tao · 10 years ago