index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
block_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: move fs/block_dev.c to block/bdev.c
Christoph Hellwig
2021-09-07
1
-1058
/
+0
*
block: split out operations on block special files
Christoph Hellwig
2021-09-07
1
-637
/
+0
*
Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
1
-2
/
+4
|
\
|
*
block: use the percpu bio cache in __blkdev_direct_IO
Christoph Hellwig
2021-08-23
1
-2
/
+4
*
|
block: mark blkdev_fsync static
Christoph Hellwig
2021-08-24
1
-2
/
+2
*
|
block: ensure the bdi is freed after inode_detach_wb
Christoph Hellwig
2021-08-16
1
-3
/
+4
*
|
block: free the extended dev_t minor later
Christoph Hellwig
2021-08-16
1
-0
/
+5
*
|
block: remove GENHD_FL_UP
Christoph Hellwig
2021-08-12
1
-1
/
+1
*
|
block: remove the bd_bdi in struct block_device
Christoph Hellwig
2021-08-09
1
-12
/
+1
*
|
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2021-08-09
1
-2
/
+2
*
|
block: look up holders by bdev
Christoph Hellwig
2021-08-09
1
-3
/
+0
*
|
block: make the block holder code optional
Christoph Hellwig
2021-08-09
1
-143
/
+1
*
|
block: remove bdput
Christoph Hellwig
2021-08-02
1
-6
/
+0
*
|
block: remove bdgrab
Christoph Hellwig
2021-08-02
1
-15
/
+0
*
|
block: change the refcounting for partitions
Christoph Hellwig
2021-08-02
1
-37
/
+23
*
|
block: unhash the whole device inode earlier
Christoph Hellwig
2021-08-02
1
-1
/
+1
|
/
*
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-30
1
-0
/
+2
|
\
|
*
block: delay freeing the gendisk
Christoph Hellwig
2021-07-27
1
-0
/
+2
*
|
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
1
-4
/
+2
|
\
\
|
*
|
remove the raw driver
Christoph Hellwig
2021-06-04
1
-4
/
+2
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-06-30
1
-15
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fs: remove bdev_try_to_free_page callback
Zhang Yi
2021-06-24
1
-15
/
+0
|
|
/
*
|
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-152
/
+92
|
\
\
|
*
|
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
2021-06-24
1
-2
/
+2
|
*
|
block: move bdev_disk_changed
Christoph Hellwig
2021-06-24
1
-53
/
+0
|
*
|
block: move bd_part_count to struct gendisk
Christoph Hellwig
2021-06-01
1
-3
/
+3
|
*
|
block: split __blkdev_put
Christoph Hellwig
2021-06-01
1
-26
/
+32
|
*
|
block: move adjusting bd_part_count out of __blkdev_get
Christoph Hellwig
2021-06-01
1
-9
/
+7
|
*
|
block: move bd_mutex to struct gendisk
Christoph Hellwig
2021-06-01
1
-22
/
+15
|
*
|
block: move sync_blockdev from __blkdev_put to blkdev_put
Christoph Hellwig
2021-06-01
1
-10
/
+10
|
*
|
block: split __blkdev_get
Christoph Hellwig
2021-06-01
1
-61
/
+57
|
|
/
*
/
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2021-06-29
1
-0
/
+1
|
/
*
Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-22
1
-10
/
+8
|
\
|
*
block: fix a race between del_gendisk and BLKRRPART
Gulam Mohamed
2021-05-20
1
-0
/
+3
|
*
block: prevent block device lookups at the beginning of del_gendisk
Christoph Hellwig
2021-05-20
1
-10
/
+5
*
|
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-07
1
-3
/
+17
|
\
|
|
*
block: reexpand iov_iter after read/write
yangerkun
2021-05-06
1
-3
/
+17
*
|
mm: introduce and use mapping_empty()
Matthew Wilcox (Oracle)
2021-05-05
1
-1
/
+1
|
/
*
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-9
/
+0
|
\
|
*
block: remove the -ERESTARTSYS handling in blkdev_get_by_dev
Christoph Hellwig
2021-04-12
1
-6
/
+0
|
*
block: remove the revalidate_disk method
Christoph Hellwig
2021-03-29
1
-3
/
+0
*
|
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-4
/
+6
|
\
\
|
*
|
block: initialize ret in bdev_disk_changed
Christoph Hellwig
2021-04-12
1
-1
/
+1
|
*
|
block: refactor blk_drop_partitions
Christoph Hellwig
2021-04-08
1
-3
/
+5
|
|
/
*
|
block: don't ignore REQ_NOWAIT for direct IO
Pavel Begunkov
2021-04-02
1
-0
/
+4
*
|
block: clear GD_NEED_PART_SCAN later in bdev_disk_changed
Chris Chiu
2021-03-23
1
-2
/
+2
|
/
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-3
/
+3
*
block: Try to handle busy underlying device on discard
Jan Kara
2021-03-05
1
-1
/
+10
*
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-28
1
-5
/
+5
|
\
|
*
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
1
-5
/
+5
[next]