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
/
cifs
/
netmisc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-18
cifs: remove unused server parameter from calc_smb_size()
Enzo Matsumiya
1
-1
/
+1
2022-08-01
cifs: remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2022-04-04
cifs: fix potential race with cifsd thread
Paulo Alcantara
1
-1
/
+1
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
1
-4
/
+1
2022-01-08
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
1
-2
/
+2
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
1
-1
/
+0
2020-08-03
cifs`: handle ERRBaduid for SMB1
Roberto Bergantinos Corpas
1
-0
/
+27
2020-06-01
cifs: Standardize logging output
Joe Perches
1
-3
/
+3
2019-10-07
fs: cifs: mute -Wunused-const-variable message
Austin Kim
1
-4
/
+0
2019-08-30
fs: cifs: Initialize filesystem timestamp ranges
Deepa Dinamani
1
-7
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-08-07
cifs: use timespec64 internally
Arnd Bergmann
1
-9
/
+10
2018-05-28
cifs: update calc_size to take a server argument
Ronnie Sahlberg
1
-1
/
+1
2017-05-02
cifs: small underflow in cnvrtDosUnixTm()
Dan Carpenter
1
-3
/
+3
2014-12-14
Fix signed/unsigned pointer warning
Kevin Cernekee
1
-5
/
+7
2014-09-15
[CIFS] Fix setting time before epoch (negative time values)
Steve French
1
-4
/
+16
2014-05-21
fs/cifs/netmisc.c: convert printk to pr_foo()
Fabian Frederick
1
-4
/
+5
2013-11-12
cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIO
Jeff Layton
1
-1
/
+1
2013-10-14
cifs: ntstatus_to_dos_map[] is not terminated
Tim Gardner
1
-1
/
+3
2013-05-05
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-8
/
+8
2013-03-13
cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY
Sachin Prabhu
1
-1
/
+1
2012-12-05
cifs: get rid of smb_vol->UNCip and smb_vol->port
Jeff Layton
1
-13
/
+1
2012-09-26
cifs: change DOS/NT/POSIX mapping of ERRnoresource
Jeff Layton
1
-3
/
+3
2012-09-25
CIFS: Move readdir code to ops struct
Pavel Shilovsky
1
-1
/
+2
2012-04-01
cifs: writing past end of struct in cifs_convert_address()
Dan Carpenter
1
-2
/
+1
2012-03-23
CIFS: Separate protocol-specific code from cifs_readv_receive code
Pavel Shilovsky
1
-1
/
+2
2011-05-23
cifs: consolidate SendReceive response checks
Jeff Layton
1
-1
/
+1
2011-05-19
cifs: keep BCC in little-endian format
Jeff Layton
1
-7
/
+0
2011-02-17
cifs: fix handling of scopeid in cifs_convert_address
Jeff Layton
1
-4
/
+4
2011-01-21
cifs: use get/put_unaligned functions to access ByteCount
Jeff Layton
1
-2
/
+2
2011-01-14
cifs: cFYI the entire error code in map_smb_to_linux_error
Jeff Layton
1
-2
/
+2
2010-09-09
cifs: prevent possible memory corruption in cifs_demultiplex_thread
Jeff Layton
1
-9
/
+13
2010-08-05
CIFS: Make cifs_convert_address() take a const src pointer and a length
David Howells
1
-21
/
+24
2010-08-02
cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
Jeff Layton
1
-0
/
+1
2010-08-02
cifs: set the port in sockaddr in a more clearly defined fashion
Jeff Layton
1
-1
/
+22
2010-04-21
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
1
-8
/
+8
2009-06-25
cifs: have cifs parse scope_id out of IPv6 addresses and use it
Jeff Layton
1
-5
/
+27
2009-06-15
[CIFS] Fix build break
Steve French
1
-1
/
+1
2009-06-13
cifs: add new routine for converting AF_INET and AF_INET6 addrs
Jeff Layton
1
-4
/
+30
2009-05-28
cifs: make cnvrtDosUnixTm take a little-endian args and an offset
Jeff Layton
1
-8
/
+4
2009-05-28
cifs: have cifs_NTtimeToUnix take a little-endian arg
Jeff Layton
1
-6
/
+6
2009-05-01
[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
Steve French
1
-0
/
+2
2008-05-13
[CIFS] cleanup old checkpatch warnings
Steve French
1
-3
/
+3
2008-05-09
[CIFS] Fixed build warning in is_ip
Igor Mammedov
1
-31
/
+1
2008-02-12
[CIFS] clean up some hard to read ifdefs
Steve French
1
-6
/
+2
2008-02-08
[CIFS] reduce checkpatch warnings
Steve French
1
-6
/
+9
2007-11-06
[CIFS] Fix walking out end of cifs dacl
Steve French
1
-1
/
+1
2007-11-01
[CIFS] when mount helper missing fix slash wrong direction in share
Steve French
1
-5
/
+35
2007-10-26
[CIFS] acl support part 6
Steve French
1
-6
/
+6
2007-10-19
[CIFS] log better errors on failed mounts
Steve French
1
-10
/
+18
[next]