aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crc16.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's pagesIlya Loginov29-0/+83
2009-11-26cfq: Make use of service count to estimate the rb_key offsetGui Jianfeng1-2/+6
2009-11-23cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_tAlex Chiang1-1/+1
2009-11-23cciss: fix scatter gather cleanup problemsStephen M. Cameron1-7/+18
2009-11-23partitions: read whole sector with EFI GPT headerKarel Zak2-5/+10
2009-11-23partitions: use sector size for EFI GPTKarel Zak1-8/+15
2009-11-13cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron2-6/+3
2009-11-13cciss: Add enhanced scatter-gather support.Don Brace3-20/+188
2009-11-13cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron1-2/+16
2009-11-13cciss: Remove unnecessary check in scan_threadStephen M. Cameron1-7/+5
2009-11-13cciss: fix typo that causes scsi status to be lost.Stephen M. Cameron1-1/+1
2009-11-13cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron1-163/+0
2009-11-13cciss: clean up code in cciss_shutdownStephen M. Cameron1-20/+18
2009-11-13cciss: Remove the "withirq" parameter from various functions where possibleStephen M. Cameron1-60/+29
2009-11-13cciss: Retry driver initiated cmds with unit attention conditionStephen M. Cameron1-0/+2
2009-11-13cciss: Fix problem with remove_from_scan_list on driver unloadStephen M. Cameron1-8/+13
2009-11-13cciss: Make device attributes staticAlex Chiang1-8/+8
2009-11-11block: jiffies fixesRandy Dunlap3-2/+5
2009-11-10block: Expose discard granularityMartin K. Petersen6-10/+101
2009-11-08cfq-iosched: fix next_rq computationCorrado Zoccolo1-6/+7
2009-11-04Now it is equal to DRBD release 8.3.5 without compat crapPhilipp Reisner1-1/+1
2009-11-04drbd: performance - don't lose unplug eventsLars Ellenberg1-1/+6
2009-11-04Do not deadlock in drbd_disconnect() [bugz 258]Philipp Reisner1-4/+0
2009-11-04drbdsetup X resume-io should be usable to resume IO [Bugz 256]Philipp Reisner1-4/+3
2009-11-04drbd: fix check for too large lower level deviceLars Ellenberg1-5/+9
2009-11-04fix grammar in printkLars Ellenberg1-1/+1
2009-11-04change default: by default, use socket buffer auto tuningLars Ellenberg1-2/+2
2009-11-04block/scsi_ioctl.c: quiet sparse noiseH Hartley Sweeten1-2/+4
2009-11-04sendfile(): check f_op.splice_write() rather than f_op.sendpage()Changli Gao2-11/+15
2009-11-04block/ps3: fix slow VRAM IOHideyuki Sasaki1-1/+9
2009-11-04cfq-iosched: get rid of the coop_preempt flagJens Axboe1-19/+2
2009-11-03cfq-iosched: fix merge errorJens Axboe1-1/+0
2009-11-03cfq-iosched: limit coop preemptionShaohua Li1-2/+15
2009-11-03cfq-iosched: fix bad return value cfq_should_preempt()Jens Axboe1-1/+1
2009-11-03backing-dev: bdi sb prune should be in the unregister path, not destroyJens Axboe1-1/+2
2009-11-02Fix bio_alloc() and bio_kmalloc() documentationAlberto Bertogli1-13/+13
2009-11-02Do not __always_inline bvec_kmap_irq() and bvec_kunmap_irq()Alberto Bertogli1-6/+2
2009-11-02bio_put(): add bio_clone() to the list of functions in the commentAlberto Bertogli1-1/+1
2009-11-02cfq-iosched: simplify prio-unboost codeCorrado Zoccolo1-5/+3
2009-10-31dpt_i2o: Fix typo of EINVALOGAWA Hirofumi1-1/+1
2009-10-31NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells1-2/+4
2009-10-30Documentation: ABI: /sys/devices/system/cpu/cpu#/nodeAlex Chiang1-0/+15
2009-10-30Documentation: ABI: /sys/devices/system/cpu/cpuidle/Alex Chiang1-0/+20
2009-10-30Documentation: ABI: /sys/devices/system/cpu/sched_[mc|smt]_power_savingsAlex Chiang1-0/+24
2009-10-30Documentation: ABI: /sys/devices/system/cpu/cpu#/ topology filesAlex Chiang2-17/+69
2009-10-30Documentation: ABI: /sys/devices/system/cpu/ topology filesAlex Chiang1-0/+28
2009-10-30Documentation: ABI: document /sys/devices/system/cpu/Alex Chiang1-0/+12
2009-10-30Documentation: ABI: rename sysfs-devices-cache_disable properlyAlex Chiang1-0/+0
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov3-8/+19
2009-10-30Driver core: fix driver_register() return valueStas Sergeev1-1/+1