linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 17:45:22 to 2020-04-01 19:02:59 UTC [more...]

[Bug 207053] New: fsfreeze deadlock on XFS (the FIFREEZE ioctl and subsequent FITHAW hang indefinitely)
 2020-04-01 19:02 UTC 

[RFC 0/2] Begin switching iomap from apply to iter
 2020-04-01 18:42 UTC  (5+ messages)
` [PATCH 1/2] iomap: Add iomap_iter API
` [PATCH 2/2] iomap: Convert page_mkwrite to iter API

linux-next: xfs metadata corruption since 30 March
 2020-04-01 18:24 UTC  (11+ messages)

[PATCH] iomap: Handle memory allocation failure in readahead
 2020-04-01 16:58 UTC  (6+ messages)

[PATCH 0/4] xfs: random fixes
 2020-04-01 13:49 UTC  (17+ messages)
` [PATCH 1/4] xfs: prohibit fs freezing when using empty transactions
  ` [PATCH v2 "
` [PATCH 2/4] xfs: validate the realtime geometry in xfs_validate_sb_common
  ` [PATCH v2 "
` [PATCH 3/4] xfs: drop all altpath buffers at the end of the sibling check
` [PATCH 4/4] xfs: directory bestfree check should release buffers

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-04-01 10:25 UTC  (10+ messages)

[PATCH v2] xfs: trace quota allocations for all quota types
 2020-04-01  5:15 UTC  (2+ messages)

[PATCH] xfs: move trace_xfs_dquot_dqalloc() to proper place
 2020-04-01  1:50 UTC  (3+ messages)

[PATCH 0/2] xfs: a couple AIL pushing trylock fixes
 2020-03-31 11:46 UTC  (19+ messages)
` [PATCH 1/2] xfs: trylock underlying buffer on dquot flush
` [PATCH 2/2] xfs: return locked status of inode buffer on xfsaild push

[PATCH] iomap: Do not use GFP_NORETRY to allocate BIOs
 2020-03-31  9:21 UTC  (7+ messages)

[PATCH] xfs: remove redundant variable assignment in xfs_symlink()
 2020-03-30 18:37 UTC  (3+ messages)

[PATCH] common/xfs: Execute _xfs_check only when explicitly asked
 2020-03-30 10:12 UTC 

[PATCH] xfs: ratelimit inode flush on buffered write ENOSPC
 2020-03-30  0:33 UTC  (5+ messages)

[PATCH] xfs: don't write a corrupt unmount record to force summary counter recalc
 2020-03-29 23:04 UTC  (4+ messages)

[PATCH v3] generic: per-type quota timers set/get test
 2020-03-29  5:18 UTC 

[ANNOUNCE] xfs-linux: for-next updated to d4bc4c5fd177
 2020-03-28 18:25 UTC 

[PATCH] xfs: remove unnecessary judgment from xfs_create
 2020-03-27 15:45 UTC  (3+ messages)

[PATCH v4] xfs/191: update mkfs.xfs input results
 2020-03-27 10:25 UTC 

[PATCH] xfs: don't flush the entire filesystem when a buffered write runs out of space
 2020-03-27  9:09 UTC  (6+ messages)

[PATCH v2] xfs/191: update mkfs.xfs input results
 2020-03-27  1:22 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 0/8] xfs: various fixes and cleanups
 2020-03-27  0:50 UTC  (28+ messages)
` [PATCH 1/8] xfs: Lower CIL flush limit for large logs
` [PATCH 2/8] xfs: Throttle commits on delayed background CIL push
` [PATCH 3/8] xfs: don't allow log IO to be throttled
` [PATCH 4/8] xfs: Improve metadata buffer reclaim accountability
` [PATCH 5/8] xfs: correctly acount for reclaimable slabs
` [PATCH 6/8] xfs: factor common AIL item deletion code
` [PATCH 7/8] xfs: tail updates only need to occur when LSN changes
` [PATCH 8/8] xfs: factor inode lookup from xfs_ifree_cluster

lazytime fixes
 2020-03-26 17:01 UTC  (9+ messages)
` [PATCH 1/4] ubifs: remove broken lazytime support
` [PATCH 2/4] fs: avoid double-writing the inode on a lazytime expiration
` [PATCH 3/4] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH 4/4] fs: clean up generic_update_time a bit

[PATCH v10 00/25] Change readahead API
 2020-03-26 16:53 UTC  (9+ messages)
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead
` [PATCH v10 24/25] fuse: "

[ANNOUNCE] xfs-linux: for-next updated to 27fb5a72f50a
 2020-03-26 16:00 UTC 

[PATCH v3] xfs: validate the realtime geometry in xfs_validate_sb_common
 2020-03-26 15:48 UTC 

xfs: clean up log tickets and record writes v3
 2020-03-26 15:41 UTC  (23+ messages)
` [PATCH 1/8] xfs: don't try to write a start record into every iclog
` [PATCH 2/8] xfs: re-order initial space accounting checks in xlog_write
` [PATCH 3/8] xfs: refactor and split xfs_log_done()
` [PATCH 4/8] xfs: kill XLOG_TIC_INITED
` [PATCH 5/8] xfs: split xlog_ticket_done
` [PATCH 6/8] xfs: merge xlog_commit_record with xlog_write_done()
` [PATCH 7/8] xfs: refactor unmount record writing
` [PATCH 8/8] xfs: remove some stale comments from the log code

xfs: clean up log tickets and record writes v4
 2020-03-26 11:09 UTC  (11+ messages)
` [PATCH 1/8] xfs: don't try to write a start record into every iclog
` [PATCH 2/8] xfs: re-order initial space accounting checks in xlog_write
` [PATCH 3/8] xfs: refactor and split xfs_log_done()
` [PATCH 4/8] xfs: kill XLOG_TIC_INITED
` [PATCH 5/8] xfs: split xlog_ticket_done
` [PATCH 6/8] xfs: merge xlog_commit_record with xlog_write_done
` [PATCH 7/8] xfs: refactor unmount record writing
` [PATCH 8/8] xfs: remove some stale comments from the log code

xfs duplicate UUID
 2020-03-25 20:05 UTC  (8+ messages)

[PATCH] writeback: avoid double-writing the inode on a lazytime expiration
 2020-03-25 15:47 UTC  (9+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] writeback, xfs: call dirty_inode() with I_DIRTY_TIME_EXPIRED when appropriate

[PATCH] common/xfs: Execute _xfs_check only for block size <= 4k
 2020-03-25 13:12 UTC  (2+ messages)

[PATCH v2] xfs: shutdown on failure to add page to log bio
 2020-03-25 13:10 UTC  (2+ messages)

[PATCH] xfs: shutdown on failure to add page to log bio
 2020-03-25 11:41 UTC  (9+ messages)

[PATCH] xfs_db: clean up the salvage read callsites in set_cur()
 2020-03-25  7:13 UTC  (3+ messages)

[PATCH v2] xfs: preserve default grace interval during quotacheck
 2020-03-25  7:13 UTC  (3+ messages)

[PATCH 0/5] xfsprogs: miscellenaous patches
 2020-03-24 23:44 UTC  (10+ messages)
` [PATCH 4/5] xfsprogs: fix sliently borken option parsing
` [PATCH 5/5] xfs_io: set exitcode on failure appropriately


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