summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall25-46/+46
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu25-1785/+1785
2015-11-16fs: out of bounds on stack in iov_iter_advanceAl Viro3-46/+30
2015-11-16Orangefs: Merge tag 'v4.4-rc1' into for-nextMike Marshall399-5984/+9424
2015-11-13Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+15
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-595/+191
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds38-644/+379
2015-11-13Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2015-11-13f2fs: xattr simplificationsAndreas Gruenbacher1-12/+3
2015-11-13squashfs: xattr simplificationsAndreas Gruenbacher1-59/+31
2015-11-139p: xattr simplificationsAndreas Gruenbacher8-299/+72
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher32-226/+306
2015-11-13jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher1-0/+3
2015-11-13hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher4-44/+0
2015-11-13ubifs: Remove unused security xattr handlerAndreas Gruenbacher3-42/+0
2015-11-13vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher1-3/+1
2015-11-13vfs: Check attribute names in posix acl xattr handersAndreas Gruenbacher1-0/+4
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-25/+287
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-146/+163
2015-11-13Orangefs: Clean up pvfs2_devreq_read.Martin Brandenburg1-90/+117
2015-11-13Orangefs: Remove upcall trailers which are not used.Martin Brandenburg6-128/+36
2015-11-13Orangefs: fix gossip statementMike Marshall1-1/+1
2015-11-13Orangefs: Remove unused #defines from signal blocking code.Martin Brandenburg1-2/+0
2015-11-13Orangefs: set pos after generic_write_checksMike Marshall1-1/+8
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-66/+161
2015-11-13orangefs: validate the response in decode_dirents()Al Viro1-5/+32
2015-11-13orangefs: don't leave uninitialized data in ->trailer_bufAl Viro1-9/+11
2015-11-13orangefs: get rid of dec_string and enc_stringAl Viro2-23/+8
2015-11-13orangefs: switch decode_dirents() to use of kcalloc()Al Viro1-1/+1
2015-11-13orangefs: sanitize pvfs2_convert_time_field()Al Viro2-12/+6
2015-11-13orangefs: kill pointless ->link() and ->mknod()Al Viro1-23/+0
2015-11-13pvfs2_fill_sb(): use kzalloc()Al Viro1-2/+1
2015-11-13orangefs: kill struct pvfs2_mount_sb_info_sAl Viro2-30/+9
2015-11-13orangefs: double iput() in case of d_make_root() failureAl Viro1-3/+1
2015-11-13orangefs: use get_user_pages_fast(), not get_user_pages()Al Viro1-10/+2
2015-11-13orangefs: kill kmap/kunmap wrappersAl Viro1-3/+0
2015-11-13orangefs: make pvfs2_inode_read() take iov_iterAl Viro3-21/+11
2015-11-13orangefs: make do_readv_writev() take iov_iterAl Viro1-22/+9
2015-11-13orangefs: don't bother with splitting iovecsAl Viro1-276/+6
2015-11-13orangefs: make wait_for_direct_io() take iov_iterAl Viro1-12/+13
2015-11-13orangefs: make precopy_buffers() take iov_iterAl Viro1-8/+5
2015-11-13orangefs: make postcopy_buffers() take iov_iterAl Viro1-9/+5
2015-11-13pvfs_bufmap_copy_from_iovec(): don't rely upon size being equal to iov_iter_c...Al Viro1-12/+11
2015-11-13orangefs: explicitly pass the size to pvfs_bufmap_copy_to_iovec()Al Viro3-16/+19
2015-11-12dax: fix __dax_pmd_fault crashDan Williams1-0/+7
2015-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+15
2015-11-11Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds62-411/+994
2015-11-11Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds19-248/+316
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds12-98/+86
2015-11-11dax_io(): don't let non-error value escape via retval instead of EFAULTAl Viro1-1/+3