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

[PATCH v10 00/25] Change readahead API
 2020-03-23 20:22 UTC  (11+ messages)
` [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 12/25] mm: Move end_index check out of "
` [PATCH v10 14/25] mm: Document why we don't set PageReadahead
` [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 24/25] fuse: Convert "

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

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

[PATCH v7 0/4] xfs: Remove wrappers for some semaphores
 2020-03-23 16:49 UTC  (9+ 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

[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  (11+ messages)
` [PATCH 1/8] xfs: merge xlog_cil_push into xlog_cil_push_work
` [PATCH 2/8] xfs: factor out a xlog_wait_on_iclog helper
` [PATCH 3/8] xfs: simplify the xfs_log_release_iclog calling convention
` [PATCH 4/8] xfs: simplify log shutdown checking in xfs_log_release_iclog
` [PATCH 5/8] xfs: remove the aborted parameter to xlog_state_done_syncing
` [PATCH 6/8] xfs: refactor xlog_state_clean_iclog
` [PATCH 7/8] xfs: move the ioerror check out of xlog_state_clean_iclog
` [PATCH 8/8] xfs: remove xlog_state_want_sync

xfs: clean up log tickets and record writes v2
 2020-03-23 13:07 UTC  (10+ 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] 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  (3+ messages)

[PATCH v9 00/25] Change readahead API
 2020-03-23  3:55 UTC  (46+ 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 05/25] mm: Add new readahead_control API
` [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 09/25] mm: Remove 'page_offset' from readahead loop
` [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 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v9 17/25] btrfs: Convert from readpages to readahead
` [PATCH v9 18/25] erofs: Convert uncompressed files "
  ` [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 v9 24/25] fuse: Convert from readpages to readahead
` [PATCH v9 25/25] iomap: "

[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  (9+ messages)
` [PATCH v6 1/4] xfs: Refactor xfs_isilocked()

[PATCH] iomap: Submit BIOs at the end of each extent
 2020-03-19 19:08 UTC  (4+ messages)

cleanup log I/O error handling v2
 2020-03-19 13:37 UTC  (36+ messages)
` [PATCH 01/14] xfs: merge xlog_cil_push into xlog_cil_push_work
` [PATCH 02/14] xfs: factor out a xlog_wait_on_iclog helper
` [PATCH 03/14] xfs: simplify the xfs_log_release_iclog calling convention
` [PATCH 04/14] xfs: simplify log shutdown checking in xfs_log_release_iclog
` [PATCH 05/14] xfs: remove the aborted parameter to xlog_state_done_syncing
` [PATCH 06/14] xfs: refactor xlog_state_clean_iclog
` [PATCH 07/14] xfs: move the ioerror check out of xlog_state_clean_iclog
` [PATCH 08/14] xfs: move xlog_state_do_iclog_callbacks up
` [PATCH 09/14] xfs: move log shut down handling out of xlog_state_iodone_process_iclog
` [PATCH 11/14] xfs: merge xlog_state_clean_iclog into xlog_state_iodone_process_iclog
` [PATCH 12/14] xfs: merge xlog_state_set_callback "
` [PATCH 13/14] xfs: remove xlog_state_want_sync
` [PATCH 14/14] xfs: remove XLOG_STATE_IOERROR

[PATCH v8 00/25] Change readahead API
 2020-03-19 11:57 UTC  (4+ messages)

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

[PATCH] generic/587: fix rounding error in quota/stat block comparison
 2020-03-19  4:05 UTC  (4+ messages)
` [PATCH v2] "

write atomicity with xfs ... current status?
 2020-03-19  1:07 UTC  (10+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 8a6271431339
 2020-03-18 18:03 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to d9973ce2fe5b
 2020-03-18 16:56 UTC 

[ANNOUNCE] xfsprogs for-next updated to 08814ce4
 2020-03-18 16:49 UTC 

remove the di_version icdinode field v3
 2020-03-18 16:17 UTC  (13+ messages)
` [PATCH 1/5] xfs: add a new xfs_sb_version_has_v3inode helper
` [PATCH 2/5] xfs: only check the superblock version for dinode size calculation
` [PATCH 3/5] xfs: simplify di_flags2 inheritance in xfs_ialloc
` [PATCH 4/5] xfs: simplify a check in xfs_ioctl_setattr_check_cowextsize
` [PATCH 5/5] xfs: remove the di_version field from struct icdinode

[Bug 206869] New: [xfstests generic/587]: quota mismatch
 2020-03-18  3:39 UTC  (3+ messages)
` [Bug 206869] "

[PATCH] xfs: use more suitable method to get the quota limit value
 2020-03-17 22:45 UTC  (5+ messages)

[PATCH v2 0/2] xfs: always init fdblocks in mount and avoid f_bfree overflow
 2020-03-17 19:01 UTC  (4+ messages)
` [PATCH v2 1/2] xfs: always init fdblocks in mount
` [PATCH v2 2/2] xfs: avoid f_bfree overflow

[PATCH 0/2] xfs: quotaoff shutdown fixes
 2020-03-17 18:43 UTC  (9+ messages)
` [PATCH 1/2] xfs: factor out quotaoff intent AIL removal and memory free
` [PATCH 2/2] xfs: fix unmount hang and memory leak on shutdown during quotaoff

[PATCH] xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
 2020-03-17 18:34 UTC  (2+ messages)

[PATCH 0/2] xfs: always init fdblocks in mount and avoid f_bfree overflow
 2020-03-17 18:32 UTC  (9+ messages)
` [PATCH 1/2] xfs: always init fdblocks in mount
` [PATCH 2/2] xfs: avoid f_bfree overflow

[PATCH v5 0/7] xfs: btree bulk loading
 2020-03-17 11:37 UTC  (4+ messages)
` [PATCH 4/7] xfs: add support for free space btree staging cursors
  ` [PATCH v2 "

[xfs] 3524e9d824: xfstests.xfs.011.fail
 2020-03-17  8:48 UTC 


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