aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-09dm thin: complete interface for REQ_OP_PROVISION supportdm-6.5-provision-supportMike Snitzer2-30/+130
2023-06-09dm thin: Add REQ_OP_PROVISION supportSarthak Kukreti1-14/+82
2023-06-09dm: Add block provisioning supportSarthak Kukreti5-1/+50
2023-06-09loop: Add support for provision requestsSarthak Kukreti1-3/+31
2023-06-09block: Introduce provisioning primitivesSarthak Kukreti10-4/+136
2023-06-09block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti1-5/+16
2023-06-09dm thin: update .io_hints methods to not require handling discards lastMike Snitzer1-14/+12
2023-06-09dm thin: remove return code variable in pool_mapMike Snitzer1-3/+1
2023-06-09dm flakey: introduce random_read_corrupt and random_write_corrupt optionsMikulas Patocka2-20/+110
2023-06-09dm flakey: clone pages on write bio before corrupting themMikulas Patocka1-9/+95
2023-06-09dm crypt: allocate compound pages if possibleMikulas Patocka1-14/+35
2023-06-05blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan1-3/+4
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig2-11/+10
2023-06-05mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig1-1/+11
2023-06-05mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig1-23/+30
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig1-1/+17
2023-06-05dm: only call early_lookup_bdev from early boot contextChristoph Hellwig1-2/+7
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig2-19/+5
2023-06-05dm: open code dm_get_dev_t in dm_init_initChristoph Hellwig1-1/+3
2023-06-05dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctrChristoph Hellwig1-9/+5
2023-06-05block: move more code to early-lookup.cChristoph Hellwig3-93/+92
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig4-222/+227
2023-06-05init: clear root_wait on all invalid root= stringsChristoph Hellwig1-7/+11
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig9-75/+74
2023-06-05init: move the nfs/cifs/ram special cases out of name_to_dev_tChristoph Hellwig2-9/+12
2023-06-05init: factor the root_wait logic in prepare_namespace into a helperChristoph Hellwig1-10/+22
2023-06-05init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig2-9/+15
2023-06-05init: don't remove the /dev/ prefix from error messagesChristoph Hellwig1-11/+6
2023-06-05init: pass root_device_name explicitlyChristoph Hellwig3-25/+29
2023-06-05init: refactor mount_rootChristoph Hellwig1-48/+56
2023-06-05init: rename mount_block_root to mount_root_genericChristoph Hellwig3-5/+5
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig4-11/+4
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig1-41/+39
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig3-14/+8
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig1-35/+37
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig3-6/+4
2023-06-05ext4: wire up the ->mark_dead holder operation for log devicesChristoph Hellwig1-1/+10
2023-06-05ext4: wire up sops->shutdownChristoph Hellwig1-0/+6
2023-06-05ext4: split ext4_shutdownChristoph Hellwig2-9/+16
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig1-1/+12
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig3-1/+14
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig2-2/+20
2023-06-05block: add a mark_dead holder operationChristoph Hellwig2-0/+25
2023-06-05block: introduce holder opsChristoph Hellwig34-56/+90
2023-06-05block: remove blk_drop_partitionsChristoph Hellwig1-12/+4
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig3-13/+32
2023-06-05block: unhash the inode earlier in delete_partitionChristoph Hellwig1-6/+6
2023-06-05block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig1-1/+3
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig1-14/+12
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig1-14/+13
2023-06-05block: refactor bd_may_claimChristoph Hellwig1-18/+22
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig1-30/+33
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig2-2/+0
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei2-0/+29
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai1-17/+13
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn1-1/+2
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn1-3/+3
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn2-0/+10
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn1-1/+2
2023-06-01dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn1-2/+1
2023-06-01md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2-15/+16
2023-06-01md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-06-01md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn1-1/+4
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn1-2/+2
2023-05-31md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn1-2/+2
2023-05-31md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn1-1/+1
2023-05-31md: use __bio_add_page to add single pageJohannes Thumshirn1-2/+2
2023-05-31fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn1-2/+1
2023-05-31dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn1-3/+3
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn1-3/+1
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn1-4/+4
2023-05-31block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells1-29/+43
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells2-0/+28
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells3-3/+60
2023-05-30block: constify the whole_disk device_attributeThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_attr_groupThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_type part_typeThomas Weißschuh2-2/+2
2023-05-30block: constify partition prober arrayThomas Weißschuh1-1/+1
2023-05-24block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells1-12/+11
2023-05-24block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells1-11/+12
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells4-4/+18
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig6-4/+6
2023-05-24block: Fix bio_flagged() so that gcc can better optimise itDavid Howells1-1/+1
2023-05-24iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroingDavid Howells1-1/+1
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe68-621/+694
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()for-6.5/splice-2023-06-23David Howells2-5/+37
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells3-444/+4
2023-05-24splice: Remove generic_file_splice_read()David Howells2-45/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells37-39/+39
2023-05-24cifs: Use filemap_splice_read()David Howells3-23/+4
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells1-1/+1
2023-05-24zonefs: Provide a splice-read wrapperDavid Howells1-1/+39
2023-05-24xfs: Provide a splice-read wrapperDavid Howells2-2/+30
2023-05-24orangefs: Provide a splice-read wrapperDavid Howells1-1/+21
2023-05-24ocfs2: Provide a splice-read wrapperDavid Howells2-2/+42
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells1-1/+30
2023-05-24nfs: Provide a splice-read wrapperDavid Howells3-2/+25
2023-05-24f2fs: Provide a splice-read wrapperDavid Howells1-8/+35
2023-05-24ext4: Provide a splice-read wrapperDavid Howells1-1/+12
2023-05-24ecryptfs: Provide a splice-read wrapperDavid Howells1-1/+26
2023-05-24ceph: Provide a splice-read wrapperDavid Howells1-1/+64
2023-05-24afs: Provide a splice-read wrapperDavid Howells1-1/+19
2023-05-249p: Add splice_read wrapperDavid Howells1-2/+24
2023-05-24net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells1-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells6-11/+11
2023-05-24coda: Implement splice-readDavid Howells1-1/+28
2023-05-24overlayfs: Implement splice-readDavid Howells1-1/+22
2023-05-24shmem: Implement splice-readDavid Howells1-1/+133
2023-05-24splice: Make splice from a DAX file use copy_splice_read()David Howells1-3/+3
2023-05-24splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells1-0/+6
2023-05-24splice: Check for zero count in vfs_splice_read()David Howells1-0/+2
2023-05-24splice: Make do_splice_to() generic and export itDavid Howells2-7/+23
2023-05-24splice: Clean up copy_splice_read() a bitDavid Howells1-12/+7
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells4-12/+11
2023-05-24splice: Make filemap_splice_read() check s_maxbytesDavid Howells1-0/+3
2023-05-24splice: Fix filemap_splice_read() to use the correct inodeDavid Howells1-2/+2
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen2-0/+30
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai5-14/+19
2023-05-23block: remove redundant req_op in blk_rq_is_passthroughLi Nan1-1/+1
2023-05-20ublk: fix build warning on iov_iter_get_pages2Ming Lei1-1/+2
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig1-3/+0
2023-05-19block: BFQ: Move an invariant checkBart Van Assche1-1/+1
2023-05-19ublk: support user copyMing Lei2-11/+50
2023-05-19ublk: add read()/write() support for ublk char deviceMing Lei2-1/+172
2023-05-19ublk: support to copy any part of request pagesMing Lei1-7/+24
2023-05-19ublk: grab request reference when the request is handled by userspaceMing Lei1-3/+64
2023-05-19ublk: cleanup ublk_copy_user_pagesMing Lei1-63/+49
2023-05-19ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei1-9/+11
2023-05-19ublk: kill queuing request by task_work_addMing Lei1-38/+2
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig6-36/+22
2023-05-19blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig1-1/+1
2023-05-19blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig1-0/+11
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche2-18/+13
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig4-23/+13
2023-05-19blk-mq: reflow blk_insert_flushChristoph Hellwig1-27/+26
2023-05-19blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig1-7/+10
2023-05-19fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig3-28/+4
2023-05-18block: BFQ: Add several invariant checksBart Van Assche1-0/+9
2023-05-18block: mq-deadline: Fix handling of at-head zoned writesBart Van Assche1-2/+7
2023-05-18block: mq-deadline: Handle requeued requests correctlyBart Van Assche1-2/+32
2023-05-18block: mq-deadline: Track the dispatch positionBart Van Assche1-14/+31
2023-05-18block: mq-deadline: Reduce lock contentionBart Van Assche1-6/+6
2023-05-18block: mq-deadline: Simplify deadline_skip_seq_writes()Bart Van Assche1-6/+3
2023-05-18block: mq-deadline: Clean up deadline_check_fifo()Bart Van Assche1-11/+5
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche2-4/+18
2023-05-18block: Introduce op_needs_zoned_write_locking()Bart Van Assche1-4/+7
2023-05-18block: Fix the type of the second bdev_op_is_zoned_write() argumentBart Van Assche1-1/+1
2023-05-18block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche1-3/+0
2023-05-18block: mq-deadline: Add a word in a source code commentBart Van Assche1-1/+1
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig5-36/+44
2023-05-18blk-mq: remove RQF_ELVPRIVChristoph Hellwig4-9/+4
2023-05-18blk-mq: don't queue plugged passthrough requests into schedulerMing Lei1-2/+6
2023-05-18block: Decode all flag names in the debugfs outputBart Van Assche1-0/+3
2023-05-16brd: use XArray instead of radix-tree to index backing pagesPankaj Raghav1-69/+24
2023-05-14Linux 6.4-rc2v6.4-rc2Linus Torvalds1-1/+1
2023-05-14Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+2
2023-05-14Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+6
2023-05-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-6/+37
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-29/+50
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-0/+4
2023-05-14Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-32/+88
2023-05-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-104/+269
2023-05-13Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-192/+202
2023-05-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+9
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller1-4/+4
2023-05-13ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-13ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-13ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o1-4/+6
2023-05-13ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-13ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-13ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-13ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-13ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-13ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-13ext4: avoid deadlock in fs reclaim with page writebackJan Kara3-13/+40
2023-05-13ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-13ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-13ext4: allow ext4_get_group_info() to failTheodore Ts'o5-29/+82
2023-05-13Merge tag 'block-6.4-2023-05-13' of git://git.kernel.dk/linuxLinus Torvalds5-104/+4
2023-05-13cxl: Add missing return to cdat read error pathDave Jiang1-0/+1
2023-05-13tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams1-1/+1
2023-05-12x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)1-2/+2
2023-05-12Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+102
2023-05-12Merge tag '6.4-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-2/+28
2023-05-12Merge tag 'vfs/v6.4-rc1/pipe' of gitolite.kernel.org:pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2023-05-12Merge tag 'io_uring-6.4-2023-05-12' of git://git.kernel.dk/linuxLinus Torvalds1-5/+5
2023-05-12Merge tag 'riscv-for-linus-6.4-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+3
2023-05-12Documentation/block: drop the request.rst fileblock-6.4-2023-05-13Randy Dunlap2-100/+0
2023-05-12pipe: check for IOCB_NOWAIT alongside O_NONBLOCKJens Axboe1-2/+4
2023-05-12ublk: fix command op code checkMing Lei1-1/+1
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang1-1/+1
2023-05-12nbd: Fix debugfs_create_dir error checkingIvan Orlov1-2/+2