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
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
2012-12-05
cifs: Add handling of blank password option
Jesper Nilsson
1
-0
/
+1
2012-12-05
Add SMB2.02 dialect support
Steve French
3
-0
/
+23
2012-12-05
CIFS: Fix lock consistensy bug in cifs_setlk
Pavel Shilovsky
1
-3
/
+5
2012-12-05
CIFS: Implement cifs_relock_file
Pavel Shilovsky
1
-3
/
+23
2012-12-05
CIFS: Separate pushing mandatory locks and lock_sem handling
Pavel Shilovsky
2
-41
/
+10
2012-12-05
CIFS: Separate pushing posix locks and lock_sem handling
Pavel Shilovsky
1
-13
/
+19
2012-12-05
CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2
Steve French
7
-68
/
+44
2012-12-05
cifs: make error on lack of a unc= option more explicit
Jeff Layton
1
-14
/
+5
2012-12-05
cifs: don't override the uid/gid in getattr when cifsacl is enabled
Jeff Layton
1
-3
/
+4
2012-12-05
cifs: remove uneeded __KERNEL__ block from cifsacl.h
Jeff Layton
2
-7
/
+2
2012-12-05
cifs: fix the format specifiers in sid_to_str
Jeff Layton
1
-7
/
+4
2012-12-05
cifs: redefine NUM_SUBAUTH constant from 5 to 15
Jeff Layton
2
-6
/
+19
2012-12-05
cifs: make cifs_copy_sid handle a source sid with variable size subauth arrays
Jeff Layton
2
-2
/
+11
2012-12-05
cifs: make compare_sids static
Jeff Layton
2
-50
/
+50
2012-12-05
cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl code
Jeff Layton
2
-5
/
+5
2012-12-05
cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()
Jeff Layton
1
-2
/
+2
2012-12-05
cifs: clean up id_mode_to_cifs_acl
Jeff Layton
1
-28
/
+25
2012-12-05
cifs: fix types on module parameters
Jeff Layton
1
-6
/
+5
2012-12-05
default authentication needs to be at least ntlmv2 security for cifs mounts
Steve French
2
-11
/
+1
2012-12-05
vfs: clear to the end of the buffer on partial buffer reads
Dan Carpenter
1
-1
/
+1
2012-12-04
vfs: avoid "attempt to access beyond end of device" warnings
Linus Torvalds
1
-0
/
+52
2012-12-03
Merge branch 'block-dev'
Linus Torvalds
3
-190
/
+71
2012-12-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-10
/
+21
2012-12-01
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-5
/
+4
2012-11-30
fix off-by-one in argument passed by iterate_fd() to callbacks
Al Viro
1
-6
/
+8
2012-11-30
lookup_one_len: don't accept . and ..
Al Viro
1
-0
/
+5
2012-11-30
cifs: get rid of blind d_drop() in readdir
Al Viro
1
-1
/
+4
2012-11-30
nfs_lookup_revalidate(): fix a leak
Al Viro
1
-2
/
+2
2012-11-30
don't do blind d_drop() in nfs_prime_dcache()
Al Viro
1
-1
/
+2
2012-11-30
blkdev_max_block: make private to fs/buffer.c
Linus Torvalds
2
-55
/
+14
2012-11-30
direct-io: don't read inode->i_blkbits multiple times
Linus Torvalds
1
-3
/
+5
2012-11-29
blockdev: remove bd_block_size_semaphore again
Linus Torvalds
1
-101
/
+4
2012-11-29
fs/buffer.c: make block-size be per-page and protected by the page lock
Linus Torvalds
1
-31
/
+48
2012-11-28
CIFS: Fix wrong buffer pointer usage in smb_set_file_info
Pavel Shilovsky
1
-2
/
+1
2012-11-27
cifs: fix writeback race with file that is growing
Jeff Layton
1
-3
/
+3
2012-11-27
Merge branch 'akpm' (Fixes from Andrew)
Linus Torvalds
4
-4
/
+20
2012-11-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-0
/
+2
2012-11-27
writeback: put unused inodes to LRU after writeback completion
Jan Kara
3
-2
/
+17
2012-11-27
proc: check vma->vm_file before dereferencing
Stanislav Kinsbursky
1
-2
/
+3
2012-11-24
Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-18
/
+21
2012-11-23
jbd: Fix lock ordering bug in journal_unmap_buffer()
Jan Kara
1
-0
/
+2
2012-11-21
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-19
/
+60
2012-11-20
ext3: Avoid underflow of in ext3_trim_fs()
Lukas Czerner
1
-2
/
+3
2012-11-20
reiserfs: Move quota calls out of write lock
Jan Kara
3
-7
/
+25
2012-11-20
reiserfs: Protect reiserfs_quota_write() with write lock
Jan Kara
1
-0
/
+4
2012-11-20
reiserfs: Protect reiserfs_quota_on() with write lock
Jan Kara
1
-3
/
+8
2012-11-20
reiserfs: Fix lock ordering during remount
Jan Kara
1
-7
/
+20
2012-11-18
fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()
Al Viro
1
-1
/
+2
2012-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2012-11-18
Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
3
-19
/
+69
[next]