messages from 2018-07-20 17:27:02 to 2018-08-01 12:49:11 UTC [more...]
[RFC PATCH 0/4] vfs: map unique ino/dev pairs for user space
2018-08-01 11:03 UTC (11+ messages)
` [PATCH 1/4] vfs: introduce function to map unique ino/dev pairs
` [PATCH 2/4] nfs: check for NULL vfsmount in nfs_getattr
` [PATCH 3/4] proc: use vfs helper to get ino/dev pairs for maps file
` [PATCH 4/4] locks: map correct ino/dev pairs when exporting to userspace
[PATCH] Btrfs: fix data lose with snapshot when nospace
2018-08-01 10:20 UTC (7+ messages)
[PATCH 1/1] btrfs: Handle owner mismatch gracefully when walking up tree
2018-08-01 10:08 UTC (2+ messages)
BTRFS and databases
2018-08-01 8:59 UTC (4+ messages)
csum failed on raid1 even after clean scrub?
2018-08-01 7:52 UTC (4+ messages)
Unmountable root partition
2018-08-01 5:32 UTC (4+ messages)
[PATCH 0/7] Some unused parameter cleanup
2018-08-01 3:32 UTC (8+ messages)
` [PATCH 1/7] btrfs: Remove fs_info from btrfs_insert_delayed_dir_index
` [PATCH 2/7] btrfs: Remove fs_info from btrfs_delete_delayed_dir_index
` [PATCH 3/7] btrfs: Remove fs_info from btrfs_del_root
` [PATCH 4/7] btrfs: Remove fs_info from btrfs_del_root_ref
` [PATCH 5/7] btrfs: Remove fs_info from btrfs_add_root_ref
` [PATCH 6/7] btrfs: Remove root parameter from btrfs_unlink_subvol
` [PATCH 7/7] btrfs: Remove redundant btrfs_release_path "
[PATCH v2 0/6] btrfs: Enhanced validation check for fuzzed images
2018-08-01 3:18 UTC (10+ messages)
` [PATCH v2 1/6] btrfs: Check each block group has corresponding chunk at mount time
` [PATCH v2 2/6] btrfs: Verify every chunk has corresponding block group "
` [PATCH v2 3/6] btrfs: Remove unused function btrfs_account_dev_extents_size()
` [PATCH v2 4/6] btrfs: Introduce mount time chunk <-> dev extent mapping check
` [PATCH v2 5/6] btrfs: Exit gracefully when failed to add chunk map
` [PATCH v2 6/6] btrfs: locking: Allow btrfs_tree_lock() to return error to avoid deadlock
Report correct filesystem usage / limits on BTRFS subvolumes with quota
2018-08-01 1:23 UTC (4+ messages)
Expected Received UUID
2018-07-31 23:37 UTC (3+ messages)
[PATCH] btrfs: revert fs_devices state on error of btrfs_init_new_device()
2018-07-31 11:47 UTC (4+ messages)
[PATCH 0/2] btrfs: chunk and dev-extent related error handler enhancement
2018-07-31 7:45 UTC (4+ messages)
` [PATCH 1/2] btrfs: Introduce mount time chunk <-> dev extent mapping check
[PATCH] btrfs: replace: Reset on-disk dev stats value after replace
2018-07-31 7:20 UTC
[PATCH 0/1] btrfs: Tree lock return value enhancement to avoid deadlock on crafted image
2018-07-31 6:52 UTC (8+ messages)
` [PATCH 1/1] btrfs: locking: Allow btrfs_tree_lock() to return error to avoid deadlock
` [PATCH v2] "
[PATCH 0/2] btrfs-progs: completion: Small fixes to make debug simpler
2018-07-31 1:47 UTC (2+ messages)
[PATCH] btrfs: btrfs_shrink_device should call commit transaction
2018-07-30 14:18 UTC (3+ messages)
[PATCH] btrfs: backref.c: Use ERR_CAST() to return error code
2018-07-30 14:16 UTC (2+ messages)
[PATCH] btrfs: extent-tree.c: Remove unused __btrfs_free_block_rsv()
2018-07-30 14:15 UTC (2+ messages)
[PATCH] Btrfs: send, fix incorrect file layout after hole punching beyond eof
2018-07-30 11:39 UTC
[PATCH 00/15] Add delayed-refs support to btrfs-progs
2018-07-30 9:30 UTC (7+ messages)
` [PATCH 11/15] btrfs-progs: Add delayed refs infrastructure
` [PATCH 14/15] btrfs-progs: Wire up delayed refs
[PATCH 09/16] btrfs: IS_ERR(p) && PTR_ERR(p) == n is a weird way to spell p == ERR_PTR(n)
2018-07-30 8:17 UTC (4+ messages)
` [PATCH 08/16] btrfs: btrfs_iget() never returns an is_bad_inode() inode
` [PATCH 13/16] btrfs: lift make_bad_inode() into btrfs_iget()
` [PATCH 14/16] btrfs: simplify btrfs_iget()
[PATCH v2 00/12] mkfs: Quota support through -R|--runtime quota
2018-07-30 5:03 UTC (4+ messages)
btrfs-convert missing in btrfs-tools v4.15.1
2018-07-28 23:44 UTC (3+ messages)
A list of new findings when fuzzing Linux btrfs module
2018-07-27 23:01 UTC (4+ messages)
[PATCH] btrfs: qgroup: Init flags with RESCAN bit at quota enable time
2018-07-27 6:47 UTC (6+ messages)
[PATCH v8] Add cli and ioctl to forget scanned device(s)
2018-07-27 0:25 UTC (3+ messages)
` [PATCH] btrfs: introduce feature to forget a btrfs device
` [PATCH] btrfs-progs: add cli to forget one or all scanned devices
Lockdep splat with v4.18.6
2018-07-27 0:15 UTC (2+ messages)
[PATCH RESEND v7] Add cli and ioctl to forget scanned device(s)
2018-07-26 23:51 UTC (5+ messages)
` [PATCH] btrfs: introduce feature to forget a btrfs device
` [PATCH] btrfs-progs: add cli to forget one or all scanned devices
[PATCH v2 0/2] btrfs-progs: build improvements
2018-07-26 20:34 UTC (3+ messages)
` [PATCH v2 1/2] btrfs-progs: add --disable-programs
` [PATCH v2 2/2] btrfs-progs: add --disable-shared and --disable-static
[PATCH] btrfs: qgroup: Auto kick in rescan if qgroup tree is initialized without rescan initialized
2018-07-26 12:31 UTC (4+ messages)
[PATCH v2 0/4] Misc volume patch set part2
2018-07-26 6:53 UTC (5+ messages)
` [PATCH v4 1/4] btrfs: drop uuid_mutex in btrfs_free_extra_devids()
` [PATCH v2 2/4] btrfs: fix race between free_stale_devices and close_fs_devices
` [PATCH 3/4] btrfs: bug_on for num_devices below 0
` [PATCH v2 4/4] btrfs: add helper btrfs_num_devices() to deduce num_devices
[PATCH 0/2] btrfs-progs: Fix qgroup false alerts on uninitialized rescan
2018-07-26 6:39 UTC (3+ messages)
` [PATCH 1/2] btrfs-progs: qgroup-verify: Don't treat qgroup difference as error if the fs hasn't initialized a rescan
` [PATCH 2/2] btrfs-progs: fsck-tests: Add test image to check if btrfs check reports uninitialized rescan as error
"error inheriting props for ino": Btrfs "compression" property
2018-07-25 16:16 UTC
[PATCH v2 1/2] btrfs: fix parent in memory total_devices after seed delete
2018-07-25 13:21 UTC (7+ messages)
` [PATCH v2 2/2] btrfs: fix missing superblock update in the device delete commit transaction
[PATCH] btrfs: backref: Do not return duplicate refs from find_parent_nodes()
2018-07-25 8:18 UTC
[PATCH 0/3] btrfs-progs: ins: Update for logical-resolve command
2018-07-25 8:20 UTC (4+ messages)
` [PATCH 1/3] btrfs-progs: ins: logical-resolve: Set correct error value
` [PATCH 2/3] btrfs-progs: ins: logical-resolve: Print message when path cannot be resolved
` [PATCH v2 3/3] btrfs-progs: ins: logical-resolve: Add v2 ioctl support
[PATCH RFC] btrfs: extent-tree: refactor find_free_extent()
2018-07-25 8:12 UTC
ssd vs ssd_spread with sdcard or emmc
2018-07-25 3:21 UTC
File permissions lost during send/receive?
2018-07-25 1:30 UTC (5+ messages)
[PATCH resend 0/2] btrfs: fix races between exec and defrag
2018-07-24 20:35 UTC (4+ messages)
` [PATCH resend 1/2] btrfs: allow defrag on a file opened ro that has rw permissions
Next btrfs development cycle open - 4.20
2018-07-24 15:23 UTC
[PATCH] Btrfs: fix send failure when root has deleted files still open
2018-07-24 14:22 UTC (3+ messages)
` [PATCH v2] "
[PATCH 01/22] btrfs: add btrfs_delete_ref_head helper
2018-07-24 11:24 UTC (6+ messages)
` [PATCH 04/22] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 07/22] btrfs: don't leak ret from do_chunk_alloc
[PATCH 0/7] fs_info cleanups for volume.c
2018-07-24 10:41 UTC (8+ messages)
` [PATCH 5/7] btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdev
` [PATCH 7/7] btrfs: Remove fs_info from btrfs_finish_chunk_alloc
[PATCH] btrfs: fix size_t format string
2018-07-24 8:19 UTC (4+ messages)
Regression with crc32c selection?
2018-07-23 17:45 UTC (5+ messages)
` Regression with crc32c selection? (solved - pilot error)
python-btrfs & btrfs-heatmap ebuilds now available for Gentoo
2018-07-23 15:41 UTC (2+ messages)
[PATCH 0/7] Misc volume patch set part2
2018-07-23 14:21 UTC (9+ messages)
` [PATCH 5/7] btrfs: warn for num_devices below 0
` [PATCH 6/7] btrfs: add helper btrfs_num_devices() to deduce num_devices
[PATCH] Btrfs: fix btrfs_write_inode() vs delayed iput deadlock
2018-07-23 13:20 UTC (2+ messages)
[PATCH] v3: btrfs-progs: Introduce 'btrfs inspect-internal dump-csum' option
2018-07-23 13:16 UTC
[PATCH v2] btrfs: extent-tree: Remove dead alignment check
2018-07-23 12:29 UTC (2+ messages)
[PATCH] Btrfs: remove unused key assignment when doing a full send
2018-07-23 12:22 UTC (2+ messages)
[PATCH] btrfs: extent-tree: Remove dead alignment check
2018-07-23 6:39 UTC (2+ messages)
btrfs filesystem corruptions with 4.18. git kernels
2018-07-22 6:07 UTC (10+ messages)
[PATCH v2] btrfs-progs: qgroup: Remove support for specifying inherit type
2018-07-21 7:43 UTC (2+ messages)
[GIT PULL] Btrfs fix for 4.18-rc5
2018-07-21 5:32 UTC
[PATCH 0/4] 3- and 4- copy RAID1
2018-07-20 18:46 UTC (20+ messages)
[PATCH 1/2] btrfs: kill btrfs_write_inode
2018-07-20 18:30 UTC (6+ 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).