summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-08-0391-4018/+1621
|\ \ \
| * | | Merge branch 'v2.6.35'Alex Elder2010-08-02188-633/+1399
| |\| |
| * | | xfs simplify and speed up direct I/O completionsChristoph Hellwig2010-07-261-82/+76
| * | | xfs: move aio completion after unwritten extent conversionChristoph Hellwig2010-07-261-3/+16
| * | | direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-266-18/+37
| * | | xfs: fix big endian buildDave Chinner2010-07-261-1/+2
| * | | xfs: clean up xfs_bmap_get_bpChristoph Hellwig2010-07-261-25/+18
| * | | xfs: simplify xfs_truncate_fileChristoph Hellwig2010-07-263-102/+52
| * | | xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-264-17/+3
| * | | xfs: remove obsolete osyncisosync mount optionChristoph Hellwig2010-07-263-19/+4
| * | | xfs: clean up filestreams helpersChristoph Hellwig2010-07-262-85/+77
| * | | xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-267-34/+15
| * | | xfs: Fix build when CONFIG_XFS_POSIX_ACL=nTony Luck2010-07-261-0/+2
| * | | xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy2010-07-261-2/+2
| * | | xfs: use GFP_NOFS for page cache allocationDave Chinner2010-07-261-2/+2
| * | | xfs: fix memory reclaim recursion deadlock on locked inode bufferDave Chinner2010-07-261-9/+11
| * | | xfs: fix xfs_trans_add_item() lockdep warningsDave Chinner2010-07-261-1/+1
| * | | xfs: simplify and remove xfs_ireclaimDave Chinner2010-07-263-54/+32
| * | | xfs: don't block on buffer read errorsDave Chinner2010-07-261-4/+15
| * | | xfs: move inode shrinker unregister even earlierDave Chinner2010-07-261-5/+5
| * | | xfs: remove a dmapi leftoverChristoph Hellwig2010-07-261-3/+0
| * | | xfs: writepage always has buffersChristoph Hellwig2010-07-261-7/+0