messages from 2023-04-04 15:10:57 to 2023-04-06 19:20:12 UTC [more...]
[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
2023-04-06 19:20 UTC (4+ messages)
` [RFC PATCH v9 01/16] security: add ipe lsm
file server freezes with all nfsds stuck in D state after upgrade to Debian bookworm
2023-04-06 16:59 UTC
[syzbot] [block?] WARNING in wait_til_done (2)
2023-04-06 16:51 UTC
[PATCH v2 0/3] blk-cgroup: some cleanup
2023-04-06 14:50 UTC (4+ messages)
` [PATCH v2 1/3] block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
` [PATCH v2 2/3] blk-cgroup: delete cpd_bind_fn of blkcg_policy
` [PATCH v2 3/3] blk-cgroup: delete cpd_init_fn "
zram I/O path cleanups and fixups v2
2023-04-06 14:41 UTC (17+ messages)
` [PATCH 01/16] zram: remove valid_io_request
` [PATCH 02/16] zram: make zram_bio_discard more self-contained
` [PATCH 03/16] zram: simplify bvec iteration in __zram_make_request
` [PATCH 04/16] zram: move discard handling to zram_submit_bio
` [PATCH 05/16] zram: return early on error in zram_bvec_rw
` [PATCH 06/16] zram: refactor highlevel read and write handling
` [PATCH 07/16] zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
` [PATCH 08/16] zram: rename __zram_bvec_read to zram_read_page
` [PATCH 09/16] zram: directly call zram_read_page in writeback_store
` [PATCH 10/16] zram: refactor zram_bdev_read
` [PATCH 11/16] zram: don't pass a bvec to __zram_bvec_write
` [PATCH 12/16] zram: refactor zram_bdev_write
` [PATCH 13/16] zram: pass a page to read_from_bdev
` [PATCH 14/16] zram: don't return errors from read_from_bdev_async
` [PATCH 15/16] zram: fix synchronous reads
` [PATCH 16/16] zram: return errors from read_from_bdev_sync
[PATCH 1/4] block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
2023-04-06 14:34 UTC (3+ messages)
[GIT PULL] nvme fix for Linux 6.3
2023-04-06 14:12 UTC (2+ messages)
[PATCH] block: ublk: make sure that block size is set correctly
2023-04-06 13:32 UTC (2+ messages)
[PATCH 0/1] sed-opal: geometry feature reporting command
2023-04-06 13:19 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v6 00/19] Add Command Duration Limits support
2023-04-06 11:32 UTC (20+ messages)
` [PATCH v6 01/19] ioprio: cleanup interface definition
` [PATCH v6 02/19] block: introduce ioprio hints
` [PATCH v6 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v6 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v6 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v6 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v6 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v6 08/19] scsi: detect support for command duration limits
` [PATCH v6 09/19] scsi: allow enabling and disabling "
` [PATCH v6 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v6 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v6 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v6 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v6 14/19] ata: libata: detect support for command duration limits
` [PATCH v6 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v6 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v6 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v6 18/19] ata: libata: set read/write commands CDL index
` [PATCH v6 19/19] ata: libata: handle completion of CDL commands using policy 0xD
[PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
2023-04-06 10:30 UTC (5+ messages)
` [PATCH blktests] loop/009: add test for loop partition uvents
[PATCH blktests v6 0/2] test queue count changes on reconnect
2023-04-06 9:10 UTC (5+ messages)
` [PATCH blktests v6 1/2] nvme/rc: Add timeout argument parsing to _nvme_connect_subsys()
` [PATCH blktests v6 2/2] nvme/048: test queue count changes on reconnect
[bug report] blktests nvme-fc nvme/003 lead kernel NULL pointer
2023-04-06 8:48 UTC
[PATCH blktests v5 0/4] test queue count changes on reconnect
2023-04-06 7:32 UTC (14+ messages)
` [PATCH blktests v5 1/4] nvme/rc: Add setter for attr_qid_max
` [PATCH blktests v5 2/4] nvme/rc: Add nvmet attribute feature detection function
` [PATCH blktests v5 3/4] nvme/rc: Add helper to wait for nvme ctrl state
` [PATCH blktests v5 4/4] nvme/048: test queue count changes on reconnect
zram I/O path cleanups and fixups
2023-04-06 6:55 UTC (42+ messages)
` [PATCH 01/16] zram: remove valid_io_request
` [PATCH 02/16] zram: make zram_bio_discard more self-contained
` [PATCH 03/16] zram: implify bvec iteration in __zram_make_request
` [PATCH 04/16] zram: move discard handling to zram_submit_bio
` [PATCH 05/16] zram: return early on error in zram_bvec_rw
` [PATCH 06/16] zram: refactor highlevel read and write handling
` [PATCH 07/16] zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
` [PATCH 08/16] zram: rename __zram_bvec_read to zram_read_page
` [PATCH 09/16] zram: directly call zram_read_page in writeback_store
` [PATCH 10/16] zram: refactor zram_bdev_read
` [PATCH 11/16] zram: don't pass a bvec to __zram_bvec_write
` [PATCH 12/16] zram: refactor zram_bdev_write
` [PATCH 13/16] zram: pass a page to read_from_bdev
` [PATCH 14/16] zram: don't return errors from read_from_bdev_async
` [PATCH 15/16] zram: fix synchronous reads
` [PATCH 16/16] zram: return errors from read_from_bdev_sync
[PATCH -next 0/2] block: fix scan partition for exclusively open device again
2023-04-06 3:42 UTC (3+ messages)
` [PATCH] block: don't set GD_NEED_PART_SCAN if scan partition failed
[PATCH] ublk: read any SQE values upfront
2023-04-06 2:53 UTC (2+ messages)
[PATCH v5 00/19] Add Command Duration Limits support
2023-04-05 22:29 UTC (31+ messages)
` [PATCH v5 01/19] ioprio: cleanup interface definition
` [PATCH v5 02/19] block: introduce ioprio hints
` [PATCH v5 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v5 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v5 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v5 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v5 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v5 08/19] scsi: detect support for command duration limits
` [PATCH v5 09/19] scsi: allow enabling and disabling "
` [PATCH v5 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v5 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v5 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v5 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v5 14/19] ata: libata: detect support for command duration limits
` [PATCH v5 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v5 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v5 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v5 18/19] ata: libata: set read/write commands CDL index
` [PATCH v5 19/19] ata: libata: handle completion of CDL commands using policy 0xD
kernel BUG in find_lock_entries
2023-04-05 22:25 UTC (3+ messages)
[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
2023-04-05 19:54 UTC (4+ messages)
[PATCH v3 00/11] blksnap - block devices snapshots module
2023-04-04 14:08 UTC (12+ messages)
` [PATCH v3 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v3 02/11] block: "
` [PATCH v3 03/11] documentation: Block Devices Snapshots Module
` [PATCH v3 04/11] blksnap: header file of the module interface
` [PATCH v3 05/11] blksnap: module management interface functions
` [PATCH v3 06/11] blksnap: handling and tracking I/O units
` [PATCH v3 07/11] blksnap: minimum data storage unit of the original block device
` [PATCH v3 08/11] blksnap: difference storage
` [PATCH v3 09/11] blksnap: event queue from the "
` [PATCH v3 10/11] blksnap: snapshot and snapshot image block device
` [PATCH v3 11/11] blksnap: Kconfig and Makefile
[PATCH 0/7] s390/dasd: add dasd autoquiesce feature
2023-04-05 14:20 UTC (8+ messages)
` [PATCH 1/7] s390/dasd: remove unused DASD EER defines
` [PATCH 2/7] s390/dasd: add autoquiesce feature
` [PATCH 3/7] s390/dasd: add aq_mask sysfs attribute
` [PATCH 4/7] s390/dasd: add aq_requeue "
` [PATCH 5/7] s390/dasd: add aq_timeouts autoquiesce trigger
` [PATCH 6/7] s390/dasd: add autoquiesce event for start IO error
` [PATCH 7/7] s390/dasd: fix hanging blockdevice after request requeue
[PATCH 0/5] sed-opal: add command to read locking range attributes
2023-04-05 13:46 UTC (24+ messages)
` [PATCH 1/5] sed-opal: do not add user authority twice in boolean ace
` [PATCH 2/5] sed-opal: add helper for adding user authorities in ACE
` [PATCH 3/5] sed-opal: allow user authority to get locking range attributes
` [PATCH 4/5] sed-opal: add helper to get multiple columns at once
` [PATCH 5/5] sed-opal: Add command to read locking range parameters
` [PATCH v2 0/5] sed-opal: add command to read locking range attributes
` [PATCH v2 1/5] sed-opal: do not add same authority twice in boolean ace
` [PATCH v2 2/5] sed-opal: add helper for adding user authorities in ACE
` [PATCH v2 3/5] sed-opal: allow user authority to get locking range attributes
` [PATCH v2 4/5] sed-opal: add helper to get multiple columns at once
` [PATCH v2 5/5] sed-opal: Add command to read locking range parameters
two little cleanups for the for-6.4/splice branch
2023-04-05 13:37 UTC (4+ messages)
` [PATCH 1/3] iov_iter: remove iov_iter_get_pages
[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible
2023-04-05 8:02 UTC (13+ messages)
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates
[PATCH v2 0/5] remove page_endio()
2023-04-05 6:07 UTC (7+ messages)
` [PATCH v2 5/5] filemap: "
` [PATCH v2 1/5] zram: always chain bio to the parent in read_from_bdev_async
[PATCH v2 0/2] bio iter improvements
2023-04-04 22:57 UTC (3+ messages)
` [PATCH v2 1/2] block: Rework bio_for_each_segment_all()
` [PATCH v2 2/2] block: Rework bio_for_each_folio_all()
[PATCHv2] blk-mq: directly poll requests
2023-04-04 22:11 UTC (2+ messages)
[PATCH 0/2] bio iter improvements
2023-04-04 17:11 UTC (13+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).