linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-30 20:41:32 to 2020-02-07 03:49:42 UTC [more...]

[PATCH v12 0/2] New zonefs file system
 2020-02-07  3:49 UTC  (7+ messages)
` [PATCH v12 1/2] fs: "
` [PATCH v12 2/2] zonefs: Add documentation

KASAN: slab-out-of-bounds Read in suffix_kstrtoint
 2020-02-07  3:48 UTC 

[PATCH v13 0/2] New zonefs file system
 2020-02-07  3:16 UTC  (3+ messages)
` [PATCH v13 1/2] fs: "
` [PATCH v13 2/2] zonefs: Add documentation

[PATCH] xfs: xchk_xattr_listent() fix context->seen_enough to -ECANCELED
 2020-02-06 23:51 UTC  (3+ messages)

[PATCH v12 2/2] zonefs: Add documentation
 2020-02-06 20:12 UTC 

[PATCH v12 1/2] fs: New zonefs file system
 2020-02-06 19:56 UTC 

[PATCH 0/4] libxfs: actually check that writes succeeded
 2020-02-06 19:38 UTC  (9+ messages)
` [PATCH 1/4] libxfs: libxfs_buf_delwri_submit should write buffers immediately
` [PATCH 2/4] libxfs: complain when write IOs fail
` [PATCH 3/4] libxfs: return flush failures
` [PATCH 4/4] misc: make all tools check that metadata updates have been committed

[PATCH v3 0/4] xfs: Remove wrappers for some semaphores
 2020-02-06 19:05 UTC  (5+ messages)
` [PATCH v3 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v3 2/4] xfs: Fix WS in xfs_isilocked() calls
` [PATCH v3 3/4] xfs: Fix bug when checking diff. locks
` [PATCH v3 4/4] xfs: Replace mrlock_t by rw_semaphore

[PATCH 0/2] xfs_admin: unify online/offline fs label setting
 2020-02-06 17:53 UTC  (7+ messages)
` [PATCH 1/2] xfs: refactor calls to xfs_admin
` [PATCH 2/2] xfs: test setting labels with xfs_admin

[PATCH 0/5] fstests: random fixes
 2020-02-06 17:51 UTC  (12+ messages)
` [PATCH 1/5] xfs/449: filter out "Discarding..." from output
` [PATCH 2/5] xfs/020: fix truncation test
` [PATCH 3/5] generic/402: skip test if xfs_io can't parse the date value
` [PATCH 4/5] xfs/117: fix inode corruption loop
` [PATCH 5/5] fsx: support 64-bit operation counts

RFC: hold i_rwsem until aio completes
 2020-02-06 15:31 UTC  (8+ messages)
` [PATCH 05/12] gfs2: fix O_SYNC write handling
  ` [Cluster-devel] "

[PATCH 0/3] fstests: fixes for 64k pages and dax
 2020-02-06 14:36 UTC  (8+ messages)
` [PATCH 1/3] dax/dm: disable testing on devices that don't support dax
` [PATCH 2/3] t_mmap_collision: fix hard-coded page size
` [PATCH 3/3] xfs/300: modify test to work on any fs block size

clean up the attr interface v3
 2020-02-06 10:33 UTC  (9+ messages)
` [PATCH 01/30] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
` [PATCH 03/30] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 04/30] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 05/30] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE

[GIT PULL] xfs: moar new code for 5.6
 2020-02-06  8:20 UTC  (2+ messages)

[PATCH v11 0/2] New zonefs file system
 2020-02-06  1:42 UTC  (5+ messages)
` [PATCH v11 1/2] fs: "
` [PATCH v11 2/2] zonefs: Add documentation

[PATCH v6 00/16] xfs: Delay Ready Attributes
 2020-02-05 23:07 UTC  (12+ messages)
` [PATCH v6 11/16] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v6 16/16] xfs: Add delay ready attr set routines

[PATCH v2] Documentation: changes.rst: update several outdated project URLs
 2020-02-05 17:32 UTC  (2+ messages)

[Bug 206429] New: xfs_admin can't print both label and UUID for mounted filesystems
 2020-02-05 15:39 UTC  (2+ messages)
` [Bug 206429] "

[PATCH v10 1/2] fs: New zonefs file system
 2020-02-05 10:44 UTC  (5+ messages)
  ` [v10 "

A NFS, xfs, reflink and rmapbt story
 2020-02-05  6:52 UTC  (6+ messages)

[PATCH 0/8] xfsprogs: random fixes
 2020-02-05  6:07 UTC  (6+ messages)
` [PATCH 11/8] xfs_repair: don't corrupt a attr fork da3 node when clearing forw/back
  ` [PATCH v2 "

[PATCH] xfs: fix invalid pointer dereference in xfs_attr3_node_inactive
 2020-02-05  6:02 UTC  (8+ messages)

[PATCH 0/4] xfsprogs: random fixes
 2020-02-05  5:59 UTC  (11+ messages)
` [PATCH 1/4] libxfs: re-sort libxfs_api_defs.h defines
` [PATCH 2/4] libfrog: remove libxfs.h dependencies in fsgeom.c and linux.c
` [PATCH 3/4] xfs_repair: refactor attr root block pointer check
` [PATCH 4/4] xfs_repair: don't corrupt a attr fork da3 node when clearing forw/back

[PATCH v4 0/7] xfs_repair: do not trash valid root dirs
 2020-02-05  0:50 UTC  (9+ messages)
` [PATCH 1/7] xfs_repair: replace verify_inum with libxfs inode validators
` [PATCH 2/7] mkfs: check root inode location
` [PATCH 3/7] xfs_repair: enforce that inode btree chunks can't point to AG headers
` [PATCH 4/7] xfs_repair: refactor fixed inode location checks
` [PATCH 5/7] xfs_repair: use libxfs function to calculate root inode location
` [PATCH 6/7] xfs_repair: check plausibility of root dir pointer before trashing it
` [PATCH 7/7] xfs_repair: try to correct sb_unit value from secondaries

[PATCH 0/1] xfs: test xfs_scrub media scan
 2020-02-05  0:02 UTC  (2+ messages)
` [PATCH 1/1] xfs: test xfs_scrub phase 6 media error reporting

[PATCH v2 0/7] xfs: Remove wrappers for some semaphores
 2020-02-04 22:20 UTC  (21+ messages)
` [PATCH v2 1/7] xfs: Add xfs_is_{i,io,mmap}locked functions
` [PATCH v2 2/7] xfs: Update checking excl. locks for ilock
` [PATCH v2 3/7] xfs: Update checking read or write "
` [PATCH v2 4/7] xfs: Update checking for iolock
` [PATCH v2 5/7] xfs: Update checking for mmaplock
` [PATCH v2 6/7] xfs: update excl. lock check for IOLOCK and ILOCK
` [PATCH v2 7/7] xfs: Replace mrlock_t by rw_semaphore

[PATCH] xfsprogs: mkfs: don't default to the physical sector size if it's bigger than XFS_MAX_SECTORSIZE
 2020-02-04 18:38 UTC  (3+ messages)

[PATCH v4 00/12] Change readahead API
 2020-02-04 17:16 UTC  (6+ messages)
` [PATCH v4 03/12] readahead: Put pages in cache earlier
` [PATCH v4 04/12] mm: Add readahead address space operation
` [PATCH v4 12/12] iomap: Convert from readpages to readahead

[Bug 206397] New: [xfstests generic/475] XFS: Assertion failed: iclog->ic_state == XLOG_STATE_ACTIVE, file: fs/xfs/xfs_log.c, line: 572
 2020-02-04 17:10 UTC  (3+ messages)
` [Bug 206397] "

[PATCH v10 0/2] New zonefs file system
 2020-02-04  9:23 UTC 

[Bug 206399] New: [xfstests xfs/433] BUG: KASAN: use-after-free in xfs_attr3_node_inactive+0x6c8/0x7b0 [xfs]
 2020-02-04  6:38 UTC  (3+ messages)
` [Bug 206399] "

agfl and related cleanups
 2020-02-04  6:15 UTC  (17+ messages)
` [PATCH 1/6] xfs: remove the agfl_bno member from struct xfs_agfl
` [PATCH 2/6] xfs: remove the xfs_agfl_t typedef
` [PATCH 3/6] xfs: remove XFS_BUF_TO_AGFL
` [PATCH 4/6] xfs: remove XFS_BUF_TO_AGI
` [PATCH 5/6] xfs: remove XFS_BUF_TO_AGF
` [PATCH 6/6] xfs: remove XFS_BUF_TO_SBP

su & sw for HW-RAID60
 2020-02-04  0:28 UTC  (6+ messages)

[PATCH 0/2] xfs: fix stale disk exposure after crash
 2020-02-03 20:14 UTC  (4+ messages)
` [PATCH 1/2] xfs: force writes to delalloc regions to unwritten

[PATCH v2] xfs_io/encrypt: support passing a keyring key to add_enckey
 2020-02-03 18:20 UTC 

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-02-03 17:41 UTC  (19+ messages)

[PATCH v10 0/2] New zonefs file system
 2020-02-03 15:08 UTC  (5+ messages)
` [PATCH v10 1/2] fs: "
` [PATCH v10 2/2] zonefs: Add documentation

[LSF/MM/BPF TOPIC] FS Maintainers Don't Scale
 2020-02-02 21:46 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH 0/7] fstests: random fixes
 2020-02-02 19:54 UTC  (3+ messages)
` [PATCH 7/7] xfs/020: call _notrun if we can't create a 60t sparse image

[PATCH 00/12] Change readahead API
 2020-02-01  0:25 UTC  (7+ messages)
` [PATCH 04/12] mm: Add readahead address space operation
` [PATCH 12/12] iomap: Convert from readpages to readahead

[GIT PULL] iomap: new code for 5.6
 2020-01-31 21:10 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] selectively cramming things onto struct bio
 2020-01-31 20:04 UTC  (2+ messages)

[ANNOUNCE] xfspdump v3.1.9 released
 2020-01-31 17:43 UTC 

[PATCH 00/11] xfsprogs: remove unneeded #includes
 2020-01-31  2:11 UTC  (4+ messages)

[ANNOUNCE] xfsprogs for-next updated to ad943585
 2020-01-31  1:27 UTC 

[LSF/MM/BPF TOPIC] shrinker changes for non-blocking inode reclaim
 2020-01-31  0:24 UTC 

[GIT PULL] xfs: new code for 5.6
 2020-01-30 23:50 UTC  (2+ messages)

[PATCH v9 0/2] New zonefs file system
 2020-01-30 22:59 UTC  (7+ messages)
` [PATCH v9 1/2] fs: "

[PATCH v3 0/6] xfs_repair: do not trash valid root dirs
 2020-01-30 20:50 UTC  (10+ messages)
` [PATCH 2/6] xfs_repair: enforce that inode btree chunks can't point to AG headers
` [PATCH 5/6] xfs_repair: check plausibility of root dir pointer before trashing it


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