linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-07 23:00:08 to 2014-12-11 09:01:45 UTC [more...]

out of space warning?
 2014-12-11  9:01 UTC  (5+ messages)

[PATCH 00/18] Patch series related to my btrfs recovery
 2014-12-11  8:44 UTC  (24+ messages)
` [PATCH 01/18] btrfs-progs: btrfs-debug-tree: add option -f for "block only"
` [PATCH 02/18] btrfs-progs: btrfs-debug-tree: add option -B (backup root)
` [PATCH 03/18] btrfs-progs: btrfs-debug-tree: fix usage message
` [PATCH 04/18] btrfs-progs: btrfs-debug-tree: handle corruption more gracefully
` [PATCH 05/18] btrfs-progs: ctree.h: fix btrfs_inode_[amc]time
` [PATCH 06/18] btrfs restore: set uid/gid/mode/times
` [PATCH 07/18] btrfs restore: better output readability
` [PATCH 08/18] btrfs restore: track number of bytes restored
` [PATCH 09/18] btrfs restore: more graceful error handling in copy_file
` [PATCH 10/18] btrfs restore: hide "offset is X" messages
` [PATCH 11/18] btrfs restore: print progress marks for big files
` [PATCH 12/18] btrfs restore: check progress of file restoration
` [PATCH 13/18] btrfs restore: improve user-asking logic for files with many extents
` [PATCH 14/18] btrfs restore: report mismatch in file size
` [PATCH 15/18] btrfs-progs: NEW: btrfs-raw
` [PATCH 16/18] btrfs-progs: NEW: brtfs-search-metadata
` [PATCH 17/18] btrfs-progs: ctree.c: make bin_search non-static
` [PATCH 18/18] btrfs-progs: documentation for btrfs-raw and btrfs-search-metadata

Fixing Btrfs Filesystem Full Problems typo?
 2014-12-11  8:42 UTC  (26+ messages)

[PATCH v2 1/3] Btrfs: get more accurate output in df command
 2014-12-11  8:31 UTC  (3+ messages)
` [PATCH v2 2/3] Btrfs: raid56: simplify the parameter of nr_parity_stripes()
` [PATCH v2 3/3] Btrfs: adapt df command to RAID5/6

Balance & scrub & defrag
 2014-12-11  8:33 UTC  (3+ messages)

[bug] df reports wrong Size and Avail on raid1, 3.18rc2
 2014-12-11  8:28 UTC  (18+ messages)
` [PATCH] Btrfs: get more accurate output in fd command

ENOSPC after conversion [Was: Fixing Btrfs Filesystem Full Problems typo?]
 2014-12-11  8:18 UTC 

mkfs.btrfs limits "odd" [and maybe a "failed" phantom device?]
 2014-12-11  7:33 UTC  (2+ messages)

Crazy idea of cleanup the inode_record btrfsck things with SQL?
 2014-12-11  2:27 UTC  (10+ messages)

Possibility to have a "transient" snapshot?
 2014-12-11  0:58 UTC  (4+ messages)

[PATCH v4 00/13] btrfs-progs:fsck: Add inode nlink mismatch and
 2014-12-11  0:50 UTC  (17+ messages)
` [PATCH v4 01/13] btrfs-progs: print root dir verbose error in fsck
` [PATCH v4 02/13] btrfs-progs: Import btrfs_insert/del/lookup_extref() functions
` [PATCH v4 03/13] btrfs-progs: Import lookup/del_inode_ref() function
` [PATCH v4 04/13] btrfs-progs: Add last_cache_extent() for extent-cache
` [PATCH v4 05/13] btrfs-progs: Record highest inode number before repair
` [PATCH v4 06/13] btrfs-progs: Add btrfs_unlink() and btrfs_add_link() functions
` [PATCH v4 07/13] btrfs-progs: Add btrfs_mkdir() function for the incoming 'lost+found' fsck mechanism
` [PATCH v4 08/13] btrfs-progs: Add count_digit() function to help calculate filename len
` [PATCH v4 09/13] btrfs-progs: Add helper function find_file_name/type for nlink and inode_item repair
` [PATCH v4 10/13] btrfs-progs: Add fixing function for inodes whose nlink dismatch
` [PATCH v4 11/13] btrfs-progs: record and report leaf/node corruption in fs/subvol tree
` [PATCH v4 12/13] btrfs-progs: Recover btree by dropping corrupted leaf/node
` [PATCH v4 13/13] btrfs-progs: Add inode item rebuild function

A story of btrfs corruption and recovery
 2014-12-10 20:36 UTC 

btrfs scrub status misreports as "interrupted"
 2014-12-10 19:32 UTC  (5+ messages)

[PATCH V2][BTRFS-PROGS] Don't use LVM snapshot device
 2014-12-10 18:40 UTC  (13+ messages)
` [PATCH 1/5] Avoid to consider lvm snapshots when scanning devices

PROBLEM: #89121 BTRFS mixes up mounted devices with their snapshots
 2014-12-10 15:57 UTC  (21+ messages)

[PATCH 0/3] Btrfs-progs: subvolume deletion commit mode update
 2014-12-10 15:06 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: let subvol delete print commit mode inline
` [PATCH 2/3] btrfs-progs: subvol delete: add verbosity option
` [PATCH 3/3] btrfs-progs: subvol delete: rename variable to match the option name

systemd.setenv and a mount.unit
 2014-12-10 14:36 UTC  (6+ messages)

[PATCH] btrfs-progs: mkfs: make skinny-metadata default
 2014-12-10 13:59 UTC 

[PATCH] btrfs-progs: basic support for TREE_SEARCH_V2 ioctl
 2014-12-10 13:41 UTC 

[RFC PATCH V10 00/19] Btrfs: Subpagesize-blocksize: Get rid of whole page I/O
 2014-12-10 13:14 UTC  (20+ messages)
` [RFC PATCH V10 01/19] Btrfs: subpagesize-blocksize: Get rid of whole page reads
` [RFC PATCH V10 02/19] Btrfs: subpagesize-blocksize: Get rid of whole page writes
` [RFC PATCH V10 03/19] Btrfs: subpagesize-blocksize: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [RFC PATCH V10 04/19] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [RFC PATCH V10 05/19] Btrfs: subpagesize-blocksize: Read tree blocks whose size is <PAGE_CACHE_SIZE
` [RFC PATCH V10 06/19] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [RFC PATCH V10 07/19] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [RFC PATCH V10 08/19] Btrfs: subpagesize-blocksize: Compute and look up csums based on sectorsized blocks
` [RFC PATCH V10 09/19] Btrfs: subpagesize-blocksize: __extent_writepage: Write only dirty blocks of a page
` [RFC PATCH V10 10/19] Btrfs: subpagesize-blocksize: fallocate: Work with sectorsized units
` [RFC PATCH V10 11/19] Btrfs: subpagesize-blocksize: btrfs_page_mkwrite: Reserve space in "
` [RFC PATCH V10 12/19] Btrfs: subpagesize-blocksize: Search for all ordered extents that could span across a page
` [RFC PATCH V10 13/19] Btrfs: subpagesize-blocksize: Deal with partial ordered extent allocations
` [RFC PATCH V10 14/19] Btrfs: subpagesize-blocksize: Explicitly Track I/O status of blocks of an ordered extent
` [RFC PATCH V10 15/19] Btrfs: subpagesize-blocksize: Revert commit fc4adbff823f76577ece26dcb88bf6f8392dbd43
` [RFC PATCH V10 16/19] Btrfs: subpagesize-blocksize: Track blocks of ordered extent submitted for write I/O
` [RFC PATCH V10 17/19] Btrfs: subpagesize-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [RFC PATCH V10 18/19] Btrfs: subpagesize-blocksize: Use (eb->start, seq) as search key for tree modification log
` [RFC PATCH V10 19/19] Btrfs: subpagesize-blocksize: btrfs_submit_direct_hook: Handle map_length < bio vector length

[PATCH 1/2] Btrfs: qgroup: free reserved in exceeding quota
 2014-12-10  8:09 UTC  (6+ messages)
  ` [PATCH 2/2] Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use

[PATCH v2] btrfs: remove empty fs_devices to prevent memory runout
 2014-12-10  7:39 UTC  (2+ messages)
` [PATCH] btrfs: introduce shrinker for rb_tree that keeps valid btrfs_devices

Device only missing if unmounted
 2014-12-10  2:46 UTC  (2+ messages)

[RFC PATCH v3 0/7] btrfs: implement swap file support
 2014-12-10  1:45 UTC  (8+ messages)
` [RFC PATCH v3 1/7] direct-io: don't dirty ITER_BVEC pages on read
` [RFC PATCH v3 2/7] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [RFC PATCH v3 3/7] swap: use direct I/O for SWP_FILE swap_readpage
` [RFC PATCH v3 4/7] vfs: update swap_{,de}activate documentation
` [RFC PATCH v3 5/7] btrfs: prevent ioctls from interfering with a swap file
` [RFC PATCH v3 6/7] btrfs: add EXTENT_FLAG_SWAPFILE
` [RFC PATCH v3 7/7] btrfs: enable swap file support

Why do I have to remount to receive?
 2014-12-10  0:10 UTC 

Kernel lockup: "fs/btrfs/delayed-inoce.c:1410 btrfs_assert_delayed_root_empty"
 2014-12-10  0:06 UTC  (4+ messages)

[RFC][PATCH v2] mount.btrfs helper
 2014-12-09 12:16 UTC  (13+ messages)

cannot delete subvolumes
 2014-12-09  6:05 UTC 

Why is the actual disk usage of btrfs considered unknowable?
 2014-12-08 23:14 UTC  (23+ messages)

[PATCH][RFC] dm: log writes target
 2014-12-08 22:32 UTC 

Running out of disk space during BTRFS_IOC_CLONE - rebalance doesn't help
 2014-12-08 22:02 UTC  (2+ messages)

Possible to undo subvol delete?
 2014-12-08 14:53 UTC  (16+ messages)

[PATCH v2] Btrfs: fix fs corruption on transaction abort if device supports discard
 2014-12-08 14:04 UTC  (3+ messages)

[PATCH] Btrfs: remove non-sense btrfs_error_discard_extent() function
 2014-12-08 14:01 UTC 

[PATCH v8 0/3] Introduce RCU string API
 2014-12-08  3:40 UTC  (4+ messages)
` [PATCH v8 1/3] Move BTRFS RCU string to common library
` [PATCH v8 2/3] btrfs: refactor btrfs_device->name updates
` [PATCH v8 3/3] btrfs: fix suspicious RCU in BTRFS_IOC_DEV_INFO

System/single + Metadata/single as leftover cruft of mkfs?
 2014-12-08  1:22 UTC  (3+ 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).