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
2017-02-09
pstore: don't OOPS when there are no ftrace zones
Brian Norris
1
-1
/
+1
2017-02-09
fanotify: simplify the code of fanotify_merge
Kinglong Mee
1
-8
/
+3
2017-02-08
dax: assert that i_rwsem is held exclusive for writes
Christoph Hellwig
1
-1
/
+5
2017-02-08
ext4: fix DAX write locking
Christoph Hellwig
1
-9
/
+1
2017-02-08
btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
Jeff Mahoney
1
-2
/
+4
2017-02-08
fscrypt: constify struct fscrypt_operations
Eric Biggers
5
-7
/
+7
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-76
/
+60
2017-02-07
mm: fix KPF_SWAPCACHE in /proc/kpageflags
Hugh Dickins
1
-1
/
+2
2017-02-07
fscrypt: properly declare on-stack completion
Richard Weinberger
1
-1
/
+1
2017-02-07
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
5
-73
/
+16
2017-02-07
fscrypt: remove redundant assignment of res
Colin Ian King
1
-1
/
+0
2017-02-06
ext4: add EXT4_IOC_GOINGDOWN ioctl
Theodore Ts'o
3
-1
/
+61
2017-02-05
ext4: add shutdown bit and check for it
Theodore Ts'o
11
-3
/
+103
2017-02-05
ext4: rename s_resize_flags to s_ext4_flags
Theodore Ts'o
2
-5
/
+10
2017-02-05
ext4: return EROFS if device is r/o and journal replay is needed
Theodore Ts'o
1
-1
/
+2
2017-02-05
ext4: preserve the needs_recovery flag when the journal is aborted
Theodore Ts'o
1
-2
/
+4
2017-02-05
jbd2: don't leak modified metadata buffers on an aborted journal
Theodore Ts'o
1
-1
/
+3
2017-02-05
ext4: fix inline data error paths
Theodore Ts'o
2
-6
/
+23
2017-02-04
fs: break out of iomap_file_buffered_write on fatal signals
Michal Hocko
2
-0
/
+8
2017-02-03
udf: simplify udf_ioctl()
Fabian Frederick
1
-26
/
+15
2017-02-03
udf: fix ioctl errors
Fabian Frederick
1
-1
/
+4
2017-02-03
gfs2: Make gfs2_write_full_page static
Andrew Price
1
-2
/
+2
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-4
/
+42
2017-02-02
Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
4
-75
/
+50
2017-02-02
debugfs: add debugfs_lookup()
Omar Sandoval
1
-0
/
+36
2017-02-02
ext4: move halfmd4 into hash.c directly
Jason A. Donenfeld
1
-1
/
+70
2017-02-02
block: Get rid of blk_get_backing_dev_info()
Jan Kara
4
-5
/
+3
2017-02-02
block: Make blk_get_backing_dev_info() safe without open bdev
Jan Kara
1
-0
/
+7
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
3
-3
/
+3
2017-02-02
block: Unhash block device inodes on gendisk destruction
Jan Kara
1
-0
/
+15
2017-02-02
ext4: fix use-after-iput when fscrypt contexts are inconsistent
Eric Biggers
1
-2
/
+4
2017-02-02
jbd2: fix use after free in kjournald2()
Sahitya Tummala
1
-1
/
+1
2017-02-02
CIFS: Allow to switch on encryption with seal mount option
Pavel Shilovsky
2
-31
/
+43
2017-02-02
CIFS: Add capability to decrypt big read responses
Pavel Shilovsky
3
-13
/
+169
2017-02-02
CIFS: Decrypt and process small encrypted packets
Pavel Shilovsky
7
-3
/
+243
2017-02-02
CIFS: Add copy into pages callback for a read operation
Pavel Shilovsky
2
-6
/
+49
2017-02-02
CIFS: Add mid handle callback
Pavel Shilovsky
5
-11
/
+20
2017-02-02
CIFS: Add transform header handling callbacks
Pavel Shilovsky
2
-5
/
+15
2017-02-02
CIFS: Encrypt SMB3 requests before sending
Pavel Shilovsky
10
-10
/
+320
2017-02-02
CIFS: Enable encryption during session setup phase
Pavel Shilovsky
2
-22
/
+12
2017-02-02
CIFS: Add capability to transform requests before sending
Pavel Shilovsky
3
-33
/
+136
2017-02-02
CIFS: Separate RFC1001 length processing for SMB2 read
Pavel Shilovsky
4
-25
/
+74
2017-02-02
CIFS: Separate SMB2 sync header processing
Pavel Shilovsky
2
-20
/
+35
2017-02-02
CIFS: Send RFC1001 length in a separate iov
Pavel Shilovsky
6
-95
/
+174
2017-02-02
CIFS: Make send_cancel take rqst as argument
Pavel Shilovsky
3
-17
/
+22
2017-02-02
CIFS: Make SendReceive2() takes resp iov
Pavel Shilovsky
5
-100
/
+136
2017-02-02
CIFS: Separate SMB2 header structure
Pavel Shilovsky
7
-148
/
+174
2017-02-02
CIFS: Fix splice read for non-cached files
Pavel Shilovsky
1
-1
/
+9
2017-02-02
cifs: Add soft dependencies
Jean Delvare
1
-0
/
+12
2017-02-02
cifs: Only select the required crypto modules
Jean Delvare
1
-2
/
+3
[prev]
[next]