linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 05:51:54 to 2019-11-12 21:49:32 UTC [more...]

[PATCH v4 0/5] xfs: remove several typedefs in quota code
 2019-11-12 21:33 UTC  (2+ messages)
` [PATCH v4 1/5] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t

[RFC 0/5] xfs: y2038 conversion
 2019-11-12 21:32 UTC  (11+ messages)
` [RFC 1/5] xfs: [variant A] avoid time_t in user api
` [RFC 2/5] xfs: [variant B] add time64 version of xfs_bstat
` [RFC 3/5] xfs: [variant C] avoid i386-misaligned xfs_bstat
` [RFC 4/5] xfs: extend inode format for 40-bit timestamps
      ` [Y2038] "
` [RFC 5/5] xfs: use 40-bit quota time limits

[PATCH] xfs: remove the unused m_chsize field
 2019-11-12 21:26 UTC  (3+ messages)

WARNING: CPU: 5 PID: 25802 at fs/xfs/libxfs/xfs_bmap.c:4530 xfs_bmapi_convert_delalloc+0x434/0x4a0 [xfs]
 2019-11-12 21:22 UTC  (5+ messages)

[PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2019-11-12 21:21 UTC  (3+ messages)
  ` [kernel-hardening] "

[RFC][PATCH] xfs: extended timestamp range
 2019-11-12 21:11 UTC  (7+ messages)

State of realtime option
 2019-11-12 20:13 UTC 

Investment opportunity
 2019-11-12 17:57 UTC 

[PATCH 0/2] Move swap functions out of address space operations
 2019-11-12 17:09 UTC  (12+ messages)
` [PATCH 1/2] fs: Clean up mapping variable
` [PATCH 2/2] fs: Move swap_[de]activate to file_operations

[PATCH v4] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
 2019-11-12 16:59 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: iomap-for-next updated to e9f930ac88a8
 2019-11-12 16:43 UTC 

xfs inode structure cleanups
 2019-11-12 16:25 UTC  (8+ messages)
` [PATCH 1/4] xfs: use a struct timespec64 for the in-core crtime
` [PATCH 2/4] xfs: merge the projid fields in struct xfs_icdinode
` [PATCH 3/4] xfs: don't reset the "inode core" in xfs_iread

[PATCH v4 00/17] xfs: Delay Ready Attributes
 2019-11-12 13:37 UTC  (68+ messages)
` [PATCH v4 01/17] xfs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v4 02/17] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v4 03/17] xfs: Embed struct xfs_name in xfs_da_args
` [PATCH v4 04/17] xfs: Add xfs_dabuf defines
` [PATCH v4 05/17] xfs: Add xfs_has_attr and subroutines
` [PATCH v4 06/17] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v4 07/17] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v4 08/17] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v4 09/17] xfs: Factor up commit from xfs_attr_try_sf_addname
` [PATCH v4 11/17] xfs: Add xfs_attr3_leaf helper functions
` [PATCH v4 12/17] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v4 13/17] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v4 14/17] xfs: Add delay context to xfs_da_args
` [PATCH v4 15/17] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v4 16/17] xfs: Add delay ready attr remove routines
` [PATCH v4 17/17] xfs: Add delay ready attr set routines

[xfs] 73e5fff98b: kmsg.dev/zero:Can't_open_blockdev
 2019-11-12 12:08 UTC  (4+ messages)
  ` [LTP] "

[PATCH v3] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
 2019-11-12  6:44 UTC  (3+ messages)

Coverity: xlog_write_iclog(): Memory - corruptions
 2019-11-12  2:41 UTC 

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-11-11 23:54 UTC  (9+ messages)
` [PATCH 5/5] fs/xfs: Allow toggle of physical DAX flag

[PATCH v2 0/4] xfs: remove several typedefs in quota code
 2019-11-11 18:24 UTC  (10+ messages)
` [PATCH v2 1/4] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t typedefs
` [PATCH v2 2/4] xfs: remove the xfs_quotainfo_t typedef
` [PATCH v2 3/4] xfs: remove the xfs_dq_logitem_t typedef
` [PATCH v2 4/4] xfs: remove the xfs_qoff_logitem_t typedef

[PATCH] xfs: devirtualize ->m_dirnameops
 2019-11-11 18:10 UTC  (2+ messages)

[PATCH] xfs_io: fix memory leak in add_enckey
 2019-11-11 18:07 UTC  (6+ messages)

[ANNOUNCE] xfsprogs master updated to 0f6bd6e / v5.3.0-rc2
 2019-11-11 16:37 UTC 

[PATCH v4 0/3] xfs: refactor corruption returns
 2019-11-11 13:51 UTC  (6+ messages)
` [PATCH 1/3] xfs: add a if_xfs_meta_bad macro for testing and logging bad metadata
` [PATCH 2/3] xfs: kill the XFS_WANT_CORRUPT_* macros
` [PATCH 3/3] xfs: convert open coded corruption check to use XFS_IS_CORRUPT

[PATCH 0/3] xfs: various fixes
 2019-11-11  8:05 UTC  (7+ messages)
` [PATCH 1/3] xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
` [PATCH 2/3] xfs: attach dquots and reserve quota blocks during unwritten conversion
` [PATCH 3/3] xfs: attach dquots before performing xfs_swap_extents

[ANNOUNCE] xfs-linux: for-next updated to 23220fe260c4
 2019-11-11  1:17 UTC 

[PATCH v3 0/4] remove several typedefs in quota code
 2019-11-10 21:22 UTC  (9+ messages)
` [PATCH v3 1/4] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
` [PATCH v3 2/4] xfs: remove the xfs_quotainfo_t typedef
` [PATCH v3 3/4] xfs: remove the xfs_dq_logitem_t typedef
` [PATCH v3 4/4] xfs: remove the xfs_qoff_logitem_t typedef

[PATCH v3 0/2] xfs: refactor corruption checking and reporting
 2019-11-10 18:20 UTC  (9+ messages)
` [PATCH 1/2] xfs: refactor "does this fork map blocks" predicate
` [PATCH 2/2] xfs: convert open coded corruption check to use XFS_IS_CORRUPT

[PATCH] xfs: Add xfs_dabuf defines
 2019-11-10  1:19 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 2b91b28e29f6
 2019-11-08 16:17 UTC 

[PATCH] iomap: iomap_bmap should check iomap_apply return value
 2019-11-08 16:11 UTC  (5+ messages)

[PATCH] xfs: remove a stray tab in xfs_remount_rw()
 2019-11-08 16:06 UTC  (3+ messages)

[PATCH] xfs_io/lsattr: expose FS_XFLAG_HASATTR flag
 2019-11-08 13:39 UTC  (3+ messages)

[PATCH v2] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
 2019-11-08 11:48 UTC  (6+ messages)

[PATCH] xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE
 2019-11-08  7:49 UTC  (4+ messages)

[PATCH v2 0/3] xfs: various coverity fixes
 2019-11-08  7:47 UTC  (13+ messages)
` [PATCH 1/3] xfs: annotate functions that trip static checker locking checks
` [PATCH 2/3] xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
` [PATCH 3/3] xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock

[PATCH v3 00/10] xfs: report corruption to the health trackers
 2019-11-08  7:06 UTC  (11+ messages)
` [PATCH 01/10] xfs: separate the marking of sick and checked metadata
` [PATCH 02/10] xfs: report ag header corruption errors to the health tracking system
` [PATCH 03/10] xfs: report block map "
` [PATCH 04/10] xfs: report btree block corruption errors to the health system
` [PATCH 05/10] xfs: report dir/attr "
` [PATCH 06/10] xfs: report symlink "
` [PATCH 07/10] xfs: report inode "
` [PATCH 08/10] xfs: report quota block "
` [PATCH 09/10] xfs: report realtime metadata "
` [PATCH 10/10] xfs: report XFS_IS_CORRUPT "

[Bug 205467] New: [xfstests generic/475]: XFS: Assertion failed: ip->i_d.di_format != XFS_DINODE_FMT_BTREE || ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK), file: fs/xfs/xfs_inode.c, line: 3652
 2019-11-08  6:51 UTC 

[Bug 205465] New: [xfstests generic/475]: general protection fault: 0000 [#1] SMP KASAN PTI, RIP: 0010:iter_file_splice_write+0x63f/0xa90
 2019-11-08  6:32 UTC 

[PATCH] xfs: optimise xfs_mod_icount/ifree when delta < 0
 2019-11-08  5:58 UTC  (7+ 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).