Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2023-11-22 17:17:36 to 2023-12-01 22:12:07 UTC [more...]

[PATCH v4 00/46] btrfs: add fscrypt support
 2023-12-01 22:11 UTC  (9+ 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] 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 

BTRFS corruption after conversion to block group tree
 2023-12-01 20:09 UTC  (2+ messages)

[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)

BTRFS doesn't compress on the fly
 2023-11-30 20:53 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  (28+ messages)
` [PATCH v3 01/19] fs: indicate request originates from old mount api
` [PATCH v3 02/19] btrfs: split out the mount option validation code into its own helper
` [PATCH v3 03/19] btrfs: set default compress type at btrfs_init_fs_info time
` [PATCH v3 04/19] btrfs: move space cache settings into open_ctree
` [PATCH v3 05/19] btrfs: do not allow free space tree rebuild on extent tree v2
` [PATCH v3 06/19] btrfs: split out ro->rw and rw->ro helpers into their own functions
` [PATCH v3 07/19] btrfs: add a NOSPACECACHE mount option flag
` [PATCH v3 08/19] btrfs: add fs_parameter definitions
` [PATCH v3 09/19] btrfs: add parse_param callback for the new mount api
` [PATCH v3 10/19] btrfs: add fs context handling functions
` [PATCH v3 11/19] btrfs: add reconfigure callback for fs_context
` [PATCH v3 12/19] btrfs: add get_tree callback for new mount API
` [PATCH v3 13/19] btrfs: handle the ro->rw transition for mounting different subovls
` [PATCH v3 14/19] btrfs: switch to the new mount API
` [PATCH v3 15/19] btrfs: move the device specific mount options to super.c
` [PATCH v3 16/19] btrfs: remove old mount API code
` [PATCH v3 17/19] btrfs: move one shot mount option clearing to super.c
` [PATCH v3 18/19] btrfs: set clear_cache if we use usebackuproot
` [PATCH v3 19/19] btrfs: remove code for inode_cache and recovery mount options

[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  (7+ 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)

[PATCH v2] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
 2023-11-24  5:31 UTC 

[syzbot] [btrfs?] memory leak in clear_state_bit
 2023-11-24  4:07 UTC 

[PATCH 0/3] btrfs-progs: subvolume create: accept multiple arguments
 2023-11-23 19:22 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: subvolume create: handle failure for strdup()

[PATCH v2 0/5] btrfs: zoned: remove extent_buffer redirtying
 2023-11-23 18:55 UTC  (9+ messages)
` [PATCH v2 1/5] btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
` [PATCH v2 2/5] btrfs: zoned: don't clear dirty flag of extent buffer
` [PATCH v2 3/5] btrfs: remove now unneeded btrfs_redirty_list_add
` [PATCH v2 4/5] btrfs: use memset_page instead of opencoding it
` [PATCH v2 5/5] btrfs: reflow btrfs_free_tree_block

[PATCH] fstests: don't test -o norecovery in btrfs/220
 2023-11-22 17:16 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