public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-08 07:10:10 to 2016-06-17 01:28:27 UTC [more...]

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-17  1:28 UTC  (98+ messages)
` [PATCH 001/119] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 003/119] xfs: check offsets of variable length structures
` [PATCH 004/119] xfs: enable buffer deadlock postmortem diagnosis via ftrace
` [PATCH 005/119] xfs: check for a valid error_tag in errortag_add
` [PATCH 006/119] xfs: port differences from xfsprogs libxfs
` [PATCH 007/119] xfs: rearrange xfs_bmap_add_free parameters
` [PATCH 008/119] xfs: separate freelist fixing into a separate helper
` [PATCH 009/119] xfs: convert list of extents to free into a regular list
` [PATCH 010/119] xfs: create a standard btree size calculator code
` [PATCH 011/119] xfs: refactor btree maxlevels computation
` [PATCH 012/119] xfs: during btree split, save new block key & ptr for future insertion
` [PATCH 013/119] xfs: support btrees with overlapping intervals for keys
` [PATCH 014/119] xfs: introduce interval queries on btrees
` [PATCH 015/119] xfs: refactor btree owner change into a separate visit-blocks function
` [PATCH 016/119] xfs: move deferred operations into a separate file
` [PATCH 017/119] xfs: add tracepoints for the deferred ops mechanism
` [PATCH 018/119] xfs: enable the xfs_defer mechanism to process extents to free
` [PATCH 019/119] xfs: rework xfs_bmap_free callers to use xfs_defer_ops
` [PATCH 020/119] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*
` [PATCH 021/119] xfs: rename flist/free_list to dfops
` [PATCH 022/119] xfs: add tracepoints and error injection for deferred extent freeing
` [PATCH 023/119] xfs: introduce rmap btree definitions
` [PATCH 024/119] xfs: add rmap btree stats infrastructure
` [PATCH 025/119] xfs: rmap btree add more reserved blocks
` [PATCH 026/119] xfs: add owner field to extent allocation and freeing
` [PATCH 027/119] xfs: introduce rmap extent operation stubs
` [PATCH 028/119] xfs: define the on-disk rmap btree format
` [PATCH 029/119] xfs: add rmap btree growfs support
` [PATCH 030/119] xfs: rmap btree transaction reservations
` [PATCH 031/119] xfs: rmap btree requires more reserved free space
` [PATCH 032/119] xfs: add rmap btree operations
` [PATCH 033/119] xfs: support overlapping intervals in the rmap btree
` [PATCH 034/119] xfs: teach rmapbt to support interval queries
` [PATCH 035/119] xfs: add tracepoints for the rmap functions
` [PATCH 036/119] xfs: add an extent to the rmap btree
` [PATCH 037/119] xfs: remove an extent from "
` [PATCH 038/119] xfs: convert unwritten status of reverse mappings
` [PATCH 039/119] xfs: add rmap btree insert and delete helpers
` [PATCH 040/119] xfs: create helpers for mapping, unmapping, and converting file fork extents
` [PATCH 041/119] xfs: create rmap update intent log items
` [PATCH 042/119] xfs: log rmap intent items
` [PATCH 043/119] xfs: enable the xfs_defer mechanism to process rmaps to update
` [PATCH 044/119] xfs: propagate bmap updates to rmapbt
` [PATCH 045/119] xfs: add rmap btree geometry feature flag
` [PATCH 046/119] xfs: add rmap btree block detection to log recovery
` [PATCH 047/119] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 048/119] xfs: don't update rmapbt when fixing agfl
` [PATCH 049/119] xfs: enable the rmap btree functionality
` [PATCH 050/119] xfs: count the blocks in a btree
` [PATCH 051/119] xfs: introduce tracepoints for AG reservation code
` [PATCH 052/119] xfs: set up per-AG free space reservations
` [PATCH 053/119] xfs: define tracepoints for refcount btree activities
` [PATCH 054/119] xfs: introduce refcount btree definitions
` [PATCH 055/119] xfs: add refcount btree stats infrastructure
` [PATCH 056/119] xfs: refcount btree add more reserved blocks
` [PATCH 057/119] xfs: define the on-disk refcount btree format
` [PATCH 058/119] xfs: add refcount btree support to growfs
` [PATCH 059/119] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 060/119] xfs: add refcount btree operations
` [PATCH 061/119] xfs: create refcount update intent log items
` [PATCH 062/119] xfs: log refcount intent items
` [PATCH 063/119] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 064/119] xfs: connect refcount adjust functions to upper layers
` [PATCH 065/119] xfs: adjust refcount when unmapping file blocks
` [PATCH 066/119] xfs: add refcount btree block detection to log recovery
` [PATCH 067/119] xfs: refcount btree requires more reserved space
` [PATCH 068/119] xfs: introduce reflink utility functions
` [PATCH 069/119] xfs: create bmbt update intent log items
` [PATCH 070/119] xfs: log bmap intent items
` [PATCH 071/119] xfs: map an inode's offset to an exact physical block
` [PATCH 072/119] xfs: implement deferred bmbt map/unmap operations
` [PATCH 073/119] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 074/119] xfs: define tracepoints for reflink activities
` [PATCH 075/119] xfs: add reflink feature flag to geometry
` [PATCH 076/119] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 077/119] xfs: introduce the CoW fork
` [PATCH 078/119] xfs: support bmapping delalloc extents in "
` [PATCH 079/119] xfs: create delalloc extents in "
` [PATCH 080/119] xfs: support allocating delayed "
` [PATCH 081/119] xfs: allocate "
` [PATCH 082/119] xfs: support removing extents from "
` [PATCH 083/119] xfs: move mappings from cow fork to data fork after copy-write
` [PATCH 084/119] xfs: implement CoW for directio writes
` [PATCH 085/119] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks
` [PATCH 086/119] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
` [PATCH 087/119] xfs: cancel pending CoW reservations when destroying inodes
` [PATCH 088/119] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 089/119] xfs: reflink extents from one file to another
` [PATCH 090/119] xfs: add clone file and clone range vfs functions
` [PATCH 091/119] xfs: add dedupe range vfs function
` [PATCH 092/119] xfs: teach get_bmapx and fiemap about shared extents and the CoW fork
` [PATCH 093/119] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 094/119] xfs: unshare a range of blocks via fallocate
` [PATCH 095/119] xfs: CoW shared EOF block when truncating file
` [PATCH 096/119] xfs: support FS_XFLAG_REFLINK on reflink filesystems
` [PATCH 097/119] xfs: create a separate cow extent size hint for the allocator

[PATCH v9 0/3] fallocate for block devices
 2016-06-17  1:17 UTC  (4+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices

[RFC PATCH 0/2] Initial support for badblock checking in xfs
 2016-06-17  1:03 UTC  (3+ messages)
` [RFC PATCH 1/2] block, badblocks: add a notifier for badblocks
` [RFC PATCH 2/2] xfs: initial/partial support "

development APIs for used/free blocks information
 2016-06-16 19:57 UTC  (5+ messages)

iomap infrastructure and multipage writes V5
 2016-06-16 16:12 UTC  (3+ messages)
` [PATCH 02/14] fs: introduce iomap infrastructure

Premium Grade A 11 Oz. White Sublimation Mugs
 2016-06-16 10:13 UTC 

[PATCH 10/12] NFS: Do not serialise O_DIRECT reads and writes
 2016-06-16  9:12 UTC  (7+ messages)

[RFC PATCH-tip 0/6] locking/rwsem: Enable reader optimistic spinning
 2016-06-15 18:55 UTC  (13+ messages)
` [RFC PATCH-tip 1/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip 2/6] locking/rwsem: Enable optional count-based spinning on reader
` [RFC PATCH-tip 3/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip 4/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip 5/6] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip 6/6] xfs: Enable reader optimistic spinning for DAX inodes

[PATCH v2] xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
 2016-06-15 13:26 UTC 

Xfs lockdep warning with for-dave-for-4.6 branch
 2016-06-15  7:21 UTC  (11+ messages)

Something badly broken with the latest XFS changeset in all stable kernels?
 2016-06-15  7:14 UTC  (8+ messages)

crash in xfs in current
 2016-06-15  5:40 UTC  (16+ messages)

recent photos
 2016-06-14 20:09 UTC 

[PATCH] xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
 2016-06-14 13:37 UTC  (3+ messages)

Internal error xfs_trans_cancel
 2016-06-14  4:29 UTC  (2+ messages)

questions about flush data to disk
 2016-06-14  2:26 UTC  (2+ messages)

[PATCH] xfs: hide unused variable
 2016-06-13 21:32 UTC  (2+ messages)

[PATCH 3.16 092/114] xfs: use i_mmaplock on read faults
 2016-06-13 18:36 UTC  (5+ messages)
` [PATCH 3.16 091/114] xfs: introduce mmap/truncate lock
` [PATCH 3.16 093/114] xfs: use i_mmaplock on write faults
` [PATCH 3.16 097/114] xfs: mmap lock needs to be inside freeze protection
` [PATCH 3.16 094/114] xfs: take i_mmap_lock on extent manipulation operations

Metadata corruption
 2016-06-13 15:49 UTC  (5+ messages)

[PATCH 0/4] xfs: online relabeling [RFC]
 2016-06-10 18:12 UTC  (10+ messages)
` [PATCH 1/4] fs: hoist [GS]ET_FSLABEL to vfs
` [PATCH 2/4] xfs: factor out secondary superblock updates
` [PATCH 3/4] xfs: implement online get/set fs label
` [PATCH 4/4] xfsprogs: add online relabel commands

[PATCH] mkfs: test that -l su is a multiple of block size
 2016-06-10  9:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] mkfs: better error with incorrect b/s value suffix usage
 2016-06-10  8:39 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v6 0/8] block: prepare for multipage bvecs
 2016-06-10  2:44 UTC  (3+ messages)

[RFC] allow enabling reflinks at runtime
 2016-06-09 23:33 UTC  (13+ messages)
` [PATCH 3/3] xfs: add an option to enable reflinks at mount time

xfsaild 20 wakeups per second
 2016-06-09 18:08 UTC  (3+ messages)

Следвай правилните стъпки
 2016-06-09  8:35 UTC 

Руководителям компаний и Hr-департаментов
 2016-06-09  1:28 UTC 

possible circular locking dependency detected [4.5.6-300.fc24.x86_64]
 2016-06-08 17:18 UTC 

determining superblock version?
 2016-06-08 12:37 UTC  (4+ messages)

invalid inode numbers ? after drive moved from Linux 2.6.32 to Linux 3.16.0 then back again
 2016-06-08 12:31 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