messages from 2022-04-12 19:53:07 to 2022-04-19 11:19:13 UTC [more...]
[PATCH v2 0/2] btrfs-progs: bug fixes exposed during delayed chunk items insertion
2022-04-19 11:17 UTC (2+ messages)
` [PATCH v2 1/2] btrfs-progs: fix a memory leak when starting a transaction on fs with error
space still allocated post deletion
2022-04-19 10:41 UTC
[PATCH v3] btrfs: Turn delayed_nodes_tree into an XArray
2022-04-19 9:03 UTC (4+ messages)
[PATCH] btrfs: zoned: use dedicated lock for data relocation
2022-04-19 7:38 UTC (2+ messages)
[PATCH 0/2] btrfs-progs: bug fixes exposed during delayed chunk items insertion
2022-04-19 6:42 UTC (7+ messages)
` [PATCH 1/2] btrfs-progs: fix a memory leak when starting a transaction on fs with error
` [PATCH 2/2] btrfs-progs: fix an error path which can lead to empty device list
[PATCH] btrfs: zstd: remove extraneous asterix at the head of zstd_reclaim_timer_fn() comment
2022-04-19 5:19 UTC (3+ messages)
[PATCH] btrfs-progs: do not allow setting seed flag on fs with dirty log
2022-04-18 23:31 UTC (6+ messages)
use block_device based APIs in block layer consumers v3
2022-04-18 12:52 UTC (47+ 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
` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH] btrfs: kernel-doc fixes to make btrfs W=1 clean
2022-04-18 12:33 UTC
btrfs_workqueue cleanups
2022-04-18 8:05 UTC (7+ messages)
` [PATCH 1/3] btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue
` [PATCH 2/3] btrfs: use normal workqueues for scrub
` [PATCH 3/3] btrfs: use a normal workqueue for rmw_workers
[PATCH] fstests: btrfs: test setting compression via xattr on nodatacow files
2022-04-18 7:54 UTC
minor bio submission cleanups
2022-04-18 7:23 UTC (15+ messages)
` [PATCH 1/5] btrfs: move btrfs_readpage to extent_io.c
` [PATCH 2/5] btrfs: remove the unused bio_flags argument to btrfs_submit_metadata_bio
` [PATCH 3/5] btrfs: do not return errors from btrfs_submit_metadata_bio
` [PATCH 4/5] btrfs: do not return errors from btrfs_submit_compressed_read
` [PATCH 5/5] btrfs: do not return errors from submit_bio_hook_t instances
[PATCH] btrfs: zoned: use dedicated lock for data relocation
2022-04-18 7:13 UTC (3+ messages)
[PATCH 1/2] btrfs: export a helper for compression hard check
2022-04-18 7:00 UTC (4+ messages)
` [PATCH 2/2] btrfs: do not allow compression on nodatacow files
[PATCH] btrfs-progs: fix a wrong return value for write_and_map_eb()
2022-04-18 1:54 UTC
cleanup bio_kmalloc v3
2022-04-18 1:32 UTC (5+ messages)
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
[PATCH 0/2] btrfs-progs: fsck: fix false warning on sprouted filesystems
2022-04-17 9:33 UTC (4+ messages)
` [PATCH 1/2] btrfs-progs: check: fix wrong total bytes check for seed device
` [PATCH 2/2] btrfs-progs: fsck-tests: check warning for seed and sprouted filesystems
[PATCH] btrfs: zstd: add missing function name in zstd_reclaim_timer_fn() comment
2022-04-17 5:14 UTC (3+ messages)
btrfs write time tree block corruption
2022-04-15 14:15 UTC (3+ messages)
[PATCH 0/5] btrfs: avoid some block group rbtree lock contention
2022-04-15 12:39 UTC (7+ 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-progs: remove the unused btrfs_fs_info::seeding member
2022-04-15 7:58 UTC (2+ messages)
[PATCH v2 0/3] btrfs: vairous bug fixes related to generic/475 failure with subpage cases
2022-04-15 7:14 UTC (12+ messages)
` [PATCH v2 1/3] btrfs: avoid double clean up when submit_one_bio() failed
[PATCH RFC] btrfs-progs: discourage users from setting seed flag on multi-device filesystem
2022-04-15 6:31 UTC
[PATCH v2 00/17] btrfs: add subpage support for RAID56
2022-04-15 5:45 UTC (17+ messages)
` [PATCH v2 04/17] btrfs: introduce new cached members for btrfs_raid_bio
` [PATCH v2 07/17] btrfs: make rbio_add_io_page() subpage compatible
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 (2+ messages)
[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)
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] btrfs: submit_read_repair() cleanup
2022-04-13 13:46 UTC (2+ messages)
[PATCH] common/rc: fix _try_scratch_mount() and _test_mount() when mount fails
2022-04-13 7:01 UTC (2+ 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)
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