index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2023-06-12
blk-mq: fix potential io hang by wrong 'wake_batch'
Yu Kuai
2023-06-12
fs: remove the now unused FMODE_* flags
Christoph Hellwig
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: move a few internal definitions out of blkdev.h
Christoph Hellwig
2023-06-12
mtd: block: use a simple bool to track open for write
Christoph Hellwig
2023-06-12
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
2023-06-12
scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
2023-06-12
scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
2023-06-12
fs: remove sb->s_mode
Christoph Hellwig
2023-06-12
block: add a sb_open_mode helper
Christoph Hellwig
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-06-12
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
2023-06-12
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2023-06-12
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2023-06-12
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2023-06-07
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
2023-06-05
block: mark early_lookup_bdev as __init
Christoph Hellwig
2023-06-05
dm: remove dm_get_dev_t
Christoph Hellwig
2023-06-05
block: move more code to early-lookup.c
Christoph Hellwig
2023-06-05
init: improve the name_to_dev_t interface
Christoph Hellwig
2023-06-05
init: handle ubi/mtd root mounting like all other root types
Christoph Hellwig
2023-06-05
init: remove pointless Root_* values
Christoph Hellwig
2023-06-05
driver core: return bool from driver_probe_done
Christoph Hellwig
2023-06-05
fs: add a method to shut down the file system
Christoph Hellwig
2023-06-05
block: add a mark_dead holder operation
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-06-04
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
2023-06-01
block: mark bio_add_folio as __must_check
Johannes Thumshirn
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
2023-06-01
block: mark bio_add_page as __must_check
Johannes Thumshirn
2023-05-31
mm: Provide a function to get an additional pin on a page
David Howells
2023-05-31
mm: Don't pin ZERO_PAGE in pin_user_pages()
David Howells
2023-05-30
block: constify struct part_type part_type
Thomas Weißschuh
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2023-05-24
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
2023-05-24
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
2023-05-24
iov_iter: Kill ITER_PIPE
David Howells
2023-05-24
splice: Remove generic_file_splice_read()
David Howells
2023-05-24
splice: Make do_splice_to() generic and export it
David Howells
2023-05-24
splice: Rename direct_splice_read() to copy_splice_read()
David Howells
2023-05-24
block: introduce block_io_start/block_io_done tracepoints
Hengqi Chen
2023-05-23
block/rq_qos: protect rq_qos apis with a new lock
Yu Kuai
2023-05-23
block: remove redundant req_op in blk_rq_is_passthrough
Li Nan
2023-05-19
ublk: support user copy
Ming Lei
2023-05-19
ublk: add read()/write() support for ublk char device
Ming Lei
[next]