Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2023-06-07 08:52:03 to 2023-06-08 11:05:21 UTC [more...]

decouple block open flags from fmode_t v2
 2023-06-08 11:02 UTC  (15+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
` [PATCH 02/30] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/30] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/30] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/30] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/30] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/30] block: pass a gendisk to ->open
` [PATCH 09/30] block: remove the unused mode argument to ->release
` [PATCH 10/30] block: rename blkdev_close to blkdev_release
` [PATCH 12/30] bcache: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/30] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 14/30] btrfs: "
` [PATCH 17/30] fs: remove sb->s_mode

[PATCH 00/13] btrfs: some fixes and updates around handling errors for tree mod log operations
 2023-06-08 11:00 UTC  (50+ messages)
` [PATCH 01/13] btrfs: add missing error handling when logging operation while COWing extent buffer
` [PATCH 02/13] btrfs: fix extent buffer leak after failure tree mod log failure at split_node()
` [PATCH 03/13] btrfs: avoid tree mod log ENOMEM failures when we don't need to log
` [PATCH 04/13] btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
` [PATCH 05/13] btrfs: do not BUG_ON() on tree mod log failure at balance_level()
` [PATCH 06/13] btrfs: rename enospc label to out "
` [PATCH 07/13] btrfs: avoid unnecessarily setting the fs to RO and error state "
` [PATCH 08/13] btrfs: abort transaction at balance_level() when left child is missing
` [PATCH 09/13] btrfs: abort transaction at update_ref_for_cow() when ref count is zero
` [PATCH 10/13] btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()
` [PATCH 11/13] btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()
` [PATCH 12/13] btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()
` [PATCH 13/13] btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()
` [PATCH v2 00/13] btrfs: some fixes and updates around handling errors for tree mod log operations
  ` [PATCH v2 01/13] btrfs: add missing error handling when logging operation while COWing extent buffer
  ` [PATCH v2 02/13] btrfs: fix extent buffer leak after tree mod log failure at split_node()
  ` [PATCH v2 03/13] btrfs: avoid tree mod log ENOMEM failures when we don't need to log
  ` [PATCH v2 04/13] btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
  ` [PATCH v2 05/13] btrfs: do not BUG_ON() on tree mod log failure at balance_level()
  ` [PATCH v2 06/13] btrfs: rename enospc label to out "
  ` [PATCH v2 07/13] btrfs: avoid unnecessarily setting the fs to RO and error state "
  ` [PATCH v2 08/13] btrfs: abort transaction at balance_level() when left child is missing
  ` [PATCH v2 09/13] btrfs: abort transaction at update_ref_for_cow() when ref count is zero
  ` [PATCH v2 10/13] btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()
  ` [PATCH v2 11/13] btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()
  ` [PATCH v2 12/13] btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()
  ` [PATCH v2 13/13] btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()

Re:
 2023-06-08 10:51 UTC 

decouple block open flags from fmode_t
 2023-06-08  9:44 UTC  (104+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[PATCH] btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
 2023-06-08  9:11 UTC 

[PATCH] btrfs: fix iomap_begin length for nocow writes
 2023-06-08  9:10 UTC 

[syzbot] [btrfs?] WARNING in btrfs_split_ordered_extent
 2023-06-08  8:55 UTC  (5+ messages)

[PATCH 0/7 v2] btrfs-progs: cleanup and preparatory around device scan
 2023-06-08  7:28 UTC  (16+ messages)
` [PATCH 1/7] btrfs-progs: check_mounted_where: declare is_btrfs as bool
` [PATCH 2/7] btrfs-progs: check_mounted_where: pack varibles type by size
` [PATCH 3/7] btrfs-progs: rename struct open_ctree_flags to open_ctree_args
` [PATCH 4/7] btrfs-progs: device_list_add: optimize arguments drop devid
` [PATCH 5/7] btrfs-progs: btrfs_scan_one_device: drop local variable ret
` [PATCH 6/7] btrfs-progs: factor out btrfs_scan_stdin_devices
` [PATCH 7/7] btrfs-progs: refactor check_where_mounted with noscan argument

[PATCH] btrfs: scrub: initialize variable explicitly
 2023-06-08  5:18 UTC  (2+ messages)

[PATCH 0/9] btrfs-progs: btrfstune: accept multiple devices and cleanup
 2023-06-08  4:26 UTC  (17+ messages)
` [PATCH 01/11] btrfs-progs: check_mounted_where declare is_btrfs as bool
` [PATCH 02/11] btrfs-progs: check_mounted_where pack varibles type by size
` [PATCH 03/11] btrfs-progs: rename struct open_ctree_flags to open_ctree_args
` [PATCH 04/11] btrfs-progs: optimize device_list_add
` [PATCH 05/11] btrfs-progs: simplify btrfs_scan_one_device()
` [PATCH 06/11] btrfs-progs: factor out btrfs_scan_stdin_devices
` [PATCH 07/11] btrfs-progs: tune: add stdin device list
` [PATCH 08/11] btrfs-progs: refactor check_where_mounted with noscan option
` [PATCH 09/11] btrfs-progs: tune: add "
` [PATCH 10/11] btrfs-progs: tune: add help for multiple devices and "
` [PATCH 11/11] btrfs-progs: Documentation: update btrfstune --noscan option

rollback to a snapshot
 2023-06-07 22:18 UTC  (15+ messages)

How to find/reclaim missing space in volume
 2023-06-07 20:31 UTC  (11+ messages)

[PATCH 0/4] btrfs: fixes for reclaim
 2023-06-07 18:48 UTC  (3+ messages)
` [PATCH 1/4] btrfs: delete unused BGs while reclaiming BGs

[PATCH] mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
 2023-06-07 16:33 UTC  (5+ messages)

parent transid verify failed + Couldn't setup device tree
 2023-06-07 10:35 UTC  (5+ messages)

[PATCH] btrfs/266: test case enhancement to cover more possible failures
 2023-06-07 10:34 UTC  (6+ messages)


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