aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/dev_bdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-12/+1
2013-03-23block: Remove bi_idx referencesKent Overstreet1-5/+0
2012-07-23logfs: query block device for number of pages to send with bioPrasad Joshi1-8/+6
2012-04-02logfs: initialize the number of iovecs in bioPrasad Joshi1-0/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+2
2010-10-29logfs: fix a leak in get_sbAl Viro1-2/+2
2010-10-29logfs get_sb, part 3Al Viro1-10/+5
2010-10-29logfs get_sb, part 2Al Viro1-1/+5
2010-10-29logfs get_sb massage, part 1Al Viro1-4/+8
2010-05-07logfs: handle powerfail on NAND flashJoern Engel1-0/+6
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-2/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-27Plug memory leak in writeseg_end_ioJoern Engel1-0/+1
2010-03-27Limit max_pages for insane devicesJoern Engel1-2/+6
2010-03-04[LogFS] Fix bdev erasesJoern Engel1-12/+76
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+263