summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-23block: Add bio_alloc_pages()Kent Overstreet3-13/+32
2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet5-24/+19
2013-03-23block: Add bio_for_each_segment_all()Kent Overstreet7-14/+25
2013-03-23bounce: Refactor __blk_queue_bounce to not use bi_io_vecKent Overstreet1-54/+19
2013-03-23raid1: use bio_copy_data()Kent Overstreet1-3/+2
2013-03-23pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet1-9/+8
2013-03-23pktcdvd: use bio_copy_data()Kent Overstreet1-67/+12
2013-03-23block: Add bio_copy_data()Kent Overstreet2-0/+72
2013-03-23raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet1-18/+18
2013-03-23raid5: use bio_reset()Kent Overstreet1-14/+13
2013-03-23raid1: use bio_reset()Kent Overstreet1-18/+6
2013-03-23raid10: Use bio_reset()Kent Overstreet1-22/+9
2013-03-23block: Add submit_bio_wait(), remove from mdKent Overstreet4-38/+37
2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet3-11/+11
2013-03-23block: Remove bi_idx referencesKent Overstreet8-13/+2
2013-03-23block: Change bio_split() to respect the current value of bi_idxKent Overstreet4-10/+7
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet8-38/+35
2013-03-23block: Add bio_end_sector()Kent Overstreet15-34/+26
2013-03-23md: Convert md_trim_bio() to use bio_advance()Kent Overstreet1-13/+4
2013-03-23block: Refactor blk_update_request()Kent Overstreet1-68/+12
2013-03-23block: Add bio_advance()Kent Overstreet3-0/+45
2013-03-23block: Convert integrity to bvec_alloc_bs()Kent Overstreet3-108/+68
2013-03-23block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet2-3/+6
2013-03-23block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2-2/+123
2013-03-23block: Reorder struct bio_setKent Overstreet1-33/+33
2013-03-17Linux 3.9-rc3v3.9-rc3Linus Torvalds1-1/+1
2013-03-17perf,x86: fix link failure for non-Intel configsDavid Rientjes1-1/+5
2013-03-17perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds1-1/+3
2013-03-16Btrfs: fix warning of free_extent_mapLiu Bo1-0/+1
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian3-0/+12
2013-03-15ALSA: hda - Fix missing EAPD/GPIO setup for Cirrus codecsTakashi Iwai1-0/+4
2013-03-15sound: sequencer: cap array index in seq_chn_common_event()Dan Carpenter1-0/+6
2013-03-15mfd: twl4030-madc: Remove __exit_p annotationArnd Bergmann1-1/+1
2013-03-15ALSA: hda/ca0132 - Remove extra setting of dsp_state.Dylan Reid1-9/+6
2013-03-15ALSA: hda/ca0132 - Check download state of DSP.Dylan Reid1-2/+3
2013-03-15ALSA: hda/ca0132 - Check if dspload_image succeeded.Dylan Reid1-2/+6
2013-03-15mm/fremap.c: fix possible oops on error pathMichel Lespinasse1-3/+2
2013-03-14list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney1-1/+3
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo1-6/+5
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong1-4/+6
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik1-1/+4
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo1-1/+0
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo1-0/+3
2013-03-14hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck1-6/+8
2013-03-14ALSA: hda - Disable IDT eapd_switch if there are no internal speakersDavid Henningsson1-0/+29
2013-03-14hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse1-5/+7
2013-03-14hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib...Axel Lin1-0/+2
2013-03-14ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocationMarek Szyprowski1-2/+3
2013-03-13idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo1-13/+25