summaryrefslogtreecommitdiffstats
path: root/lib/irq_regs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-08seqfile convert proc_pid_statmEric W. Biederman3-6/+9
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman3-17/+20
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman2-0/+46
2008-02-08proc: detect duplicate names on registrationZhang Rui1-0/+10
2008-02-08proc: remove useless check on symlink removalAlexey Dobriyan1-1/+1
2008-02-08proc: simplify function prototypesAlexey Dobriyan2-15/+6
2008-02-08proc: less LOCK operations during lookupAlexey Dobriyan1-2/+2
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan1-1/+0
2008-02-08namespaces: mark NET_NS with "depends on NAMESPACES"Pavel Emelyanov1-1/+1
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov6-194/+220
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov4-24/+21
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov12-112/+164
2008-02-08namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov3-1/+30
2008-02-08namespaces: add the NAMESPACES config optionPavel Emelyanov1-0/+9
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan3-1/+12
2008-02-08inotify: fix check for one-shot watches before destroying themUlisses Furquim1-1/+1
2008-02-08Convert SG from nopage to fault.Nick Piggin1-12/+11
2008-02-08dm raid1: report fault statusJonathan Brassow1-8/+36
2008-02-08dm raid1: handle read failuresJonathan Brassow1-45/+211
2008-02-08dm raid1: fix EIO after log failureJonathan Brassow1-11/+90
2008-02-08dm raid1: handle recovery failuresJonathan Brassow1-3/+20
2008-02-08dm raid1: handle write failuresJonathan Brassow1-26/+224
2008-02-08dm snapshot: combine consecutive exceptions in memoryMilan Broz2-16/+116
2008-02-08dm: stripe enhanced status returnBrian Wood1-1/+22
2008-02-08dm: stripe trigger event on failureBrian Wood1-1/+81
2008-02-08dm log: auto load modulesJonathan Brassow1-1/+50
2008-02-08dm: move deferred bio flushing to workqueueMilan Broz1-12/+67
2008-02-08dm crypt: use async cryptoMilan Broz1-59/+72
2008-02-08dm crypt: prepare async callback fnMilan Broz1-4/+41
2008-02-08dm crypt: add completion for asyncMilan Broz1-0/+21
2008-02-08dm crypt: add async request mempoolMilan Broz1-2/+43
2008-02-08dm crypt: extract scatterlist processingMilan Broz1-24/+39
2008-02-08dm crypt: tidy io ref countingMilan Broz1-12/+8
2008-02-08dm crypt: introduce crypt_write_io_loopMilan Broz1-5/+11
2008-02-08dm crypt: abstract crypt_write_doneMilan Broz1-16/+25
2008-02-08dm crypt: store sector mapping in dm_crypt_ioMilan Broz1-7/+7
2008-02-08dm crypt: move queue functionsAlasdair G Kergon1-28/+26
2008-02-08dm crypt: adjust io processing functionsMilan Broz1-15/+25
2008-02-08dm crypt: tidy crypt_endioMilan Broz1-11/+6
2008-02-08dm crypt: move error setting outside crypt_dec_pendingMilan Broz1-11/+25
2008-02-08dm crypt: remove unnecessary crypt_context write parmMilan Broz1-6/+4
2008-02-08dm crypt: move convert_context inside dm_crypt_ioMilan Broz1-20/+21
2008-02-08dm mpath: add missing staticAlasdair G Kergon1-1/+1
2008-02-08dm: targets no longer experimentalAlasdair G Kergon1-12/+12
2008-02-08dm: refactor dm_suspend completion waitMilan Broz1-16/+27
2008-02-08dm: split dm_suspend io_lock hold into twoMilan Broz1-1/+2
2008-02-08dm: tidy dm_suspendMilan Broz1-10/+11
2008-02-08dm: refactor deferred bio_list processingMilan Broz1-38/+29
2008-02-08dm: tidy alloc_dev labelsMilan Broz1-13/+13
2008-02-08dm ioctl: use uninitialized_varAndrew Morton1-1/+1