index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-28
block: add helper macros to de-duplicate the queue sysfs attributes
Christoph Hellwig
1
-173
/
+82
2024-06-28
block: simplify queue_logical_block_size
Christoph Hellwig
1
-6
/
+1
2024-06-28
blk-throttle: fix lower control under super low iops limit
Yu Kuai
1
-0
/
+3
2024-06-28
block: set bip_vcnt correctly
Anuj Gupta
1
-0
/
+2
2024-06-28
rust: block: fix generated bindings after refactoring of features
Andreas Hindborg
1
-0
/
+2
2024-06-28
rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCE
Christoph Hellwig
1
-1
/
+0
2024-06-28
rnbd: don't set QUEUE_FLAG_SAME_COMP
Christoph Hellwig
1
-1
/
+0
2024-06-28
mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-6
/
+0
2024-06-28
megaraid_sas: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-2
/
+0
2024-06-28
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-13
/
+2
2024-06-28
block: check bio alignment in blk_mq_submit_bio
Ming Lei
1
-0
/
+20
2024-06-28
block: Add ioprio to block_rq tracepoint
Dongliang Cui
1
-9
/
+32
2024-06-28
block: remove bio_integrity_process
Christoph Hellwig
4
-81
/
+79
2024-06-28
block: switch on bio operation in bio_integrity_prep
Christoph Hellwig
1
-5
/
+7
2024-06-28
block: remove allocation failure warnings in bio_integrity_prep
Christoph Hellwig
1
-2
/
+0
2024-06-28
block: simplify adding the payload in bio_integrity_prep
Christoph Hellwig
1
-26
/
+6
2024-06-28
block: only zero non-PI metadata tuples in bio_integrity_prep
Christoph Hellwig
1
-4
/
+4
2024-06-28
bcache: work around a __bitwise to bool conversion sparse warning
Christoph Hellwig
1
-2
/
+2
2024-06-28
loop: Fix a race between loop detach and loop open
Gulam Mohamed
1
-39
/
+36
2024-06-27
block: Delete blk_queue_flag_test_and_set()
John Garry
2
-15
/
+0
2024-06-27
block: clean up the check in blkdev_iomap_begin()
Li Nan
1
-2
/
+3
2024-06-27
block: use the right type for stub rq_integrity_vec()
Jens Axboe
1
-1
/
+1
2024-06-26
block: move dma_pad_mask into queue_limits
Christoph Hellwig
8
-33
/
+21
2024-06-26
block: remove the fallback case in queue_dma_alignment
Christoph Hellwig
1
-1
/
+1
2024-06-26
block: remove disk_update_readahead
Christoph Hellwig
4
-9
/
+4
2024-06-26
block: conding style fixup for blk_queue_max_guaranteed_bio
Christoph Hellwig
1
-2
/
+1
2024-06-26
block: convert features and flags to __bitwise types
Christoph Hellwig
2
-45
/
+46
2024-06-26
block: rename BLK_FEAT_MISALIGNED
Christoph Hellwig
2
-10
/
+10
2024-06-26
block: correctly report cache type
Christoph Hellwig
1
-3
/
+3
2024-06-26
md: set md-specific flags for all queue limits
Christoph Hellwig
6
-9
/
+14
2024-06-26
block: change rq_integrity_vec to respect the iterator
Mikulas Patocka
2
-10
/
+10
2024-06-24
block: fix the blk_queue_nonrot polarity
Christoph Hellwig
1
-1
/
+1
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-23
cdrom: Add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
block: Fix blk_validate_atomic_write_limits() build for arm32
John Garry
1
-2
/
+1
2024-06-21
block: Cleanup block device zone helpers
Damien Le Moal
1
-32
/
+12
2024-06-21
block: Define bdev_nr_zones() as an inline function
Damien Le Moal
2
-19
/
+5
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
1
-2
/
+0
2024-06-20
nvme: Atomic write support
Alan Adamson
1
-0
/
+52
2024-06-20
scsi: scsi_debug: Atomic write support
John Garry
1
-134
/
+454
2024-06-20
scsi: sd: Atomic write support
John Garry
5
-1
/
+124
2024-06-20
block: Add fops atomic write support
John Garry
1
-3
/
+17
2024-06-20
block: Add atomic write support for statx
Prasad Singamsetty
3
-19
/
+39
2024-06-20
block: Add core atomic write support
John Garry
8
-5
/
+304
2024-06-20
fs: Add initial atomic write support info to statx
Prasad Singamsetty
4
-2
/
+50
2024-06-20
fs: Initial atomic write support
Prasad Singamsetty
6
-14
/
+45
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
3
-13
/
+22
2024-06-20
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
3
-4
/
+7
2024-06-20
rust: block: do not use removed queue flag API
Andreas Hindborg
1
-14
/
+3
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
4
-9
/
+8
[next]