summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-24pNFS/flexfiles: track when layout is first usedPeng Tao2-3/+8
2015-06-24pNFS/flexfiles: add layoutstats trackingTrond Myklebust2-11/+203
2015-06-24pNFS/flexfiles: Remove unused struct members user_name, group_nameTrond Myklebust1-2/+0
2015-06-24pnfs: add pnfs_report_layoutstat helper functionPeng Tao3-0/+56
2015-06-24pNFS: fill in nfs42_layoutstat_opsPeng Tao1-0/+47
2015-06-24NFSv.2/pnfs Add a LAYOUTSTATS rpc functionTrond Myklebust6-3/+161
2015-06-22Merge branch 'bugfixes'Trond Myklebust4-15/+28
2015-06-18nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror()Yijing Wang1-1/+4
2015-06-18NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2-0/+2
2015-06-18pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-2/+3
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-12NFS: Ensure that we update the sequence id under the slot table lockTrond Myklebust1-5/+5
2015-06-12nfs: Initialize cb_sequenceres information before validate_seqid()Kinglong Mee1-7/+7
2015-06-11nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping themJeff Layton1-3/+3
2015-06-11nfs: Only update callback sequnce id when CB_SEQUENCE successKinglong Mee1-4/+12
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-04NFSv4: nfs4_handle_delegation_recall_error should ignore EAGAINTrond Myklebust1-0/+1
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
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-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-05-30Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-79/+112
2015-05-29d_walk() might skip too muchAl Viro1-4/+4
2015-05-29omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-29omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-29omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-29fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-29fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-05-28Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+194
2015-05-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+36