public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-01 15:39:48 to 2019-03-15 23:04:09 UTC [more...]

[PATCH] xfs: don't trip over uninitialized buffer on extent read of corrupted inode
 2019-03-15 23:03 UTC  (2+ messages)

[PATCH v2 00/36] xfsprogs-5.0: fix various problems
 2019-03-15 22:02 UTC  (63+ messages)
` [PATCH 01/36] libxfs: fix repair deadlock due to failed inode flushes
` [PATCH 02/36] configure: use sys/xattr.h for fsetxattr detection
` [PATCH 03/36] configure.ac: fix alignment of features
` [PATCH 04/36] debian: drop dangling libhandle.a symlinks in xfslibs-dev
` [PATCH 05/36] debian: don't bypass top level Makefile when building subdirs
` [PATCH 06/36] debian: enable parallel make
` [PATCH 07/36] xfs_io: actually check copy file range helper return values
` [PATCH 08/36] xfs_io: statx -r should print attributes_mask
` [PATCH 09/36] xfs_io: don't walk off the end of argv in fzero_f
  ` [PATCH 09.5/36] xfs_io: document fzero_f -k option in manpage
` [PATCH 10/36] xfs_scrub_all: walk the lsblk device/fs hierarchy correctly
` [PATCH 11/36] xfs_scrub_all.timer: activate after most of the system is up
` [PATCH 12/36] xfs_scrub: rename the global nr_threads
` [PATCH 13/36] xfs_scrub: use datadev parallelization estimates for thread count
` [PATCH 14/36] xfs_scrub: don't expose internal pool state
` [PATCH 15/36] xfs_scrub: one read/verify pool per disk
` [PATCH 16/36] xfs_scrub: don't close mnt_fd when mnt_fd open fails
` [PATCH 17/36] xfs_scrub: check label for misleading characters
` [PATCH 18/36] scrub: fix Makefile targets which depend on builddefs
` [PATCH 19/36] mkfs: validate extent size hint parameters
` [PATCH 20/36] xfs_db: fix finobt record decoding when sparse inodes enabled
` [PATCH 21/36] xfs_db: use TYP_FINOBT for finobt metadump
` [PATCH 22/36] xfs_info: use findmnt to handle mounted block devices
` [PATCH 23/36] xfs_repair: reinitialize the root directory nlink correctly
` [PATCH 24/36] xfs_repair: bump the irec on-disk nlink when adding lost+found
` [PATCH 25/36] xfs_repair: fix uninitialized variable warnings
` [PATCH 26/36] xfs_repair: refactor buffer ops assignments during phase 5
` [PATCH 27/36] xfs_repair: pass ops through during scan
` [PATCH 28/36] libfrog: hoist bitmap out of scrub
` [PATCH 29/36] xfs_repair: correctly account for free space btree shrinks when fixing freelist
` [PATCH 30/36] libxfs: retain ifork_ops when flushing inode
` [PATCH 31/36] libxfs: refactor the open-coded libxfs_trans_bjoin calls
` [PATCH 32/36] libxfs: refactor buffer item release code
` [PATCH 33/36] libxfs: don't touch buffer log item pointer when flushing inode log item
` [PATCH 34/36] libxfs: fix buffer log item lifetime weirdness
` [PATCH 35/36] libxfs: shorten inode item lifetime
` [PATCH 36/36] libxfs: remove libxfs_trans_iget

[GIT PULL] xfs: minor cleanups for 5.1-rc1
 2019-03-15 21:45 UTC  (2+ messages)

[PATCH 0/4] xfs: various rough fixes
 2019-03-15 12:31 UTC  (12+ messages)
` [PATCH 1/4] xfs: only free posteof blocks on first close
` [PATCH 2/4] xfs: force writes to delalloc regions to unwritten
` [PATCH 3/4] xfs: trace transaction reservation logcount overflow
` [PATCH 4/4] xfs: avoid reflink end cow deadlock

xlog_grant_head_wait deadlocks on high-rolling transactions?
 2019-03-15 11:32 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 6ef50fe9afae
 2019-03-15  6:41 UTC  (4+ messages)

[PATCH] xfstests: test swapext log replay
 2019-03-12 17:14 UTC  (7+ messages)

nbd, nbdkit, loopback mounts and memory management
 2019-03-12 16:14 UTC 

[PATCH 1/2] xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname
 2019-03-12 14:23 UTC  (7+ messages)
` [PATCH 2/2] xfs: clean up xfs_dir2_leaf_addname

BUG: MAX_STACK_TRACE_ENTRIES too low!
 2019-03-11 18:17 UTC  (7+ messages)

[PATCH] xfs: Use kmem_zalloc for bp->b_pages
 2019-03-10 21:53 UTC  (4+ messages)

Processed: user debian-qa@lists.debian.org, found 905052 in 4.20.0-1, found 856939 in 0.78.1-1 
 2019-03-10 17:51 UTC 

COW improvements and always_cow support V5
 2019-03-09 17:34 UTC  (4+ messages)
` xfs/420 and xfs/421: don't disturb unwritten status with md5sum

[PATCH] xfs: clean up xfs_dir2_leafn_add
 2019-03-08 23:31 UTC  (6+ messages)

[PATCH] xfs: mark xfs_dir2_sf_entry_t as __packed again
 2019-03-08 15:29 UTC  (2+ messages)

[PATCH] xfs: allocate sector sized IO buffer via page_frag_alloc
 2019-03-08  8:18 UTC  (11+ messages)

[PATCH 00/23] xfsprogs-5.0: fix various problems
 2019-03-08  8:09 UTC  (28+ messages)
` [PATCH 01/23] configure: use sys/xattr.h for fsetxattr detection
` [PATCH 02/23] xfs_io: actually check copy file range helper return values
` [PATCH 03/23] xfs_io: statx -r should print attributes_mask
` [PATCH 04/23] xfs_scrub_all: walk the lsblk device/fs hierarchy correctly
` [PATCH 05/23] xfs_scrub_all.timer: activate after most of the system is up
` [PATCH 06/23] xfs_scrub: rename the global nr_threads
` [PATCH 07/23] xfs_scrub: use datadev parallelization estimates for thread count
` [PATCH 08/23] xfs_scrub: don't expose internal pool state
` [PATCH 09/23] xfs_scrub: one read/verify pool per disk
` [PATCH 10/23] xfs_scrub: don't close mnt_fd when mnt_fd open fails
` [PATCH 11/23] xfs_scrub: check label for misleading characters
` [PATCH 12/23] mkfs: validate extent size hint parameters
` [PATCH 13/23] xfs_repair: reinitialize the root directory nlink correctly
` [PATCH 14/23] xfs_repair: bump the irec on-disk nlink when adding lost+found
` [PATCH 15/23] xfs_repair: fix uninitialized variable warnings
` [PATCH 16/23] xfs_db: fix finobt record decoding when sparse inodes enabled
` [PATCH 17/23] xfs_db: use TYP_FINOBT for finobt metadump
` [PATCH 18/23] xfs_info: use findmnt to handle mounted block devices
` [PATCH 19/23] libfrog: hoist bitmap out of scrub
` [PATCH 20/23] xfs_repair: correctly account for free space btree shrinks when fixing freelist
` [PATCH 21/23] libxfs: free buffer log item in libxfs_trans_brelse
` [PATCH 22/23] libxfs: free inode item when committing transaction
` [PATCH 23/23] libxfs: free buffer and inode log items when cancelling a transaction
` [PATCH 24/23] xfs_io: don't walk off the end of argv in fzero_f

[PATCH] xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add
 2019-03-08  0:47 UTC  (2+ messages)

[GIT PULL] xfs: new features for v5.1
 2019-03-07 17:50 UTC  (2+ messages)

[PATCH RFCv2 0/3] XFS near block allocation algorithm prototype
 2019-03-07 17:24 UTC  (4+ messages)
` [PATCH RFCv2 1/3] xfs: refactor small allocation helper to skip cntbt attempt
` [PATCH RFCv2 2/3] xfs: introduce generic extent allocation infrastructure
` [PATCH RFCv2 3/3] xfs: use generic extent alloc mechanism for near mode allocs

[PATCH 0/5] fstests: various fixes
 2019-03-07 15:51 UTC  (10+ messages)
` [PATCH 1/5] common/rc: fix get_max_lfs_filesize
` [PATCH 2/5] xfs/010: use correct type for finobt corrupting
` [PATCH 3/5] shared/298: unmount filesystem before examining underlying storage
` [PATCH 4/5] generic: test statx attribute_mask setting
` [PATCH 5/5] populate: force large finobt creation on xfs
` [PATCH 6/5] ext4/032: SCRATCH_DIR -> SCRATCH_MNT

[PATCH] Add xfs_only flag to fs_table_initialise_mounts() function
 2019-03-06 20:33 UTC  (5+ messages)

[PATCH 0/8] add generic interface to set/get project
 2019-03-04 23:36 UTC  (13+ messages)
` [PATCH 1/8] fs: add support to change project ID
    ` 答复: "
` [PATCH 4/8] xfs: support project ID in xfs_setattr()
` [PATCH 5/8] fs: add project support to statx
` [PATCH 8/8] xfs: support project in xfs_getattr()

[PATCH 1/2] fchownat.2: add project support updates
 2019-03-04 23:17 UTC  (9+ messages)
` [PATCH 2/2] statx.2: add project support update

[RFC PATCH v2 4/9] md:raid1: rd_hint support and consider stacked layer case
 2019-03-04 13:47 UTC  (2+ messages)
` [LKP] [md] d95576ef1d: BUG:unable_to_handle_kernel

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-03-03 23:45 UTC  (8+ messages)

[PATCH 1/2] misc: don't oom the box opening tmpfiles
 2019-03-02  9:32 UTC  (4+ messages)
` [PATCH 2/2] t_attr_corruption: fix this yet again

[ANNOUNCE] xfs-linux: for-next updated to 2ac87ea19d51
 2019-03-01 23:26 UTC 

[PATCH] xfs: set attributes_mask in xfs_vn_getattr
 2019-03-01 16:56 UTC  (2+ messages)

[RFC] xfs: fix reporting supported extra file attributes for statx()
 2019-03-01 16:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox