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
*
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
2021-05-06
1
-0
/
+1
*
brd: expose number of allocated pages in debugfs
Calvin Owens
2021-04-21
1
-1
/
+18
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-1
/
+1
*
brd: remove the end of device check in brd_do_bvec
Christoph Hellwig
2021-01-24
1
-5
/
+1
*
brd: use __register_blkdev to allocate devices on demand
Christoph Hellwig
2020-11-16
1
-28
/
+11
*
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
2020-09-24
1
-1
/
+0
*
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
1
-2
/
+3
*
block: simplify queue allocation
Christoph Hellwig
2020-03-27
1
-3
/
+1
*
brd: check and limit max_part par
Zhiqiang Liu
2020-02-04
1
-2
/
+20
*
brd: warn on un-aligned buffer
Ming Lei
2019-12-04
1
-0
/
+4
*
brd: remove max_hw_sectors queue limit
Ming Lei
2019-12-04
1
-1
/
+0
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
brd: add cond_resched to brd_free_pages
Mikulas Patocka
2019-05-09
1
-0
/
+6
*
brd: re-enable __GFP_HIGHMEM in brd_insert_page()
Hou Tao
2019-04-22
1
-6
/
+1
*
block: brd: associate with queue until adding disk
Ming Lei
2018-11-01
1
-5
/
+11
*
block: make bdev_ops->rw_page() take a REQ_OP instead of bool
Tejun Heo
2018-07-18
1
-7
/
+7
*
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
1
-3
/
+3
*
brd: Mark as non-rotational
SeongJae Park
2018-05-09
1
-0
/
+4
*
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
2018-03-17
1
-1
/
+0
*
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
2018-02-26
1
-1
/
+1
*
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-17
1
-65
/
+0
|
\
|
*
brd: remove dax support
Dan Williams
2017-11-14
1
-65
/
+0
*
|
bdi: introduce BDI_CAP_SYNCHRONOUS_IO
Minchan Kim
2017-11-15
1
-0
/
+2
*
|
brd: remove unused brd_mutex
Mikulas Patocka
2017-11-10
1
-1
/
+0
|
/
*
brd: fix overflow in __brd_direct_access
Mikulas Patocka
2017-09-25
1
-1
/
+1
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-3
/
+2
|
\
|
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-3
/
+2
*
|
block, THP: make block_device_operations.rw_page support THP
Huang Ying
2017-09-06
1
-1
/
+5
|
/
*
ARM: fix rd_size declaration
Bart Van Assche
2017-07-10
1
-0
/
+1
*
Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-07-07
1
-0
/
+8
|
\
|
*
dax: remove default copy_from_iter fallback
Dan Williams
2017-06-27
1
-0
/
+8
*
|
block: don't bother with bounce limits for make_request drivers
Christoph Hellwig
2017-06-27
1
-1
/
+0
|
/
*
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-05
1
-11
/
+37
|
\
|
*
brd: fix uninitialized use of brd->dax_dev
Gerald Schaefer
2017-05-03
1
-7
/
+5
|
*
block: remove block_device_operations ->direct_access()
Dan Williams
2017-04-25
1
-15
/
+0
|
*
brd: add dax_operations support
Dan Williams
2017-04-19
1
-11
/
+54
*
|
brd: remove discard support
Christoph Hellwig
2017-04-08
1
-54
/
+0
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
brd: remove support for BLKFLSBUF
Mike Snitzer
2016-10-25
1
-35
/
+0
*
brd: Switch rd_size to unsigned long
Jan Kara
2016-10-25
1
-2
/
+2
*
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
2016-08-07
1
-8
/
+8
*
mm/block: convert rw_page users to bio op use
Mike Christie
2016-08-04
1
-10
/
+7
*
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-07-28
1
-2
/
+2
|
\
|
*
pmem: kill __pmem address space
Dan Williams
2016-07-12
1
-2
/
+2
*
|
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
1
-3
/
+1
|
\
\
|
*
|
block: get rid of bio_rw and READA
Christoph Hellwig
2016-07-20
1
-3
/
+1
*
|
|
block: add QUEUE_FLAG_DAX for devices to advertise their DAX support
Toshi Kani
2016-07-20
1
-1
/
+3
|
/
/
*
/
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
2016-06-07
1
-1
/
+1
|
/
*
dax: enable dax in the presence of known media errors (badblocks)
Dan Williams
2016-05-18
1
-1
/
+1
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
[next]