aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-17/+33
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2016-11-30isofs: add KERN_CONT to printing of ER recordsGravatar Mike Rapoport 1-2/+2
2016-11-29ovl: fix d_real() for stacked fsGravatar Miklos Szeredi 1-3/+3
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Gravatar Eryu Guan 1-2/+2
2016-11-28Call echo service immediately after socket reconnectGravatar Sachin Prabhu 1-7/+18
2016-11-28CIFS: Fix BUG() in calc_seckey()Gravatar Sachin Prabhu 1-3/+8
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-14/+37
2016-11-26fix default_file_splice_read()Gravatar Al Viro 1-1/+2
2016-11-23Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 4-13/+35
2016-11-22NFSv4.x: hide array-bounds warningGravatar Arnd Bergmann 1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 10-45/+81
2016-11-21NFSv4.1: Keep a reference on lock states while checkingGravatar Benjamin Coddington 1-3/+15
2016-11-19Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-36/+51
2016-11-19ext4: sanity check the block and cluster size at mount timeGravatar Theodore Ts'o 2-1/+17
2016-11-19fscrypto: don't use on-stack buffer for key derivationGravatar Eric Biggers 1-3/+13
2016-11-19fscrypto: don't use on-stack buffer for filename encryptionGravatar Eric Biggers 1-32/+21
2016-11-18NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateGravatar Benjamin Coddington 1-0/+1
2016-11-18NFSv4: Don't call close if the open stateid has already been clearedGravatar Trond Myklebust 1-1/+2
2016-11-18NFSv4: Fix CLOSE races with OPENGravatar Trond Myklebust 2-6/+13
2016-11-18NFSv4.1: Fix a regression in DELEGRETURNGravatar Trond Myklebust 1-2/+3
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 7-7/+7
2016-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+14
2016-11-17Merge tag 'for-linus-4.9-rc5-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2016-11-17xattr: Fix setting security xattrs on sockfsGravatar Andreas Gruenbacher 1-8/+14
2016-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-1/+14
2016-11-16orangefs: add .owner to debugfs file_operationsGravatar Mike Marshall 1-0/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 23-242/+268
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedGravatar Miklos Szeredi 1-0/+6
2016-11-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-1/+4
2016-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-105/+109
2016-11-11Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+0
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 4-7/+12
2016-11-11Merge tag 'xfs-fixes-for-linus-4.9-rc5' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-12/+5
2016-11-11coredump: fix unfreezable coredumping taskGravatar Andrey Ryabinin 1-0/+3
2016-11-11ocfs2: fix not enough credit panicGravatar Junxiao Bi 1-1/+1
2016-11-10splice: remove detritus from generic_file_splice_read()Gravatar Al Viro 1-5/+0
2016-11-10ceph: use default file splice read callbackGravatar Yan, Zheng 1-1/+0
2016-11-09Merge tag 'for-linus-4.9-rc4-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-85/+68
2016-11-07fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()Gravatar Shuah Khan 1-1/+1
2016-11-07NFS: Don't print a pNFS error if we aren't using pNFSGravatar Anna Schumaker 1-0/+2
2016-11-07NFS: Ignore connections that have cl_rpcclient uninitializedGravatar Petr Vandrovec 1-1/+2
2016-11-07orangefs: clean up debugfsGravatar Mike Marshall 2-85/+68
2016-11-04Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-19/+24
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Linus Torvalds 5-9/+29
2016-11-04Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+17
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Gravatar Chuck Lever 1-6/+4
2016-10-31net: add an ioctl to get a socket network namespaceGravatar Andrey Vagin 1-1/+1
2016-10-31ovl: fsync after copy-upGravatar Miklos Szeredi 1-0/+2
2016-10-31ovl: fix get_acl() on tmpfsGravatar Miklos Szeredi 1-3/+0