linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 16:50:24 to 2019-10-15 17:07:14 UTC [more...]

[PATCH 00/11] xfs_scrub: fix IO error detection during media verify
 2019-10-15 17:07 UTC  (3+ messages)
` [PATCH 01/11] xfs_scrub: fix handling of read-verify pool runtime errors

misc iclog state machine cleanups
 2019-10-15 17:07 UTC  (22+ messages)
` [PATCH 1/8] xfs: pass the correct flag to xlog_write_iclog
` [PATCH 2/8] xfs: remove the unused ic_io_size field from xlog_in_core
` [PATCH 3/8] xfs: move the locking from xlog_state_finish_copy to the callers
` [PATCH 4/8] xfs: call xlog_state_release_iclog with l_icloglock held
` [PATCH 5/8] xfs: remove dead ifdef XFSERRORDEBUG code
` [PATCH 6/8] xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flags
` [PATCH 7/8] xfs: turn ic_state into an enum
` [PATCH 8/8] xfs: remove the XLOG_STATE_DO_CALLBACK state

[PATCH 00/13] libfrog/xfs_scrub: fix error handling
 2019-10-15 16:57 UTC  (20+ messages)
` [PATCH 06/13] libfrog: add missing per-thread variable "
` [PATCH 07/13] libfrog: fix bitmap error communication problems
` [PATCH 08/13] libfrog: fix missing error checking in bitmap code
` [PATCH 09/13] xfs_scrub: fix per-thread counter error communication problems
` [PATCH 10/13] xfs_scrub: report all progressbar creation failures
` [PATCH 11/13] xfs_scrub: check progress bar timedwait failures
` [PATCH 12/13] xfs_scrub: move all the queue_subdir error reporting to callers
` [PATCH 13/13] xfs_scrub: fix error handling problems in vfs.c

[ANNOUNCE] xfs-linux: iomap-5.5-merge updated to c9acd3aee077
 2019-10-15 16:55 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 5e0cd1ef6474
 2019-10-15 16:50 UTC 

[PATCH] xfs: introduce "metasync" api to sync metadata to fsblock
 2019-10-15 16:18 UTC  (15+ messages)

iomap: use SECTOR_SIZE instead of 512 in iomap_page definition
 2019-10-15 16:19 UTC  (4+ messages)

[PATCH] xfs: change the seconds fields in xfs_bulkstat to signed
 2019-10-15 16:04 UTC  (4+ messages)

lift the xfs writepage code into iomap v7
 2019-10-15 15:43 UTC  (13+ messages)
` [PATCH 01/12] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 02/12] xfs: set IOMAP_F_NEW more carefully
` [PATCH 03/12] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 04/12] xfs: refactor the ioend merging code
` [PATCH 05/12] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 06/12] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 07/12] iomap: zero newly allocated mapped blocks
` [PATCH 08/12] iomap: lift the xfs readpage / readpages tracing to iomap
` [PATCH 09/12] iomap: lift the xfs writeback code "
` [PATCH 10/12] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 11/12] iomap: move struct iomap_page out of iomap.h
` [PATCH 12/12] iomap: cleanup iomap_ioend_compare

[PATCH] fsstress: add renameat2 support
 2019-10-15 15:05 UTC  (7+ messages)

[PATCH] iomap: fix the logic about poll io in iomap_dio_bio_actor
 2019-10-15 13:50 UTC  (3+ messages)

iomap and xfs COW cleanups v2
 2019-10-15 13:00 UTC  (7+ messages)
` [PATCH 08/20] iomap: use a srcmap for a read-modify-write I/O

[PATCH] loop: fix no-unmap write-zeroes request behavior
 2019-10-15  7:58 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[RFC PATCH 0/3] xfs: grant head concurrency experiment
 2019-10-14 18:13 UTC  (4+ messages)
` [RFC PATCH 1/3] xfs: temporarily bypass oneshot grant tail verification
` [RFC PATCH 2/3] xfs: fold grant space update into head check function
` [RFC PATCH 3/3] xfs: recheck free reservation on grant head update contention

[PATCH] xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS
 2019-10-14 17:34 UTC  (3+ messages)

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-14 13:07 UTC  (63+ messages)
` [PATCH 01/26] xfs: Lower CIL flush limit for large logs
` [PATCH 02/26] xfs: Throttle commits on delayed background CIL push
` [PATCH 03/26] xfs: don't allow log IO to be throttled
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/26] xfs: correctly acount for reclaimable slabs
` [PATCH 06/26] xfs: synchronous AIL pushing
` [PATCH 07/26] xfs: tail updates only need to occur when LSN changes
` [PATCH 08/26] mm: directed shrinker work deferral
` [PATCH 14/26] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/26] xfs: synchronous AIL pushing
` [PATCH 17/26] xfs: don't block kswapd in inode reclaim
` [PATCH 18/26] xfs: reduce kswapd blocking on inode locking
` [PATCH 19/26] xfs: kill background reclaim work
` [PATCH 20/26] xfs: use AIL pushing for inode reclaim IO
` [PATCH 21/26] xfs: remove mode from xfs_reclaim_inodes()
` [PATCH 22/26] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/26] xfs: reclaim inodes from the LRU
` [PATCH 25/26] xfs: rework unreferenced inode lookups
` [PATCH 26/26] xfs: use xfs_ail_push_all_sync in xfs_reclaim_inodes

[PATCH 0/2 v3] iomap: Waiting for IO in iomap_dio_rw()
 2019-10-14  9:32 UTC  (7+ messages)
` [PATCH 1/2] iomap: Allow forcing of waiting for running DIO "
` [PATCH 2/2] xfs: Use iomap_dio_rw_wait()

small fixes for the always_cow mode
 2019-10-14  7:19 UTC  (7+ messages)
` [PATCH 1/2] xfs: disable xfs_ioc_space for always COW inodes
` [PATCH 2/2] xfs: ignore extent size hints "

[PATCH v5 00/17] xfs: mount API patch series
 2019-10-14  1:28 UTC  (39+ messages)
` [PATCH v5 04/17] xfs: mount-api - add fs parameter description
` [PATCH v5 05/17] xfs: mount-api - refactor suffix_kstrtoint()
` [PATCH v5 06/17] xfs: mount-api - refactor xfs_parseags()
` [PATCH v5 08/17] xfs: mount-api - move xfs_parseargs() validation to a helper
` [PATCH v5 09/17] xfs: mount-api - refactor xfs_fs_fill_super()
` [PATCH v5 10/17] xfs: mount-api - add xfs_get_tree()
` [PATCH v5 13/17] xfs: mount api - add xfs_reconfigure()
` [PATCH v5 16/17] xfs: mount-api - switch to new mount-api
` [PATCH v5 17/17] xfs: mount-api - remove remaining legacy mount code

[Project Quota]file owner could change its project ID?
 2019-10-13 16:41 UTC  (3+ messages)

[PATCH 0/2 v2] iomap: Waiting for IO in iomap_dio_rw()
 2019-10-11 21:13 UTC  (8+ messages)
` [PATCH 1/2] iomap: Allow forcing of waiting for running DIO "
` [PATCH 2/2] xfs: Use iomap_dio_rw_wait()

[PATCH] fstests: remove duplicated renameat2 system call number for i386
 2019-10-11 13:06 UTC  (2+ messages)

[PATCH] xfs: fix wrong struct type in ioctl definition whih cmd XFS_IOC_GETBMAPAX
 2019-10-11 13:06 UTC  (2+ messages)

[PATCH 0/4] fstests: random fixes
 2019-10-11  7:52 UTC  (6+ messages)
` [PATCH 4/4] populate: punch files after writing to fragment free space properly
  ` [PATCH v2 "

[GIT PULL] xfs: fixes for 5.4-rc3
 2019-10-10 18:50 UTC  (2+ messages)

[PATCH 0/2] iomap: Waiting for IO in iomap_dio_rw()
 2019-10-10 15:09 UTC  (8+ messages)
` [PATCH 1/2] iomap: Allow forcing of waiting for running DIO "
` [PATCH 2/2] xfs: Use iomap_dio_rw_wait()

Lease semantic proposal
 2019-10-10 10:39 UTC  (6+ messages)

[RFC PATCH 0/7] xfs: add reflink & dedupe support for fsdax
 2019-10-10  7:30 UTC  (4+ messages)

[PATCH 0/3] xfs: prepare repair for bulk loading
 2019-10-09 16:49 UTC 

[PATCH 0/2] xfs: health evaluations for repair
 2019-10-09 16:49 UTC  (2+ messages)
` [PATCH 2/2] xfs: always rescan allegedly healthy per-ag metadata after repair

[PATCH v20 0/4] xfs: online repair of AG btrees
 2019-10-09 16:50 UTC  (5+ messages)
` [PATCH 1/4] xfs: create a big array data structure
` [PATCH 2/4] xfs: repair free space btrees
` [PATCH 3/4] xfs: repair inode btrees
` [PATCH 4/4] xfs: repair refcount btrees


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