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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-01
cifs: remove struct smb2_hdr
Ronnie Sahlberg
7
-55
/
+41
2018-06-01
CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expir...
Mark Syms
1
-2
/
+3
2018-06-01
cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument
Ronnie Sahlberg
3
-20
/
+22
2018-06-01
cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr
Ronnie Sahlberg
1
-6
/
+4
2018-06-01
cifs: remove struct smb2_oplock_break_rsp
Ronnie Sahlberg
3
-16
/
+4
2018-06-01
cifs: remove rfc1002 header from all SMB2 response structures
Ronnie Sahlberg
6
-78
/
+87
2018-06-01
smb3: on reconnect set PreviousSessionId field
Steve French
1
-0
/
+1
2018-06-01
smb3: Add posix create context for smb3.11 posix mounts
Steve French
5
-3
/
+101
2018-06-01
Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+1
2018-05-31
dax: change bdev_dax_supported() to support boolean returns
Dave Jiang
4
-12
/
+10
2018-05-31
fs: allow per-device dax status checking for filesystems
Darrick J. Wong
5
-10
/
+37
2018-05-31
btrfs: Add unprivileged version of ino_lookup ioctl
Tomohiro Misono
1
-0
/
+204
2018-05-31
btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REF
Tomohiro Misono
1
-0
/
+99
2018-05-31
btrfs: Add unprivileged ioctl which returns subvolume information
Tomohiro Misono
1
-0
/
+121
2018-05-31
fs: clear writeback errors in inode_init_always
Darrick J. Wong
1
-0
/
+1
2018-05-31
smb3: add tracepoints for smb2/smb3 open
Steve French
2
-1
/
+92
2018-05-31
cifs: add debug output to show nocase mount option
Steve French
1
-0
/
+2
2018-05-31
smb3: add define for id for posix create context and corresponding struct
Steve French
1
-1
/
+10
2018-05-31
cifs: update smb2_check_message to handle PDUs without a 4 byte length header
Ronnie Sahlberg
1
-30
/
+20
2018-05-31
xfs: convert to bioset_init()/mempool_init()
Kent Overstreet
3
-8
/
+7
2018-05-31
btrfs: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-14
/
+11
2018-05-31
fs: convert block_dev.c to bioset_init()
Kent Overstreet
1
-6
/
+3
2018-05-31
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
Steve French
3
-1
/
+36
2018-05-31
smb3: add support for posix negotiate context
Steve French
4
-6
/
+36
2018-05-31
cifs: allow disabling less secure legacy dialects
Steve French
3
-9
/
+29
2018-05-31
cifs: make minor clarifications to module params for cifs.ko
Steve French
2
-3
/
+5
2018-05-31
cifs: show the "w" bit for writeable /proc/fs/cifs/* files
Ronnie Sahlberg
1
-14
/
+14
2018-05-31
smb3: add module alias for smb3 to cifs.ko
Steve French
1
-1
/
+19
2018-05-31
cifs: return error on invalid value written to cifsFYI
Ronnie Sahlberg
1
-0
/
+2
2018-05-31
cifs: invalidate cache when we truncate a file
Ronnie Sahlberg
1
-4
/
+9
2018-05-31
smb3: print tree id in debugdata in proc to be able to help logging
Steve French
1
-0
/
+2
2018-05-31
smb3: add additional ftrace entry points for entry/exit to cifs.ko
Steve French
3
-35
/
+85
2018-05-31
smb3: fix various xid leaks
Steve French
1
-19
/
+44
2018-05-31
CIFS: Introduce offset for the 1st page in data transfer structures
Long Li
2
-0
/
+4
2018-05-30
Btrfs: clean up error handling in btrfs_truncate()
Omar Sandoval
1
-19
/
+14
2018-05-30
btrfs: Factor out write portion of btrfs_get_blocks_direct
Nikolay Borisov
1
-99
/
+108
2018-05-30
btrfs: Factor out read portion of btrfs_get_blocks_direct
Nikolay Borisov
1
-13
/
+43
2018-05-30
btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_exist
Su Yue
1
-1
/
+1
2018-05-30
btrfs: raid56: Remove VLA usage
Kees Cook
1
-10
/
+28
2018-05-30
xfs: repair superblocks
Darrick J. Wong
6
-1
/
+99
2018-05-30
xfs: add helpers to attach quotas to inodes
Darrick J. Wong
3
-0
/
+79
2018-05-30
xfs: recover AG btree roots from rmap data
Darrick J. Wong
2
-0
/
+210
2018-05-30
xfs: add helpers to dispose of old btree blocks after a repair
Darrick J. Wong
2
-0
/
+257
2018-05-30
xfs: add helpers to collect and sift btree block pointers during repair
Darrick J. Wong
2
-0
/
+245
2018-05-30
xfs: add helpers to allocate and initialize fresh btree roots
Darrick J. Wong
2
-0
/
+86
2018-05-30
xfs: add helpers to deal with transaction allocation and rolling
Darrick J. Wong
6
-7
/
+194
2018-05-30
xfs: grab the per-ag structure whenever relevant
Darrick J. Wong
3
-0
/
+19
2018-05-30
btrfs: return error value if create_io_em failed in cow_file_range
Su Yue
1
-1
/
+3
2018-05-30
btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshot
Gu JinXiang
1
-1
/
+0
2018-05-30
btrfs: drop unused parameter qgroup_reserved
Gu JinXiang
4
-14
/
+5
[prev]
[next]