summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-15NFS: Don't use d_inode as a variable nameDavid Howells
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-27NFS: Block new writes while syncing data in nfs_getattr()Trond Myklebust
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust
2015-03-27NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-closeTrond Myklebust
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust
2015-03-27NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust
2015-03-27NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust
2015-03-27NFS: Add a helper to sync both O_DIRECT and buffered writesTrond Myklebust
2015-03-27NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Trond Myklebust
2015-03-27NFSv4.1/pnfs: Fix setting of layoutcommit last write byteTrond Myklebust
2015-03-27NFSv4: Return the delegation before returning the layout in evict_inode()Trond Myklebust
2015-03-27NFSv4: Allow tracing of NFSv4 fsync callsTrond Myklebust
2015-03-27NFS: Fix free_deveiceid -> free_deviceidTrond Myklebust
2015-03-27NFSv4.1: Don't cache deviceids that have no notificationsTrond Myklebust
2015-03-27NFSv4.1: Allow getdeviceinfo to return notification info back to callerTrond Myklebust
2015-03-27NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node()Trond Myklebust
2015-03-27NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust
2015-03-27NFSv4: Return delegations synchronously in evict_inodeTrond Myklebust
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: split generic and aio kiocbChristoph Hellwig
2015-03-13nfs: clean up nfs_direct_IOPeng Tao
2015-03-12fs: remove ki_nbytesChristoph Hellwig
2015-03-12NFSv4: Append delegations to the per-client list instead of prependingTrond Myklebust
2015-03-12NFS: remount with security change should return EINVALBenjamin Coddington
2015-03-12nfs: do not export discarded symbolsArnd Bergmann
2015-03-12NFSv4.1: don't export static symbolJulia Lawall
2015-03-03NFSv4.1: Clear the old state by our client id before establishing a new leaseTrond Myklebust
2015-03-03NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust
2015-03-03NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust
2015-03-03NFS: Fix a regression in the read() syscallTrond Myklebust
2015-03-02NFSv4: Ensure we skip delegations that are already being returnedTrond Myklebust
2015-03-02NFSv4: Pin the superblock while we're returning the delegationTrond Myklebust
2015-03-02NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation()Trond Myklebust
2015-03-02NFSv4: Ensure that we don't reap a delegation that is being returnedTrond Myklebust
2015-03-02NFS: Fix stateid used for NFS v4 closesAnna Schumaker
2015-03-01NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust