public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-02 16:59:29 to 2017-06-10 13:01:16 UTC [more...]

[GIT PULL] Btrfs
 2017-06-10 13:00 UTC 

[PATCH 0/10 v11] No wait AIO
 2017-06-10  5:34 UTC  (14+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] block: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH 0/7] Btrfs: fix total_bytes_pinned counter
 2017-06-09 23:45 UTC  (16+ messages)
` [PATCH 1/7] Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64
` [PATCH 2/7] Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()
` [PATCH 3/7] Btrfs: update total_bytes_pinned when pinning down extents
` [PATCH 4/7] Btrfs: always account pinned bytes when dropping a tree block ref
` [PATCH 5/7] Btrfs: return old and new total ref mods when adding delayed refs
` [PATCH 6/7] Btrfs: rework delayed ref total_bytes_pinned accounting
` [PATCH 7/7] Btrfs: warn if total_bytes_pinned is non-zero on unmount

btrfs-progs: Add 2 new subcommands to inspect-internal
 2017-06-09 21:57 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: Generic functions to retrieve chunks and their bg info

Filesystem won't mount (open_ctree failed) or repair (BUG_ON)
 2017-06-09 20:10 UTC  (3+ messages)

[PULL] Btrfs fixes for 4.12
 2017-06-09 19:50 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix an infinite loop in btrfs_next_bg
 2017-06-09 18:09 UTC 

btrfs native encryption
 2017-06-09 18:09 UTC  (3+ messages)

dedicated error codes for the block layer V3
 2017-06-09 15:29 UTC  (17+ messages)
` [PATCH 01/13] nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
` [PATCH 02/13] scsi/osd: don't save block errors into req_results
` [PATCH 03/13] gfs2: remove the unused sd_log_error field
` [PATCH 04/13] dm: fix REQ_RAHEAD handling
` [PATCH 05/13] fs: remove the unused error argument to dio_end_io()
` [PATCH 06/13] fs: simplify dio_bio_complete
` [PATCH 07/13] block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO
` [PATCH 08/13] dm mpath: merge do_end_io_bio into multipath_end_io_bio
` [PATCH 09/13] dm: don't return errnos from ->map
` [PATCH 10/13] dm: change ->end_io calling convention
` [PATCH 12/13] blk-mq: switch ->queue_rq return value to blk_status_t

btrfs-convert: whats minimum free space requirement?
 2017-06-09 13:02 UTC  (3+ messages)

[PATCH 0/2] cleanup write_dev_flush()
 2017-06-09  6:52 UTC  (3+ messages)
` [PATCH 1/2] btrfs: write_dev_flush does not return ENOMEM anymore
` [PATCH 2/2] btrfs: flush error also accounts for its send error

[PATCH] btrfs: Convert btrfs_fs_info's free_chunk_space to an atomic64_t
 2017-06-09  6:44 UTC  (4+ messages)

status of swapfiles on Btrfs
 2017-06-09  0:06 UTC  (2+ messages)

About free space fragmentation, metadata write amplification and (no)ssd
 2017-06-08 19:19 UTC  (5+ messages)

Lock between userspace and btrfs-cleaner on extent_buffer
 2017-06-08 18:34 UTC 

mount gets stuck - BUG: soft lockup
 2017-06-08  3:57 UTC  (3+ messages)

[PATCH] btrfs: test Btrfs delalloc accounting overflow
 2017-06-08  2:51 UTC  (4+ messages)

[PATCH 0/7] Btrfs: if else cleanups
 2017-06-07 22:48 UTC  (11+ messages)
` [PATCH 1/7] Btrfs: __compare_inode_defrag decrease max compare count
` [PATCH 2/7] Btrfs: backref_comp "
` [PATCH 3/7] Btrfs: ref_node_cmp "
` [PATCH 4/7] Btrfs: ref_tree_add remove useless compare
` [PATCH 5/7] Btrfs: add_all_parents skip compare
` [PATCH 6/7] Btrfs: __tree_mod_log_insert decrease max compare count
` [PATCH 7/7] Btrfs: end_workqueue_bio use switch case instead of else if

getting rid of "csum failed" on a hw raid
 2017-06-07 21:24 UTC  (13+ messages)

[PATCH v2] btrfs: Convert btrfs_fs_info's free_chunk_space to an atomic64_t
 2017-06-07 18:34 UTC 

[PATCH 0/8] Bio allocation and error handling cleanups
 2017-06-07 18:19 UTC  (23+ messages)
` [PATCH 1/8] btrfs: bioset allocations will never fail, adapt our helpers
` [PATCH 2/8] btrfs: btrfs_bio_alloc never fails, skip error handling
` [PATCH 3/8] btrfs: btrfs_bio_clone "
` [PATCH 4/8] btrfs: btrfs_io_bio_alloc "
` [PATCH 5/8] btrfs: sink gfp parameter to btrfs_bio_clone
` [PATCH 6/8] btrfs: remove redundant parameters from btrfs_bio_alloc
` [PATCH 7/8] btrfs: opencode trivial compressed_bio_alloc, simplify error handling
` [PATCH 8/8] btrfs: pass bytes to btrfs_bio_alloc

[PATCH] Btrfs: send, fix invalid path after renaming and linking file
 2017-06-07 15:36 UTC 

crypto: Work around deallocated stack frame reference gcc bug on sparc
 2017-06-07  3:04 UTC  (6+ messages)

[PATCH] generic: test Btrfs delalloc accounting overflow
 2017-06-07  3:12 UTC  (5+ messages)

[PATCH] Btrfs: skip commit transaction if we don't have enough pinned bytes
 2017-06-06 23:47 UTC  (6+ messages)

[PATCH] Btrfs: fix Null pointer dereference in dio read endio
 2017-06-06 19:52 UTC 

[PATCH] Btrfs: skip checksum verification if IO error occurs
 2017-06-06 13:52 UTC  (2+ messages)

[PATCH] Btrfs: tolerate errors if we have retried successfully
 2017-06-06 13:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/9] btrfs: check name_len before read name
 2017-06-06 13:23 UTC  (13+ messages)
` [PATCH v3 1/9] btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundary
` [PATCH v3 2/9] btrfs: Check name_len with boundary in verify dir_item
` [PATCH v3 3/9] btrfs: Check name_len on add_inode_ref call path
` [PATCH v3 4/9] btrfs: Verify dir_item in replay_xattr_deletes
` [PATCH v3 5/9] btrfs: Check name_len in btrfs_check_ref_name_override
` [PATCH v3 6/9] btrfs: Check name_len before read in iterate_dir_item
` [PATCH v3 7/9] btrfs: Check name_len before read in btrfs_get_name
` [PATCH v3 8/9] btrfs: Check name_len before in btrfs_del_root_ref
` [PATCH v3 9/9] btrfs: Verify dir_item in iterate_object_props

[PATCH] btrfs-progs: send operates on ro snapshots only
 2017-06-06 13:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6] Btrfs: compression must free at least one sector size
 2017-06-06 11:41 UTC 

[PATCH v5 0/2] Btrfs: compression fixes
 2017-06-06 11:22 UTC  (7+ messages)
` [PATCH v5 1/2] Btrfs: lzo.c - compressed data size must be less then input size
` [PATCH v5 2/2] Btrfs: compression must free at least one sector size

device-mapper btrfs Warning Spam
 2017-06-06  4:13 UTC 

[PATCH] Btrfs: Improve btrfs_ioctl_search_key documentation
 2017-06-05 22:20 UTC  (5+ messages)
` [PATCH v2] Btrfs: "

[RFC PATCH] btrfs: qgroup: Fix hang when using inode_cache and qgroup
 2017-06-05 17:38 UTC  (2+ messages)

[PATCH] btrfs: simplify code with bio_io_error
 2017-06-05 15:36 UTC  (2+ messages)

[PATCH 0/10 v10] No wait AIO
 2017-06-05 15:35 UTC  (12+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH] Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmaps
 2017-06-05 15:26 UTC  (2+ messages)

[PATCH v2 0/9] btrfs: check namelen before read name
 2017-06-05 15:12 UTC  (8+ messages)
` [PATCH v2 6/9] btrfs: Check name before read in 'iterate_dir_item'
` [PATCH v2 8/9] btrfs: Check namelen before in 'btrfs_del_root_ref'

snapshot destruction making IO extremely slow
 2017-06-05  8:30 UTC  (11+ messages)

[BUG] direct I/O pwrite() returning EEXIST on btrfs
 2017-06-04 21:11 UTC 

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-06-04  7:54 UTC  (16+ messages)
` [PATCH 04/12] fs: ceph: CURRENT_TIME with ktime_get_real_ts()

[PATCH v4] btrfs-progs: btrfs-convert: Add larger device support
 2017-06-03  9:57 UTC 


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