summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation: update broken web addresses.Justin P. Mattock2010-08-04138-330/+238
* Merge branch 'master' into for-nextJiri Kosina2010-08-041744-212841/+34722
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2010-08-0311-88/+169
| |\
| | * GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse2010-08-021-7/+39
| | * GFS2: Fix typo in stuffed file data copy handlingAbhijith Das2010-07-301-1/+1
| | * Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse2010-07-291-10/+0
| | * GFS2: Make "try" lock not try quite so hardSteven Whitehouse2010-07-291-24/+25
| | * GFS2: remove dependency on __GFP_NOFAILDavid Rientjes2010-07-291-2/+9
| | * GFS2: Simplify gfs2_write_alloc_requiredBob Peterson2010-07-296-35/+14
| | * GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse2010-07-293-5/+80
| | * GFS2: Use nobh_writepageSteven Whitehouse2010-07-291-4/+1
| * | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-08-036-74/+198
| |\ \
| | * | UBI: do not warn unnecessarilyArtem Bityutskiy2010-08-022-4/+41
| | * | UBI: do not print message about corruptes PEBs if we have none of themArtem Bityutskiy2010-08-021-1/+1
| | * | UBI: improve delete-compatible volumes handlingBrijesh Singh2010-06-161-2/+2
| | * | UBI: fix error message and compilation warningsArtem Bityutskiy2010-06-142-4/+3
| | * | UBI: generate random image_seq when formatting MTD devicesMatthieu CASTET2010-06-111-0/+2
| | * | UBI: improve ECC error messageArtem Bityutskiy2010-06-111-3/+5
| | * | UBI: improve corrupted flash handlingArtem Bityutskiy2010-06-041-19/+82
| | * | UBI: introduce eraseblock counter variablesArtem Bityutskiy2010-06-042-15/+31
| | * | UBI: introduce a new IO return codeArtem Bityutskiy2010-06-044-23/+31
| | * | UBI: simplify IO error codesArtem Bityutskiy2010-06-044-16/+13
| * | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2010-08-034-14/+29
| |\ \ \
| | * | | UBIFS: fix a memory leak on error path.Matthieu CASTET2010-08-031-1/+1
| | * | | UBIFS: fix GC LEB recoveryArtem Bityutskiy2010-07-131-5/+18
| | * | | UBIFS: use ERR_CASTJulia Lawall2010-06-122-8/+8
| | * | | UBIFS: check return codeArtem Bityutskiy2010-06-121-0/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-08-0318-123/+1845
| |\ \ \ \
| | * | | | 9p: fix sparse warnings in new xattr codeEric Van Hensbergen2010-08-021-2/+2
| | * | | | fs/9p: remove sparse warning in vfs_inodeEric Van Hensbergen2010-08-021-1/+1
| | * | | | fs/9p: destroy fid on failed removeAneesh Kumar K.V2010-08-021-2/+1
| | * | | | fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V2010-08-025-39/+91
| | * | | | fs/9p: Add support user. xattrAneesh Kumar K.V2010-08-026-3/+289
| | * | | | net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V2010-08-023-0/+28
| | * | | | net/9p: Implement attrwalk 9p callAneesh Kumar K.V2010-08-023-0/+53
| | * | | | 9p: Implement LOPENM. Mohan Kumar2010-08-023-11/+21
| | * | | | fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2010-08-024-1/+163
| | * | | | 9p: Implement TMKDIRM. Mohan Kumar2010-08-024-3/+117
| | * | | | 9p: Implement TMKNODM. Mohan Kumar2010-08-024-3/+140
| | * | | | 9p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-08-024-4/+137
| | * | | | 9p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-08-023-0/+22
| | * | | | 9p: Define and implement TLINK for 9P2000.LEric Van Hensbergen2010-08-021-1/+106
| | * | | | 9p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2010-08-025-3/+122
| | * | | | 9p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2010-08-027-34/+321
| | * | | | fs/9p: Pass the correct user credentials during attachAneesh Kumar K.V2010-08-022-2/+3
| | * | | | net/9p: Handle the server returned error properlyAneesh Kumar K.V2010-08-021-1/+2
| | * | | | 9p: readdir implementation for 9p2000.LSripathi Kodi2010-08-025-16/+227
| | * | | | 9p: Make use of iounit for read/writeM. Mohan Kumar2010-08-021-6/+7
| | * | | | 9p: strlen() doesn't count the terminatorDan Carpenter2010-08-021-1/+1
| | * | | | virtio_9p.h needs <linux/types.h>Fang Wenqi2010-08-021-0/+1