linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-08 10:17:40 to 2022-09-12 08:38:46 UTC [more...]

[PATCH 00/10] btrfs: make lseek and fiemap much more efficient
 2022-09-12  8:38 UTC  (4+ messages)
` [PATCH 02/10] btrfs: make hole and data seeking a lot "

improve pagecache PSI annotations
 2022-09-12  8:35 UTC  (11+ messages)
` [PATCH 1/5] mm: add PSI accounting around ->read_folio and ->readahead calls
` [PATCH 2/5] sched/psi: export psi_memstall_{enter,leave}
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
` [PATCH 4/5] erofs: add manual PSI accounting for the compressed address space
` [PATCH 5/5] block: remove PSI accounting from the bio layer

[PATCH] btrfs-progs: fi resize: fix return value check_resize_args()
 2022-09-12  7:58 UTC  (2+ messages)

[PATCH 0/2] btrfs: optimize the argument list for submit_extent_page()
 2022-09-12  6:28 UTC  (3+ messages)
` [PATCH 1/2] btrfs: switch the page and disk_bytenr argument position "
` [PATCH 2/2] btrfs: move end_io_func argument to btrfs_bio_ctrl structure

consolidate btrfs checksumming, repair and bio splitting
 2022-09-12  6:11 UTC  (5+ messages)
` [PATCH 06/17] btrfs: handle recording of zoned writes in the storage layer
` [PATCH 07/17] btrfs: allow btrfs_submit_bio to split bios

[PATCH] btrfs: loosen the block-group-tree feature dependency check
 2022-09-12  5:44 UTC 

[PATCH] btrfs-progs: hide block group tree behind experimental feature
 2022-09-12  3:12 UTC 

how to disable block-group-tree feature?
 2022-09-12  3:04 UTC  (2+ messages)

core dump in btrfs receive (while handling a clone command?)
 2022-09-12  2:55 UTC  (6+ messages)

[PATCH v2 00/20] btrfs: add fscrypt integration
 2022-09-12  1:50 UTC  (46+ 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 09/20] btrfs: setup fscrypt_names from dentrys using helper
` [PATCH v2 10/20] btrfs: factor a fscrypt_name matching method
` [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 18/20] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [PATCH v2 19/20] btrfs: encrypt normal file extent data if appropriate

BTRFS_FEATURE_COMPAT_RO_BLOCK_GROUP_TREE mismatch in kernel/btrfs-devel and btrfs-progs
 2022-09-11 21:59 UTC  (2+ messages)

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-10 23:00 UTC  (53+ messages)

[PATCH v2 00/36] btrfs: move extent_io_tree code and cleanups
 2022-09-10 12:48 UTC  (38+ messages)
` [PATCH v2 01/36] btrfs: rename clean_io_failure and remove extraneous args
` [PATCH v2 02/36] btrfs: unexport internal failrec functions
` [PATCH v2 03/36] btrfs: convert the io_failure_tree to a plain rb_tree
` [PATCH v2 04/36] btrfs: use find_first_extent_bit in btrfs_clean_io_failure
` [PATCH v2 05/36] btrfs: separate out the extent state and extent buffer init code
` [PATCH v2 06/36] btrfs: separate out the eb and extent state leak helpers
` [PATCH v2 07/36] btrfs: temporarily export alloc_extent_state helpers
` [PATCH v2 08/36] btrfs: move extent state init and alloc functions to their own file
` [PATCH v2 09/36] btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT's
` [PATCH v2 10/36] btrfs: move simple extent bit helpers out of extent_io.c
` [PATCH v2 11/36] btrfs: export wait_extent_bit
` [PATCH v2 12/36] btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.c
` [PATCH v2 13/36] btrfs: temporarily export and move core extent_io_tree tree functions
` [PATCH v2 14/36] btrfs: temporarily export and then move extent state helpers
` [PATCH v2 15/36] btrfs: move a few exported extent_io_tree helpers to extent-io-tree.c
` [PATCH v2 16/36] btrfs: move core extent_io_tree functions "
` [PATCH v2 17/36] btrfs: unexport btrfs_debug_check_extent_io_range
` [PATCH v2 18/36] btrfs: unexport all the temporary exports for extent-io-tree.c
` [PATCH v2 19/36] btrfs: remove struct tree_entry
` [PATCH v2 20/36] btrfs: use next_state instead of rb_next where we can
` [PATCH v2 21/36] btrfs: make tree_search return struct extent_state
` [PATCH v2 22/36] btrfs: make tree_search_for_insert return extent_state
` [PATCH v2 23/36] btrfs: make tree_search_prev_next return extent_state's
` [PATCH v2 24/36] btrfs: use next_state/prev_state in merge_state
` [PATCH v2 25/36] btrfs: move irrelevant prototypes to their appropriate header
` [PATCH v2 26/36] btrfs: drop exclusive_bits from set_extent_bit
` [PATCH v2 27/36] btrfs: remove the wake argument from clear_extent_bits
` [PATCH v2 28/36] btrfs: remove failed_start argument from set_extent_bit
` [PATCH v2 29/36] btrfs: drop extent_changeset "
` [PATCH v2 30/36] btrfs: unify the lock/unlock extent variants
` [PATCH v2 31/36] btrfs: remove extent_io_tree::track_uptodate
` [PATCH v2 32/36] btrfs: get rid of extent_io_tree::dirty_bytes
` [PATCH v2 33/36] btrfs: don't clear CTL bits when trying to release extent state
` [PATCH v2 34/36] btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
` [PATCH v2 35/36] btrfs: don't init io tree with private data for non inodes
` [PATCH v2 36/36] btrfs: remove is_data_inode() checks in extent-io-tree.c

[PATCH v2] btrfs: zoned: wait extent buffer IOs before finishing a zone
 2022-09-10 11:54 UTC  (3+ messages)

[PATCH 0/2] btrfs-progs: minor mkfs fs size error message enhancements
 2022-09-09 23:10 UTC  (4+ messages)
` [PATCH 1/2] btrfs-progs: mkfs: fix error message for minimum zoned filesystem size
` [PATCH 2/2] btrfs-progs: mkfs: use pretty_size_mode() on min size error

Read only because of enospc
 2022-09-09 16:08 UTC  (3+ messages)

[PATCH] btrfs-progs: receive: fix a segfault that free() an err value
 2022-09-09 15:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/14] vbe: Support device tree fixups for OS requests
 2022-09-09 15:17 UTC  (2+ messages)
` [PATCH 06/14] fs: Quieten down the filesystems more

[PATCH] btrfs: refactor btrfs_check_zoned_mode
 2022-09-09 15:08 UTC  (4+ messages)

[PATCH] btrfs: qgroup: Fix a typo in a comment
 2022-09-09 14:44 UTC  (2+ messages)

[PATCH 0/3] btrfs: fix a couple of hangs during unmount caused by races
 2022-09-09 14:32 UTC  (6+ 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

[PATCH] btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCY
 2022-09-09 13:35 UTC 

[PATCH] btrfs: stop tracking failed reads in the I/O tree
 2022-09-09 12:46 UTC  (2+ messages)

[PATCH] btrfs: remove btrfs_bit_radix_cachep declaration
 2022-09-09 12:45 UTC  (2+ messages)

btrfs I/O completion cleanup and single device I/O optimizations v2
 2022-09-09 12:34 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.0-rc5
 2022-09-09 11:59 UTC  (2+ messages)

[PATCH 0/6] btrfs-progs: add encryption support
 2022-09-09 11:42 UTC  (5+ messages)
` [PATCH 1/6] btrfs-progs: add fscrypt support to mkfs
` [PATCH 3/6] btrfs-progs: interpret encrypted file extents

[PATCH PoC 0/9] btrfs: scrub: introduce a new family of ioctl, scrub_fs
 2022-09-09  6:57 UTC  (4+ messages)
` [PATCH PoC 1/9] btrfs: introduce BTRFS_IOC_SCRUB_FS family of ioctls

[PATCH] btrfs: don't update the block group item if used bytes are the same
 2022-09-09  6:45 UTC 

[linux-next:master] BUILD REGRESSION 47c191411b68a771261be3dc0bd6f68394cef358
 2022-09-08 22:37 UTC 

[PATCH v2] btrfs: don't update the block group item if used bytes are the same
 2022-09-08 22:35 UTC  (6+ messages)

[PATCH v4 0/5] btrfs: qgroup: address the performance penalty for subvolume dropping
 2022-09-08 20:45 UTC  (2+ messages)

[PATCH v2 00/12] io-uring/btrfs: support async buffered writes
 2022-09-08 19:14 UTC  (30+ 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 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 v5 0/8] vfs/nfsd: clean up handling of the i_version counter
 2022-09-08 17:24 UTC  (9+ messages)
` [PATCH v5 1/8] iversion: clarify when the i_version counter must be updated
` [PATCH v5 2/8] ext4: fix i_version handling in ext4
` [PATCH v5 3/8] ext4: unconditionally enable the i_version counter
` [PATCH v5 4/8] vfs: plumb i_version handling into struct kstat
` [PATCH v5 5/8] nfs: report the inode version in getattr if requested
` [PATCH v5 6/8] ceph: "
` [PATCH v5 7/8] nfsd: use the getattr operation to fetch i_version
` [RFC PATCH v5 8/8] nfsd: take inode_lock when querying for NFSv4 GETATTR


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).