aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4file.c
Commit message (Expand)AuthorAge
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-08-19
* Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-18
|\
| * nfs: disable client side deduplicationDarrick J. Wong2019-07-06
| * NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-06
* | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-09
* | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-09
|/
* Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng2019-04-25
* NFS: Don't inadvertently clear writeback errorsTrond Myklebust2019-04-25
* NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-04-11
* NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-01-15
* vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-29
* vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-29
* NFS recover from destination server reboot for copiesOlga Kornievskaia2018-08-13
* NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-08
* nfs4file: get rid of pointless include of btrfs.hAl Viro2017-12-30
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* NFSv4: add flock_owner to open contextNeilBrown2016-12-01
* switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-05
* NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"Trond Myklebust2016-07-14
* NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust2016-07-05
* NFS: Add COPY nfs operationAnna Schumaker2016-05-17
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-07
|\
| * nfs: use file_dentry()Miklos Szeredi2016-03-26
* | nfs: remove nfs4_file_fsyncChristoph Hellwig2016-03-16
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-07
* nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig2015-11-23
* nfs: use btrfs ioctl defintions for cloneChristoph Hellwig2015-11-23
* nfs: allow intra-file CLONEChristoph Hellwig2015-11-23
* nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig2015-11-23
* NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2Trond Myklebust2015-10-15
* nfs42: add NFS_IOC_CLONE_RANGE ioctlPeng Tao2015-10-15
* nfs42: respect clone_blksizePeng Tao2015-10-15
* nfs42: add NFS_IOC_CLONE ioctlPeng Tao2015-10-15
* NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust2015-09-07
* NFS: Make opened as optional argument in _nfs4_do_openKinglong Mee2015-08-27
* nfs: verify open flags before allowing openBenjamin Coddington2015-06-25
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-26
|\
| * NFS: Reduce time spent holding the i_mutex during fallocate()Anna Schumaker2015-04-23
| * NFS: Don't zap caches on fallocate()Anna Schumaker2015-04-23
| * NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust2015-03-27
| * NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust2015-03-27
| * NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust2015-03-27
| * NFSv4: Allow tracing of NFSv4 fsync callsTrond Myklebust2015-03-27
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | make new_sync_{read,write}() staticAl Viro2015-04-11
|/
* nfs: Add DEALLOCATE supportAnna Schumaker2014-11-25
* nfs: Add ALLOCATE supportAnna Schumaker2014-11-25
* Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-18
|\
| * NFS: Implement SEEKAnna Schumaker2014-09-30