index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
brd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
brd: add ram disk visibility option
Dmitry Monakhov
2014-08-21
1
-1
/
+5
*
brd: return -ENOSPC rather than -ENOMEM on page allocation failure
Matthew Wilcox
2014-06-04
1
-3
/
+3
*
brd: add support for rw_page()
Matthew Wilcox
2014-06-04
1
-0
/
+10
*
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
2013-11-23
1
-6
/
+6
*
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-2
/
+2
*
block: fix a probe argument to blk_register_region
Mikulas Patocka
2013-11-08
1
-1
/
+1
*
drivers/block/brd.c: fix brd_lookup_page() race
Brian Behlendorf
2013-05-24
1
-2
/
+2
*
block: Add bio_end_sector()
Kent Overstreet
2013-03-23
1
-2
/
+1
*
block: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-10
/
+10
*
fs: move code out of buffer.c
Al Viro
2012-01-03
1
-5
/
+4
*
block: remove support for bio remapping from ->make_request
Christoph Hellwig
2011-09-12
1
-3
/
+1
*
brd: export module parameters
Namhyung Kim
2011-05-26
1
-4
/
+15
*
brd: fix comment on initial device creation
Namhyung Kim
2011-05-26
1
-4
/
+4
*
brd: handle on-demand devices correctly
Namhyung Kim
2011-05-26
1
-4
/
+4
*
brd: limit 'max_part' module param to DISK_MAX_PARTS
Namhyung Kim
2011-05-26
1
-0
/
+3
*
brd: get rid of unused members from struct brd_device
Namhyung Kim
2011-05-26
1
-4
/
+0
*
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-22
1
-1
/
+0
|
\
|
*
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
2010-09-10
1
-1
/
+0
|
*
block: kill QUEUE_ORDERED_BY_TAG
Tejun Heo
2010-09-10
1
-1
/
+1
*
|
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-10-05
1
-3
/
+4
|
/
*
block: push down BKL into .locked_ioctl
Arnd Bergmann
2010-08-07
1
-1
/
+4
*
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
2010-08-07
1
-1
/
+1
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
1
-1
/
+1
*
brd: support discard
Nick Piggin
2010-06-01
1
-1
/
+52
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
2010-02-26
1
-1
/
+1
*
const: make block_device_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
ramdisk: remove long-deprecated "ramdisk=" boot-time parameter
Robert P. J. Day
2009-06-10
1
-6
/
+1
*
brd: fix cacheflushing
Nick Piggin
2009-04-15
1
-1
/
+3
*
brd: support barriers
Nick Piggin
2009-04-15
1
-0
/
+1
*
[PATCH] switch brd
Al Viro
2008-10-21
1
-3
/
+2
*
[PATCH] beginning of methods conversion
Al Viro
2008-10-21
1
-1
/
+1
*
brd: fix name argument of unregister_blkdev()
Akinobu Mita
2008-08-20
1
-1
/
+1
*
Add 'rd' alias to new brd ramdisk driver
Nick Piggin
2008-06-05
1
-0
/
+1
*
brd: don't show ramdisks in /proc/partitions
Marcin Krol
2008-05-24
1
-0
/
+1
*
brd: modify ramdisk device to be able to manage partitions
Laurent Vivier
2008-04-30
1
-5
/
+14
*
return pfn from direct_access, for XIP
Jared Hulbert
2008-04-28
1
-2
/
+3
*
fix brd allocation flags
Petr Tesarik
2008-04-22
1
-1
/
+1
*
rd: support XIP
Nick Piggin
2008-02-08
1
-2
/
+37
*
rewrite rd
Nick Piggin
2008-02-08
1
-0
/
+548