summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust2016-07-055-9/+30
| | * | | pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust2016-07-051-9/+10
| | * | | pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-051-2/+1
| | * | | pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-051-2/+1
| | * | | NFS: Don't call COMMIT in ->releasepage()Trond Myklebust2016-06-221-23/+0
| | * | | NFS: Don't hold the inode lock across fsync()Trond Myklebust2016-06-221-2/+0
| | * | | NFS: writepage of a single page should not be synchronousTrond Myklebust2016-06-221-1/+1
| | * | | NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust2016-06-223-20/+0
| | * | | NFS: Cache aggressively when file is open for writingTrond Myklebust2016-06-222-29/+46
| | * | | NFS: Cache access checks more aggressivelyTrond Myklebust2016-06-151-21/+31
| | * | | NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust2016-06-131-6/+9
| | |/ /
| * | | nfs: don't create zero-length requestsBenjamin Coddington2016-07-221-1/+4
| * | | nfs4: flexfiles: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-193-4/+8
| * | | nfs4: clnt: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-193-3/+7
| * | | pnfs/blocklayout: put deviceid node after releasing bl_ext_lockBenjamin Coddington2016-07-191-6/+21
| * | | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-193-5/+7
| * | | mount: use sec= that was specified on the command lineSteve Dickson2016-07-191-3/+11
| * | | pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDTrond Myklebust2016-07-191-19/+15
| * | | pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGETTrond Myklebust2016-07-191-2/+11
| * | | pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTTrond Myklebust2016-07-192-9/+15
| * | | pNFS: Fix post-layoutget error handling in pnfs_update_layout()Trond Myklebust2016-07-191-10/+11
| * | | NFSv4: Allow retry of operations that used a returned delegation stateidTrond Myklebust2016-06-302-33/+47
| * | | NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setupTrond Myklebust2016-06-301-1/+2
| * | | NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust2016-06-304-31/+35
| | |/ | |/|
* | | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-07-282-4/+4
|\ \ \
| * | | tracing: Use __get_str() when manipulating stringsDaniel Bristot de Oliveira2016-07-152-4/+4
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-282-2/+2
|\ \ \
| * | | mm: move most file-based accounting to the nodeMel Gorman2016-07-282-2/+2
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-283-11/+6
|\ \ \ \
| * | | | drop redundant ->owner initializationsAl Viro2016-05-291-2/+0
| * | | | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-291-3/+1
| * | | | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-291-1/+1
| * | | | nfs_lookup(): remove debris left over from old sillyunlink exclusionAl Viro2016-05-291-7/+4
| | |/ / | |/| |
* | | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
| |/ /
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-10/+12
|\ \ \
| * | | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
| * | | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-10/+12
| |/ /
* | | nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro2016-07-051-3/+25
* | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
| |/ |/|
* | NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-06-281-3/+2
* | make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-06-271-1/+1
* | NFS: Fix an unused variable warningTrond Myklebust2016-06-241-2/+0
* | NFS: Fix potential race in nfs_fhget()Trond Myklebust2016-06-241-0/+1
* | NFS: Don't let readdirplus revalidate an inode that was marked as staleTrond Myklebust2016-06-241-1/+6
* | NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removedTrond Myklebust2016-06-241-1/+3
* | NFS: Fix a double page unlockTrond Myklebust2016-06-241-2/+2
* | pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson2016-06-241-2/+10
* | nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin2016-06-241-1/+1
* | NFS: Fix up O_DIRECT resultsTrond Myklebust2016-06-241-3/+7
OpenPOWER on IntegriCloud