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