summaryrefslogtreecommitdiffstats
path: root/fs/filesystems.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-18blk-settings: round down io_opt to physical_block_sizeMikulas Patocka1-0/+7
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas1-1/+1
2024-11-15MAINTAINERS: Update git tree for mdraid subsystemSong Liu1-1/+1
2024-11-15block: make struct rq_list available for !CONFIG_BLOCKJens Axboe1-1/+1
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang1-34/+29
2024-11-13block: don't reorder requests in blk_mq_add_to_batchChristoph Hellwig1-1/+1
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig3-4/+4
2024-11-13block: add a rq_list typeChristoph Hellwig11-88/+104
2024-11-13block: remove rq_list_moveChristoph Hellwig1-17/+0
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-11-13nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-11-13btrfs: validate queue limitsChristoph Hellwig1-0/+6
2024-11-13block: export blk_validate_limitsChristoph Hellwig2-1/+3
2024-11-13nvmet: add tracing of reservation commandsGuixin Liu1-0/+108
2024-11-13nvme: parse reservation commands's action and rtype to stringGuixin Liu1-6/+52
2024-11-13nvmet: report ns's vwc not presentGuixin Liu1-0/+7
2024-11-13md/raid5: Increase r5conf.cache_name sizeJohn Garry1-1/+1
2024-11-12block: remove the ioprio field from struct requestChristoph Hellwig4-15/+11
2024-11-12block: remove the write_hint field from struct requestChristoph Hellwig4-12/+13
2024-11-11nvme: check ns's volatile write cache not presentGuixin Liu2-1/+4
2024-11-11nvme: add rotational supportWang Yugui2-0/+7
2024-11-11nvme: use command set independent id ns if availableMatias Bjørling1-3/+4
2024-11-11nvmet: support for csi identify nsKeith Busch2-0/+33
2024-11-11nvmet: implement rotational media information logKeith Busch3-1/+57
2024-11-11nvmet: implement endurance groupsKeith Busch3-2/+123
2024-11-11nvmet: declare 2.1 version complianceKeith Busch1-1/+1
2024-11-11nvmet: implement crto propertyKeith Busch1-0/+3
2024-11-11nvmet: implement supported features logKeith Busch2-0/+44
2024-11-11nvmet: implement supported log pagesKeith Busch2-0/+37
2024-11-11nvmet: implement active command set ns listKeith Busch2-2/+8
2024-11-11nvmet: implement id ns for nvm command setKeith Busch1-2/+16
2024-11-11nvmet: support reservation featureGuixin Liu8-13/+1329
2024-11-11nvme-multipath: don't bother clearing max_hw_zone_append_sectorsChristoph Hellwig1-2/+0
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig12-58/+28
2024-11-11block: lift bio_is_zone_append to bio.hChristoph Hellwig2-9/+17
2024-11-11block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig1-1/+9
2024-11-11block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig1-12/+23
2024-11-11md/raid10: Handle bio_split() errorsJohn Garry1-1/+46
2024-11-11md/raid1: Handle bio_split() errorsJohn Garry1-2/+31
2024-11-11md/raid0: Handle bio_split() errorsJohn Garry1-0/+12
2024-11-11block: Handle bio_split() errors in bio_submit_split()John Garry1-5/+10
2024-11-11block: Error an attempt to split an atomic write in bio_split()John Garry1-0/+4
2024-11-11block: Rework bio_split() return valueJohn Garry2-5/+7
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-11-10s390/dasd: Fix typo in commentYu Jiaoliang3-3/+3
2024-11-10s390/dasd: fix redundant /proc/dasd* entries removalMiroslav Franc1-0/+5
2024-11-10loop: fix type of block sizeLi Wang1-3/+3
2024-11-08MAINTAINERS: Make Yu Kuai co-maintainer of md/raid subsystemSong Liu1-1/+1
2024-11-08md/raid5: Wait sync io to finish before changing group cntXiao Ni1-0/+4
2024-11-08block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei1-2/+8