messages from 2017-03-01 03:18:07 to 2017-03-07 07:13:30 UTC [more...]
[PATCH v2 0/6] Chunk level degradable check
2017-03-07 7:08 UTC (16+ messages)
` [PATCH v2 1/6] btrfs: Introduce a function to check if all chunks a OK for degraded rw mount
` [PATCH v2 2/6] btrfs: Do chunk level rw degrade check at mount time
` [PATCH v2 3/6] btrfs: Do chunk level degradation check for remount
` [PATCH v2 4/6] btrfs: Allow barrier_all_devices to do chunk level device check
` [PATCH v2 5/6] btrfs: Cleanup num_tolerated_disk_barrier_failures
` [PATCH v2 6/6] btrfs: Enhance missing device kernel message
[PATCH] btrfs: fix a bogus warning when converting only data or metadata
2017-03-07 5:42 UTC
[PATCH] Btrfs: fix regression in lock_delalloc_pages
2017-03-07 5:54 UTC (2+ messages)
[PATCH 1/2] Btrfs: fix unexpected file hole after disk errors
2017-03-07 0:28 UTC (9+ messages)
` [PATCH 2/2] Btrfs: remove start_pos
` [PATCH v2] Btrfs: fix unexpected file hole after disk errors
[PATCH 0/5] raid56: variant bug fixes
2017-03-07 3:48 UTC (2+ messages)
Btrfs progs pre-release 4.10-rc1
2017-03-07 2:03 UTC (2+ messages)
assertion failed: page_ops & PAGE_LOCK
2017-03-07 2:29 UTC (3+ messages)
[PATCH 2/2] Btrfs: fix invalid attempt to free reserved space on failure to cow range
2017-03-06 23:33 UTC
[PATCH 1/2] Btrfs: remove unused delalloc_end parameter
2017-03-06 23:32 UTC
[PATCH] Btrfs: fix file corruption after cloning inline extents
2017-03-06 23:31 UTC (6+ messages)
[PATCH v6 1/2] btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum error
2017-03-06 23:19 UTC (4+ messages)
` [PATCH v6 2/2] btrfs: Handle delalloc error correctly to avoid ordered extent hang
[PATCH 0/7 v5] scope GFP_NOFS api
2017-03-06 21:22 UTC (9+ messages)
` [PATCH 1/7] lockdep: teach lockdep about memalloc_noio_save
` [PATCH 2/7] lockdep: allow to disable reclaim lockup detection
` [PATCH 3/7] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 6/7] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/7] jbd2: make the whole kjournald2 kthread NOFS safe
[PATCH] Btrfs: update comments in cache_save_setup
2017-03-06 21:49 UTC
[PATCH 0/7] cleanup __btrfs_map_block
2017-03-06 19:49 UTC (4+ messages)
` [PATCH 2/7] Btrfs: separate DISCARD from __btrfs_map_block
[PATCH] btrfs: Change s_flags instead of returning -EBUSY
2017-03-06 19:21 UTC (3+ messages)
[PATCH 0/8 v2] Non-blocking AIO
2017-03-06 18:50 UTC (29+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 7/8] nowait aio: xfs
[PATCH 0/9 PULL REQUEST] Qgroup fixes for 4.11
2017-03-06 17:56 UTC (4+ messages)
[PATCH] btrfs: No need to check !(flags & MS_RDONLY) twice
2017-03-06 17:41 UTC (2+ messages)
raid1 degraded mount still produce single chunks, writeable mount not allowed
2017-03-06 13:18 UTC (22+ messages)
lockdep splat on latest master
2017-03-06 12:21 UTC
[PATCH 0/8 v3] scope GFP_NOFS api
2017-03-06 11:59 UTC (5+ messages)
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
[4.7.2] btrfs_run_delayed_refs:2963: errno=-17 Object already exists
2017-03-06 11:18 UTC (18+ messages)
[PATCH 00/17] fs, btrfs refcount conversions
2017-03-06 4:05 UTC (20+ messages)
` [PATCH 01/17] fs, btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
` [PATCH 02/17] fs, btrfs: convert btrfs_transaction.use_count "
` [PATCH 03/17] fs, btrfs: convert extent_map.refs "
` [PATCH 04/17] fs, btrfs: convert btrfs_ordered_extent.refs "
` [PATCH 05/17] fs, btrfs: convert btrfs_caching_control.count "
` [PATCH 06/17] fs, btrfs: convert btrfs_delayed_ref_node.refs "
` [PATCH 07/17] fs, btrfs: convert btrfs_delayed_node.refs "
` [PATCH 08/17] fs, btrfs: convert btrfs_delayed_item.refs "
` [PATCH 09/17] fs, btrfs: convert btrfs_root.refs "
` [PATCH 10/17] fs, btrfs: convert extent_state.refs "
` [PATCH 11/17] fs, btrfs: convert compressed_bio.pending_bios "
` [PATCH 12/17] fs, btrfs: convert scrub_recover.refs "
` [PATCH 13/17] fs, btrfs: convert scrub_page.refs "
` [PATCH 14/17] fs, btrfs: convert scrub_block.refs "
` [PATCH 15/17] fs, btrfs: convert scrub_parity.refs "
` [PATCH 16/17] fs, btrfs: convert scrub_ctx.refs "
` [PATCH 17/17] fs, btrfs: convert btrfs_raid_bio.refs "
[PATCH v3] btrfs: relocation: Enhance kernel error output for relocation
2017-03-06 3:36 UTC (2+ messages)
Why do BTRFS (still) forgets what device to write to?
2017-03-06 2:48 UTC (2+ messages)
[PATCH] btrfs-progs: report I/O errors when closing the filesystem
2017-03-06 0:42 UTC (4+ messages)
` [PATCH v2] "
BTRFS critical: corrupt leaf, slot offset bad; then read-only
2017-03-05 22:50 UTC (6+ messages)
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2017-03-04 1:58 UTC (13+ messages)
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t
[PATCH] Btrfs: add file item tracepoint
2017-03-04 2:41 UTC
assertion failed: last_size == new_size, file: fs/btrfs/inode.c
2017-03-03 18:20 UTC (9+ messages)
[PATCH v5] btrfs: Handle delalloc error correctly to avoid ordered extent hang
2017-03-03 10:39 UTC (4+ messages)
[PATCH 2/2] btrfs-progs: dump-tree: Also output log root tree
2017-03-03 4:13 UTC
[PATCH] Btrfs: remove ASSERT in btrfs_truncate_inode_items
2017-03-03 2:41 UTC
[PATCH v3] btrfs: remove btrfs_err_str function from uapi/linux/btrfs.h
2017-03-02 19:42 UTC (6+ messages)
` [PATCH] MAINTAINERS: add btrfs file entries
[GIT PULL] Btrfs
2017-03-02 20:19 UTC
Please add more info to dmesg output on I/O error
2017-03-02 2:30 UTC (5+ messages)
[PATCH] btrfs-progs: docs: fix many typos, plus three edits for clarit
2017-03-01 15:14 UTC (2+ messages)
[PATCH v3 00/12] lowmem mode fixes
2017-03-01 16:30 UTC (4+ messages)
` [PATCH v3 10/12] btrfs-progs: fsck-test: Add new test case for file extent false alerts
[PATCH] btrfs-progs: send-dump: add missing newlines
2017-03-01 14:59 UTC (2+ messages)
[PULL] Btrfs cleanups for 4.11, part 2
2017-03-01 13:26 UTC (4+ messages)
[PATCH 00/20] Enable lowmem repair for fs/subvolume tree
2017-03-01 3:14 UTC (13+ messages)
` [PATCH 01/20] btrfs-progs: cmds-check.c: supports inode nbytes fix in lowmem
` [PATCH 02/20] btrfs-progs: cmds-check.c: supports dir isize "
` [PATCH 03/20] btrfs-progs: cmds-check.c: inode orphan item repair
` [PATCH 04/20] btrfs-progs: cmds-check.c: change find_inode_ref's arg
` [PATCH 05/20] btrfs-progs: cmds-check.c: modify check_fs_first_inode
` [PATCH 07/20] btrfs-progs: cmds-check.c: introduce print_inode_ref
` [PATCH 10/20] btrfs-progs: dir-item.c: modify btrfs_insert_dir_item
` [PATCH 11/20] btrfs-progs: inode.c: alter btrfs_add_link
` [PATCH 12/20] btrfs-progs: cmds-check.c: introduce __create_inode_item
` [PATCH 13/20] btrfs-progs: cmds-check.c: repair_inode_item_missing
` [PATCH 16/20] btrfs-progs: cmds-check.c: Introduce repair_dir_item
` [PATCH 19/20] btrfs-progs: cmds-check.c: add punch_extent_hole
[PATCH 3/4] reflink: test adjacency of reflinked blocks
2017-03-01 3:20 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).