index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-05
DNS: Make AFS go to the DNS for AFSDB records for unknown cells
Wang Lei
2
-10
/
+31
2010-08-05
DNS: Separate out CIFS DNS Resolver code
Wang Lei
4
-205
/
+56
2010-08-05
cifs: account for new creduid=0x%x parameter in spnego upcall string
Jeff Layton
1
-0
/
+4
2010-08-05
cifs: reduce false positives with inode aliasing serverino autodisable
Jeff Layton
1
-12
/
+31
2010-08-05
CIFS: Make cifs_convert_address() take a const src pointer and a length
David Howells
5
-37
/
+38
2010-08-05
cifs: show features compiled in as part of DebugData
Suresh Jayaraman
1
-0
/
+25
2010-08-05
cifs: update README
Suresh Jayaraman
1
-2
/
+3
2010-08-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
15
-20
/
+19
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-2
/
+7
2010-08-04
block_dev: always serialize exclusive open attempts
Tejun Heo
1
-2
/
+2
2010-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
4
-12
/
+9
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
206
-5706
/
+5706
2010-08-04
fix comment typo "choosed" -> "chosen"
Uwe Kleine-König
1
-1
/
+1
2010-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
11
-88
/
+169
2010-08-03
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
4
-14
/
+29
2010-08-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
12
-112
/
+1242
2010-08-03
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
89
-4006
/
+1619
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: 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
9p: Implement LOPEN
M. Mohan Kumar
1
-4
/
+9
2010-08-02
fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
Venkateswararao Jujjuri (JV)
1
-1
/
+113
2010-08-02
9p: Implement TMKDIR
M. Mohan Kumar
1
-3
/
+80
2010-08-02
9p: Implement TMKNOD
M. Mohan Kumar
1
-3
/
+103
2010-08-02
9p: Define and implement TSYMLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
1
-4
/
+97
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
1
-3
/
+46
2010-08-02
9p: getattr client implementation for 9P2000.L protocol.
Sripathi Kodi
3
-34
/
+187
2010-08-02
fs/9p: Pass the correct user credentials during attach
Aneesh Kumar K.V
2
-2
/
+3
2010-08-02
9p: readdir implementation for 9p2000.L
Sripathi Kodi
1
-16
/
+118
2010-08-02
9p: Make use of iounit for read/write
M. Mohan Kumar
1
-6
/
+7
2010-08-02
Merge branch 'v2.6.35'
Alex Elder
19
-75
/
+138
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
[next]