messages from 2022-09-06 00:01:23 to 2022-09-08 15:22:38 UTC [more...]
[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
2022-09-08 15:21 UTC (23+ messages)
[PATCH v2 00/20] btrfs: add fscrypt integration
2022-09-08 14:01 UTC (41+ messages)
` [PATCH v2 01/20] fscrypt: expose fscrypt_nokey_name
` [PATCH v2 02/20] fscrypt: add flag allowing partially-encrypted directories
` [PATCH v2 03/20] fscrypt: add fscrypt_have_same_policy() to check inode compatibility
` [PATCH v2 04/20] fscrypt: allow fscrypt_generate_iv() to distinguish filenames
` [PATCH v2 05/20] fscrypt: add extent-based encryption
` [PATCH v2 06/20] fscrypt: document btrfs' fscrypt quirks
` [PATCH v2 07/20] btrfs: store directory's encryption state
` [PATCH v2 08/20] btrfs: use fscrypt_names instead of name/len everywhere
` [PATCH v2 09/20] btrfs: setup fscrypt_names from dentrys using helper
` [PATCH v2 10/20] btrfs: factor a fscrypt_name matching method
` [PATCH v2 11/20] btrfs: disable various operations on encrypted inodes
` [PATCH v2 12/20] btrfs: start using fscrypt hooks
` [PATCH v2 13/20] btrfs: add fscrypt_context items
` [PATCH v2 14/20] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH v2 15/20] btrfs: store a fscrypt extent context per normal file extent
` [PATCH v2 16/20] btrfs: Add new FEATURE_INCOMPAT_FSCRYPT feature flag
` [PATCH v2 17/20] btrfs: reuse encrypted filename hash when possible
` [PATCH v2 18/20] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [PATCH v2 19/20] btrfs: encrypt normal file extent data if appropriate
` [PATCH v2 20/20] btrfs: implement fscrypt ioctls
[PATCH v2 00/12] io-uring/btrfs: support async buffered writes
2022-09-08 13:19 UTC (24+ messages)
` [PATCH v2 01/12] mm: export balance_dirty_pages_ratelimited_flags()
` [PATCH v2 02/12] btrfs: implement a nowait option for tree searches
` [PATCH v2 03/12] btrfs: make can_nocow_extent nowait compatible
` [PATCH v2 04/12] btrfs: add the ability to use NO_FLUSH for data reservations
` [PATCH v2 05/12] btrfs: add btrfs_try_lock_ordered_range
` [PATCH v2 06/12] btrfs: make btrfs_check_nocow_lock nowait compatible
` [PATCH v2 07/12] btrfs: make prepare_pages "
` [PATCH v2 08/12] btrfs: make lock_and_cleanup_extent_if_need "
` [PATCH v2 09/12] btrfs: btrfs: plumb NOWAIT through the write path
` [PATCH v2 10/12] btrfs: make balance_dirty_pages nowait compatible
` [PATCH v2 11/12] btrfs: add assert to search functions
` [PATCH v2 12/12] btrfs: enable nowait async buffered writes
[PATCH v2] btrfs: don't update the block group item if used bytes are the same
2022-09-08 13:17 UTC (6+ messages)
[PATCH 0/3] btrfs: fix a couple of hangs during unmount caused by races
2022-09-08 13:14 UTC (5+ messages)
` [PATCH 1/3] btrfs: fix hang during unmount when stopping block group reclaim worker
` [PATCH 2/3] btrfs: fix hang during unmount when stopping a space "
` [PATCH 3/3] btrfs: remove useless used space increment during space reservation
some help for improvement in btrfs
2022-09-08 9:28 UTC (10+ messages)
` delete whole file system
[linux-next:master] BUILD REGRESSION 5957ac6635a1a12d4aa2661bbf04d3085a73372a
2022-09-08 1:12 UTC
[PATCH v1 00/10] io-uring/btrfs: support async buffered writes
2022-09-08 0:29 UTC (7+ messages)
` [PATCH v1 01/10] btrfs: implement a nowait option for tree searches
[PATCH v1 09/10] btrfs: make balance_dirty_pages nowait compatible
2022-09-08 0:26 UTC (4+ messages)
[PATCH] btrfs: zoned: wait extent buffer IOs before finishing a zone
2022-09-08 0:13 UTC (2+ messages)
[PATCH] btrfs: don't update the block group item if used bytes are the same
2022-09-07 22:35 UTC (6+ messages)
consolidate btrfs checksumming, repair and bio splitting
2022-09-07 21:18 UTC (45+ messages)
` [PATCH 01/17] block: export bio_split_rw
` [PATCH 02/17] btrfs: stop tracking failed reads in the I/O tree
` [PATCH 03/17] btrfs: move repair_io_failure to volumes.c
` [PATCH 04/17] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 05/17] btrfs: handle checksum generation in "
` [PATCH 06/17] btrfs: handle recording of zoned writes "
` [PATCH 07/17] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 08/17] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 09/17] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 10/17] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 11/17] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 12/17] btrfs: remove struct btrfs_io_geometry
` [PATCH 13/17] btrfs: remove submit_encoded_read_bio
` [PATCH 14/17] btrfs: remove now spurious bio submission helpers
` [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 17/17] iomap: remove IOMAP_F_ZONE_APPEND
` code placement for bio / storage layer code
[PATCH 00/31] btrfs: move extent_io_tree code and cleanups
2022-09-07 19:03 UTC (15+ messages)
` [PATCH 01/31] btrfs: cleanup clean_io_failure
` [PATCH 03/31] btrfs: stop using extent_io_tree for io_failure_record's
` [PATCH 09/31] btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT's
` [PATCH 12/31] btrfs: move the core extent_io_tree code into extent-io-tree.c
` [PATCH 26/31] btrfs: get rid of track_uptodate
` [PATCH 27/31] btrfs: get rid of ->dirty_bytes
[PATCH] btrfs: refactor btrfs_check_zoned_mode
2022-09-07 14:51 UTC (2+ messages)
[PATCH v4 0/6] vfs: clean up i_version behavior and expose it via statx
2022-09-07 11:33 UTC (7+ messages)
` [PATCH v4 1/6] iversion: update comments with info about atime updates
` [PATCH v4 2/6] ext4: fix i_version handling in ext4
` [PATCH v4 3/6] ext4: unconditionally enable the i_version counter
` [PATCH v4 4/6] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v4 5/6] nfs: report the inode version in statx if requested
` [PATCH v4 6/6] ceph: fill in the change attribute in statx requests
[PATCH] btrfs: stop tracking failed reads in the I/O tree
2022-09-07 11:17 UTC
[PATCH] btrfs: fix the max chunk size and stripe length calculation
2022-09-07 10:44 UTC (4+ messages)
[PATCH 00/10] btrfs: make lseek and fiemap much more efficient
2022-09-07 9:47 UTC (5+ messages)
btrfs I/O completion cleanup and single device I/O optimizations v2
2022-09-07 9:08 UTC (3+ messages)
[PATCH 0/2] fstests: add btrfs encryption support
2022-09-07 9:02 UTC (4+ messages)
` [PATCH 1/2] fstests: fscrypt: enable btrfs testing
` [PATCH 2/2] fstests: fscrypt: update tests of encryption contents for btrfs
[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
2022-09-06 19:55 UTC (8+ messages)
[PATCH v2 0/5] btrfs: scrub: make scrub uses less memory for metadata scrub
2022-09-06 16:52 UTC (3+ messages)
[PATCH] btrfs: add KCSAN annotations for unlocked access to block_rsv->full
2022-09-06 16:48 UTC
[PATCH v3 0/3] btrfs: separate BLOCK_GROUP_TREE feature from extent-tree-v2
2022-09-06 16:16 UTC (7+ messages)
` [PATCH v3 3/3] btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2
[PATCH] btrfs: zoned: fix API misuse of zone finish waiting
2022-09-06 15:51 UTC (2+ messages)
[man-pages RFC PATCH v3] statx, inode: document the STATX_INO_VERSION field
2022-09-06 13:29 UTC
Feature suggestion for the btrfs
2022-09-06 13:20 UTC (2+ messages)
[PATCH STABLE 5.4] btrfs: harden identification of a stale device
2022-09-06 12:01 UTC (4+ messages)
[PATCH] btrfs: check for overlapping extent items in tree checker
2022-09-06 11:25 UTC (2+ messages)
stalling IO regression since linux 5.12, through 5.18
2022-09-06 9:49 UTC (16+ messages)
RAID1/RAID0, online replace
2022-09-06 6:30 UTC (4+ messages)
[PATCH 0/6] btrfs-progs: add encryption support
2022-09-06 0:01 UTC (7+ messages)
` [PATCH 1/6] btrfs-progs: add fscrypt support to mkfs
` [PATCH 2/6] btrfs-progs: update to match renamed dir_type
` [PATCH 3/6] btrfs-progs: interpret encrypted file extents
` [PATCH 4/6] btrfs-progs: handle fscrypt context items
` [PATCH 5/6] btrfs-progs: escape unprintable characters in names
` [PATCH 6/6] btrfs-progs: check: update inline extent length checking
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