messages from 2022-04-11 14:51:03 to 2022-04-15 07:12:16 UTC [more...]
[PATCH v2 0/3] btrfs: vairous bug fixes related to generic/475 failure with subpage cases
2022-04-15 7:12 UTC (13+ messages)
` [PATCH v2 1/3] btrfs: avoid double clean up when submit_one_bio() failed
` [PATCH v2 2/3] btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
` [PATCH v2 3/3] btrfs: return correct error number for __extent_writepage_io()
btrfs write time tree block corruption
2022-04-15 7:04 UTC (2+ messages)
[PATCH RFC] btrfs-progs: discourage users from setting seed flag on multi-device filesystem
2022-04-15 6:31 UTC
use block_device based APIs in block layer consumers v3
2022-04-15 5:51 UTC (45+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH v2 00/17] btrfs: add subpage support for RAID56
2022-04-15 5:45 UTC (32+ messages)
` [PATCH v2 01/17] btrfs: reduce width for stripe_len from u64 to u32
` [PATCH v2 02/17] btrfs: open-code rbio_nr_pages()
` [PATCH v2 03/17] btrfs: make btrfs_raid_bio more compact
` [PATCH v2 04/17] btrfs: introduce new cached members for btrfs_raid_bio
` [PATCH v2 05/17] btrfs: introduce btrfs_raid_bio::stripe_sectors
` [PATCH v2 06/17] btrfs: introduce btrfs_raid_bio::bio_sectors
` [PATCH v2 07/17] btrfs: make rbio_add_io_page() subpage compatible
` [PATCH v2 08/17] btrfs: make finish_parity_scrub() "
` [PATCH v2 09/17] btrfs: make __raid_recover_endio_io() subpage compatibable
` [PATCH v2 10/17] btrfs: make finish_rmw() subpage compatible
` [PATCH v2 11/17] btrfs: open-code rbio_stripe_page_index()
` [PATCH v2 12/17] btrfs: make raid56_add_scrub_pages() subpage compatible
` [PATCH v2 13/17] btrfs: remove btrfs_raid_bio::bio_pages array
` [PATCH v2 14/17] btrfs: make set_bio_pages_uptodate() subpage compatible
` [PATCH v2 15/17] btrfs: make steal_rbio() "
` [PATCH v2 16/17] btrfs: make alloc_rbio_essential_pages() "
` [PATCH v2 17/17] btrfs: enable subpage support for RAID56
cleanup bio_kmalloc v3
2022-04-15 4:57 UTC (4+ messages)
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
btrfs warning fixes for 5.15 and 5.17
2022-04-15 4:57 UTC (2+ messages)
[PATCH v3 00/18 stable-5.15.y] Fix mmap + page fault deadlocks
2022-04-14 22:28 UTC (19+ messages)
` [PATCH v3 01/18 stable-5.15.y] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v3 02/18 stable-5.15.y] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v3 03/18 stable-5.15.y] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v3 04/18 stable-5.15.y] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v3 05/18 stable-5.15.y] gfs2: Clean up function may_grant
` [PATCH v3 06/18 stable-5.15.y] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v3 07/18 stable-5.15.y] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v3 08/18 stable-5.15.y] gfs2: Eliminate ip->i_gh
` [PATCH v3 09/18 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v3 10/18 stable-5.15.y] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v3 11/18 stable-5.15.y] iomap: Support partial direct I/O on user copy failures
` [PATCH v3 12/18 stable-5.15.y] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v3 13/18 stable-5.15.y] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v3 14/18 stable-5.15.y] iov_iter: Introduce nofault "
` [PATCH v3 15/18 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for direct I/O
` [PATCH v3 16/18 stable-5.15.y] btrfs: fix deadlock due to page faults during direct IO reads and writes
` [PATCH v3 17/18 stable-5.15.y] btrfs: fallback to blocking mode when doing async dio over multiple extents
` [PATCH v3 18/18 stable-5.15.y] mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
[PATCH v2 00/18 stable-5.15.y] Fix mmap + page fault deadlocks
2022-04-14 22:24 UTC (20+ messages)
` [PATCH v2 01/18 stable-5.15.y] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v2 02/18 stable-5.15.y] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v2 03/18 stable-5.15.y] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v2 04/18 stable-5.15.y] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v2 05/18 stable-5.15.y] gfs2: Clean up function may_grant
` [PATCH v2 06/18 stable-5.15.y] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v2 07/18 stable-5.15.y] gfs2: Eliminate ip->i_gh
` [PATCH v2 08/18 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v2 09/18 stable-5.15.y] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v2 10/18 stable-5.15.y] iomap: Support partial direct I/O on user copy failures
` [PATCH v2 11/18 stable-5.15.y] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v2 12/18 stable-5.15.y] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v2 13/18 stable-5.15.y] iov_iter: Introduce nofault "
` [PATCH v2 14/18 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for direct I/O
` [PATCH v2 15/18 stable-5.15.y] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v2 16/18 stable-5.15.y] btrfs: fix deadlock due to page faults during direct IO reads and writes
` [PATCH v2 17/18 stable-5.15.y] btrfs: fallback to blocking mode when doing async dio over multiple extents
` [PATCH v2 18/18 stable-5.15.y] mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
[PATCH] btrfs: Do not pass compressed_bio to submit_compressed_bio()
2022-04-14 20:00 UTC (2+ messages)
[PATCH] btrfs: zstd: use spin_lock in timer function
2022-04-14 19:26 UTC (8+ messages)
` [PATCH v2] btrfs: zstd: use spin_lock in timer callback
[GIT PULL] Btrfs fixes for 5.18-rc3
2022-04-14 18:59 UTC (5+ messages)
[PATCH v3] btrfs: Turn delayed_nodes_tree into an XArray
2022-04-14 14:54 UTC (3+ messages)
what mens gen and ogen in btrfs sub list / ?
2022-04-14 13:39 UTC (3+ messages)
[PATCH v2] btrfs: Turn delayed_nodes_tree into an XArray
2022-04-14 9:39 UTC (5+ messages)
[PATCH] btrfs: do not allow compression on nocow files
2022-04-14 4:15 UTC (4+ messages)
mmotm 2022-04-12-21-05 uploaded (fs/btrfs/raid56.o)
2022-04-14 3:51 UTC
[PATCH] btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
2022-04-13 16:11 UTC (3+ messages)
[PATCH 0/5] btrfs: avoid some block group rbtree lock contention
2022-04-13 15:20 UTC (6+ messages)
` [PATCH 1/5] btrfs: remove search start argument from first_logical_byte()
` [PATCH 2/5] btrfs: use rbtree with leftmost node cached for tracking lowest block group
` [PATCH 3/5] btrfs: use a read/write lock for protecting the block groups tree
` [PATCH 4/5] btrfs: return block group directly at btrfs_next_block_group()
` [PATCH 5/5] btrfs: avoid double search for block group during NOCOW writes
[PATCH] btrfs: submit_read_repair() cleanup
2022-04-13 13:46 UTC (3+ messages)
[PATCH] common/rc: fix _try_scratch_mount() and _test_mount() when mount fails
2022-04-13 7:01 UTC (4+ messages)
[regression] 5.15 kernel triggering 100x more inode evictions
2022-04-13 0:15 UTC (9+ messages)
fixes for handling of split direct I/O bios
2022-04-12 19:43 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION d0c745e7b2d6ce8bcc768b32361ab8ef520821ee
2022-04-12 19:23 UTC
[PATCH 00/16] btrfs: add subpage support for RAID56
2022-04-12 7:15 UTC (11+ messages)
` [PATCH 07/16] btrfs: make finish_parity_scrub() subpage compatible
` [PATCH 09/16] btrfs: make finish_rmw() "
[PATCH 00/17 stable-5.15.y] Fix mmap + page fault deadlocks
2022-04-12 5:14 UTC (5+ messages)
[PATCH AUTOSEL 5.10 02/30] btrfs: fix fallocate to use file_modified to update permissions consistently
2022-04-12 0:48 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 03/30] btrfs: do not warn for free space inode in cow_file_range
[PATCH AUTOSEL 5.15 02/41] btrfs: fix fallocate to use file_modified to update permissions consistently
2022-04-12 0:46 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 03/41] btrfs: do not warn for free space inode in cow_file_range
[PATCH AUTOSEL 5.17 03/49] btrfs: fix fallocate to use file_modified to update permissions consistently
2022-04-12 0:43 UTC (2+ messages)
` [PATCH AUTOSEL 5.17 04/49] btrfs: do not warn for free space inode in cow_file_range
[PATCH v8 0/5] tests for btrfs fsverity
2022-04-11 21:22 UTC (4+ messages)
` [PATCH v8 3/5] btrfs: test btrfs specific fsverity corruption
use block_device based APIs in block layer consumers
2022-04-11 18:24 UTC (3+ messages)
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [f2fs-dev] "
[PATCH] btrfs: mkfs: use sectorsize as nodesize for mixed profiles
2022-04-11 17:38 UTC (2+ messages)
use block_device based APIs in block layer consumers v2
2022-04-11 17:25 UTC (7+ messages)
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
[PATCH] btrfs: force v2 space cache usage for subpage mount
2022-04-11 16:49 UTC (4+ messages)
btrfs zoned fixlets
2022-04-11 16:39 UTC (2+ messages)
[PATCH 0/8] btrfs-progs: add RAID56 rebuild ability at read time
2022-04-11 15:01 UTC (2+ 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