summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2015-06-18nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror()Yijing Wang1-1/+4
2015-06-16NFSv4: Fix stateid recovery on revoked delegationsTrond Myklebust1-15/+3
2015-06-16Recover from stateid-type error on SETATTROlga Kornievskaia1-1/+7
2015-06-16nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumesKinglong Mee1-5/+7
2015-06-16nfs: make nfs4_init_uniform_client_string use a dynamically allocated bufferJeff Layton1-35/+77
2015-06-16nfs: make nfs4_init_nonuniform_client_string use a dynamically allocated bufferJeff Layton1-23/+51
2015-06-16nfs: update maxsz values for SETCLIENTID and EXCHANGE_IDJeff Layton1-2/+4
2015-06-16nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idJeff Layton2-8/+21
2015-06-16pnfs/flexfiles: use swap() in ff_layout_sort_mirrors()Fabian Frederick1-6/+3
2015-06-11nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping themJeff Layton1-3/+3
2015-06-11NFS: Convert use of __constant_htonl to htonlVaishali Thakkar1-1/+1
2015-06-11NFS: Remove unused nfs_rw_ops->rw_release() functionAnna Schumaker2-8/+0
2015-06-11NFSv4: handle nfs4_get_referral failureDominique Martinet1-0/+2
2015-06-11sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton1-13/+2
2015-06-02NFS: drop unneeded gotoJulia Lawall1-6/+1
2015-06-02NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-06-02NFS: report more appropriate block size for directories.NeilBrown1-0/+2
2015-06-02NFSv4: Always drain the slot table before re-establishing the leaseTrond Myklebust1-1/+1
2015-06-01fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-05-13nfs: take extra reference to fl->fl_file when running a setlkJeff Layton1-0/+3
2015-05-13nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0Chuck Lever1-5/+8
2015-04-27Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds34-163/+313
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds21-123/+122
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-5/+5
2015-04-23Merge branch 'bugfixes'Trond Myklebust4-6/+3
2015-04-23fs/nfs: fix new compiler warning about boolean in switchAndre Przywara1-7/+4
2015-04-23nfs: Remove unneeded casts in nfsFiro Yang1-1/+1
2015-04-23NFS: Don't attempt to decode missing directory entriesBenjamin Coddington1-0/+4
2015-04-23Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Nicolas Iooss2-2/+2
2015-04-23NFS: Rename idmap.c to nfs4idmap.cAnna Schumaker2-1/+1
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker9-8/+76
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker2-2/+0
2015-04-23NFS: Add a stub for GETDEVICELISTAnna Schumaker1-0/+6
2015-04-23nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao1-2/+0
2015-04-23nfs: fix DIO good bytes calculationPeng Tao1-12/+17
2015-04-23nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker2-2/+16
2015-04-23nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2015-04-23NFS: Reduce time spent holding the i_mutex during fallocate()Anna Schumaker2-7/+10
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker4-10/+35
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-34/+25
2015-04-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-04-16kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-1/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-4/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells21-118/+117
2015-04-15NFS: Don't use d_inode as a variable nameDavid Howells1-4/+4
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2-13/+10
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2015-04-15page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov1-5/+0
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-3/+3
2015-04-12switch generic_write_checks() to iocb and iterAl Viro1-15/+10