linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-22 18:51:24 to 2019-10-26 09:54:09 UTC [more...]

Question about logbsize default value
 2019-10-26  9:54 UTC  (5+ messages)

decruft misc mount related code
 2019-10-26  5:47 UTC  (20+ messages)
` [PATCH 1/7] xfs: cleanup stat blksize reporting
` [PATCH 2/7] xfs: remove the unused m_readio_blocks field from struct xfs_mount
` [PATCH 3/7] xfs: remove the m_readio_log "
` [PATCH 4/7] xfs: remove the dsunit and dswidth variables in xfs_parseargs
` [PATCH 5/7] xfs: remove the iosizelog variable "
` [PATCH 6/7] xfs: clean up setting m_readio_* / m_writeio_*
` [PATCH 7/7] xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE

[PATCH RFC] xfs: automatic log item relogging experiment
 2019-10-25 23:16 UTC  (4+ messages)

[PATCH 0/3] xfs: prepare repair for bulk loading
 2019-10-25 20:52 UTC  (13+ messages)
` [PATCH 1/3] xfs: add debug knobs to control btree bulk load slack factors
` [PATCH 2/3] xfs: implement block reservation accounting for btrees we're staging
` [PATCH 3/3] xfs: log EFIs for all btree blocks being used to stage a btree

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-25 20:49 UTC  (12+ messages)

[PATCH 0/3] xfs: fix online repair block reaping
 2019-10-25 20:22 UTC  (4+ messages)
` [PATCH 2/3] xfs: only invalidate blocks if we're going to free them

[PATCH 0/4] xfs: btree bulk loading
 2019-10-25 19:04 UTC  (6+ messages)
` [PATCH 1/4] xfs: introduce fake roots for ag-rooted btrees

[PATCH] xfs: simplify setting bio flags
 2019-10-25 17:42 UTC 

[PATCH 0/2] xfs: refactor open-coded bmbt walks
 2019-10-25 17:25 UTC  (7+ messages)
` [PATCH 1/2] xfs: refactor xfs_bmap_count_blocks using newer btree helpers
` [PATCH 2/2] xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks

[PATCH v7 00/17] xfs: mount API patch series
 2019-10-25 17:01 UTC  (37+ messages)
` [PATCH v7 01/17] vfs: add missing blkdev_put() in get_tree_bdev()
` [PATCH v7 02/17] xfs: remove very old mount option
` [PATCH v7 03/17] xfs: remove unused struct xfs_mount field m_fsname_len
` [PATCH v7 04/17] xfs: use super s_id instead of struct xfs_mount m_fsname
` [PATCH v7 05/17] xfs: dont use XFS_IS_QUOTA_RUNNING() for option check
` [PATCH v7 06/17] xfs: use kmem functions for struct xfs_mount
` [PATCH v7 07/17] xfs: move xfs_mount_alloc to be with parsing code
` [PATCH v7 08/17] xfs: merge freeing of mp names and mp
` [PATCH v7 09/17] xfs: add xfs_remount_rw() helper
` [PATCH v7 10/17] xfs: add xfs_remount_ro() helper
` [PATCH v7 11/17] xfs: refactor suffix_kstrtoint()
` [PATCH v7 12/17] xfs: avoid redundant checks when options is empty
` [PATCH v7 13/17] xfs: refactor xfs_parseags()
` [PATCH v7 14/17] xfs: move xfs_parseargs() validation to a helper
` [PATCH v7 15/17] xfs: dont set sb in xfs_mount_alloc()
` [PATCH v7 16/17] xfs: move xfs_fs_fill_super() to be with parsing code
` [PATCH v7 17/17] xfs: switch to use the new mount-api

[PATCH 0/4] xfs: more metadata verifier tightening
 2019-10-25 16:04 UTC  (8+ messages)
` [PATCH 1/4] xfs: check attribute leaf block structure
` [PATCH 2/4] xfs: namecheck attribute names before listing them
` [PATCH 3/4] xfs: namecheck directory entry "
` [PATCH 4/4] xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata

[PATCH 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-10-25 16:01 UTC  (9+ messages)
` [PATCH 1/4] fsstress: show the real file id and parid in rename_f()
` [PATCH 2/4] fsstress: add NOREPLACE and WHITEOUT renameat2 support
` [PATCH 3/4] fsstress: add EXCHANGE "
` [PATCH 4/4] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT

a few iomap / bmap cleanups
 2019-10-25 15:03 UTC  (9+ messages)
` [PATCH 1/8] xfs: simplify xfs_iomap_eof_align_last_fsb
` [PATCH 2/8] xfs: mark xfs_eof_alignment static
` [PATCH 3/8] xfs: remove the extsize argument to xfs_eof_alignment
` [PATCH 4/8] xfs: don't log the inode in xfs_fs_map_blocks if it wasn't modified
` [PATCH 5/8] xfs: simplify the xfs_iomap_write_direct calling conventions
` [PATCH 6/8] xfs: refactor xfs_bmapi_allocate
` [PATCH 7/8] xfs: move extent zeroing to xfs_bmapi_allocate
` [PATCH 8/8] xfs: cleanup use of the XFS_ALLOC_ flags

softlockup with CONFIG_XFS_ONLINE_SCRUB enabled
 2019-10-25 10:24 UTC 

[PATCH] xfstests: xfs mount option sanity test
 2019-10-25  9:58 UTC  (15+ messages)

clean up xfs space management interfaces
 2019-10-25  9:50 UTC  (10+ messages)
` [PATCH 1/4] xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64 directly
` [PATCH 2/4] fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers
` [PATCH 3/4] xfs: disable xfs_ioc_space for always COW inodes
` [PATCH 4/4] xfs: consolidate preallocation in xfs_file_fallocate

cleanup buftarg lookup
 2019-10-25  5:31 UTC  (7+ messages)
` [PATCH 1/3] xfs: add a xfs_inode_buftarg helper
` [PATCH 2/3] xfs: use xfs_inode_buftarg in xfs_file_dio_aio_write
` [PATCH 3/3] xfs: use xfs_inode_buftarg in xfs_file_ioctl

[PATCH] xfs: mark xfs_buf_free static
 2019-10-25  5:24 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 3dd4d40b4208
 2019-10-24 18:34 UTC 

[PATCH 0/2] fstests: random fixes
 2019-10-24  4:52 UTC  (7+ messages)
` [PATCH 2/2] xfs: make sure the kernel and repair tools catch bad names
  ` [PATCH v2 "
` [PATCH 3/2] generic: check storing and re-reading timestamps

[PATCH v5] fsstress: add renameat2 support
 2019-10-24  3:00 UTC  (3+ messages)

[Project Quota]file owner could change its project ID?
 2019-10-23 23:01 UTC  (7+ messages)

[PATCH] xfs: Sanity check flags of Q_XQUOTARM call
 2019-10-23 13:09 UTC  (2+ messages)

[PATCH 0/2] xfs: health evaluations for repair
 2019-10-23 11:09 UTC  (5+ messages)
` [PATCH 1/2] xfs: add a repair revalidation function pointer
` [PATCH 2/2] xfs: always rescan allegedly healthy per-ag metadata after repair

[Bug 205135] System hang up when memory swapping (kswapd deadlock)
 2019-10-23  7:12 UTC  (5+ messages)

[PATCH v6 00/12] xfs: mount API patch series
 2019-10-23  3:17 UTC  (7+ messages)
` [PATCH v6 10/12] xfs: move xfs_parseargs() validation to a helper
` [PATCH v6 12/12] xfs: switch to use the new mount-api

xfs inode structure cleanups
 2019-10-23  1:28 UTC  (4+ messages)
` [PATCH 4/4] xfs: remove struct xfs_icdinode

[PATCH 0/7] libfrog: switch to negative error codes
 2019-10-22 18:53 UTC  (8+ messages)
` [PATCH 1/7] libfrog: print library errors
` [PATCH 2/7] libfrog: convert bitmap.c to negative error codes
` [PATCH 3/7] libfrog: convert fsgeom.c functions "
` [PATCH 4/7] libfrog: convert bulkstat.c "
` [PATCH 5/7] libfrog: convert ptvar.c "
` [PATCH 6/7] libfrog: convert scrub.c "
` [PATCH 7/7] libfrog: convert workqueue.c "

[PATCH 00/18] xfs_scrub: remove moveon space aliens
 2019-10-22 18:52 UTC  (12+ messages)
` [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 0/3] xfs_scrub: media scan entire disks
 2019-10-22 18:50 UTC  (3+ messages)
` [PATCH 1/3] xfs_scrub: implement background mode for phase 6
` [PATCH 2/3] xfs_scrub: perform media scans of entire devices

[PATCH 0/3] xfs_scrub: deferred labelling to save time
 2019-10-22 18:49 UTC  (3+ messages)
` [PATCH 1/3] xfs_scrub: bump work_threads to include the controller thread
` [PATCH 2/3] xfs_scrub: implement deferred description string rendering


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