index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
atmsar11.HEX
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-03
PARISC: led.c - fix potential stack overflow in led_proc_write()
Helge Deller
1
-2
/
+4
2010-08-03
UBIFS: fix a memory leak on error path.
Matthieu CASTET
1
-1
/
+1
2010-08-02
9p: fix sparse warnings in new xattr code
Eric Van Hensbergen
1
-2
/
+2
2010-08-02
fs/9p: remove sparse warning in vfs_inode
Eric Van Hensbergen
1
-1
/
+1
2010-08-02
fs/9p: destroy fid on failed remove
Aneesh Kumar K.V
1
-2
/
+1
2010-08-02
fs/9p: Prevent parallel rename when doing fid_lookup
Aneesh Kumar K.V
5
-39
/
+91
2010-08-02
fs/9p: Add support user. xattr
Aneesh Kumar K.V
6
-3
/
+289
2010-08-02
net/9p: Implement TXATTRCREATE 9p call
Aneesh Kumar K.V
3
-0
/
+28
2010-08-02
net/9p: Implement attrwalk 9p call
Aneesh Kumar K.V
3
-0
/
+53
2010-08-02
9p: Implement LOPEN
M. Mohan Kumar
3
-11
/
+21
2010-08-02
fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
Venkateswararao Jujjuri (JV)
4
-1
/
+163
2010-08-02
9p: Implement TMKDIR
M. Mohan Kumar
4
-3
/
+117
2010-08-02
9p: Implement TMKNOD
M. Mohan Kumar
4
-3
/
+140
2010-08-02
9p: Define and implement TSYMLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
4
-4
/
+137
2010-08-02
9p: Define and implement TLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
3
-0
/
+22
2010-08-02
9p: Define and implement TLINK for 9P2000.L
Eric Van Hensbergen
1
-1
/
+106
2010-08-02
9p: Implement client side of setattr for 9P2000.L protocol.
Sripathi Kodi
5
-3
/
+122
2010-08-02
9p: getattr client implementation for 9P2000.L protocol.
Sripathi Kodi
7
-34
/
+321
2010-08-02
fs/9p: Pass the correct user credentials during attach
Aneesh Kumar K.V
2
-2
/
+3
2010-08-02
net/9p: Handle the server returned error properly
Aneesh Kumar K.V
1
-1
/
+2
2010-08-02
9p: readdir implementation for 9p2000.L
Sripathi Kodi
5
-16
/
+227
2010-08-02
9p: Make use of iounit for read/write
M. Mohan Kumar
1
-6
/
+7
2010-08-02
9p: strlen() doesn't count the terminator
Dan Carpenter
1
-1
/
+1
2010-08-02
virtio_9p.h needs <linux/types.h>
Fang Wenqi
1
-0
/
+1
2010-08-02
cifs: fsc should not default to "on"
Jeff Layton
1
-3
/
+0
2010-08-02
[CIFS] remove redundant path walking in dfs_do_refmount
Steve French
1
-17
/
+11
2010-08-02
cifs: ignore the "mand", "nomand" and "_netdev" mount options
Jeff Layton
1
-0
/
+6
2010-08-02
cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
Jeff Layton
2
-0
/
+2
2010-08-02
cifs: don't allow cifs_iget to match inodes of the wrong type
Jeff Layton
1
-0
/
+5
2010-08-02
[CIFS] relinquish fscache cookie before freeing CIFSTconInfo
Steve French
1
-1
/
+1
2010-08-02
cifs: add separate cred_uid field to sesInfo
Jeff Layton
3
-3
/
+10
2010-08-02
fs: cifs: check kmalloc() result
Kulikov Vasiliy
1
-0
/
+5
2010-08-02
[CIFS] Missing ifdef
Steve French
1
-0
/
+4
2010-08-02
[CIFS] Missing line from previous commit
Steve French
1
-3
/
+3
2010-08-02
[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled
Steve French
2
-2
/
+2
2010-08-02
cifs: add mount option to enable local caching
Suresh Jayaraman
2
-0
/
+9
2010-08-02
cifs: read pages from FS-Cache
Suresh Jayaraman
3
-1
/
+129
2010-08-02
cifs: store pages into local cache
Suresh Jayaraman
3
-0
/
+29
2010-08-02
cifs: FS-Cache page management
Suresh Jayaraman
4
-0
/
+93
2010-08-02
cifs: define inode-level cache object and register them
Suresh Jayaraman
7
-0
/
+183
2010-08-02
cifs: define superblock-level cache index objects and register them
Suresh Jayaraman
6
-0
/
+142
2010-08-02
cifs: remove unused cifsUidInfo struct
Jeff Layton
1
-16
/
+0
2010-08-02
cifs: clean up cifs_find_smb_ses (try #2)
Jeff Layton
2
-9
/
+19
2010-08-02
cifs: match secType when searching for existing tcp session
Jeff Layton
2
-4
/
+54
2010-08-02
cifs: move address comparison into separate function
Jeff Layton
1
-37
/
+36
2010-08-02
cifs: set the port in sockaddr in a more clearly defined fashion
Jeff Layton
4
-10
/
+31
2010-08-02
cifs: define server-level cache index objects and register them
Suresh Jayaraman
6
-1
/
+126
2010-08-02
cifs: register CIFS for caching
Suresh Jayaraman
4
-0
/
+95
2010-08-02
fs/cifs: Remove unnecessary casts of private_data
Joe Perches
3
-18
/
+13
2010-08-02
cifs: add kernel config option for CIFS Client caching support
Suresh Jayaraman
1
-0
/
+9
[next]