summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis2010-10-231-1/+1
| * mmc_test: fix display of .5 KiBAdrian Hunter2010-10-231-2/+2
| * mmc_test: fix memory allocation segment limitsAdrian Hunter2010-10-231-6/+6
| * mmc_test: move files from sysfs to debugfsAndy Shevchenko2010-10-231-35/+107
| * mmc_test: collect data and show it via sysfs by demandAndy Shevchenko2010-10-231-2/+169
| * mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko2010-10-231-2/+3
| * mmc_test: use API to check card typeAndy Shevchenko2010-10-231-1/+1
| * mmc_test: fix performance tests that go over max_blk_countAdrian Hunter2010-10-231-48/+135
| * mmc: Convert "mutex" to semaphoreThomas Gleixner2010-10-231-1/+1
| * mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-234-10/+10
| * mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2010-10-234-5/+4
| * mmc: Use snprintf, not sprintf.JiebingLi2010-10-231-1/+2
| * mmc: USB SD Host Controller (USHC) driverDavid Vrabel2010-10-233-0/+581
| * mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-2324-52/+31
| * mmc: au1xmmc.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
| * mmc: atmel-mci.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
| * mmc: at91_mci.c: use resource_size()H Hartley Sweeten2010-10-231-4/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2010-10-282-2/+4
|\ \
| * | hfsplus: free space correcly for files unlinked while openChristoph Hellwig2010-10-271-1/+3
| * | hfsplus: fix double lock typo in ioctlDan Carpenter2010-10-251-1/+1
* | | ext4: fix compile with CONFIG_EXT4_FS_XATTR disabledIngo Molnar2010-10-281-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-10-2822-150/+1288
|\ \ \
| * | | net/9p: Return error on read with NULL bufferSanchit Garg2010-10-281-4/+1
| * | | 9p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-10-285-6/+9
| * | | net/9p: Return error if we fail to encode protocol dataAneesh Kumar K.V2010-10-282-3/+4
| * | | fs/9p: Use generic_file_open with lookup_instantiate_filpAneesh Kumar K.V2010-10-281-9/+2
| * | | fs/9p: Add missing iput in v9fs_vfs_lookupAneesh Kumar K.V2010-10-281-1/+3
| * | | fs/9p: Use mknod 9p operation on create without open requestAneesh Kumar K.V2010-10-281-2/+12
| * | | net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)2010-10-282-8/+41
| * | | [net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.Venkateswararao Jujjuri (JV)2010-10-281-10/+24
| * | | 9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2010-10-284-3/+86
| * | | 9p: Use V9FS_MAGIC in statfsM. Mohan Kumar2010-10-283-3/+3
| * | | 9p: Implement TGETLOCKM. Mohan Kumar2010-10-284-0/+100
| * | | 9p: Implement TLOCKM. Mohan Kumar2010-10-285-2/+222
| * | | [9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2010-10-284-2/+44
| * | | [fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)2010-10-281-0/+15
| * | | fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V2010-10-286-7/+110
| * | | fs/9p: Implement create time inheritanceAneesh Kumar K.V2010-10-283-44/+166
| * | | fs/9p: Update ACL on chmodAneesh Kumar K.V2010-10-283-0/+66
| * | | fs/9p: Implement setting posix aclAneesh Kumar K.V2010-10-283-2/+75
| * | | fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V2010-10-283-0/+47
| * | | fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V2010-10-288-22/+186
| * | | net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk().jvrao2010-10-281-0/+6
| * | | fs/9p: Remove the redundant rsize calculation in v9fs_file_write()jvrao2010-10-281-8/+2
| * | | 9p: Add a Direct IO support for non-cached operations.jvrao2010-10-281-0/+30
| * | | net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj2010-10-282-16/+31
| * | | fs/9p: mkdir fix for setting S_ISGID bit as per parent directoryHarsh Prateek Bora2010-10-281-0/+2
| * | | 9p: Pass the correct end of buffer to p9dirent_readSripathi Kodi2010-10-281-1/+2
| * | | fs/9p: setrlimit fix for 9p writeHarsh Prateek Bora2010-10-281-4/+19
| * | | 9p: remove unneeded checksDan Carpenter2010-10-281-13/+0
OpenPOWER on IntegriCloud