summaryrefslogtreecommitdiffstats
path: root/kernel/extable.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-07scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori1-1/+11
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley4-1/+47
2010-08-07drivers/cdrom: use pr_<level>Joe Perches3-83/+73
2010-08-07block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe1-1/+1
2010-08-07block/xd.c: fix brace typoRandy Dunlap1-1/+1
2010-08-07gcc-4.6: fs: fix unused but set warningsAndi Kleen2-3/+1
2010-08-07gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen1-2/+1
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig4-45/+74
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig3-45/+36
2010-08-07writeback: remove wb_listChristoph Hellwig3-60/+32
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig4-7/+7
2010-08-07virtio_blk: add default case to cmd type switchJens Axboe1-0/+2
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig47-289/+242
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig47-198/+236
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori20-46/+0
2010-08-07block: kill ISA_DMA_THRESHOLD usageFUJITA Tomonori1-1/+1
2010-08-07aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori1-25/+0
2010-08-07block: BARRIER request should imply SYNCChristoph Hellwig2-3/+3
2010-08-07floppy: use warning macrosStephen Hemminger1-16/+11
2010-08-07floppy: use wait_event_interruptibleStephen Hemminger1-50/+9
2010-08-07floppy: fix signed/unsigned warningsStephen Hemminger1-2/+2
2010-08-07floppy: cmos attribute should be staticStephen Hemminger1-1/+1
2010-08-07floppy: use atomic type for usage_countStephen Hemminger1-30/+12
2010-08-07floppy: silence warning during disk testStephen Hemminger1-0/+1
2010-08-07floppy: remove unnecessary inlinesStephen Hemminger1-7/+7
2010-08-07floppy: initialize debug jiffies offsetStephen Hemminger1-0/+3
2010-08-07cciss: change pad value from 32 to 0Mike Miller1-1/+1
2010-08-07cciss: remove errant debug codeMike Miller1-2/+0
2010-08-07cciss: move next_command function from ifdefMike Miller1-22/+23
2010-08-07cciss: fix call to put_controller_in_performant_modeMike Miller1-1/+1
2010-08-07cciss: make sure we request the performant mode irqMike Miller1-4/+4
2010-08-07block: add helpers for the trivial queue flag sysfs show/store entriesJens Axboe1-68/+36
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe3-2/+34
2010-08-07cciss: new controller support and bump driver versionMike Miller1-6/+14
2010-08-07cciss: add performant mode support for Stars/SiriusMike Miller4-63/+353
2010-08-07cciss: make interrupt access methods return type boolMike Miller1-3/+3
2010-08-07cciss: check for msi in interrupt_not_for_usMike Miller1-2/+3
2010-08-07cciss: clean up interrupt handlerMike Miller1-95/+141
2010-08-07cciss: enqueue and submit ioMike Miller1-23/+15
2010-08-02Linux 2.6.35v2.6.35Linus Torvalds1-1/+1
2010-08-02NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust2-5/+6
2010-07-31mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-07-31CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-07-31cyber2000fb: fix console in truecolor modesOndrej Zary1-0/+1
2010-07-31cyber2000fb: fix machine hang on module loadOndrej Zary1-0/+2
2010-07-31SA1111: Eliminate use after freeJulia Lawall1-3/+2
2010-07-31ARM: Fix Versatile/Realview/VExpress MMC card detection senseRussell King3-4/+8
2010-07-31ARM: 6279/1: highmem: fix SMP preemption bug in kmap_high_l1_viptGary King1-5/+8
2010-07-30NFS: Ensure that writepage respects the nonblock flagTrond Myklebust1-6/+17
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust3-4/+14