linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-06 03:38:56 to 2019-09-16 17:45:09 UTC [more...]

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-16 17:44 UTC  (12+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH] xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS
 2019-09-16 17:16 UTC  (3+ messages)

[PATCH] [RFC] xfs: fix inode fork extent count overflow
 2019-09-16 17:22 UTC  (5+ messages)

[RFC PATCH 0/2] xfs: hard limit background CIL push size
 2019-09-16 16:42 UTC  (5+ messages)
` [PATCH 1/2] xfs: Lower CIL flush limit for large logs
` [PATCH 2/2] xfs: hard limit the background CIL push

[PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
 2019-09-16 15:58 UTC  (7+ messages)
` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[PATCH] xfs: assure zeroed memory buffers for certain kmem allocations
 2019-09-16 15:35 UTC 

[PATCH v2 00/10] xfsprogs-5.3: various fixes
 2019-09-16 15:17 UTC  (14+ messages)
` [PATCH 01/10] man: document the new v5 fs geometry ioctl structures
` [PATCH 02/10] man: document new fs summary counter scrub command
` [PATCH 03/10] man: document the new allocation group geometry ioctl
` [PATCH 04/10] man: document the new health reporting fields in various ioctls
` [PATCH 05/10] xfs_db: remove db/convert.h
` [PATCH 10/10] xfs_repair: add AG btree rmaps into the filesystem after syncing sb

minor ->release fixups and cleanups
 2019-09-16 12:53 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove xfs_release
` [PATCH 2/2] xfs: shortcut xfs_file_release for read-only file descriptors

[PATCH v3 00/19] Delayed Attributes
 2019-09-16 12:27 UTC  (2+ messages)

[PATCH v4 00/11] xfs: rework near mode extent allocation
 2019-09-16 12:16 UTC  (12+ messages)
` [PATCH v4 01/11] xfs: track active state of allocation btree cursors
` [PATCH v4 02/11] xfs: introduce allocation cursor data structure
` [PATCH v4 03/11] xfs: track allocation busy state in allocation cursor
` [PATCH v4 04/11] xfs: track best extent from cntbt lastblock scan in alloc cursor
` [PATCH v4 05/11] xfs: refactor cntbt lastblock scan best extent logic into helper
` [PATCH v4 06/11] xfs: reuse best extent tracking logic for bnobt scan
` [PATCH v4 07/11] xfs: refactor allocation tree fixup code
` [PATCH v4 08/11] xfs: refactor and reuse best extent scanning logic
` [PATCH v4 09/11] xfs: refactor near mode alloc bnobt scan into separate function
` [PATCH v4 10/11] xfs: factor out tree fixup logic into helper
` [PATCH v4 11/11] xfs: optimize near mode bnobt scans with concurrent cntbt lookups

[PATCH REPOST 0/2] xfs: rely on minleft instead of total for bmbt res
 2019-09-16  8:36 UTC  (10+ messages)
` [PATCH REPOST 1/2] xfs: drop minlen before tossing alignment on bmap allocs
` [PATCH REPOST 2/2] xfs: don't set bmapi total block req where minleft is sufficient

[PATCH 2/2] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
 2019-09-16  6:33 UTC  (7+ messages)

[PATCH 1/2] common: check if a given rename flag is supported in _requires_renameat2
 2019-09-16  2:11 UTC  (3+ messages)

xfs_repair: phase6.c:1129: mv_orphanage: Assertion `err == 2' failed
 2019-09-15 12:44 UTC 

iomap and xfs COW cleanups
 2019-09-14  0:42 UTC  (26+ messages)
` [PATCH 01/19] iomap: better document the IOMAP_F_* flags
` [PATCH 02/19] iomap: remove the unused iomap argument to __iomap_write_end
` [PATCH 03/19] iomap: always use AOP_FLAG_NOFS in iomap_write_begin
` [PATCH 04/19] iomap: ignore non-shared or non-data blocks in xfs_file_dirty
` [PATCH 05/19] iomap: move the zeroing case out of iomap_read_page_sync
` [PATCH 06/19] iomap: use write_begin to read pages to unshare
` [PATCH 07/19] iomap: use a srcmap for a read-modify-write I/O
` [PATCH 08/19] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 09/19] xfs: remove xfs_reflink_dirty_extents
` [PATCH 10/19] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 11/19] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 12/19] xfs: fill out the srcmap in iomap_begin
` [PATCH 13/19] xfs: factor out a helper to calculate the end_fsb
` [PATCH 14/19] xfs: split out a new set of read-only iomap ops
` [PATCH 15/19] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 16/19] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 17/19] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 18/19] xfs: cleanup xfs_iomap_write_unwritten
` [PATCH 19/19] xfs: improve the IOMAP_NOWAIT check for COW inodes

[PATCH 0/6] xfsprogs: port utilities to bulkstat v5
 2019-09-13  1:10 UTC  (9+ messages)
` [PATCH 3/6] misc: convert XFS_IOC_FSBULKSTAT to XFS_IOC_BULKSTAT
` [PATCH 4/6] misc: convert to v5 bulkstat_single call
` [PATCH 5/6] misc: convert from XFS_IOC_FSINUMBERS to XFS_IOC_INUMBERS
` [PATCH 6/6] libxfs: revert FSGEOMETRY v5 -> v4 hack

[PATCH 0/4] xfsprogs: bulkstat v5
 2019-09-12 23:56 UTC  (9+ messages)
` [PATCH 1/4] xfs_io: add a bulkstat command
` [PATCH 2/4] xfs_spaceman: remove open-coded per-ag bulkstat
` [PATCH 3/4] xfs_scrub: convert to per-ag inode bulkstat operations
` [PATCH 4/4] xfs_scrub: batch inumbers calls during fscounters calculation

[PATCH 0/3] xfs_scrub: media scan entire disks
 2019-09-12 23:42 UTC  (7+ messages)
` [PATCH 1/3] xfs_scrub: implement background mode for phase 6
` [PATCH 2/3] xfs_scrub: perform media scans of entire devices
` [PATCH 3/3] xfs_scrub: relabel verified data block counts in output

[PATCH 0/7] xfs: log race fixes and cleanups
 2019-09-12 13:46 UTC  (12+ messages)
` [PATCH 7/7] xfs: push the grant head when the log head moves forward

[PATCH v3 3/6] iomap: split size and error for iomap_dio_rw ->end_io
 2019-09-12 11:04 UTC 

[PATCH 0/2] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-09-11 13:13 UTC 

Inquiry 11/Sept/2019
 2019-09-11 12:11 UTC 

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-09-11  8:19 UTC  (11+ messages)

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-09-10 21:30 UTC  (8+ messages)

[ANNOUNCE] xfsprogs for-next updated to ac8b6c38
 2019-09-10 19:39 UTC 

[xfs-linux:iomap-for-next 3/12] include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration
 2019-09-10  6:47 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 1baa2800e62d
 2019-09-10  5:56 UTC  (5+ messages)

[PATCH 0/3] xfs_scrub: fix bugs in vfs tree walk code
 2019-09-10  1:04 UTC  (3+ messages)
` [PATCH 1/3] xfs_scrub: refactor queueing of subdir scan work item

[PATCH 0/5] xfsprogs: scrub filesystem summary counters
 2019-09-10  0:21 UTC  (11+ messages)
` [PATCH 1/5] xfs_scrub: remove unnecessary fd parameter from file scrubbers
` [PATCH 2/5] libfrog: share scrub headers
` [PATCH 3/5] libfrog: add online scrub/repair for superblock counters
` [PATCH 4/5] xfs_scrub: separate internal metadata scrub functions
` [PATCH 5/5] xfs_scrub: check summary counters

[PATCH 0/1] xfsprogs: online health tracking support
 2019-09-09 23:28 UTC  (3+ messages)
` [PATCH 1/1] xfs_spaceman: report health problems

[Q] gfs2: mmap write vs. punch_hole consistency
 2019-09-09  9:19 UTC  (5+ messages)

[PATCH] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
 2019-09-09  9:06 UTC  (3+ messages)

[PATCH v3] xfs_io: copy_range don't truncate dst_file, and add smart length
 2019-09-09  7:29 UTC 

[xfs] 610125ab1e: fsmark.app_overhead -71.2% improvement
 2019-09-09  6:20 UTC  (3+ messages)

[PATCH v2] xfs_io: copy_range don't truncate dst_file, and add smart length
 2019-09-09  6:11 UTC  (3+ messages)

[PATCH v2 3/6] iomap: modify ->end_io() calling convention
 2019-09-08 23:32 UTC 

[PATCH v4 0/15] CoW support for iomap
 2019-09-06 23:28 UTC  (8+ messages)
` [PATCH 04/15] btrfs: Add a simple buffered iomap write
` [PATCH 15/15] xfs: Use the new iomap infrastructure for CoW

[ANNOUNCE] xfs-linux: for-next updated to eb2e99943c5b
 2019-09-06 16:27 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 14e15f1bcd73
 2019-09-06 16:27 UTC 

[PATCH] xfs_io: copy_range don't truncate dst_file, and add smart length
 2019-09-06 16:17 UTC  (2+ messages)

[PATCH 00/18] xfs_scrub: remove moveon space aliens
 2019-09-06  3:42 UTC  (19+ messages)
` [PATCH 01/18] xfs_scrub: remove moveon from filemap iteration
` [PATCH 02/18] xfs_scrub: remove moveon from the fscounters functions
` [PATCH 03/18] xfs_scrub: remove moveon from inode iteration
` [PATCH 04/18] xfs_scrub: remove moveon from vfs directory tree iteration
` [PATCH 05/18] xfs_scrub: remove moveon from spacemap
` [PATCH 06/18] xfs_scrub: remove moveon from unicode name collision helpers
` [PATCH 07/18] xfs_scrub: remove moveon from progress report helpers
` [PATCH 08/18] xfs_scrub: remove moveon from scrub ioctl wrappers
` [PATCH 09/18] xfs_scrub: remove moveon from repair action list helpers
` [PATCH 10/18] xfs_scrub: remove moveon from phase 7 functions
` [PATCH 11/18] xfs_scrub: remove moveon from phase 6 functions
` [PATCH 12/18] xfs_scrub: remove moveon from phase 5 functions
` [PATCH 13/18] xfs_scrub: remove moveon from phase 4 functions
` [PATCH 14/18] xfs_scrub: remove moveon from phase 3 functions
` [PATCH 15/18] xfs_scrub: remove moveon from phase 2 functions
` [PATCH 16/18] xfs_scrub: remove moveon from phase 1 functions
` [PATCH 17/18] xfs_scrub: remove XFS_ITERATE_INODES_ABORT from inode iterator
` [PATCH 18/18] xfs_scrub: remove moveon from main program

[PATCH 00/11] xfs_scrub: fix IO error reporting
 2019-09-06  3:40 UTC  (12+ messages)
` [PATCH 01/11] xfs_scrub: separate media error reporting for attribute forks
` [PATCH 02/11] xfs_scrub: improve reporting of file data media errors
` [PATCH 03/11] xfs_scrub: better reporting of metadata "
` [PATCH 04/11] xfs_scrub: improve reporting of file "
` [PATCH 05/11] xfs_scrub: don't report media errors on unwritten extents
` [PATCH 06/11] xfs_scrub: reduce fsmap activity for media errors
` [PATCH 07/11] xfs_scrub: request fewer bmaps when we can
` [PATCH 08/11] xfs_scrub: fix media verification thread pool size calculations
` [PATCH 09/11] libfrog: clean up platform_nproc
` [PATCH 10/11] xfs_scrub: clean out the nproc global variable
` [PATCH 11/11] xfs_scrub: create a new category for unfixable errors

[PATCH 0/3] xfs_scrub: deferred labelling to save time
 2019-09-06  3:40 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: bump work_threads to include the controller thread
` [PATCH 2/3] xfs_scrub: implement deferred description string rendering
` [PATCH 3/3] xfs_scrub: adapt phase5 to deferred descriptions

[PATCH 00/11] xfs_scrub: fix IO error detection during media verify
 2019-09-06  3:38 UTC  (5+ messages)
` [PATCH 04/11] xfs_scrub: fix queue-and-stash of non-contiguous verify requests
` [PATCH 06/11] xfs_scrub: refactor inode prefix rendering code
` [PATCH 10/11] xfs_scrub: fix read verify disk error handling strategy
` [PATCH 11/11] xfs_scrub: simulate errors in the read-verify phase


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