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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-20
fs/Kconfig: move CIFS out
Alexey Dobriyan
1
-0
/
+142
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-2
/
+2
2008-10-12
[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_ass...
Jeff Layton
1
-2
/
+0
2008-10-08
[CIFS] Check that last search entry resume key is valid
Steve French
1
-3
/
+24
2008-10-08
[CIFS] make sure we have the right resume info before calling CIFSFindNext
Steve French
3
-63
/
+70
2008-10-07
[CIFS] clean up error handling in cifs_unlink
Steve French
1
-20
/
+19
2008-10-07
[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo
Jeff Layton
1
-6
/
+18
2008-09-25
cifs: explicitly revoke SPNEGO key after session setup
Jeff Layton
1
-1
/
+3
2008-09-24
cifs: Convert cifs to new aops.
Nick Piggin
1
-61
/
+59
2008-09-24
[CIFS] update DOS attributes in cifsInode if we successfully changed them
Steve French
1
-0
/
+4
2008-09-24
cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle
Jeff Layton
2
-3
/
+3
2008-09-24
cifs: work around samba returning -ENOENT on SetFileDisposition call
Jeff Layton
1
-2
/
+10
2008-09-24
cifs: fix inverted NULL check after kmalloc
Jeff Layton
1
-1
/
+1
2008-09-23
[CIFS] clean up upcall handling for dns_resolver keys
Steve French
1
-33
/
+41
2008-09-23
[CIFS] fix busy-file renames and refactor cifs_rename logic
Steve French
1
-82
/
+104
2008-09-23
cifs: add function to set file disposition
Jeff Layton
3
-2
/
+64
2008-09-23
[CIFS] add constants for string lengths of keynames in SPNEGO upcall string
Steve French
1
-9
/
+26
2008-09-23
cifs: move rename and delete-on-close logic into helper function
Jeff Layton
1
-39
/
+59
2008-09-23
cifs: have find_writeable_file prefer filehandles opened by same task
Jeff Layton
1
-1
/
+9
2008-09-23
cifs: don't use GFP_KERNEL with GFP_NOFS
Pekka Enberg
2
-6
/
+3
2008-09-17
[CIFS] use common code for turning off ATTR_READONLY in cifs_unlink
Steve French
1
-167
/
+139
2008-09-17
cifs: clean up variables in cifs_unlink
Jeff Layton
2
-50
/
+42
2008-08-28
[CIFS] Turn off Unicode during session establishment for plaintext authentica...
Steve French
1
-0
/
+2
2008-08-28
[CIFS] update cifs change log
Steve French
2
-3
/
+16
2008-08-28
cifs: fix O_APPEND on directio mounts
Jeff Layton
1
-0
/
+4
2008-08-28
[CIFS] Fix plaintext authentication
Steve French
1
-0
/
+1
2008-08-28
[CIFS] Add destroy routine for dns_resolver
Jeff Layton
2
-1
/
+9
2008-08-26
[CIFS] check version in spnego upcall response
Steve French
3
-2
/
+15
2008-08-20
[CIFS] Kerberos support not considered experimental anymore
Steve French
1
-4
/
+26
2008-08-19
[CIFS] distinguish between Kerberos and MSKerberos in upcall
Steve French
4
-6
/
+14
2008-08-19
cifs: add local server pointer to cifs_setup_session
Jeff Layton
1
-16
/
+17
2008-08-19
[CIFS] reindent misindented statement
Ilpo Järvinen
1
-1
/
+2
2008-08-14
[CIFS] mount of IPC$ breaks with iget patch
Steve French
1
-0
/
+1
2008-08-12
[CIFS] remove trailing whitespace
Steve French
1
-1
/
+1
2008-08-12
[CIFS] if get root inode fails during mount, cleanup tree connection
Steve French
1
-0
/
+2
2008-08-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...
Linus Torvalds
14
-509
/
+652
2008-08-09
[CIFS] list entry can not return null
Steve French
4
-74
/
+61
2008-08-07
turn cifs_setattr into a multiplexor that calls the correct function
Jeff Layton
1
-5
/
+17
2008-08-07
move file time and dos attribute setting logic into new function
Jeff Layton
1
-87
/
+109
2008-08-07
spin off cifs_setattr with unix extensions to its own function
Jeff Layton
1
-38
/
+119
2008-08-06
[CIFS] Code cleanup in old sessionsetup code
Steve French
2
-78
/
+80
2008-08-06
[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir
Jeff Layton
2
-6
/
+25
2008-08-06
Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg
Jeff Layton
3
-14
/
+13
2008-08-06
change CIFSSMBSetTimes to CIFSSMBSetPathInfo
Jeff Layton
3
-8
/
+8
2008-08-06
[CIFS] fix trailing whitespace
Steve French
1
-1
/
+1
2008-08-06
bundle up Unix SET_PATH_INFO args into a struct and change name
Jeff Layton
6
-74
/
+102
2008-08-05
Fix missing braces in cifs_revalidate()
Suresh Jayaraman
1
-1
/
+2
2008-08-05
mm: rename page trylock
Nick Piggin
1
-1
/
+1
2008-08-04
remove locking around tcpSesAllocCount atomic variable
Jeff Layton
1
-9
/
+6
2008-08-01
[CIFS] properly account for new user= field in SPNEGO upcall string allocation
Jeff Layton
1
-7
/
+11
[next]