linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-26 08:56:55 to 2017-06-01 09:53:56 UTC [more...]

[PATCH v2 0/9] btrfs: check namelen before read name
 2017-06-01  9:53 UTC  (12+ messages)
` [PATCH v2 1/9] btrfs: Introduce btrfs_is_namelen_valid to avoid reading beyond boundary
` [PATCH v2 2/9] btrfs: Check namelen with boundary in verify dir_item
` [PATCH v2 3/9] btrfs: Check name len on add_inode_ref call path
` [PATCH v2 4/9] btrfs: Verify dir_item in 'replay_xattr_deletes'
` [PATCH v2 5/9] btrfs: Check namelen in 'btrfs_check_ref_name_override'
` [PATCH v2 6/9] btrfs: Check name before read in 'iterate_dir_item'
` [PATCH v2 7/9] btrfs: Check namelen before read in 'btrfs_get_name'
` [PATCH v2 8/9] btrfs: Check namelen before in 'btrfs_del_root_ref'
` [PATCH v2 9/9] btrfs: Verify dir_item 'in iterate_object_props'

[PATCH 00/35 v1] pagevec API cleanups
 2017-06-01  9:32 UTC  (36+ messages)
` [PATCH 01/35] fscache: Remove unused ->now_uncached callback
` [PATCH 02/35] ext4: Fix SEEK_HOLE
` [PATCH 03/35] ext4: Fix off-by-in in loop termination in ext4_find_unwritten_pgoff()
` [PATCH 04/35] dax: Fix inefficiency in dax_writeback_mapping_range()
` [PATCH 05/35] mm: Fix THP handling in invalidate_mapping_pages()
` [PATCH 06/35] mm: Make pagevec_lookup() update index
` [PATCH 07/35] mm: Implement find_get_pages_range()
` [PATCH 08/35] fs: Fix performance regression in clean_bdev_aliases()
` [PATCH 09/35] ext4: Use pagevec_lookup_range() in ext4_find_unwritten_pgoff()
` [PATCH 10/35] ext4: Use pagevec_lookup_range() in writeback code
` [PATCH 11/35] hugetlbfs: Use pagevec_lookup_range() in remove_inode_hugepages()
` [PATCH 12/35] xfs: Use pagevec_lookup_range() in xfs_find_get_desired_pgoff()
` [PATCH 13/35] mm: Remove nr_pages argument from pagevec_lookup{,_range}()
` [PATCH 14/35] mm: Implement find_get_pages_range_tag()
` [PATCH 15/35] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 16/35] ceph: "
` [PATCH 17/35] ext4: "
` [PATCH 18/35] f2fs: "
` [PATCH 19/35] f2fs: Simplify page iteration loops
` [PATCH 20/35] f2fs: Use find_get_pages_tag() for looking up single page
` [PATCH 21/35] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 22/35] nilfs2: "
` [PATCH 23/35] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 24/35] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 25/35] mm: Remove nr_pages argument from pagevec_lookup_{,range}_tag()
` [PATCH 26/35] afs: Use find_get_pages_range_tag()
` [PATCH 27/35] shmem: Use pagevec_lookup() in shmem_unlock_mapping()
` [PATCH 28/35] shmem: Use pagevec_lookup_entries()
` [PATCH 29/35] mm: Make pagevec_lookup_entries() update index
` [PATCH 30/35] mm: Implement find_get_entries_range()
` [PATCH 31/35] shmem: Convert to pagevec_lookup_entries_range()
` [PATCH 32/35] mm: Convert truncate code "
` [PATCH 33/35] mm: Remove nr_entries argument from pagevec_lookup_entries{,_range}()
` [PATCH 34/35] mm: Make find_get_entries_tag() update index
` [PATCH 35/35] mm: Implement find_get_entries_range_tag()

[PATCH 0/5] More vmalloc cleanups
 2017-06-01  9:39 UTC  (10+ messages)
` [PATCH 1/5] btrfs: replace opencoded kvzalloc with the helper
` [PATCH 2/5] btrfs: send: use kvmalloc in iterate_dir_item
` [PATCH 3/5] btrfs: scrub: add memalloc_nofs protection around init_ipath
` [PATCH 4/5] btrfs: use GFP_KERNEL in init_ipath
` [PATCH 5/5] btrfs: adjust includes after vmalloc removal

[PATCH 0/3] Update gfp flags in alloc_workspace
 2017-06-01  3:58 UTC  (7+ messages)
` [PATCH 1/3] btrfs: add memalloc_nofs protections around alloc_workspace callback
` [PATCH 2/3] btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace
` [PATCH 3/3] btrfs: switch to kvmalloc and "

[PATCH v4 00/20] Btrfs-progs offline scrub
 2017-06-01  1:04 UTC  (11+ messages)
` [PATCH v4 01/20] btrfs-progs: raid56: Introduce raid56 header for later recovery usage
` [PATCH v4 05/20] btrfs-progs: Introduce wrapper to recover raid56 data

[RFC PATCH v3.2 0/6] Qgroup fixes, Non-stack version
 2017-06-01  1:01 UTC  (10+ messages)
` [RFC PATCH v3.2 5/6] btrfs: qgroup: Introduce extent changeset for qgroup reserve functions

Debugging Deadlocks?
 2017-06-01  0:32 UTC  (5+ messages)

[PATCH] Btrfs: fix invalid extent maps due to hole punching
 2017-05-31 20:32 UTC  (5+ messages)
` [PATCH v2] "

Btrfs wiki account
 2017-05-31 12:07 UTC  (3+ messages)

[PATCH 0/10 v9] No wait AIO
 2017-05-31  8:51 UTC  (11+ messages)
` [PATCH 09/10] xfs: nowait aio support

[RFC PATCH] btrfs: qgroup: Fix hang when using inode_cache and qgroup
 2017-05-31  8:08 UTC 

[PATCH v2 0/6] Lowmem mode check check fix for mulit-device
 2017-05-31  5:56 UTC  (7+ messages)
` [PATCH v2 1/6] btrfs-progs: Cleanup open-coded btrfs_chunk_item_size
` [PATCH v2 2/6] btrfs-progs: Enhance chunk item validation check
` [PATCH v2 3/6] btrfs-progs: check: Reuse btrfs_check_chunk_valid in lowmem mode
` [PATCH v2 4/6] btrfs-progs: Introduce function to get correct stripe length
` [PATCH v2 5/6] btrfs-progs: lowmem check: Fix false alert on missing chunk or dev extent
` [PATCH v2 6/6] btrfs-progs: test: Introduce functions to prepare and cleanup loop device

[PATCH 1/3] btrfs: Introduce btrfs_check_namelen to avoid reading beyond boundary
 2017-05-31  2:31 UTC  (8+ messages)
` [PATCH 2/3] btrfs: check namelen with boundary in verify dir_item
` [PATCH 3/3] btrfs: check namelen before read/memcmp_extent_buffer

[PATCH 1/5] btrfs-progs: Cleanup open-coded btrfs_chunk_item_size
 2017-05-31  2:18 UTC  (4+ messages)
` [PATCH 2/5] btrfs-progs: Enhance chunk item validation check

[PATCH 0/6] add sanity check for extent inline ref type
 2017-05-30 18:57 UTC  (20+ messages)
` [PATCH 1/6] Btrfs: add a helper to retrive "
` [PATCH 4/6] Btrfs: remove BUG() in print_extent_item
` [PATCH 5/6] Btrfs: remove BUG() in add_data_reference
` [PATCH 6/6] Btrfs: add sanity check of extent item in scrub

[PATCH v2] btrfs-progs: btrfs-convert: Add larger device support
 2017-05-30 17:20 UTC  (3+ messages)

[PATCH v5 0/2] Btrfs: compression fixes
 2017-05-29 23:18 UTC  (3+ 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

[PATCHv2] btrfs-progs: Fix slot >= nritems
 2017-05-29 18:19 UTC  (2+ messages)

[PATCH v4 0/2] Btrfs: compression fixes
 2017-05-29 18:16 UTC  (6+ messages)
` [PATCH v4 1/2] Btrfs: lzo.c pr_debug() deflate->lzo
` [PATCH v4 2/2] Btrfs: compression must free at least one sector size

[PATCH 00/32] btrfs_fs_info refactoring
 2017-05-29 18:07 UTC  (2+ messages)

[PATCH 2/2] btrfs-progs: test for restoring multiple devices fs into a single device
 2017-05-29 17:01 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: Fix restoring image from multi devices fs into single device
 2017-05-29 16:48 UTC  (3+ messages)

[PATCH] btrfs-progs: tests: remove variable quotation from convert-tests
 2017-05-29 16:43 UTC  (2+ messages)

[PATCH 00/10] Btrfs, minor scrub code cleanups
 2017-05-29 14:59 UTC  (5+ messages)
` [PATCH 06/10] btrfs: scrub: use bool for flush_all_writes

[PATCH] Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io
 2017-05-29 14:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 2/3 v2] btrfs: reduce arguments for decompress_bio ops
 2017-05-29 13:52 UTC  (5+ messages)
` [PATCH] fixup: "

[PATCH] btrfs: btrfs_wait_tree_block_writeback can be void return
 2017-05-29 13:30 UTC  (4+ messages)

[PATCH 1/2] btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET
 2017-05-29 13:29 UTC  (4+ messages)
  ` [PATCH v2] "

dedicated error codes for the block layer V2
 2017-05-29 13:16 UTC  (14+ messages)
` [PATCH 02/13] scsi/osd: don't save block errors into req_results
` [PATCH 05/13] fs: remove the unused error argument to dio_end_io()
` [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 mounts RO, kernel oops on RW
 2017-05-29  8:39 UTC  (6+ messages)

btrfs-progs 4.11 broke snap-sync
 2017-05-29  6:13 UTC  (3+ messages)

python-btrfs v7
 2017-05-28 17:34 UTC 

[PATCH v2] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-28 16:27 UTC  (2+ messages)

btrfs-tools/linux 4.11: btrfs-cleaner misbehaving
 2017-05-28 10:39 UTC 

btrfs-tools/linux 4.11: btrfs-cleaner misbehaving
 2017-05-28  7:13 UTC  (8+ messages)

About free space fragmentation, metadata write amplification and (no)ssd
 2017-05-28  3:54 UTC  (3+ messages)

[PATCH 0/3 v2] compression ops args clean up and trace point
 2017-05-26 23:37 UTC  (7+ messages)
` [PATCH 1/3 v2] btrfs: btrfs_decompress_bio() could accept compressed_bio instead
` [PATCH 3/3 v2] btrfs: add compression trace points

[PATCH v2 0/4] Qgroup uapi improvements
 2017-05-26 20:45 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: Fail on removing qgroup if del_qgroup_item fails
` [PATCH v2 2/4] btrfs: Add new ioctl uapis for qgroup creation / removal
` [PATCH v2 3/4] btrfs: Warn the user when the legacy btrfs_qgroup_create API is used
` [PATCH v2 4/4] btrfs: Add qgroup_auto_cleanup mount flag to automatically cleanup qgroups

[PATCH 0/8] BtrFS: QGroups uapi improvements
 2017-05-26 19:08 UTC  (3+ messages)
` [PATCH 5/8] btrfs: qgroup.h whitespace change

[PATCH] btrfs: tree-log.c: Wrong printk information about namelen
 2017-05-26 18:38 UTC  (2+ messages)

[PATCH v4 1/2] btrfs: Separate space_info create/update
 2017-05-26 16:32 UTC  (2+ messages)

[PATCH] btrfs: Use kvzalloc instead of kzalloc/vmalloc in alloc_bitmap
 2017-05-26 16:12 UTC  (3+ messages)

[PATCH] Btrfs: let btrfs_print_leaf print more about block group
 2017-05-26 15:50 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).