summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-05aoe: become I/O request queue handler for increased user controlEd Cashin5-182/+308
2012-10-05aoe: kernel thread handles I/O completions for simple lockingEd Cashin6-306/+560
2012-10-05aoe: for performance support larger packet payloadsEd Cashin5-46/+111
2012-10-05nbd: handle discard requestsPaul Clements2-2/+19
2012-10-05nbd: add set flags ioctlPaul Clements2-5/+12
2012-10-05rapidio: add destination ID allocation mechanismAlexandre Bounine2-35/+179
2012-10-05rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine1-63/+70
2012-10-05rapidio: run discovery as an asynchronous processAlexandre Bounine2-4/+50
2012-10-05rapidio: use device lists handling on per-net basisAlexandre Bounine2-29/+32
2012-10-05rapidio: fix blocking wait for discovery readyAlexandre Bounine1-42/+20
2012-10-05rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine1-4/+5
2012-10-05rapidio/tsi721: add inbound memory mapping callbacksAlexandre Bounine2-4/+99
2012-10-05rapidio: add inbound memory mapping interfaceAlexandre Bounine3-0/+54
2012-10-05drivers/rapidio/devices/tsi721.c: fix error return codePeter Senna Tschudin1-1/+2
2012-10-05rapidio: fix kerneldoc warnings after DMA support was addedAlexandre Bounine1-1/+2
2012-10-05rapidio/tsi721: modify mport name assignmentAlexandre Bounine2-2/+4
2012-10-05rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine1-3/+17
2012-10-05kdump: remove unneeded includeWei Yongjun1-1/+0
2012-10-05fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat1-1/+1
2012-10-05proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi1-2/+1
2012-10-05proc: use kzalloc instead of kmalloc and memsetyan1-7/+6
2012-10-05proc: no need to initialize proc_inode->fd in proc_get_inode()yan1-1/+0
2012-10-05proc: return -ENOMEM when inode allocation failedyan1-1/+1
2012-10-05coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko3-4/+108
2012-10-05coredump: add a new elf note with siginfo of the signalDenys Vlasenko3-2/+36
2012-10-05compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko19-476/+513
2012-10-05coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko8-21/+21
2012-10-05coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2-2/+2
2012-10-05coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov2-3/+9
2012-10-05coredump: update coredump-related headersAlex Kelly7-6/+15
2012-10-05coredump: make core dump functionality optionalAlex Kelly6-27/+53
2012-10-05device_cgroup: rename whitelist to exception listAristeu Rozanski1-99/+99
2012-10-05device_cgroup: convert device_cgroup internally to policy + exceptionsAristeu Rozanski1-98/+134
2012-10-05device_cgroup: introduce dev_whitelist_clean()Aristeu Rozanski1-5/+17
2012-10-05device_cgroup: add "deny_all" in dev_cgroup structureAristeu Rozanski1-0/+5
2012-10-05kernel-doc: don't mangle whitespace in Example sectionDaniel Santos1-2/+7
2012-10-05kernel-doc: bugfix - empty line in Example sectionDaniel Santos1-1/+10
2012-10-05kernel-doc: bugfix - multi-line macrosDaniel Santos1-0/+3
2012-10-05fat: simplify writeback_inode()Namjae Jeon1-9/+5
2012-10-05fat: no need to reset EOF in ent_put for FAT32Namjae Jeon1-3/+0
2012-10-05fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop1-4/+6
2012-10-05fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop1-9/+14
2012-10-05fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop1-7/+0
2012-10-05fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop1-4/+6
2012-10-05fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-05fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-05fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
2012-10-05fat (exportfs): fix dentry reconnectionSteven J. Magnani6-137/+141
2012-10-05fat (exportfs): move NFS support codeSteven J. Magnani4-131/+174
2012-10-05fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon1-4/+2