summaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust
2015-03-27NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
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-01NFS: Ensure that buffered writes wait for O_DIRECT writes to completeTrond Myklebust
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-14block: Remove REQ_KERNELMartin K. Petersen
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown
2014-09-10nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivateJeff Layton
2014-09-10pnfs: add flag to force read-modify-write in ->write_beginChristoph Hellwig
2014-09-09locks: consolidate "nolease" routinesJeff Layton
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12nfs: switch to iter_splice_write_file()Al Viro
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-05-06nfs: switch to ->write_iter()Al Viro
2014-05-06nfs: switch to ->read_iter()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06convert the guts of nfs_direct_IO() to iov_iterAl Viro
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-09-03NFS avoid expired credential keys for buffered writesAndy Adamson
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust
2013-07-03fs: nfs: inform the VM about pages being committed or unstableMel Gorman
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-04-08NFS: Ensure that NFS file unlock waits for readahead to completeTrond Myklebust
2013-02-22new helper: file_inode(file)Al Viro
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Trond Myklebust
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust
2012-09-11NFS: fsync() must exit with an error if page writeback failedTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker