linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-10 01:46:37 to 2014-12-12 20:00:51 UTC [more...]

[RFC PATCH v3 0/7] btrfs: implement swap file support
 2014-12-12 20:00 UTC  (12+ 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

Bug Fixed?
 2014-12-12 19:45 UTC 

[GIT PULL] Btrfs for 3.19-rc
 2014-12-12 19:33 UTC  (3+ messages)

[patch] Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()
 2014-12-12 19:30 UTC 

[PATCH v2 1/3] Btrfs: get more accurate output in df command
 2014-12-12 19:25 UTC  (5+ 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

[PULL] [PATCH 0/9] Cleanup, remove superfluous blocksize parameter, part 2
 2014-12-12 17:36 UTC  (10+ messages)
` [PATCH 1/9] btrfs: sink blocksize parameter to readahead_tree_block
` [PATCH 2/9] btrfs: remove blocksize from reada_extent
` [PATCH 3/9] btrfs: sink blocksize parameter to reada_tree_block_flagged
` [PATCH 4/9] btrfs: sink blocksize parameter to btrfs_init_new_buffer
` [PATCH 5/9] btrfs: sink blocksize parameter to btrfs_find_create_tree_block
` [PATCH 6/9] btrfs: sink blocksize parameter to tree_block_processed
` [PATCH 7/9] btrfs: use GFP_NOFS in __alloc_extent_buffer directly
` [PATCH 8/9] btrfs: unify extent buffer allocation api
` [PATCH 9/9] btrfs: sink parameter len to alloc_extent_buffer

mkfs.btrfs limits "odd" [and maybe a "failed" phantom device?]
 2014-12-12 16:45 UTC  (8+ messages)

[PATCH] btrfs: kill btrfs_inode_*time helpers
 2014-12-12 16:39 UTC 

Announcements for btrfs-progs?
 2014-12-12 16:19 UTC  (4+ messages)

btrfs fi df output "unknown"
 2014-12-12 15:53 UTC  (2+ messages)

[PATCH v4 00/13] btrfs-progs:fsck: Add inode nlink mismatch and
 2014-12-12 15:31 UTC  (10+ messages)
` [PATCH v4 08/13] btrfs-progs: Add count_digit() function to help calculate filename len

3.17.0-rc7: kernel BUG at fs/btrfs/relocation.c:931!
 2014-12-12 14:37 UTC  (5+ messages)
      ` 3.18.0: kernel BUG at fs/btrfs/relocation.c:242!

ENOSPC after conversion [Was: Fixing Btrfs Filesystem Full Problems typo?]
 2014-12-12 14:09 UTC  (9+ messages)
` A note on spotting "bugs" [Was: ENOSPC after conversion]

Btrfs progs pre-release 3.18-rc1
 2014-12-12 13:52 UTC 

Balance & scrub & defrag
 2014-12-12 13:32 UTC  (8+ messages)

btrfs-prog: improve build-system by autoconf
 2014-12-12 12:35 UTC  (11+ messages)
` [PATCH 01/10] btrfs-progs: add ./configure script
` [PATCH 02/10] btrfs-progs: use config.h
` [PATCH 03/10] btrfs-progs: use standard PACKAGE_* macros
` [PATCH 04/10] btrfs-progs: use ./configure to generate version.h
` [PATCH 05/10] btrfs-progs: check for build programs in ./configure
` [PATCH 06/10] btrfs-progs: use paths and $*_LIBS from ./configure
` [PATCH 07/10] btrfs-progs: cleanup compilation flags usage
` [PATCH 08/10] btrfs-progs: clean generated files, make version.h stuff more robust
` [PATCH 09/10] btrfs-progs: add --disable-backtrace
` [PATCH 10/10] btrfs-progs: add --disable-documentation

[PATCH] btrfs-progs: fix typedef
 2014-12-12 10:58 UTC 

Balance & scrub & defrag
 2014-12-12  9:49 UTC 

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

[PATCH] btrfs: add groups for btrfs tests
 2014-12-12  4:44 UTC  (3+ messages)
` [PATCH v2] "

Crazy idea of cleanup the inode_record btrfsck things with SQL?
 2014-12-11 19:38 UTC  (14+ messages)

Promote Snapshot to Subvolume? (again)
 2014-12-11 12:50 UTC  (2+ messages)

Fixing Btrfs Filesystem Full Problems typo?
 2014-12-11 11:01 UTC  (29+ messages)

out of space warning?
 2014-12-11  9:29 UTC  (6+ 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

[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

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

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  (3+ messages)

PROBLEM: #89121 BTRFS mixes up mounted devices with their snapshots
 2014-12-10 15:57 UTC  (7+ 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 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)


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