public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-21 19:19:48 to 2019-05-30 06:04:35 UTC [more...]

How to package e2scrub
 2019-05-30  6:04 UTC  (3+ messages)

[PATCH 00/11] xfs: refactor and improve inode iteration
 2019-05-30  1:18 UTC  (13+ messages)
` [PATCH 01/11] xfs: separate inode geometry
` [PATCH 02/11] xfs: create simplified inode walk function
` [PATCH 03/11] xfs: convert quotacheck to use the new iwalk functions
` [PATCH 04/11] xfs: bulkstat should copy lastip whenever userspace supplies one
` [PATCH 05/11] xfs: convert bulkstat to new iwalk infrastructure
` [PATCH 06/11] xfs: move bulkstat ichunk helpers to iwalk code
` [PATCH 07/11] xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
` [PATCH 08/11] xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
` [PATCH 09/11] xfs: multithreaded iwalk implementation
` [PATCH 10/11] xfs: poll waiting for quotacheck
` [PATCH 11/11] xfs: refactor INUMBERS to use iwalk functions

[PATCH 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
 2019-05-29 22:28 UTC  (10+ messages)
` [PATCH 1/9] xfs: remove various bulk request typedef usage
` [PATCH 2/9] xfs: rename bulkstat functions
` [PATCH 3/9] xfs: introduce new v5 bulkstat structure
` [PATCH 4/9] xfs: introduce v5 inode group structure
` [PATCH 5/9] xfs: wire up new v5 bulkstat ioctls
` [PATCH 6/9] xfs: wire up the new v5 bulkstat_single ioctl
` [PATCH 7/9] xfs: wire up the v5 INUMBERS ioctl
` [PATCH 8/9] xfs: specify AG in bulk req
` [PATCH 9/9] xfs: allow bulkstat_single of special inodes

Recurring hand in XFS inode reclaim on 4.10
 2019-05-29 22:20 UTC  (6+ messages)

[PATCH v3 00/13] Fixes for major copy_file_range() issues
 2019-05-29 21:41 UTC  (35+ messages)
` [PATCH v3 01/13] vfs: introduce generic_copy_file_range()
` [PATCH v3 02/13] vfs: no fallback for ->copy_file_range
` [PATCH v3 03/13] vfs: introduce generic_file_rw_checks()
` [PATCH v3 04/13] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v3 05/13] vfs: add missing checks to copy_file_range
` [PATCH v3 06/13] vfs: introduce file_modified() helper
` [PATCH v3 07/13] xfs: use "
` [PATCH v3 08/13] vfs: copy_file_range needs to strip setuid bits and update timestamps
` [PATCH v3 09/13] ceph: "
` [PATCH v3 10/13] cifs: "
` [PATCH v3 11/13] fuse: "
` [PATCH v3 12/13] nfs: "
` [PATCH v3 13/13] vfs: allow copy_file_range to copy across devices
` [PATCH v3 14/13] man-pages: copy_file_range updates

[PATCH v2 0/8] Fixes for major copy_file_range() issues
 2019-05-29 16:20 UTC  (27+ messages)
` [PATCH v2 1/8] vfs: introduce generic_copy_file_range()
` [PATCH v2 2/8] vfs: no fallback for ->copy_file_range
` [PATCH v2 3/8] vfs: introduce generic_file_rw_checks()
` [PATCH v2 4/8] vfs: add missing checks to copy_file_range
` [PATCH v2 5/8] vfs: copy_file_range needs to strip setuid bits
` [PATCH v2 6/8] vfs: copy_file_range should update file timestamps
` [PATCH v2 7/8] vfs: allow copy_file_range to copy across devices
` [PATCH v2 8/8] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v2 9/8] man-pages: copy_file_range updates

[PATCH] xfs_io: allow passing an open file to copy_range
 2019-05-29 15:44 UTC  (3+ messages)

[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA
 2019-05-29  5:58 UTC  (5+ messages)

[PATCH v2 0/5] fstests: copy_file_range() tests
 2019-05-29  5:30 UTC  (9+ messages)
` [PATCH v2 1/5] generic: create copy_range group
` [PATCH v2 2/5] generic: copy_file_range immutable file test
` [PATCH v2 3/5] generic: copy_file_range swapfile test
` [PATCH v2 4/5] generic: copy_file_range bounds test
` [PATCH v2 5/5] generic: cross-device copy_file_range test

[PATCH] xfs: inode btree scrubber should calculate im_boffset correctly
 2019-05-29  0:25 UTC 

[PATCH 0/1] xfs: test overflow of delalloc block counters
 2019-05-28 17:01 UTC  (4+ messages)
` [PATCH ] xfs: check for COW overflows in i_delayed_blks

[PATCH] ovl: support the FS_IOC_FS[SG]ETXATTR ioctls
 2019-05-27  8:04 UTC  (2+ messages)

[PATCH 0/1] xfs: health tracking tests
 2019-05-26 14:49 UTC  (3+ messages)
` [PATCH ] xfs: basic testing of new xfs_spaceman health command

[PATCH v2 00/11] xfs: rework extent allocation
 2019-05-25 22:43 UTC  (17+ messages)
` [PATCH v2 01/11] xfs: clean up small allocation helper
` [PATCH v2 02/11] xfs: move "
` [PATCH v2 03/11] xfs: skip small alloc cntbt logic on NULL cursor
` [PATCH v2 04/11] xfs: always update params on small allocation
` [PATCH v2 05/11] xfs: track active state of allocation btree cursors
` [PATCH v2 06/11] xfs: use locality optimized cntbt lookups for near mode allocations
` [PATCH v2 07/11] xfs: refactor exact extent allocation mode
` [PATCH v2 08/11] xfs: refactor by-size "
` [PATCH v2 09/11] xfs: replace small allocation logic with agfl only logic
` [PATCH v2 10/11] xfs: refactor successful AG allocation accounting code
` [PATCH v2 11/11] xfs: condense high level AG allocation functions

[RFC][PATCH] kernel.h: Add generic roundup_64() macro
 2019-05-24 16:36 UTC  (10+ messages)

[PATCH] xfs: fix broken log reservation debugging
 2019-05-24 12:39 UTC  (2+ messages)

use bios directly in the log code v2
 2019-05-24  6:16 UTC  (35+ messages)
` [PATCH 01/20] xfs: remove the no-op spinlock_destroy stub
` [PATCH 02/20] xfs: remove the never used _XBF_COMPOUND flag
` [PATCH 03/20] xfs: renumber XBF_WRITE_FAIL
` [PATCH 04/20] xfs: make mem_to_page available outside of xfs_buf.c
` [PATCH 05/20] xfs: reformat xlog_get_lowest_lsn
` [PATCH 06/20] xfs: don't use REQ_PREFLUSH for split log writes
` [PATCH 07/20] xfs: factor out log buffer writing from xlog_sync
` [PATCH 08/20] xfs: factor out splitting of an iclog "
` [PATCH 09/20] xfs: factor out iclog size calculation "
` [PATCH 10/20] xfs: update both stat counters together in xlog_sync
` [PATCH 11/20] xfs: remove the syncing argument from xlog_verify_iclog
` [PATCH 12/20] xfs: make use of the l_targ field in struct xlog
` [PATCH 13/20] xfs: use bios directly to write log buffers
` [PATCH 14/20] xfs: move the log ioend workqueue to struct xlog
` [PATCH 15/20] xfs: return an offset instead of a pointer from xlog_align
` [PATCH 16/20] xfs: use bios directly to read and write the log recovery buffers
` [PATCH 17/20] xfs: stop using bp naming for "
` [PATCH 18/20] xfs: remove unused buffer cache APIs
` [PATCH 19/20] xfs: properly type the b_log_item field in struct xfs_buf
` [PATCH 20/20] xfs: remove the b_io_length "

[GIT PULL] xfs: fixes for 5.2
 2019-05-23 18:25 UTC  (2+ messages)

use bios directly in the log code
 2019-05-23  6:22 UTC  (10+ messages)
` [PATCH 14/17] xfs: use bios directly to read and write the log recovery buffers

[PATCH 00/12] xfsprogs-5.1: fix various problems
 2019-05-22 16:46 UTC  (18+ messages)
` [PATCH 07/12] libfrog: fix bitmap return values
` [PATCH 11/12] mkfs: validate start and end of aligned logs
` [PATCH 12/12] mkfs: enable reflink by default
  ` [PATCH 12/12 V2] "

Inquiry 20/May/2019
 2019-05-20 13:32 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox