summaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-131-7/+4
|\
| * nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton2016-09-221-7/+2
| * nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu2016-09-201-0/+2
* | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-24/+1
|/
* NFS: Fix error reporting in nfs_file_write()Trond Myklebust2016-09-031-1/+4
* Merge branch 'writeback'Trond Myklebust2016-07-241-69/+27
|\
| * NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust2016-07-051-0/+3
| * NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust2016-07-051-6/+0
| * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-051-4/+8
| * NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust2016-07-051-12/+15
| * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-051-5/+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: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust2016-06-221-8/+0
| * NFS: Cache aggressively when file is open for writingTrond Myklebust2016-06-221-11/+2
* | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-2/+2
|/
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-10/+10
* nfs: remove nfs_inode_dio_waitChristoph Hellwig2016-03-161-2/+2
* nfs: remove nfs4_file_fsyncChristoph Hellwig2016-03-161-3/+5
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-071-1/+1
* Merge branch 'pnfs_generic'Trond Myklebust2016-01-041-1/+1
|\
| * NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-311-1/+1
* | nfs: only remove page from mapping if launder_page failsPeng Tao2015-12-281-1/+1
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-12/+1
* NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust2015-09-071-9/+1
* NFS: Don't fsync twice for O_SYNC/IS_SYNC filesTrond Myklebust2015-08-171-5/+3
* NFS: Remove nfs_release()Anna Schumaker2015-08-171-1/+2
* sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-101-13/+2
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-261-1/+2
|\
| * NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust2015-03-271-0/+1
| * NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust2015-03-271-1/+1
* | nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-151-4/+7
* | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-3/+3
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+0
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* | NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust2015-03-031-0/+3
* | NFS: Fix a regression in the read() syscallTrond Myklebust2015-03-031-2/+2
* | NFS: Ensure that buffered writes wait for O_DIRECT writes to completeTrond Myklebust2015-03-011-0/+4
|/
* mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-2/+2
|\
| * block: Remove REQ_KERNELMartin K. Petersen2014-10-141-2/+2
* | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-12/+1
|\ \
| * | locks: consolidate "nolease" routinesJeff Layton2014-09-091-12/+1
| |/
* | NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown2014-09-251-8/+6
* | NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown2014-09-251-2/+7
* | NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown2014-09-251-10/+16
OpenPOWER on IntegriCloud