linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-05 18:23:25 to 2020-10-10 23:07:40 UTC [more...]

[PATCH 0/2] xfs: hopefully the last few rt fixes
 2020-10-10 17:50 UTC  (4+ messages)
` [PATCH 1/2] xfs: annotate grabbing the realtime bitmap/summary locks in growfs
` [PATCH 2/2] xfs: fix fallocate functions when rtextsize is larger than 1
` [PATCH 4/2] xfs: test running growfs on the realtime volume

[PATCH v2 0/3] xfs: a couple of realtime growfs fixes
 2020-10-10  4:00 UTC  (11+ messages)
` [PATCH 1/3] xfs: fix realtime bitmap/summary file truncation when growing rt volume
` [PATCH 2/3] xfs: make xfs_growfs_rt update secondary superblocks
  ` [PATCH v2.2 "
` [PATCH 3/3] xfs: annotate grabbing the realtime bitmap/summary locks in growfs
` [PATCH 4/3] xfstest: test running growfs on the realtime volume

[PATCH v5 0/3] xfs: random fixes for disk quota
 2020-10-10  2:54 UTC  (4+ messages)
` [PATCH v5 1/3] xfs: delete duplicated tp->t_dqinfo null check and allocation
` [PATCH v5 2/3] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
` [PATCH v5 3/3] xfs: directly return if the delta equal to zero

[PATCH v4 0/3] xfs: random fixes for disk quota
 2020-10-10  1:50 UTC  (8+ messages)
` [PATCH v4 1/3] xfs: delete duplicated tp->t_dqinfo null check and allocation
` [PATCH v4 2/3] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
` [PATCH v4 3/3] xfs: directly return if the delta equal to zero

[PATCH v11 0/4] xfs: Remove wrappers for some semaphores
 2020-10-09 19:55 UTC  (5+ messages)
` [PATCH v11 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v11 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v11 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v11 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH v8 0/2] avoid xfs transaction reservation recursion
 2020-10-09 16:00 UTC  (6+ messages)
` [PATCH v8 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 2/2] xfs: avoid transaction reservation recursion

[RFC PATCH] xfs: remove unnecessary null check in xfs_generic_create
 2020-10-09 15:45 UTC  (2+ messages)

[PATCH v2] xfs_scrub: don't use statvfs to collect filesystem summary counts
 2020-10-09 15:37 UTC  (4+ messages)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-09 14:31 UTC  (17+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 03/16] 9p: Tell the VFS that readpage was synchronous
` [PATCH v2 04/16] afs: "
` [PATCH v2 05/16] ceph: "
` [PATCH v2 06/16] cifs: "
` [PATCH v2 07/16] cramfs: "
` [PATCH v2 08/16] ecryptfs: "
` [PATCH v2 09/16] fuse: "
` [PATCH v2 10/16] hostfs: "
` [PATCH v2 11/16] jffs2: "
` [PATCH v2 12/16] ubifs: "
` [PATCH v2 13/16] udf: "
` [PATCH v2 14/16] vboxsf: "
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate into its one caller
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH v4 0/3] xfsprogs: consolidate stripe validation
 2020-10-09 13:50 UTC  (12+ messages)
  ` [PATCH v4 1/3] xfsprogs: allow i18n to xfs printk
  ` [PATCH v4 2/3] xfs: introduce xfs_validate_stripe_factors()
  ` [PATCH v4 3/3] xfsprogs: make use of xfs_validate_stripe_factors()

[PATCH v5 0/3] xfsprogs: consolidate stripe validation
 2020-10-09  5:24 UTC  (4+ messages)
` [PATCH v5 1/3] libxfs: allow i18n to xfs printk
` [PATCH v5 2/3] xfs: introduce xfs_validate_stripe_factors()
` [PATCH v5 3/3] mkfs: make use of xfs_validate_stripe_factors()

[PATCH] xfs: introduce xfs_validate_stripe_factors()
 2020-10-09  5:05 UTC 

[PATCH] xfsprogs: ignore autofs mount table entries
 2020-10-09  0:55 UTC  (8+ messages)

[PATCH] xfsprogs: ignore autofs mount table entries
 2020-10-09  0:49 UTC  (4+ messages)

[PATCH] libhandle: fix potential unterminated string problem
 2020-10-08 21:53 UTC  (2+ messages)

[PATCH] generic: test reflinked file corruption after short COW
 2020-10-08 21:22 UTC  (2+ messages)
` [PATCH V2] "

[PATCH] libfrog: fix a potential null pointer dereference
 2020-10-08 20:16 UTC  (2+ messages)

[PATCH] xfs: flush new eof page on truncate to avoid post-eof corruption
 2020-10-08 19:11 UTC  (3+ messages)

[PATCH 0/3] xfs: rework quotaoff to avoid log deadlock
 2020-10-08 18:27 UTC  (10+ messages)
` [PATCH 1/3] xfs: skip dquot reservations if quota is inactive
` [PATCH 2/3] xfs: transaction subsystem quiesce mechanism
` [PATCH 3/3] xfs: rework quotaoff logging to avoid log deadlock on active fs

[PATCH v9 0/4] xfs: Remove wrappers for some semaphores
 2020-10-08 16:16 UTC  (12+ messages)
` [PATCH v9 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v9 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v9 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v9 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH v10 0/4] xfs: Remove wrappers for some semaphores
 2020-10-08 15:11 UTC  (7+ messages)
` [PATCH v10 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v10 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v10 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v10 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH 0/2] xfs: a couple of realtime growfs fixes
 2020-10-08 15:02 UTC  (9+ messages)
` [PATCH 1/2] xfs: fix realtime bitmap/summary file truncation when growing rt volume
` [PATCH 2/2] xfs: make xfs_growfs_rt update secondary superblocks
` [RFC PATCH 3/2] xfstest: test running growfs on the realtime volume

[PATCH v2] ext4/xfs: add page refcount helper
 2020-10-08  9:01 UTC  (2+ messages)

WARNING: ODEBUG bug in exit_to_user_mode_prepare
 2020-10-08  8:44 UTC 

[PATCH] xfs/194: actually check if we got the desired block size before proceeding
 2020-10-08  3:53 UTC 

[PATCH v3 0/5] xfs: random fixes for disk quota
 2020-10-08  0:54 UTC  (10+ messages)
` [PATCH v3 1/5] xfs: do the ASSERT for the arguments O_{u,g,p}dqpp
` [PATCH v3 2/5] xfs: fix the indent in xfs_trans_mod_dquot
` [PATCH v3 3/5] xfs: delete duplicated tp->t_dqinfo null check and allocation
` [PATCH v3 4/5] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
` [PATCH v3 5/5] xfs: directly return if the delta equal to zero

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07 21:59 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e5b23740db9b
 2020-10-07 16:38 UTC 

[PATCH v2 0/2] xfs: a few fixes and cleanups to GETFSMAP
 2020-10-07  8:40 UTC  (5+ messages)
` [PATCH 1/2] xfs: limit entries returned when counting fsmap records
` [PATCH 2/2] xfs: fix deadlock and streamline xfs_getfsmap performance

[PATCH V5 00/12] Bail out if transaction can cause extent count to overflow
 2020-10-07  5:09 UTC  (21+ messages)
` [PATCH V5 02/12] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V5 03/12] xfs: Check for extent overflow when punching a hole
` [PATCH V5 04/12] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V5 09/12] xfs: Check for extent overflow when swapping extents
` [PATCH V5 10/12] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V5 11/12] xfs: Set tp->t_firstblock only once during a transaction's lifetime
` [PATCH V5 12/12] xfs: Introduce error injection to allocate only minlen size extents for files

[PATCH 0/2] xfsdump: obsolete file type handling cleanups
 2020-10-06 22:09 UTC  (5+ messages)
` [PATCH 1/2] xfsdump: remove obsolete code for handling mountpoint inodes
` [PATCH 2/2] xfsdump: remove obsolete code for handling xenix named pipes

[PATCH] xfsprogs: fix ioctl_xfs_geometry manpage naming
 2020-10-06 15:32 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v8 0/4] xfs: Remove wrappers for some semaphores
 2020-10-06 15:28 UTC  (13+ messages)
` [PATCH v8 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v8 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v8 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v8 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH] xfs_repair: remove obsolete code for handling mountpoint inodes
 2020-10-06 14:47 UTC  (2+ messages)

[PATCH 2/2] xfs: kick extra large ioends to completion workqueue
 2020-10-06 14:07 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v2 0/4] xfs: random fixes for disk quota
 2020-10-06 11:33 UTC  (8+ messages)
` [PATCH v2 1/4] xfs: do the ASSERT for the arguments O_{u,g,p}dqpp
` [PATCH v2 2/4] xfs: fix the indent in xfs_trans_mod_dquot
` [PATCH v2 3/4] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag

[PATCH v4 0/3] xfs: fix inode use-after-free during log recovery
 2020-10-06  6:24 UTC  (4+ messages)
` [PATCH 2/3] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

[PATCH v5 0/5] xfs: fix how we deal with new intents during recovery
 2020-10-06  6:22 UTC  (3+ messages)
` [PATCH 5/5] xfs: xfs_defer_capture should absorb remaining transaction reservation

[PATCH v5 0/4] xfs: fix some log stalling problems in defer ops
 2020-10-05 18:21 UTC  (3+ messages)
` [PATCH 3/4] xfs: expose the log push threshold
` [PATCH 4/4] xfs: only relog deferred intent items if free space in the log gets low


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