summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-10-05Orangefs: fix some checkpatch.pl complaints that had creeped in.Mike Marshall11-102/+111
2015-10-03Orangefs: Clean up error decoding.Martin Brandenburg2-264/+80
2015-10-03Orangefs: Use readonly mmap since writepage is not implemented.Martin Brandenburg1-1/+3
2015-10-03Orangefs: don't use mount_nodev, use sget directly.Mike Marshall1-20/+15
2015-10-03Orangefs: update signal blocking code before Oleg sees it.Mike Marshall3-31/+20
2015-10-03Orangefs: Don't opencode memcpy.Mike Marshall1-11/+2
2015-10-03Orangefs: choose return codes from among the expected ones.Mike Marshall2-9/+5
2015-10-03Orangefs: put PVFS_util_min out of its misery.Mike Marshall1-1/+0
2015-10-03Orangefs: fix dir_emit code in pvfs2_readdir.Mike Marshall2-82/+50
2015-10-03Orangefs: use iov_iter interfaceMike Marshall3-510/+72
2015-10-03Orangefs: Swap order of include filesGuenter Roeck1-1/+1
2015-10-03fs: orangefs: remove execute priviliges from module paramsSasha Levin1-1/+1
2015-10-03Orangefs: use inode_set_bytes for directoriesMike Marshall1-4/+3
2015-10-03Orangefs: large integer implicitly truncated to unsigned typeMike Marshall1-1/+1
2015-10-03Orangefs: address problems found by static checkerMike Marshall4-33/+11
2015-10-03Orangefs: sooth most sparse complaintsMike Marshall11-30/+33
2015-10-03Orangefs: kernel client update 1.Mike Marshall2-5/+13
2015-10-03Orangefs: kernel client part 7Mike Marshall4-0/+18
2015-10-03Orangefs: kernel client part 5Mike Marshall4-0/+1643
2015-10-03Orangefs: kernel client part 4Mike Marshall2-0/+2915
2015-10-03Orangefs: kernel client part 3Mike Marshall5-0/+2477
2015-10-03Orangefs: kernel client part 2Mike Marshall6-0/+3196
2015-10-03Orangefs: kernel client part 1Mike Marshall9-0/+2411
2015-09-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-19/+126
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-42/+118
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds12-83/+148