linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 01:14:19 to 2020-08-24 15:26:16 UTC [more...]

[PATCH 0/9] THP iomap patches for 5.10
 2020-08-24 14:55 UTC  (8+ messages)
` [PATCH 1/9] iomap: Fix misplaced page flushing
` [PATCH 2/9] fs: Introduce i_blocks_per_page
` [PATCH 4/9] iomap: Use bitmap ops to set uptodate bits
` [PATCH 5/9] iomap: Support arbitrarily many blocks per page
` [PATCH 6/9] iomap: Convert read_count to byte count
` [PATCH 8/9] iomap: Convert iomap_write_end types
` [PATCH 9/9] iomap: Change calling convention for zeroing

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-08-24 15:17 UTC  (12+ messages)
` [PATCH 01/11] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH 02/11] mm: Support THPs in zero_user_segments
` [PATCH 03/11] mm: Zero the head page, not the tail page
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all
` [PATCH 05/11] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 06/11] iomap: Support THPs in invalidatepage
` [PATCH 07/11] iomap: Support THPs in read paths
` [PATCH 08/11] iomap: Change iomap_write_begin calling convention
` [PATCH 09/11] iomap: Support THPs in write paths
` [PATCH 10/11] iomap: Inline data shouldn't see THPs
` [PATCH 11/11] iomap: Handle tail pages in iomap_page_mkwrite

[PATCH 00/13] xfs: in memory inode unlink log items
 2020-08-24 15:08 UTC  (17+ messages)
` [PATCH 01/13] xfs: xfs_iflock is no longer a completion
` [PATCH 02/13] xfs: add log item precommit operation
` [PATCH 03/13] xfs: factor the xfs_iunlink functions
` [PATCH 04/13] xfs: arrange all unlinked inodes into one list
          ` [RFC PATCH] xfs: use log_incompat feature instead of speculate matching
` [PATCH 05/13] xfs: add unlink list pointers to xfs_inode

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-24 15:04 UTC  (14+ messages)

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-24 14:42 UTC  (12+ messages)
` [PATCH 1/5] iov_iter: introduce iov_iter_pin_user_pages*() routines
` [PATCH 2/5] mm/gup: introduce pin_user_page()
` [PATCH 3/5] bio: convert get_user_pages_fast() --> pin_user_pages_fast()
` [PATCH 4/5] bio: introduce BIO_FOLL_PIN flag
` [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

[PATCH v3 00/11] xfs: widen timestamps to deal with y2038
 2020-08-24  6:15 UTC  (38+ messages)
` [PATCH 01/11] xfs: explicitly define inode timestamp range
` [PATCH 02/11] xfs: refactor quota expiration timer modification
` [PATCH 03/11] xfs: refactor default quota grace period setting code
` [PATCH 04/11] xfs: remove xfs_timestamp_t
` [PATCH 05/11] xfs: move xfs_log_dinode_to_disk to the log code
` [PATCH 06/11] xfs: refactor inode timestamp coding
` [PATCH 07/11] xfs: convert struct xfs_timestamp to union
` [PATCH 08/11] xfs: widen ondisk timestamps to deal with y2038 problem
` [PATCH 09/11] xfs: refactor quota timestamp coding
` [PATCH 10/11] xfs: enable bigtime for quota timers
` [PATCH 11/11] xfs: enable big timestamps

[PATCH v6 0/2] avoid xfs transaction reservation recursion
 2020-08-24  1:42 UTC  (3+ messages)
` [PATCH v6 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v6 2/2] xfs: avoid transaction reservation recursion

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-23 22:16 UTC  (11+ messages)

[Bug 209005] New: xfs_repair 5.7.0: missing newline in message: entry at block N offset NN in directory inode NNNNNN has illegal name "/foo":
 2020-08-23 10:07 UTC 

[RFC PATCH V3] iomap: add support to track dirty state of sub pages
 2020-08-22 16:43 UTC  (9+ messages)

[PATCH V2] xfs: remove kmem_realloc()
 2020-08-22  8:59 UTC  (3+ messages)

Splitting an iomap_page
 2020-08-22  6:06 UTC  (2+ messages)

[RFC PATCH V4] iomap: add support to track dirty state of sub pages
 2020-08-22  6:01 UTC  (9+ messages)
  ` [PATCH 1/3] iomap: Use kzalloc to allocate iomap_page
    ` [PATCH 2/3] iomap: Use bitmap ops to set uptodate bits
    ` [PATCH 3/3] iomap: Support arbitrarily many blocks per page

[PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false
 2020-08-21 18:11 UTC 

[PATCH AUTOSEL 5.8 31/62] xfs: Don't allow logging of XFS_ISTALE inodes
 2020-08-21 16:13 UTC 

[PATCH AUTOSEL 5.7 31/61] xfs: Don't allow logging of XFS_ISTALE inodes
 2020-08-21 16:15 UTC 

[PATCH AUTOSEL 5.4 23/48] xfs: Don't allow logging of XFS_ISTALE inodes
 2020-08-21 16:16 UTC 

[PATCH AUTOSEL 4.19 19/38] xfs: Don't allow logging of XFS_ISTALE inodes
 2020-08-21 16:17 UTC 

[PATCH 0/2] xfs_db: more type_f cleanups
 2020-08-21 15:48 UTC  (7+ messages)
` [PATCH 1/2] xfs_db: short circuit type_f if type is unchanged
` [PATCH 2/2] xfs_db: consolidate set_iocur_type behavior

[PATCH v2 00/11] xfs: widen timestamps to deal with y2038
 2020-08-21 15:31 UTC  (12+ messages)
` [PATCH 08/11] xfs: widen ondisk timestamps to deal with y2038 problem

[RFC PATCH V2] iomap: add support to track dirty state of sub pages
 2020-08-21 13:05 UTC  (6+ messages)

[Question] About XFS random buffer write performance
 2020-08-21  2:39 UTC  (12+ messages)

[RFC PATCH v2 0/3] xfs: more unlinked inode list optimization v2
 2020-08-21  1:09 UTC  (12+ messages)
` [RFC PATCH v4 0/3] xfs: more unlinked inode list optimization v4
  ` [RFC PATCH v4 1/3] xfs: get rid of unused pagi_unlinked_hash
  ` [RFC PATCH v4 2/3] xfs: introduce perag iunlink lock

[PATCH] xfs: fix off-by-one in inode alloc block reservation calculation
 2020-08-20 21:24 UTC  (4+ messages)

[PATCH] xfs: Convert to use the preferred fallthrough macro
 2020-08-20 19:12 UTC  (2+ messages)

occasional failures in generic/455 and generic/457
 2020-08-20 11:21 UTC  (2+ messages)

[PATCH V3 00/10] Bail out if transaction can cause extent count to overflow
 2020-08-20  5:43 UTC  (11+ messages)
` [PATCH V3 01/10] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V3 02/10] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V3 03/10] xfs: Check for extent overflow when deleting an extent
` [PATCH V3 04/10] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V3 05/10] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V3 06/10] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V3 07/10] xfs: Check for extent overflow when inserting a hole
` [PATCH V3 08/10] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V3 09/10] xfs: Check for extent overflow when remapping an extent
` [PATCH V3 10/10] xfs: Check for extent overflow when swapping extents

[PATCH AUTOSEL 5.8 13/27] xfs: fix inode quota reservation checks
 2020-08-20  0:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 24/27] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 5.7 11/24] xfs: fix inode quota reservation checks
 2020-08-20  0:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 22/24] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 5.4 10/22] xfs: fix inode quota reservation checks
 2020-08-20  0:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 20/22] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.19 09/18] xfs: fix inode quota reservation checks
 2020-08-20  0:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 16/18] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.14 07/13] xfs: fix inode quota reservation checks
 2020-08-20  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 12/13] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.9 06/11] xfs: fix inode quota reservation checks
 2020-08-20  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 10/11] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.4 05/10] xfs: fix inode quota reservation checks
 2020-08-20  0:04 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 09/10] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH v5 0/2] avoid xfs transaction reservation recursion
 2020-08-19  5:49 UTC  (5+ messages)
` [PATCH v5 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v5 2/2] xfs: avoid transaction reservation recursion

[PATCH V2 00/10] Bail out if transaction can cause extent count to overflow
 2020-08-19  5:04 UTC  (7+ messages)
` [PATCH V2 08/10] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V2 02/10] xfs: Check for extent overflow when trivally adding a new extent


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