aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 15-20/+19
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-2/+7
2010-08-04block_dev: always serialize exclusive open attemptsGravatar Tejun Heo 1-2/+2
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 4-12/+9
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 206-5706/+5706
2010-08-04fix comment typo "choosed" -> "chosen"Gravatar Uwe Kleine-König 1-1/+1
2010-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 11-88/+169
2010-08-03Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 4-14/+29
2010-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 12-112/+1242
2010-08-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 89-4006/+1619
2010-08-03UBIFS: fix a memory leak on error path.Gravatar Matthieu CASTET 1-1/+1
2010-08-029p: fix sparse warnings in new xattr codeGravatar Eric Van Hensbergen 1-2/+2
2010-08-02fs/9p: remove sparse warning in vfs_inodeGravatar Eric Van Hensbergen 1-1/+1
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupGravatar Aneesh Kumar K.V 5-39/+91
2010-08-02fs/9p: Add support user. xattrGravatar Aneesh Kumar K.V 6-3/+289
2010-08-029p: Implement LOPENGravatar M. Mohan Kumar 1-4/+9
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Gravatar Venkateswararao Jujjuri (JV) 1-1/+113
2010-08-029p: Implement TMKDIRGravatar M. Mohan Kumar 1-3/+80
2010-08-029p: Implement TMKNODGravatar M. Mohan Kumar 1-3/+103
2010-08-029p: Define and implement TSYMLINK for 9P2000.LGravatar Venkateswararao Jujjuri (JV) 1-4/+97
2010-08-029p: Define and implement TLINK for 9P2000.LGravatar Eric Van Hensbergen 1-1/+106
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Gravatar Sripathi Kodi 1-3/+46
2010-08-029p: getattr client implementation for 9P2000.L protocol.Gravatar Sripathi Kodi 3-34/+187
2010-08-02fs/9p: Pass the correct user credentials during attachGravatar Aneesh Kumar K.V 2-2/+3
2010-08-029p: readdir implementation for 9p2000.LGravatar Sripathi Kodi 1-16/+118
2010-08-029p: Make use of iounit for read/writeGravatar M. Mohan Kumar 1-6/+7
2010-08-02Merge branch 'v2.6.35'Gravatar Alex Elder 19-75/+138
2010-08-02cifs: fsc should not default to "on"Gravatar Jeff Layton 1-3/+0
2010-08-02[CIFS] remove redundant path walking in dfs_do_refmountGravatar Steve French 1-17/+11
2010-08-02cifs: ignore the "mand", "nomand" and "_netdev" mount optionsGravatar Jeff Layton 1-0/+6
2010-08-02cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFSGravatar Jeff Layton 2-0/+2
2010-08-02cifs: don't allow cifs_iget to match inodes of the wrong typeGravatar Jeff Layton 1-0/+5
2010-08-02[CIFS] relinquish fscache cookie before freeing CIFSTconInfoGravatar Steve French 1-1/+1
2010-08-02cifs: add separate cred_uid field to sesInfoGravatar Jeff Layton 3-3/+10
2010-08-02fs: cifs: check kmalloc() resultGravatar Kulikov Vasiliy 1-0/+5
2010-08-02[CIFS] Missing ifdefGravatar Steve French 1-0/+4
2010-08-02[CIFS] Missing line from previous commitGravatar Steve French 1-3/+3
2010-08-02[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabledGravatar Steve French 2-2/+2
2010-08-02cifs: add mount option to enable local cachingGravatar Suresh Jayaraman 2-0/+9
2010-08-02cifs: read pages from FS-CacheGravatar Suresh Jayaraman 3-1/+129
2010-08-02cifs: store pages into local cacheGravatar Suresh Jayaraman 3-0/+29
2010-08-02cifs: FS-Cache page managementGravatar Suresh Jayaraman 4-0/+93
2010-08-02cifs: define inode-level cache object and register themGravatar Suresh Jayaraman 7-0/+183
2010-08-02cifs: define superblock-level cache index objects and register themGravatar Suresh Jayaraman 6-0/+142
2010-08-02cifs: remove unused cifsUidInfo structGravatar Jeff Layton 1-16/+0
2010-08-02cifs: clean up cifs_find_smb_ses (try #2)Gravatar Jeff Layton 2-9/+19
2010-08-02cifs: match secType when searching for existing tcp sessionGravatar Jeff Layton 2-4/+54
2010-08-02cifs: move address comparison into separate functionGravatar Jeff Layton 1-37/+36
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionGravatar Jeff Layton 4-10/+31
2010-08-02cifs: define server-level cache index objects and register themGravatar Suresh Jayaraman 6-1/+126