summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-16Recover from stateid-type error on SETATTROlga Kornievskaia
2015-06-16nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumesKinglong Mee
2015-06-16nfs: make nfs4_init_uniform_client_string use a dynamically allocated bufferJeff Layton
2015-06-16nfs: make nfs4_init_nonuniform_client_string use a dynamically allocated bufferJeff Layton
2015-06-16nfs: update maxsz values for SETCLIENTID and EXCHANGE_IDJeff Layton
2015-06-16nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idJeff Layton
2015-06-16pnfs/flexfiles: use swap() in ff_layout_sort_mirrors()Fabian Frederick
2015-06-11NFS: Ensure that we update the sequence id under the slot table lockTrond Myklebust
2015-06-11nfs: Initialize cb_sequenceres information before validate_seqid()Kinglong Mee
2015-06-11nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping themJeff Layton
2015-06-11nfs: Only update callback sequnce id when CB_SEQUENCE successKinglong Mee
2015-06-10NFS: Convert use of __constant_htonl to htonlVaishali Thakkar
2015-06-10NFS: Remove unused nfs_rw_ops->rw_release() functionAnna Schumaker
2015-06-10NFSv4: handle nfs4_get_referral failureDominique Martinet
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton
2015-06-04NFSv4: nfs4_handle_delegation_recall_error should ignore EAGAINTrond Myklebust
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin
2015-06-02NFS: drop unneeded gotoJulia Lawall
2015-06-02NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-06-02NFS: report more appropriate block size for directories.NeilBrown
2015-06-02NFSv4: Always drain the slot table before re-establishing the leaseTrond Myklebust
2015-06-01fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-05-28d_walk() might skip too muchAl Viro
2015-05-28omfs: fix potential integer overflow in allocatorBob Copeland
2015-05-28omfs: fix sign confusion for bitmap loop counterBob Copeland
2015-05-28omfs: set error return when d_make_root() failsBob Copeland
2015-05-28fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodexfs-for-linus-4.1-rc6Brian Foster
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang
2015-05-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-05-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter
2015-05-20Fix to convert SURROGATE PAIRNakajima Akira
2015-05-20cifs: potential missing check for posix_lock_file_waitChengyu Song
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira
2015-05-20Btrfs: fix regression in raid level conversionChris Mason
2015-05-20CIFS: remove an unneeded NULL checkDan Carpenter
2015-05-20[cifs] fix null pointer checkSteve French
2015-05-19Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana
2015-05-19btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh
2015-05-19Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi