index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-16
iov_iter: remove iov_iter_get_pages and iov_iter_get_pages_alloc
Christoph Hellwig
1
-6
/
+0
2023-06-16
block: remove BIO_PAGE_REFFED
Christoph Hellwig
2
-3
/
+1
2023-06-16
Merge tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme into for-6.5/...
Jens Axboe
1
-5
/
+5
2023-06-14
blktrace: use inline function for blk_trace_remove() while blktrace is disabled
Yu Kuai
1
-1
/
+5
2023-06-12
nvmet: reorder fields in 'struct nvmefc_fcp_req'
Christophe JAILLET
1
-5
/
+5
2023-06-12
blk-mq: fix potential io hang by wrong 'wake_batch'
Yu Kuai
1
-2
/
+1
2023-06-12
fs: remove the now unused FMODE_* flags
Christoph Hellwig
1
-7
/
+0
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
3
-12
/
+29
2023-06-12
block: move a few internal definitions out of blkdev.h
Christoph Hellwig
1
-27
/
+0
2023-06-12
mtd: block: use a simple bool to track open for write
Christoph Hellwig
1
-1
/
+1
2023-06-12
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
1
-1
/
+1
2023-06-12
scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
1
-1
/
+1
2023-06-12
scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
1
-1
/
+1
2023-06-12
fs: remove sb->s_mode
Christoph Hellwig
1
-1
/
+0
2023-06-12
block: add a sb_open_mode helper
Christoph Hellwig
1
-0
/
+7
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
1
-1
/
+1
2023-06-12
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
1
-1
/
+1
2023-06-12
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
1
-0
/
+1
2023-06-12
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
1
-1
/
+0
2023-06-12
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
1
-2
/
+2
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
1
-2
/
+1
2023-06-07
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
2
-1
/
+1
2023-06-05
block: mark early_lookup_bdev as __init
Christoph Hellwig
1
-1
/
+1
2023-06-05
dm: remove dm_get_dev_t
Christoph Hellwig
1
-2
/
+0
2023-06-05
block: move more code to early-lookup.c
Christoph Hellwig
1
-1
/
+0
2023-06-05
init: improve the name_to_dev_t interface
Christoph Hellwig
2
-1
/
+5
2023-06-05
init: handle ubi/mtd root mounting like all other root types
Christoph Hellwig
1
-0
/
+1
2023-06-05
init: remove pointless Root_* values
Christoph Hellwig
1
-8
/
+0
2023-06-05
driver core: return bool from driver_probe_done
Christoph Hellwig
1
-1
/
+1
2023-06-05
fs: add a method to shut down the file system
Christoph Hellwig
1
-0
/
+1
2023-06-05
block: add a mark_dead holder operation
Christoph Hellwig
1
-0
/
+1
2023-06-05
block: introduce holder ops
Christoph Hellwig
2
-3
/
+10
2023-06-04
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
1
-0
/
+8
2023-06-01
block: mark bio_add_folio as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
1
-0
/
+2
2023-06-01
block: mark bio_add_page as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-05-31
mm: Provide a function to get an additional pin on a page
David Howells
1
-0
/
+1
2023-05-31
mm: Don't pin ZERO_PAGE in pin_user_pages()
David Howells
1
-2
/
+24
2023-05-30
block: constify struct part_type part_type
Thomas Weißschuh
1
-1
/
+1
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2
-1
/
+3
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2
-2
/
+2
2023-05-24
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
1
-1
/
+1
2023-05-24
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
3
-19
/
+6
2023-05-24
iov_iter: Kill ITER_PIPE
David Howells
1
-14
/
+0
2023-05-24
splice: Remove generic_file_splice_read()
David Howells
1
-2
/
+0
2023-05-24
splice: Make do_splice_to() generic and export it
David Howells
1
-0
/
+3
2023-05-24
splice: Rename direct_splice_read() to copy_splice_read()
David Howells
1
-3
/
+3
[next]