linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-06 19:24:18 to 2018-03-08 14:36:04 UTC [more...]

[PATCH 00/22] Misc cleanups
 2018-03-08 14:33 UTC  (16+ messages)
` [PATCH 01/22] btrfs: assume that bio_ret is always valid in submit_extent_page
` [PATCH 02/22] btrfs: assume that prev_em_start is always valid in __do_readpage
` [PATCH 03/22] btrfs: remove redundant variable "
` [PATCH 04/22] btrfs: cleanup merging conditions in submit_extent_page
` [PATCH 05/22] btrfs: document more parameters of submit_extent_page
` [PATCH 06/22] btrfs: drop fs_info parameter from tree_mod_log_set_node_key
` [PATCH 07/22] btrfs: drop fs_info parameter from tree_mod_log_insert_move
` [PATCH 08/22] btrfs: drop fs_info parameter from tree_mod_log_insert_key
` [PATCH 09/22] btrfs: drop fs_info parameter from tree_mod_log_free_eb
` [PATCH 10/22] "
` [PATCH 11/22] btrfs: drop unused fs_info parameter from tree_mod_log_eb_move
` [PATCH 12/22] btrfs: embed tree_mod_move structure to tree_mod_elem
` [PATCH 13/22] btrfs: drop fs_info parameter from __tree_mod_log_oldest_root
` [PATCH 14/22] btrfs: remove trivial locking wrappers of tree mod log
` [PATCH 16/22] btrfs: kill tree_mod_log_set_node_key helper

[PATCH v2 00/20] btrfs-progs: qgroups usability
 2018-03-08 14:25 UTC  (26+ messages)
` [PATCH 01/20] btrfs-progs: quota: Add -W option to rescan to wait without starting rescan
` [PATCH 02/20] btrfs-progs: qgroups: fix misleading index check
` [PATCH 03/20] btrfs-progs: constify pathnames passed as arguments
` [PATCH 04/20] btrfs-progs: btrfs-list: add rb_entry helpers for root_info
` [PATCH 05/20] btrfs-progs: btrfs-list: add btrfs_cleanup_root_info
` [PATCH 06/20] btrfs-progs: qgroups: add pathname to show output
` [PATCH 07/20] btrfs-progs: qgroups: introduce and use info and limit structures
` [PATCH 08/20] btrfs-progs: qgroups: introduce btrfs_qgroup_query
` [PATCH 09/20] btrfs-progs: subvolume: add quota info to btrfs sub show
` [PATCH 10/20] btrfs-progs: help: convert ints used as bools to bool
` [PATCH 11/20] btrfs-progs: reorder placement of help declarations for send/receive
` [PATCH 12/20] btrfs-progs: filesystem balance: split out special handling
` [PATCH 13/20] btrfs-progs: use cmd_struct as command entry point
` [PATCH 14/20] btrfs-progs: pass cmd_struct to command callback function
` [PATCH 15/20] btrfs-progs: pass cmd_struct to clean_args_no_options{,_relaxed}
` [PATCH 16/20] btrfs-progs: pass cmd_struct to usage()
` [PATCH 17/20] btrfs-progs: add support for output formats
` [PATCH 18/20] btrfs-progs: add generic support for json output
` [PATCH 19/20] btrfs-progs: qgroups: add json output for usage command
` [PATCH 20/20] btrfs-progs: handle command groups directly for common case

[PATCH v2] btrfs-progs: free-space-cache: Enhance free space cache free space check
 2018-03-08 14:05 UTC  (2+ messages)

[PATCH] Improve error stats message
 2018-03-08 10:04 UTC  (6+ messages)

Per subvolume "RAID" level?!
 2018-03-08 13:13 UTC  (2+ messages)

[PATCH 0/2] Cleanup waitqueue_active and barriers
 2018-03-08 12:30 UTC  (5+ messages)
` [PATCH 1/2] btrfs: introduce conditional wakeup helpers
` [PATCH 2/2] btrfs: replace waitqueue_actvie with cond_wake_up

[PATCH 0/3] Remove accidental VLA usage
 2018-03-08 11:33 UTC  (7+ messages)
` [PATCH v2 1/3] vsprintf: "
` [PATCH 2/3] net: Remove accidental VLAs from proc buffers
` [PATCH 3/3] btrfs: tree-checker: Avoid accidental stack VLA

dmesg flooded with "Very big device. Trying to use READ CAPACITY(16)" with 8TB HDDs
 2018-03-08 11:18 UTC  (5+ messages)

[PATCH 0/2] btrfs: Add two new unprivileged ioctls to allow normal users to call "sub list/show" etc
 2018-03-08  9:47 UTC  (10+ messages)
` [PATCH 1/2] btrfs: Add unprivileged subvolume search ioctl
` [PATCH 2/2] btrfs: Add unprivileged version of ino_lookup ioctl

[PATCH v2 1/3] btrfs-progs: check/lowmem: Fix the incorrect error message of check_extent_data_item
 2018-03-08  8:13 UTC  (6+ messages)
` [PATCH 2/3] btrfs-progs: check/lowmem: Fix false alert of data extent backref lost for snapshot
` [PATCH 3/3] btrfs-progs: fsck-tests: Introduce test case with keyed data backref with the extent offset

How to change/fix 'Received UUID'
 2018-03-08  6:34 UTC  (7+ messages)

[PATCH] btrfs-progs: free-space-cache: Enhance free space cache free space check
 2018-03-08  6:29 UTC 

Inconsistence between sender and receiver
 2018-03-08  6:15 UTC  (2+ messages)

[PATCH v2 00/12] mkfs: Quota support through -R|--runtime quota
 2018-03-08  1:17 UTC  (3+ messages)

[PATCH] btrfs: qgroups, properly handle no reservations
 2018-03-08  1:02 UTC  (6+ messages)

[PATCH 0/8] btrfs-progs: qgroups usability [corrected]
 2018-03-07 20:45 UTC  (24+ messages)
` [PATCH 2/8] btrfs-progs: qgroups: fix misleading index check
` [PATCH 3/8] btrfs-progs: constify pathnames passed as arguments
` [PATCH 4/8] btrfs-progs: qgroups: add pathname to show output
` [PATCH 5/8] btrfs-progs: qgroups: introduce and use info and limit structures
` [PATCH 6/8] btrfs-progs: qgroups: introduce btrfs_qgroup_query
` [PATCH 7/8] btrfs-progs: subvolume: add quota info to btrfs sub show
` [PATCH 8/8] btrfs-progs: qgroups: export qgroups usage information as JSON

[PATCH] Btrfs: scrub: batch rebuild for raid56
 2018-03-07 19:08 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] btrfs: qgroup: Fix root item corruption when multiple same source snapshiots are created with quota enabled
 2018-03-07 16:22 UTC  (3+ messages)

[PATCH] Btrfs: fix unexpected cow in run_delalloc_nocow
 2018-03-07 16:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] btrfs: fix bare unsigned declarations
 2018-03-07 16:07 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] btrfs: Relax memory barrier in btrfs_tree_unlock
 2018-03-07 16:05 UTC  (2+ messages)

[PATCH] btrfs: Add nossd_spread mount option
 2018-03-07 15:31 UTC  (2+ messages)

[RFC PATCH] btrfs: Fix memory ordering of unlocked dio reads vs truncate
 2018-03-07 15:27 UTC 

[PATCH 0/5] max_inline related enhancement
 2018-03-07 15:20 UTC  (3+ messages)
` [PATCH 1/5] btrfs: Parse options after node/sector size initialized

[PATCH] btrfs: drop nonvaring variable, instead define it
 2018-03-07 15:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8 00/63] XArray v8
 2018-03-07 14:25 UTC  (66+ messages)
` [PATCH v8 01/63] mac80211_hwsim: Use DEFINE_IDA
` [PATCH v8 02/63] radix tree: Use GFP_ZONEMASK bits of gfp_t for flags
` [PATCH v8 03/63] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v8 04/63] unicore32: "
` [PATCH v8 05/63] Export __set_page_dirty
` [PATCH v8 06/63] btrfs: Use filemap_range_has_page()
` [PATCH v8 07/63] xfs: Rename xa_ elements to ail_
` [PATCH v8 08/63] fscache: Use appropriate radix tree accessors
` [PATCH v8 09/63] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v8 10/63] page cache: Use xa_lock
` [PATCH v8 11/63] xarray: Replace exceptional entries
` [PATCH v8 12/63] xarray: Change definition of sibling entries
` [PATCH v8 13/63] xarray: Add definition of struct xarray
` [PATCH v8 14/63] xarray: Define struct xa_node
` [PATCH v8 15/63] xarray: Add documentation
` [PATCH v8 16/63] xarray: Add xa_load
` [PATCH v8 17/63] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v8 18/63] xarray: Add xa_store
` [PATCH v8 19/63] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v8 20/63] xarray: Add xa_for_each
` [PATCH v8 21/63] xarray: Add xa_extract
` [PATCH v8 22/63] xarray: Add xa_destroy
` [PATCH v8 23/63] xarray: Add xas_next and xas_prev
` [PATCH v8 24/63] xarray: Add xas_create_range
` [PATCH v8 25/63] xarray: Add MAINTAINERS entry
` [PATCH v8 26/63] page cache: Rearrange address_space
` [PATCH v8 27/63] page cache: Convert hole search to XArray
` [PATCH v8 28/63] page cache: Add and replace pages using the XArray
` [PATCH v8 29/63] page cache: Convert page deletion to XArray
` [PATCH v8 30/63] page cache: Convert page cache lookups "
` [PATCH v8 31/63] page cache: Convert delete_batch "
` [PATCH v8 32/63] page cache: Remove stray radix comment
` [PATCH v8 33/63] page cache: Convert filemap_range_has_page to XArray
` [PATCH v8 34/63] mm: Convert page-writeback "
` [PATCH v8 35/63] mm: Convert workingset "
` [PATCH v8 36/63] mm: Convert truncate "
` [PATCH v8 37/63] mm: Convert add_to_swap_cache "
` [PATCH v8 38/63] mm: Convert delete_from_swap_cache "
` [PATCH v8 39/63] mm: Convert __do_page_cache_readahead "
` [PATCH v8 40/63] mm: Convert page migration "
` [PATCH v8 41/63] mm: Convert huge_memory "
` [PATCH v8 42/63] mm: Convert collapse_shmem "
` [PATCH v8 43/63] mm: Convert khugepaged_scan_shmem "
` [PATCH v8 44/63] pagevec: Use xa_tag_t
` [PATCH v8 45/63] shmem: Convert replace to XArray
` [PATCH v8 46/63] shmem: Convert shmem_confirm_swap "
` [PATCH v8 47/63] shmem: Convert find_swap_entry "
` [PATCH v8 48/63] shmem: Convert shmem_add_to_page_cache "
` [PATCH v8 49/63] shmem: Convert shmem_alloc_hugepage "
` [PATCH v8 50/63] shmem: Convert shmem_free_swap "
` [PATCH v8 51/63] shmem: Convert shmem_partial_swap_usage "
` [PATCH v8 52/63] memfd: Convert shmem_tag_pins "
` [PATCH v8 53/63] memfd: Convert shmem_wait_for_pins "
` [PATCH v8 54/63] shmem: Comment fixups
` [PATCH v8 55/63] btrfs: Convert page cache to XArray
` [PATCH v8 56/63] fs: Convert buffer "
` [PATCH v8 57/63] fs: Convert writeback "
` [PATCH v8 58/63] nilfs2: Convert "
` [PATCH v8 59/63] f2fs: "
` [PATCH v8 60/63] lustre: "
` [PATCH v8 61/63] dax: "
` [PATCH v8 62/63] page cache: Finish XArray conversion
` [PATCH v8 63/63] radix tree: Remove unused functions

[PATCH 0/2] btrfs fiemap related BUG fix
 2018-03-07 12:29 UTC  (16+ messages)
` [PATCH 1/2] Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero
` [PATCH 2/2] Btrfs: fix fiemap extent SHARED flag error with range clone

[PATCH 4.4 1/2] btrfs: Don't clear SGID when inheriting ACLs
 2018-03-07  8:00 UTC  (2+ messages)

Fwd: Re: BUG: unable to handle kernel paging request at ffff9fb75f827100
 2018-03-07  3:09 UTC  (4+ messages)
                      ` spurious full btrfs corruption

ERROR: unsupported checksum algorithm 35355
 2018-03-06 22:51 UTC  (5+ messages)


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