public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-24 11:51:34 to 2023-12-02 21:57:20 UTC [more...]

BTRFS doesn't compress on the fly
 2023-12-02 21:56 UTC  (5+ messages)

BTRFS corruption after conversion to block group tree
 2023-12-02  9:00 UTC  (9+ messages)

[PATCH v4 00/46] btrfs: add fscrypt support
 2023-12-01 22:15 UTC  (48+ messages)
` [PATCH v4 01/46] fs: move fscrypt keyring destruction to after ->put_super
` [PATCH v4 02/46] fscrypt: add per-extent encryption support
` [PATCH v4 03/46] fscrypt: add a fscrypt_inode_open helper
` [PATCH v4 04/46] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v4 05/46] blk-crypto: add a process bio callback
` [PATCH v4 06/46] fscrypt: expose fscrypt_nokey_name
` [PATCH v4 07/46] fscrypt: add documentation about extent encryption
` [PATCH v4 08/46] btrfs: add infrastructure for safe em freeing
` [PATCH v4 09/46] btrfs: disable various operations on encrypted inodes
` [PATCH v4 10/46] btrfs: disable verity "
` [PATCH v4 11/46] btrfs: start using fscrypt hooks
` [PATCH v4 12/46] btrfs: add inode encryption contexts
` [PATCH v4 13/46] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v4 14/46] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v4 15/46] btrfs: handle "
` [PATCH v4 16/46] btrfs: implement fscrypt ioctls
` [PATCH v4 17/46] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v4 18/46] btrfs: add get_devices hook for fscrypt
` [PATCH v4 19/46] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v4 20/46] btrfs: set file extent encryption excplicitly
` [PATCH v4 21/46] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v4 22/46] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v4 23/46] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v4 24/46] btrfs: plumb the fscrypt extent context through create_io_em
` [PATCH v4 25/46] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v4 26/46] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v4 27/46] btrfs: add an optional encryption context to the end of file extents
` [PATCH v4 28/46] btrfs: explicitly track file extent length for replace and drop
` [PATCH v4 29/46] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v4 30/46] btrfs: pass the fscrypt_info through the replace extent infrastructure
` [PATCH v4 31/46] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v4 32/46] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v4 33/46] btrfs: populate ordered_extent with the orig offset
` [PATCH v4 34/46] btrfs: set the bio fscrypt context when applicable
` [PATCH v4 35/46] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v4 36/46] btrfs: add orig_logical to btrfs_bio
` [PATCH v4 37/46] btrfs: limit encrypted writes to 256 segments
` [PATCH v4 38/46] btrfs: implement process_bio cb for fscrypt
` [PATCH v4 39/46] btrfs: add test_dummy_encryption support
` [PATCH v4 40/46] btrfs: don't rewrite ret from inode_permission
` [PATCH v4 41/46] btrfs: move inode_to_path higher in backref.c
` [PATCH v4 42/46] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v4 43/46] btrfs: don't search back for dir inode item in INO_LOOKUP_USER
` [PATCH v4 44/46] btrfs: deal with encrypted symlinks in send
` [PATCH v4 45/46] btrfs: decrypt file names for send
` [PATCH v4 46/46] btrfs: load the inode context before sending writes

[PATCH] btrfs/303: use quota rescan wrapper
 2023-12-01 21:09 UTC 

[PATCH 0/5] btrfs: qgroups rsv fixes
 2023-12-01 21:00 UTC  (6+ messages)
` [PATCH 1/5] btrfs: free qgroup rsv on ioerr ordered_extent
` [PATCH 2/5] btrfs: fix qgroup_free_reserved_data int overflow
` [PATCH 3/5] btrfs: free qgroup pertrans rsv on trans abort
` [PATCH 4/5] btrfs: dont clear qgroup rsv bit in release_folio
` [PATCH 5/5] btrfs: ensure releasing squota rsv on head refs

Unmountable 4-drive btrfs RAID after drive failure
 2023-12-01 20:36 UTC 

[syzbot] [btrfs?] kernel BUG in __reserve_bytes
 2023-12-01 13:47 UTC 

[PATCH 0/2] Convert btrfs_root::delayed_nodes_tree to xarray
 2023-12-01 11:03 UTC  (4+ messages)
` [PATCH 1/2] btrfs: drop radix-tree preload from btrfs_get_or_create_delayed_node()
` [PATCH 2/2] btrfs: use xarray for btrfs_root::delayed_nodes_tree instead of radix-tree

[PATCH v2 0/2] btrfs: migrate extent_buffer::pages[] to folio and more cleanups
 2023-12-01  6:06 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: migrate extent_buffer::pages[] to folio
` [PATCH v2 2/2] btrfs: cleanup metadata page pointer usage

[PATCH v2] btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
 2023-11-30 23:45 UTC  (2+ messages)

[PATCH] btrfs: migrate extent_buffer::pages[] to folio
 2023-11-30 23:33 UTC  (10+ messages)

[PATCH v4] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
 2023-11-30 23:23 UTC  (2+ messages)

[PATCH][next] btrfs: remove shadowed declaration of variable i in for-loops
 2023-11-30 22:50 UTC  (2+ messages)

[PATCH] btrfs: cache that we don't have security.capability set
 2023-11-30 15:46 UTC  (3+ messages)

[PATCH v4 0/1] Enforce 4k sectorize by default for mkfs
 2023-11-30  3:38 UTC  (10+ messages)

Btrfs support needed - various failures in all blocks after computer hibernation
 2023-11-30  1:04 UTC  (2+ messages)

[PATCH RFC] btrfs: pick device with lowest devt for show_devname
 2023-11-29 21:20 UTC  (9+ messages)

[PATCH v3 00/19] btrfs: convert to the new mount API
 2023-11-29 15:50 UTC  (9+ messages)

[PATCH] btrfs: fix btrfs_parse_param() build failure
 2023-11-29 12:00 UTC  (2+ messages)

btrfs: super.c:416:25: error: 'ret' undeclared (first use in this function); did you mean 'net'?
 2023-11-29 11:55 UTC  (5+ messages)

[PATCH] btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
 2023-11-29 11:54 UTC  (3+ messages)

[PATCH] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
 2023-11-28 20:06 UTC  (11+ messages)
    ` Should we still go __GFP_NOFAIL? (Was Re: [PATCH] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method)

[GIT PULL] Btrfs fixes for 6.7-rc4
 2023-11-28 19:36 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in btrfs_use_block_rsv
 2023-11-28 18:09 UTC  (5+ messages)

[PATCH] btrfs: free the allocated memory if btrfs_alloc_page_array() failed
 2023-11-28 16:29 UTC  (6+ messages)

[PATCH] btrfs: fix compile error with !CONFIG_BTRFS_FS_POSIX_ACL
 2023-11-28 15:55 UTC  (2+ messages)

[PATCH] btrfs: return negative -EFAULT instead of positive
 2023-11-28 15:52 UTC  (2+ messages)

[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
 2023-11-28 10:05 UTC  (21+ messages)
` [PATCH block/for-next v2 01/16] block: add a new helper to get inode "
` [PATCH block/for-next v2 02/16] xen/blkback: use "
` [PATCH block/for-next v2 03/16] bcache: "
` [PATCH block/for-next v2 04/16] mtd: block2mtd: "
` [PATCH block/for-next v2 05/16] s390/dasd: "
` [PATCH block/for-next v2 06/16] scsicam: "
` [PATCH block/for-next v2 07/16] bcachefs: "
` [PATCH block/for-next v2 08/16] btrfs: "
` [PATCH block/for-next v2 09/16] cramfs: "

[PATCH 0/3] btrfs-progs: subvolume-list: add qgroup sizes output
 2023-11-28  8:44 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: separate root attributes into a dedicated structure from root_info
` [PATCH 2/3] btrfs-progs: use root_attr structure to pass various attributes
` [PATCH 3/3] btrfs-progs: subvolume-list: output qgroup sizes for subvolumes

[PATCH v3] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
 2023-11-27 16:40 UTC  (2+ messages)

[PATCH 00/12] fstests: fscrypt test updates
 2023-11-27 15:03 UTC  (5+ messages)
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol

[PATCH block/for-next v2 10/16] erofs: use new helper to get inode from block_device
 2023-11-27  6:22 UTC  (7+ messages)
` [PATCH block/for-next v2 11/16] ext4: "
` [PATCH block/for-next v2 12/16] gfs2: "
` [PATCH block/for-next v2 13/16] jbd2: "
` [PATCH block/for-next v2 14/16] nilfs2: "
` [PATCH block/for-next v2 15/16] buffer: "
` [PATCH block/for-next v2 16/16] block: "

[PATCH -next] block: remove field 'bd_inode' from block_device
 2023-11-27  1:13 UTC  (3+ messages)

could send|receive be made interruptible|resumable?
 2023-11-26  4:45 UTC 

backgrounding send|receive causes: ERROR: crc32 mismatch in command
 2023-11-26  4:35 UTC 

[PATCH] btrfs: send: Ensure send_fd is writable
 2023-11-24 17:43 UTC  (2+ messages)

[syzbot] WARNING in __kernel_write_iter
 2023-11-24 17:26 UTC  (5+ messages)
  ` [syzbot] [btrfs?] "

[PATCH RFC] btrfs: allow extent buffer helpers to skip cross-page handling
 2023-11-24 16:03 UTC  (5+ messages)

[PATCH] btrfs: fix 64bit compat send ioctl arguments not initializing version member
 2023-11-24 14:16 UTC  (3+ messages)

[PATCH] btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value
 2023-11-24 14:19 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox