linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-26 21:28:29 to 2019-08-29 09:33:06 UTC [more...]

[PATCH V2 0/5] xfs: speed up large directory modifications
 2019-08-29  9:33 UTC  (20+ messages)
` [PATCH 1/5] xfs: move xfs_dir2_addname()
` [PATCH 2/5] xfs: factor data block addition from xfs_dir2_node_addname_int()
` [PATCH 3/5] xfs: factor free block index lookup "
` [PATCH 4/5] xfs: speed up directory bestfree block scanning
` [PATCH 5/5] xfs: reverse search directory freespace indexes

[PATCH] xfs: log proper length of btree block in scrub/repair
 2019-08-29  8:26 UTC  (3+ messages)

[PATCH 0/3 v2] xfs: allocate xattr buffer on demand
 2019-08-29  7:55 UTC  (10+ messages)
` [PATCH 1/3] xfs: make attr lookup returns consistent
` [PATCH 2/3] xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
` [PATCH 3/3] xfs: allocate xattr buffer on demand

[PATCH] xfs: Use WARN_ON rather than BUG() for bailout mount-operation
 2019-08-29  7:56 UTC  (5+ messages)

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-08-29  7:56 UTC  (7+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCH 0/5] xfs: remove unnecessary parameters and returns
 2019-08-29  7:29 UTC  (16+ messages)
` [PATCH 1/5] xfs: remove unnecessary parameter from xfs_iext_inc_seq
` [PATCH 2/5] xfs: remove unnecessary int returns from deferred rmap functions
` [PATCH 3/5] xfs: remove unnecessary int returns from deferred refcount functions
` [PATCH 4/5] xfs: remove unnecessary int returns from deferred bmap functions
` [PATCH 5/5] xfs: reinitialize rm_flags when unpacking an offset into an rmap irec

[PATCH] xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
 2019-08-29  7:23 UTC  (2+ messages)

[PATCH 2/9] cachefiles: drop direct usage of ->bmap method
 2019-08-29  7:15 UTC  (10+ messages)
` [PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
  ` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[PATCH v3] xfs: Fix ABBA deadlock between AGI and AGF when performing rename() with RENAME_WHITEOUT flag
 2019-08-29  5:35 UTC  (6+ messages)

[RFC] xfs: Flush iclog containing XLOG_COMMIT_TRANS before waiting for log space
 2019-08-29  5:21 UTC  (9+ messages)

[PATCH 0/4] xfs_spaceman: use runtime support library
 2019-08-29  3:48 UTC  (12+ messages)
` [PATCH 1/4] xfs_spaceman: remove typedef usage
` [PATCH 2/4] xfs_spaceman: remove unnecessary test in openfile()
` [PATCH 3/4] xfs_spaceman: embed struct xfs_fd in struct fileio
` [PATCH 4/4] xfs_spaceman: convert open-coded unit conversions to helpers

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-29  3:27 UTC  (12+ messages)

[PATCH 0/2] xfsprogs: scrub filesystem summary counters
 2019-08-29  3:15 UTC  (6+ messages)
` [PATCH 1/2] xfs_io: add online scrub/repair for superblock counters
` [PATCH 2/2] xfs_scrub: check summary counters

[PATCH v2 1/2] splice: don't read more than available pipe space
 2019-08-29  3:12 UTC  (7+ messages)
` [PATCH v2 2/2] iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)

[PATCH v2] xfs: Fix ABBA deadlock between AGI and AGF in rename()
 2019-08-29  3:06 UTC  (7+ messages)

[PATCH 0/6] libxfrog: wrap version ioctl calls
 2019-08-28 17:35 UTC  (16+ messages)
` [PATCH 1/6] libfrog: refactor online geometry queries
` [PATCH 2/6] libfrog: introduce xfs_fd to wrap an fd to a file on an xfs filesystem
` [PATCH 3/6] libfrog: store more inode and block geometry in struct xfs_fd
` [PATCH 4/6] libfrog: create online fs geometry converters
` [PATCH 5/6] libfrog: refactor open-coded bulkstat calls
` [PATCH 6/6] libfrog: refactor open-coded INUMBERS calls

[ANNOUNCE] xfsprogs for-next rebased and tagged with 5.3.0-rc1
 2019-08-28 16:16 UTC 

[PATCH 0/4] xfs: fixes for 5.4
 2019-08-28 16:01 UTC  (16+ messages)
` [PATCH 1/4] xfs: bmap scrub should only scrub records once
` [PATCH 2/4] xfs: fix maxicount division by zero error
` [PATCH 3/4] xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
` [PATCH 4/4] xfs: fix sign handling problem in xfs_bmbt_diff_two_keys

[ANNOUNCE] xfs-linux: for-next updated to 7f313eda8fcc
 2019-08-28 15:55 UTC 

[PATCH v2 00/15] xfs: mount API patch series
 2019-08-28 13:34 UTC  (31+ messages)
` [PATCH v2 02/15] xfs: mount-api - add fs parameter description
` [PATCH v2 03/15] xfs: mount-api - refactor suffix_kstrtoint()
` [PATCH v2 04/15] xfs: mount-api - refactor xfs_parseags()
` [PATCH v2 05/15] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [PATCH v2 06/15] xfs: mount-api - move xfs_parseargs() validation to a helper
` [PATCH v2 07/15] xfs: mount-api - refactor xfs_fs_fill_super()
` [PATCH v2 08/15] xfs: mount-api - add xfs_get_tree()
` [PATCH v2 09/15] xfs: mount-api - add xfs_remount_rw() helper
` [PATCH v2 10/15] xfs: mount-api - add xfs_remount_ro() helper
` [PATCH v2 11/15] xfs: mount api - add xfs_reconfigure()
` [PATCH v2 12/15] xfs: mount-api - add xfs_fc_free()
` [PATCH v2 13/15] xfs: mount-api - dont set sb in xfs_mount_alloc()
` [PATCH v2 14/15] xfs: mount-api - switch to new mount-api

[PATCH] xfs: allocate xattr buffer on demand
 2019-08-28  1:01 UTC  (2+ messages)

[PATCH v2] generic: test for failure to unlock inode after chgrp fails with EDQUOT
 2019-08-27 18:47 UTC  (7+ messages)

[PATCH RFC] generic 223: Ensure xfs allocator will honor alignment requirements
 2019-08-27 16:08 UTC  (4+ messages)

[PATCH v3] generic: test for failure to unlock inode after chgrp fails with EDQUOT
 2019-08-27 15:08 UTC 

[Bug 201819] New: [xfstests generic/299]: WARNING: CPU: 15 PID: 23147 at kernel/workqueue.c:4170 destroy_workqueue+0x118/0x590
 2019-08-27 10:05 UTC  (2+ messages)
` [Bug 201819] "

[LTP] [PATCH v7 3/3] syscalls/copy_file_range02: increase coverage and remove EXDEV test
 2019-08-27 10:04 UTC  (4+ messages)

[Bug 204713] New: [xfstests generic/070] XFS: Assertion failed: ichdr.freemap[i].size < args->geo->blksize, file: fs/xfs/libxfs/xfs_attr_leaf.c, line: 2006
 2019-08-27  9:27 UTC 

[PATCH] xfs: fix maxicount division by zero error
 2019-08-27  5:20 UTC  (2+ messages)

[PATCH v2] xfs: bmap scrub should only scrub records once
 2019-08-26 21:41 UTC  (2+ messages)

[PATCH 0/3] xfs_scrub: media scan entire disks
 2019-08-26 21:33 UTC  (4+ 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 00/11] xfs_scrub: fix IO error reporting
 2019-08-26 21:32 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-08-26 21:32 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-08-26 21:31 UTC  (12+ messages)
` [PATCH 01/11] xfs_scrub: fix handling of read-verify pool runtime errors
` [PATCH 02/11] xfs_scrub: abort all read verification work immediately on error
` [PATCH 03/11] xfs_scrub: fix read-verify pool error communication problems
` [PATCH 04/11] xfs_scrub: fix queue-and-stash of non-contiguous verify requests
` [PATCH 05/11] xfs_scrub: only call read_verify_force_io once per pool
` [PATCH 06/11] xfs_scrub: refactor inode prefix rendering code
` [PATCH 07/11] xfs_scrub: record disk LBA size
` [PATCH 08/11] xfs_scrub: enforce read verify pool minimum io size
` [PATCH 09/11] xfs_scrub: return bytes verified from a SCSI VERIFY command
` [PATCH 10/11] xfs_scrub: fix read verify disk error handling strategy
` [PATCH 11/11] xfs_scrub: simulate errors in the read-verify phase

[PATCH 00/13] libfrog/xfs_scrub: fix error handling
 2019-08-26 21:29 UTC  (14+ messages)
` [PATCH 01/13] libfrog: fix workqueue error communication problems
` [PATCH 02/13] libfrog: fix missing error checking in workqueue code
` [PATCH 03/13] libfrog: split workqueue destroy functions
` [PATCH 04/13] xfs_scrub: redistribute read verify pool flush and destroy responsibilities
` [PATCH 05/13] libfrog: fix per-thread variable error communication problems
` [PATCH 06/13] libfrog: add missing per-thread variable error handling
` [PATCH 07/13] libfrog: fix bitmap error communication problems
` [PATCH 08/13] libfrog: fix missing error checking in bitmap code
` [PATCH 09/13] xfs_scrub: fix per-thread counter error communication problems
` [PATCH 10/13] xfs_scrub: report all progressbar creation failures
` [PATCH 11/13] xfs_scrub: check progress bar timedwait failures
` [PATCH 12/13] xfs_scrub: move all the queue_subdir error reporting to callers
` [PATCH 13/13] xfs_scrub: fix error handling problems in vfs.c


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