linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-20 16:10:44 to 2019-01-03 01:47:11 UTC [more...]

Sometimes the disk is unplugged and the umount operation enters the D state
 2019-01-03  1:46 UTC  (2+ messages)

[PATCH] Initialise mmu_notifier_range correctly
 2019-01-03  0:21 UTC 

[BUG, TOT] xfs w/ dax failure in __follow_pte_pmd()
 2019-01-03  0:03 UTC  (4+ messages)

[Bug 202077] New: xfs transaction overruns on 4.14.67
 2019-01-02 16:54 UTC  (5+ messages)
` [Bug 202077] "
` [Bug 202077] xfs transaction log reservation "

[PATCH 0/8] xfs: inode scrubber fixes
 2019-01-02 13:30 UTC  (11+ messages)
` [PATCH 1/8] xfs: never try to scrub more than 64 inodes per inobt record
` [PATCH 2/8] xfs: check the ir_startino alignment directly
` [PATCH 3/8] xfs: check inobt record alignment on big block filesystems
` [PATCH 4/8] xfs: hoist inode cluster checks out of loop
` [PATCH 5/8] xfs: clean up the inode cluster checking in the inobt scrub
` [PATCH 6/8] xfs: scrub big block inode btrees correctly
` [PATCH 7/8] xfs: abort xattr scrub if fatal signals are pending
` [PATCH 8/8] xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t

upgrade V4 to V5?
 2019-01-02 12:20 UTC  (3+ messages)

Non-blocking socket stuck for multiple seconds on xfs_reclaim_inodes_ag()
 2019-01-02 10:34 UTC  (14+ messages)

[PATCH 00/12] xfs: deferred inode inactivation
 2019-01-02  9:50 UTC  (14+ messages)
` [PATCH 01/12] xfs: free COW staging extents when freezing filesystem
` [PATCH 02/12] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 03/12] xfs: decide if inode needs inactivation
` [PATCH 04/12] xfs: track unlinked inactive inode fs summary counters
` [PATCH 05/12] xfs: track unlinked inactive inode quota counters
` [PATCH 06/12] xfs: refactor walking of per-AG RECLAIM inodes
` [PATCH 07/12] xfs: refactor eofblocks inode match code
` [PATCH 08/12] xfs: deferred inode inactivation
` [PATCH 09/12] xfs: retry fs writes when there isn't space
` [PATCH 10/12] xfs: force inactivation before fallocate when space is low
` [PATCH 11/12] xfs: parallelize inode inactivation
` [PATCH 12/12] xfs: wait for deferred inactivation when destroying unlinked inodes

[PATCH] xfs_db: fix finobt record decoding when sparse inodes enabled
 2019-01-01 23:52 UTC  (2+ messages)

[PATCH 0/9] xfs-5.0: inode scrubber fixes
 2019-01-01 15:29 UTC  (6+ messages)

[PATCH 00/13] xfs: metadata inode directories
 2019-01-01  9:29 UTC  (15+ messages)
` [PATCH 01/13] xfs: create imeta abstractions to get and set metadata inodes
` [PATCH 02/13] xfs: create transaction reservations for metadata inode operations
` [PATCH 03/13] xfs: refactor the v4 group/project inode pointer switch
` [PATCH 04/13] xfs: convert all users to xfs_imeta_log
` [PATCH 05/13] xfs: iget for metadata inodes
` [PATCH 06/13] xfs: define the on-disk format for the metadir feature
` [PATCH 07/13] xfs: load metadata inode directory at mount time
` [PATCH 08/13] xfs: convert metadata inode lookup keys to use paths
` [PATCH 09/13] xfs: enforce metadata inode flag
` [PATCH 10/13] xfs: read and write metadata inode directory
` [PATCH 11/13] xfs: ensure metadata directory paths exist before creating files
` [PATCH 12/13] xfs: disable the agi rotor for metadata inodes
` [PATCH 13/13] xfs: enable metadata inode directory feature

Happy New Year!!
 2019-01-01  2:34 UTC 

[PATCH v10 00/20] xfs: add realtime reverse-mapping support
 2019-01-01  2:26 UTC  (21+ messages)
` [PATCH 01/20] xfs: make iroot_realloc a btree function
` [PATCH 02/20] xfs: support storing records in the inode core root
` [PATCH 03/20] xfs: widen xfs_rmap_irec fields to handle realtime rmapbt
` [PATCH 04/20] xfs: introduce realtime rmap btree definitions
` [PATCH 05/20] xfs: define the on-disk realtime rmap btree format
` [PATCH 06/20] xfs: realtime rmap btree transaction reservations
` [PATCH 07/20] xfs: add realtime rmap btree operations
` [PATCH 08/20] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCH 09/20] xfs: add a realtime flag to the rmap update log redo items
` [PATCH 10/20] xfs: add realtime rmap btree block detection to log recovery
` [PATCH 11/20] xfs: add realtime reverse map inode to superblock
` [PATCH 12/20] xfs: wire up a new inode fork type for the realtime rmap
` [PATCH 13/20] xfs: wire up rmap map and unmap to the realtime rmapbt
` [PATCH 14/20] xfs: create routine to allocate and initialize a realtime rmap btree inode
` [PATCH 15/20] xfs: dynamically create the realtime rmapbt inode when attaching rtdev
` [PATCH 16/20] xfs: enable realtime rmap btree
` [PATCH 17/20] xfs: wire up getfsmap to the realtime reverse mapping btree
` [PATCH 18/20] xfs: scrub the realtime rmapbt
` [PATCH 19/20] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
` [PATCH 20/20] xfs: cross-reference the realtime rmapbt

[PATCH 00/22] xfs: hoist inode operations to libxfs
 2019-01-01  2:21 UTC  (23+ messages)
` [PATCH 01/22] xfs: hoist extent size helpers "
` [PATCH 02/22] xfs: hoist inode flag conversion functions
` [PATCH 03/22] xfs: convert projid get/set functions
` [PATCH 04/22] xfs: hoist project id "
` [PATCH 05/22] xfs: pack inode allocation parameters into a separate structure
` [PATCH 06/22] xfs: refactor kernel-specific parts of xfs_ialloc
` [PATCH 07/22] xfs: decouple platform-specific inode allocation functions
` [PATCH 08/22] xfs: split inode allocation and initialization
` [PATCH 09/22] xfs: hoist inode allocation function
` [PATCH 10/22] xfs: push xfs_ialloc_args creation out of xfs_dir_ialloc
` [PATCH 11/22] xfs: refactor special inode roll "
` [PATCH 12/22] xfs: move xfs_dir_ialloc to libxfs
` [PATCH 13/22] xfs: hoist xfs_iunlink "
` [PATCH 14/22] xfs: hoist xfs_{bump,drop}link "
` [PATCH 15/22] xfs: create libxfs helper to link a new inode into a directory
` [PATCH 16/22] xfs: create libxfs helper to link an existing "
` [PATCH 17/22] xfs: hoist inode free function to libxfs
` [PATCH 18/22] xfs: create libxfs helper to remove an existing inode/name from a directory
` [PATCH 19/22] xfs: create libxfs helper to exchange two directory entries
` [PATCH 20/22] xfs: create libxfs helper to rename "
` [PATCH 21/22] xfs: get rid of cross_rename
` [PATCH 22/22] xfs: create library function to reset root inodes

[PATCH v18 0/4] xfs: online repair support
 2019-01-01  2:18 UTC  (5+ messages)
` [PATCH 1/4] xfs: introduce online scrub freeze
` [PATCH 2/4] xfs: repair the rmapbt
` [PATCH 3/4] xfs: implement live quotacheck as part of quota repair
` [PATCH 4/4] xfs: add online scrub/repair for superblock counters

[PATCH v18 00/17] xfs: online repair support
 2019-01-01  2:11 UTC  (18+ messages)
` [PATCH 01/17] xfs: separate inode geometry
` [PATCH 02/17] xfs: create a big array data structure
` [PATCH 03/17] xfs: repair free space btrees
` [PATCH 04/17] xfs: repair inode btrees
` [PATCH 05/17] xfs: repair refcount btrees
` [PATCH 06/17] xfs: repair inode records
` [PATCH 07/17] xfs: zap broken inode forks
` [PATCH 08/17] xfs: repair inode block maps
` [PATCH 09/17] xfs: repair damaged symlinks
` [PATCH 10/17] xfs: create a blob array data structure
` [PATCH 11/17] xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapi
` [PATCH 12/17] xfs: remove unnecessary inode-transaction roll
` [PATCH 13/17] xfs: create a new inode fork block unmap helper
` [PATCH 14/17] xfs: repair extended attributes
` [PATCH 15/17] xfs: scrub should set preen if attr leaf has holes
` [PATCH 16/17] xfs: repair quotas
` [PATCH 17/17] xfs: convert big array and blob array to use memfd backend

[PATCH] xfstests: test swapext log replay
 2018-12-29  7:49 UTC  (4+ messages)

[PATCH 00/20] drop useless LIST_HEAD
 2018-12-29  6:19 UTC  (12+ messages)
` [PATCH 08/20] xfs: xfs_buf: "
` [PATCH 09/20] xfs: xfs_fsops: "

[GIT PULL] xfs: updates for v4.21
 2018-12-28  1:45 UTC  (2+ messages)

[GIT PULL] iomap: updates for v4.21
 2018-12-28  1:45 UTC  (2+ messages)

[RFC PATCH] iomap: take responsibility for the filesystem iomap code
 2018-12-27  8:08 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] xfs: add a check for xfs_trans_commit
 2018-12-27  8:07 UTC  (2+ messages)

'stripe width' inconsistency
 2018-12-25 23:09 UTC 

[Bug 202053] New: [xfstests generic/464]: XFS corruption and Assertion failed: 0, file: fs/xfs/xfs_super.c, line: 985
 2018-12-25  6:10 UTC  (6+ messages)
` [Bug 202053] "

Using su and sw when the underlying RAID changes
 2018-12-24  1:50 UTC 

[PATCH] xfs: reallocate realtime summary cache on growfs
 2018-12-22 17:41 UTC  (2+ messages)

[DONOTUSE] xfs and stable kernels
 2018-12-22  2:16 UTC 

Same size drive has less usable space
 2018-12-22  0:49 UTC  (12+ messages)

[PATCH] iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"
 2018-12-22  0:04 UTC  (14+ messages)

COW improvements and always_cow support V3
 2018-12-21  6:27 UTC  (14+ messages)
` [PATCH 11/11] xfs: introduce an always_cow mode

[PATCH v5 0/5] Try to squash metadump data leaks
 2018-12-20 22:20 UTC  (3+ messages)
` [PATCH 1/5] xfs_metadump: Extend data zapping to XFS_DIR{2,3}_LEAFN_MAGIC blocks

[PATCH] quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls
 2018-12-20 18:33 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;
as well as URLs for NNTP newsgroup(s).