linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-20 14:24:18 to 2020-03-25 12:28:35 UTC [more...]

lazytime fixes
 2020-03-25 12:28 UTC  (2+ messages)
` [PATCH 1/4] ubifs: remove broken lazytime support

[PATCH v10 00/25] Change readahead API
 2020-03-25 12:02 UTC  (30+ messages)
` [PATCH v10 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v10 02/25] mm: Return void from various readahead functions
` [PATCH v10 03/25] mm: Ignore return value of ->readpages
` [PATCH v10 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v10 05/25] mm: Add new readahead_control API
` [PATCH v10 06/25] mm: Use readahead_control to pass arguments
` [PATCH v10 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v10 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v10 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v10 10/25] mm: Put readahead pages in cache earlier
` [PATCH v10 11/25] mm: Add readahead address space operation
` [PATCH v10 12/25] mm: Move end_index check out of readahead loop
` [PATCH v10 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v10 14/25] mm: Document why we don't set PageReadahead
` [PATCH v10 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v10 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead
` [PATCH v10 18/25] erofs: Convert uncompressed files "
` [PATCH v10 19/25] erofs: Convert compressed "
` [PATCH v10 20/25] ext4: Convert "
` [PATCH v10 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v10 22/25] f2fs: Convert from readpages to readahead
` [PATCH v10 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v10 24/25] fuse: Convert from readpages to readahead
` [PATCH v10 25/25] iomap: "

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

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

[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/4] xfs: random fixes
 2020-03-25  6:07 UTC  (13+ 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 0/8] xfs: various fixes and cleanups
 2020-03-25  5:10 UTC  (18+ 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

[PATCH 0/5] xfsprogs: miscellenaous patches
 2020-03-24 23:44 UTC  (17+ messages)
` [PATCH 1/5] mkfs: use cvtnum from libfrog
` [PATCH 2/5] xfsprogs: Fix --disable-static option build
` [PATCH 3/5] xfsprogs: LDFLAGS comes from configure, not environment
` [PATCH 4/5] xfsprogs: fix sliently borken option parsing
` [PATCH 5/5] xfs_io: set exitcode on failure appropriately

xfs: clean up log tickets and record writes v3
 2020-03-24 20:42 UTC  (17+ 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-24 18:26 UTC  (6+ messages)

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

[PATCH 00/11] xfs: clean up log tickets and record writes
 2020-03-24 12:37 UTC  (4+ messages)
` [PATCH 03/11] xfs: refactor and split xfs_log_done()

[PATCH] xfstests: remove xfs/191-input-validation
 2020-03-24  9:43 UTC  (4+ messages)

[PATCH] common/xfs: Execute _xfs_check only for block size <= 4k
 2020-03-24  3:47 UTC 

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

[PATCH] iomap: Do not use GFP_NORETRY to allocate BIOs
 2020-03-23 16:51 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: vfs-for-next updated to 56939e014a6c
 2020-03-23 16:46 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 693639994b13
 2020-03-23 16:43 UTC 

more log cleanups
 2020-03-23 15:27 UTC  (3+ messages)
` [PATCH 5/8] xfs: remove the aborted parameter to xlog_state_done_syncing

[PATCH] iomap: Submit the BIO at the end of each extent
 2020-03-23 12:59 UTC  (6+ messages)

[PATCH] xfs: remove unused SHUTDOWN_ flags
 2020-03-23  8:30 UTC  (2+ messages)

[PATCH v9 00/25] Change readahead API
 2020-03-23  3:55 UTC  (40+ messages)
` [PATCH v9 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v9 02/25] mm: Return void from various readahead functions
` [PATCH v9 03/25] mm: Ignore return value of ->readpages
` [PATCH v9 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v9 06/25] mm: Use readahead_control to pass arguments
` [PATCH v9 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v9 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v9 10/25] mm: Put readahead pages in cache earlier
` [PATCH v9 11/25] mm: Add readahead address space operation
` [PATCH v9 12/25] mm: Move end_index check out of readahead loop
` [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v9 14/25] mm: Document why we don't set PageReadahead
` [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v9 18/25] erofs: Convert uncompressed files from readpages to readahead
  ` [f2fs-dev] "
` [PATCH v9 19/25] erofs: Convert compressed "
  ` [f2fs-dev] "
` [PATCH v9 20/25] ext4: Convert "
` [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v9 22/25] f2fs: Convert from readpages to readahead
  ` [f2fs-dev] "
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [f2fs-dev] "

[PATCH v2] generic: per-type quota timers set/get test
 2020-03-22 15:18 UTC  (2+ messages)

[PATCH v6 0/4] xfs: Remove wrappers for some semaphores
 2020-03-20 15:48 UTC  (8+ messages)
` [PATCH v6 1/4] xfs: Refactor xfs_isilocked()


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