linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-23 06:57:33 to 2020-08-26 22:06:08 UTC [more...]

[PATCH v4 00/11] xfs: widen timestamps to deal with y2038
 2020-08-26 22:05 UTC  (8+ messages)
` [PATCH 02/11] xfs: refactor quota expiration timer modification
` [PATCH 03/11] xfs: refactor default quota grace period setting code
` [PATCH 05/11] xfs: move xfs_log_dinode_to_disk to the log recovery code
` [PATCH 06/11] xfs: kill struct xfs_timestamp
` [PATCH 07/11] xfs: kill struct xfs_ictimestamp
` [PATCH 08/11] xfs: widen ondisk inode timestamps to deal with y2038+
` [PATCH 09/11] xfs: widen ondisk quota expiration timestamps to handle y2038+

[PATCH 0/3] mkfs: Configuration file defined options
 2020-08-26 22:05 UTC  (7+ messages)
` [PATCH 1/3] build: add support for libinih for mkfs
` [PATCH 2/3] mkfs: add initial ini format config file parsing support
` [PATCH 3/3] mkfs: hook up suboption parsing to ini files

[PATCH V2] xfs: Remove kmem_zalloc_large()
 2020-08-26 22:00 UTC  (3+ messages)

[PATCH v2] xfs: initialize the shortform attr header padding entry
 2020-08-26 21:59 UTC  (3+ messages)

[ANNOUNCE] xfsprogs for-next updated to 84f1e8a0
 2020-08-26 19:17 UTC 

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-26 18:34 UTC  (15+ messages)

[PATCH v2 0/2] xfs: add inode btree blocks counters to the AGI header
 2020-08-26 17:46 UTC  (4+ messages)
` [PATCH 1/2] xfs: store inode btree block counts in "

[PATCH] xfs: fix boundary test in xfs_attr_shortform_verify
 2020-08-26 17:07 UTC  (10+ messages)
` [PATCH V2] "

[Bug 209039] New: xfs_fsr skips most of the files as no improvement will be made
 2020-08-26 16:27 UTC  (5+ messages)
` [Bug 209039] "

[Bug 208805] New: XFS: iozone possible memory allocation deadlock
 2020-08-26 15:20 UTC  (3+ messages)
` [Bug 208805] "

[PATCH 0/4] fix up generic dmlogwrites tests to work with XFS
 2020-08-26 14:38 UTC  (5+ messages)
` [PATCH 1/4] generic: require discard zero behavior for dmlogwrites on XFS
` [PATCH 2/4] generic/455: use thin volume for dmlogwrites target device
` [PATCH 3/4] generic/457: "
` [PATCH 4/4] generic/470: "

[PATCH 00/10] xfs: automatic relogging
 2020-08-26 12:17 UTC  (11+ messages)

[PATCH] xfs: Remove kmem_zalloc_large()
 2020-08-26 10:18 UTC  (3+ messages)

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-08-26 10:06 UTC 

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

[PATCH 0/9] THP iomap patches for 5.10
 2020-08-26  3:32 UTC  (36+ messages)
` [PATCH 1/9] iomap: Fix misplaced page flushing
` [PATCH 2/9] fs: Introduce i_blocks_per_page
` [PATCH 3/9] iomap: Use kzalloc to allocate iomap_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 7/9] iomap: Convert write_count "
` [PATCH 8/9] iomap: Convert iomap_write_end types
` [PATCH 9/9] iomap: Change calling convention for zeroing

[PATCH] xfs: initialize the shortform attr header padding entry
 2020-08-25 22:42 UTC  (3+ messages)

[PATCH 0/6] xfsprogs: blockdev dax detection and warnings
 2020-08-25 22:31 UTC  (14+ messages)
` [PATCH 1/6] libfrog: add dax capability detection in topology probing
` [PATCH 2/6] mkfs: warn if blocksize doesn't match pagesize on dax devices
` [PATCH 3/6] mkfs: warn if reflink option is enabled on dax-capable devices
` [PATCH 4/6] mkfs: introduce -y option to force incompat config combinations
` [PATCH 5/6] mkfs: remove redundant assignment of cli sb options on failure
` [PATCH 6/6] mkfs: remove a couple of unused function parameters

"signed < sizeof()" bug in xfs_attr_shortform_verify() ?
 2020-08-25 22:18 UTC  (2+ messages)

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-25 16:22 UTC  (21+ messages)
` [PATCH 4/5] bio: introduce BIO_FOLL_PIN flag
` [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe
          ` [PATCH v2] "

[PATCH 00/13] xfs: in memory inode unlink log items
 2020-08-25 15:30 UTC  (16+ messages)
` [PATCH 04/13] xfs: arrange all unlinked inodes into one list
          ` [RFC PATCH] xfs: use log_incompat feature instead of speculate matching
                  ` [PATCH] "
` [PATCH 05/13] xfs: add unlink list pointers to xfs_inode

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-25 14:49 UTC  (10+ messages)

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-08-25 10:29 UTC  (13+ 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 v3 00/11] xfs: widen timestamps to deal with y2038
 2020-08-25  0:39 UTC  (37+ 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

[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-24 22:48 UTC  (9+ messages)
` [Bug 209005] "

[PATCH 0/2] xfs_db: more type_f cleanups
 2020-08-24 17:03 UTC  (4+ messages)
` [PATCH 2/2] xfs_db: consolidate set_iocur_type behavior
  ` [PATCH 2/2 V2] xfs_db: consolidate set_iocur_type() behavior

Splitting an iomap_page
 2020-08-24 16:06 UTC  (3+ messages)


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