index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CIFS] CIFS should honour umask
Steve French
2007-06-08
1
-2
/
+4
*
[CIFS] whitespace cleanup part 2
Steve French
2007-06-05
1
-3
/
+3
*
[CIFS] whitespace cleanup
Steve French
2007-06-05
1
-85
/
+87
*
[CIFS] Change semaphore to mutex for cifs lock_sem
Roland Dreier
2007-05-03
1
-1
/
+1
*
[CIFS] Remove some unused functions/declarations
Steve French
2007-02-27
1
-1
/
+1
*
[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)
Steve French
2006-09-21
1
-8
/
+15
*
[CIFS] Fix oops in cifs_close due to unitialized lock sem and list in
Steve French
2006-08-15
1
-0
/
+4
*
[CIFS] Add support for readdir to legacy servers
Steve French
2006-06-07
1
-2
/
+9
*
[CIFS] Support for setting up SMB sessions to legacy lanman servers
Steve French
2006-05-31
1
-1
/
+1
*
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
Steve French
2006-05-31
1
-1
/
+1
*
[CIFS] Don't allow a backslash in a path component
Steve French
2006-04-21
1
-0
/
+14
*
[CIFS] [CIFS] Do not take rename sem on most path based calls (during
Steve French
2006-04-21
1
-4
/
+0
*
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Steve French
2006-03-31
1
-4
/
+4
|
\
|
*
[PATCH] sem2mutex: vfs_rename_mutex
Arjan van de Ven
2006-03-23
1
-4
/
+4
*
|
[CIFS] Fix two remaining coverity scan tool warnings.
Steve French
2006-03-09
1
-1
/
+2
*
|
[CIFS] Convert remaining places in fs/cifs from
Eric Sesterhenn
2006-02-21
1
-3
/
+1
|
/
*
[CIFS] Use fsuid (fsgid) more consistently instead of uid/gid in
Steve French
2005-12-01
1
-4
/
+4
*
[CIFS] Fix missing permission check on setattr when noperm mount option is
Steve French
2005-11-29
1
-1
/
+8
*
[CIFS] When file is deleted locally but later recreated on the server
Steve French
2005-11-28
1
-9
/
+16
*
[CIFS] Fix mknod of block and chardev over SFU mounts
Steve French
2005-11-18
1
-2
/
+30
*
Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/
Steve French
2005-10-21
1
-8
/
+100
|
\
|
*
[CIFS] Remove cifs_sb argument from *build_path_from_dentry
Steve French
2005-08-30
1
-5
/
+6
|
*
[CIFS] Support for legacy servers part 3 - Add support for Open and most
Steve French
2005-08-24
1
-0
/
+7
|
*
[CIFS] Finish up of case-insensitive dentry handling for cifs. This
Steve French
2005-08-22
1
-3
/
+51
|
*
[CIFS] Add missing check for path name allocation failure. Remove four
Steve French
2005-08-13
1
-3
/
+3
|
*
[CIFS] Add compat with SFU (part 2)
Steve French
2005-07-21
1
-4
/
+30
|
*
[CIFS] Add compat with SFU (part 1)
Steve French
2005-07-14
1
-1
/
+11
|
*
[CIFS] POSIX extensions, SetFSInfo added
Jeremy Allison
2005-06-22
1
-5
/
+5
*
|
[PATCH] cifs_create() fix
Miklos Szeredi
2005-09-07
1
-14
/
+13
|
/
*
[CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over exis...
Steve French
2005-05-17
1
-1
/
+2
*
[PATCH] cifs: character mapping of special characters (part 3 of 3)
Steve French
2005-04-28
1
-91
/
+17
*
[PATCH] cifs: remove a few redundant null pointer checks, and cleanup misc so...
Steve French
2005-04-28
1
-45
/
+38
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+523