summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-10-06aoe: increase net_device reference count while using itEd Cashin
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin
2012-10-06aoe: disallow unsupported AoE minor addressesEd Cashin
2012-10-06aoe: do revalidation steps in orderEd Cashin
2012-10-06aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin
2012-10-06aoe: use packets that work with the smallest-MTU local interfaceEd Cashin
2012-10-06aoe: use a kernel thread for transmissionsEd Cashin
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin
2012-10-06aoe: for performance support larger packet payloadsEd Cashin
2012-10-06nbd: handle discard requestsPaul Clements
2012-10-06nbd: add set flags ioctlPaul Clements
2012-10-06rapidio: add destination ID allocation mechanismAlexandre Bounine
2012-10-06rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine
2012-10-06rapidio: run discovery as an asynchronous processAlexandre Bounine
2012-10-06rapidio: use device lists handling on per-net basisAlexandre Bounine
2012-10-06rapidio: fix blocking wait for discovery readyAlexandre Bounine
2012-10-06rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine
2012-10-06rapidio/tsi721: add inbound memory mapping callbacksAlexandre Bounine
2012-10-06rapidio: add inbound memory mapping interfaceAlexandre Bounine
2012-10-06drivers/rapidio/devices/tsi721.c: fix error return codePeter Senna Tschudin
2012-10-06rapidio: fix kerneldoc warnings after DMA support was addedAlexandre Bounine
2012-10-06rapidio/tsi721: modify mport name assignmentAlexandre Bounine
2012-10-06rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine
2012-10-06kdump: remove unneeded includeWei Yongjun
2012-10-06fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat
2012-10-06proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi
2012-10-06proc: use kzalloc instead of kmalloc and memsetyan
2012-10-06proc: no need to initialize proc_inode->fd in proc_get_inode()yan
2012-10-06proc: return -ENOMEM when inode allocation failedyan
2012-10-06coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko
2012-10-06coredump: add a new elf note with siginfo of the signalDenys Vlasenko
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko
2012-10-06coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov
2012-10-06coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov
2012-10-06coredump: update coredump-related headersAlex Kelly
2012-10-06coredump: make core dump functionality optionalAlex Kelly
2012-10-06device_cgroup: rename whitelist to exception listAristeu Rozanski
2012-10-06device_cgroup: convert device_cgroup internally to policy + exceptionsAristeu Rozanski
2012-10-06device_cgroup: introduce dev_whitelist_clean()Aristeu Rozanski
2012-10-06device_cgroup: add "deny_all" in dev_cgroup structureAristeu Rozanski
2012-10-06kernel-doc: don't mangle whitespace in Example sectionDaniel Santos
2012-10-06kernel-doc: bugfix - empty line in Example sectionDaniel Santos
2012-10-06kernel-doc: bugfix - multi-line macrosDaniel Santos
2012-10-06fat: simplify writeback_inode()Namjae Jeon
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop
2012-10-06fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop
2012-10-06fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop