summaryrefslogtreecommitdiff
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAge
...
* | NFSv4: Set a barrier in the update_changeattr() helperTrond Myklebust2015-03-01
* | NFS: Fix nfs_post_op_update_inode() to set an attribute barrierTrond Myklebust2015-03-01
* | NFS: Remove size hack in nfs_inode_attrs_need_update()Trond Myklebust2015-03-01
* | NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommitTrond Myklebust2015-03-01
* | NFS: Add attribute update barriers to NFS writebacksTrond Myklebust2015-03-01
* | NFS: Set an attribute barrier on all updatesTrond Myklebust2015-03-01
* | NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust2015-03-01
* | NFS: Add a helper to set attribute barriersTrond Myklebust2015-03-01
* | NFS: Ensure that buffered writes wait for O_DIRECT writes to completeTrond Myklebust2015-03-01
* | NFSv4: nfs4_open_recover_helper() must set share accessTrond Myklebust2015-02-27
* | NFSv4.1: Clean up bind_conn_to_sessionTrond Myklebust2015-02-18
* | NFSv4.1: Always set up a forward channel when binding the sessionTrond Myklebust2015-02-18
* | NFSv4.1: Don't set up a backchannel if the server didn't agree to do soTrond Myklebust2015-02-18
* | NFSv4.1: Clean up create_sessionTrond Myklebust2015-02-18
* | Merge branch 'cleanups'Trond Myklebust2015-02-18
|\ \
| * | pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque...Tom Haynes2015-02-18
| * | nfs: Can call nfs_clear_page_commit() insteadTom Haynes2015-02-13
| * | nfs: Provide and use helper functions for marking a page as unstableTom Haynes2015-02-13
| |/
| * Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
| |\
| | * nfs: don't call bdi_unregisterChristoph Hellwig2015-01-20
| | * fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
| | * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-20
| * | Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-02-11
| |\ \
| * \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-10
| |\ \ \
| | * | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-10
| * | | | Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-02-10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-16
| | * | | locks: convert posix locks to file_lock_contextJeff Layton2015-01-16
| | * | | locks: move flock locks to file_lock_contextJeff Layton2015-01-16
* | | | | NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust2015-02-13
* | | | | NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2015-02-13
* | | | | NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Trond Myklebust2015-02-11
* | | | | NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-02-11
| |_|/ / |/| | |
* | | | pnfs: delete an unintended gotoDan Carpenter2015-02-10
* | | | pnfs/flexfiles: Do not dprintk after the freeTom Haynes2015-02-09
* | | | NFSv4.1: Fix pnfs_put_lseg racesTrond Myklebust2015-02-05
* | | | NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFSTrond Myklebust2015-02-05
* | | | NFSv4.1: Pin the inode and super block in asynchronous layoutreturnsTrond Myklebust2015-02-05
* | | | NFSv4.1: Pin the inode and super block in asynchronous layoutcommitTrond Myklebust2015-02-05
* | | | NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust2015-02-05
* | | | NFSv4.1: Ask for no delegation on OPEN if using O_DIRECTTrond Myklebust2015-02-04
* | | | Merge branch 'flexfiles'Trond Myklebust2015-02-03
|\ \ \ \
| * | | | pnfs: lookup new lseg at lseg boundaryWeston Andros Adamson2015-02-03
| * | | | nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao2015-02-03
| * | | | pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes2015-02-03
| * | | | nfs: count DIO good bytes correctly with mirroringPeng Tao2015-02-03
| * | | | nfs41: wait for LAYOUTRETURN before retrying LAYOUTGETPeng Tao2015-02-03
| * | | | nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesPeng Tao2015-02-03
| * | | | nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flagsPeng Tao2015-02-03
| * | | | nfs/flexfiles: send layoutreturn before freeing lsegPeng Tao2015-02-03