index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
orangefs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-03
OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.
Yi Liu
25
-1785
/
+1785
2015-11-16
fs: out of bounds on stack in iov_iter_advance
Al Viro
3
-46
/
+30
2015-11-13
Orangefs: Clean up pvfs2_devreq_read.
Martin Brandenburg
1
-90
/
+117
2015-11-13
Orangefs: Remove upcall trailers which are not used.
Martin Brandenburg
6
-128
/
+36
2015-11-13
Orangefs: fix gossip statement
Mike Marshall
1
-1
/
+1
2015-11-13
Orangefs: Remove unused #defines from signal blocking code.
Martin Brandenburg
1
-2
/
+0
2015-11-13
Orangefs: set pos after generic_write_checks
Mike Marshall
1
-1
/
+8
2015-11-13
orangefs: validate the response in decode_dirents()
Al Viro
1
-5
/
+32
2015-11-13
orangefs: don't leave uninitialized data in ->trailer_buf
Al Viro
1
-9
/
+11
2015-11-13
orangefs: get rid of dec_string and enc_string
Al Viro
2
-23
/
+8
2015-11-13
orangefs: switch decode_dirents() to use of kcalloc()
Al Viro
1
-1
/
+1
2015-11-13
orangefs: sanitize pvfs2_convert_time_field()
Al Viro
2
-12
/
+6
2015-11-13
orangefs: kill pointless ->link() and ->mknod()
Al Viro
1
-23
/
+0
2015-11-13
pvfs2_fill_sb(): use kzalloc()
Al Viro
1
-2
/
+1
2015-11-13
orangefs: kill struct pvfs2_mount_sb_info_s
Al Viro
2
-30
/
+9
2015-11-13
orangefs: double iput() in case of d_make_root() failure
Al Viro
1
-3
/
+1
2015-11-13
orangefs: use get_user_pages_fast(), not get_user_pages()
Al Viro
1
-10
/
+2
2015-11-13
orangefs: kill kmap/kunmap wrappers
Al Viro
1
-3
/
+0
2015-11-13
orangefs: make pvfs2_inode_read() take iov_iter
Al Viro
3
-21
/
+11
2015-11-13
orangefs: make do_readv_writev() take iov_iter
Al Viro
1
-22
/
+9
2015-11-13
orangefs: don't bother with splitting iovecs
Al Viro
1
-276
/
+6
2015-11-13
orangefs: make wait_for_direct_io() take iov_iter
Al Viro
1
-12
/
+13
2015-11-13
orangefs: make precopy_buffers() take iov_iter
Al Viro
1
-8
/
+5
2015-11-13
orangefs: make postcopy_buffers() take iov_iter
Al Viro
1
-9
/
+5
2015-11-13
pvfs_bufmap_copy_from_iovec(): don't rely upon size being equal to iov_iter_c...
Al Viro
1
-12
/
+11
2015-11-13
orangefs: explicitly pass the size to pvfs_bufmap_copy_to_iovec()
Al Viro
3
-16
/
+19
2015-10-05
Orangefs: fix some checkpatch.pl complaints that had creeped in.
Mike Marshall
11
-102
/
+111
2015-10-03
Orangefs: Clean up error decoding.
Martin Brandenburg
2
-264
/
+80
2015-10-03
Orangefs: Use readonly mmap since writepage is not implemented.
Martin Brandenburg
1
-1
/
+3
2015-10-03
Orangefs: don't use mount_nodev, use sget directly.
Mike Marshall
1
-20
/
+15
2015-10-03
Orangefs: update signal blocking code before Oleg sees it.
Mike Marshall
3
-31
/
+20
2015-10-03
Orangefs: Don't opencode memcpy.
Mike Marshall
1
-11
/
+2
2015-10-03
Orangefs: choose return codes from among the expected ones.
Mike Marshall
2
-9
/
+5
2015-10-03
Orangefs: put PVFS_util_min out of its misery.
Mike Marshall
1
-1
/
+0
2015-10-03
Orangefs: fix dir_emit code in pvfs2_readdir.
Mike Marshall
2
-82
/
+50
2015-10-03
Orangefs: use iov_iter interface
Mike Marshall
3
-510
/
+72
2015-10-03
Orangefs: Swap order of include files
Guenter Roeck
1
-1
/
+1
2015-10-03
fs: orangefs: remove execute priviliges from module params
Sasha Levin
1
-1
/
+1
2015-10-03
Orangefs: use inode_set_bytes for directories
Mike Marshall
1
-4
/
+3
2015-10-03
Orangefs: large integer implicitly truncated to unsigned type
Mike Marshall
1
-1
/
+1
2015-10-03
Orangefs: address problems found by static checker
Mike Marshall
4
-33
/
+11
2015-10-03
Orangefs: sooth most sparse complaints
Mike Marshall
11
-30
/
+33
2015-10-03
Orangefs: kernel client update 1.
Mike Marshall
2
-5
/
+13
2015-10-03
Orangefs: kernel client part 7
Mike Marshall
2
-0
/
+16
2015-10-03
Orangefs: kernel client part 5
Mike Marshall
4
-0
/
+1643
2015-10-03
Orangefs: kernel client part 4
Mike Marshall
2
-0
/
+2915
2015-10-03
Orangefs: kernel client part 3
Mike Marshall
5
-0
/
+2477
2015-10-03
Orangefs: kernel client part 2
Mike Marshall
6
-0
/
+3196
2015-10-03
Orangefs: kernel client part 1
Mike Marshall
9
-0
/
+2411