linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-24 10:54:28 to 2019-09-26 13:19:58 UTC [more...]

[PATCH 7/7] xfs: push the grant head when the log head moves forward
 2019-09-26 13:19 UTC  (12+ messages)

xfs_alloc_file_space() rounds len independently of offset
 2019-09-26 13:16 UTC  (3+ messages)

[REPOST PATCH v3 00/16] xfs: mount API patch series
 2019-09-26 13:05 UTC  (43+ messages)
` [REPOST PATCH v3 01/16] vfs: Create fs_context-aware mount_bdev() replacement
` [REPOST PATCH v3 02/16] xfs: remove very old mount option
` [REPOST PATCH v3 03/16] xfs: mount-api - add fs parameter description
` [REPOST PATCH v3 04/16] xfs: mount-api - refactor suffix_kstrtoint()
` [REPOST PATCH v3 05/16] xfs: mount-api - refactor xfs_parseags()
` [REPOST PATCH v3 06/16] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [REPOST PATCH v3 07/16] xfs: mount-api - move xfs_parseargs() validation to a helper
` [REPOST PATCH v3 08/16] xfs: mount-api - refactor xfs_fs_fill_super()
` [REPOST PATCH v3 09/16] xfs: mount-api - add xfs_get_tree()
` [REPOST PATCH v3 10/16] xfs: mount-api - add xfs_remount_rw() helper
` [REPOST PATCH v3 11/16] xfs: mount-api - add xfs_remount_ro() helper
` [REPOST PATCH v3 12/16] xfs: mount api - add xfs_reconfigure()
` [REPOST PATCH v3 13/16] xfs: mount-api - add xfs_fc_free()
` [REPOST PATCH v3 14/16] xfs: mount-api - dont set sb in xfs_mount_alloc()
` [REPOST PATCH v3 15/16] xfs: mount-api - switch to new mount-api
` [REPOST PATCH v3 16/16] xfs: mount-api - remove legacy mount functions

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-26 13:02 UTC  (18+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

Question: Modifying kernel to handle all I/O requests without page cache
 2019-09-26 12:39 UTC  (2+ messages)

Lease semantic proposal
 2019-09-26 11:29 UTC  (4+ messages)

[PATCH 0/2] xfs_db: fixes to the btheight command
 2019-09-26  9:20 UTC  (5+ messages)
` [PATCH 1/2] xfs_db: btheight should check geometry more carefully
` [PATCH 2/2] xfs_db: calculate iext tree geometry in btheight command

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-25 23:28 UTC  (7+ messages)
` [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
` [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies

[PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-25 23:11 UTC  (4+ messages)
` [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command

[PATCH 0/7] libfrog: switch to negative error codes
 2019-09-25 21:40 UTC  (8+ messages)
` [PATCH 1/7] libfrog: print library errors
` [PATCH 2/7] libfrog: convert bitmap.c to negative error codes
` [PATCH 3/7] libfrog: convert fsgeom.c functions "
` [PATCH 4/7] libfrog: convert bulkstat.c "
` [PATCH 5/7] libfrog: convert ptvar.c "
` [PATCH 6/7] libfrog: convert scrub.c "
` [PATCH 7/7] libfrog: convert workqueue.c "

[PATCH 00/18] xfs_scrub: remove moveon space aliens
 2019-09-25 21:39 UTC  (19+ messages)
` [PATCH 01/18] xfs_scrub: remove moveon from filemap iteration
` [PATCH 02/18] xfs_scrub: remove moveon from the fscounters functions
` [PATCH 03/18] xfs_scrub: remove moveon from inode iteration
` [PATCH 04/18] xfs_scrub: remove moveon from vfs directory tree iteration
` [PATCH 05/18] xfs_scrub: remove moveon from spacemap
` [PATCH 06/18] xfs_scrub: remove moveon from unicode name collision helpers
` [PATCH 07/18] xfs_scrub: remove moveon from progress report helpers
` [PATCH 08/18] xfs_scrub: remove moveon from scrub ioctl wrappers
` [PATCH 09/18] xfs_scrub: remove moveon from repair action list helpers
` [PATCH 10/18] xfs_scrub: remove moveon from phase 7 functions
` [PATCH 11/18] xfs_scrub: remove moveon from phase 6 functions
` [PATCH 12/18] xfs_scrub: remove moveon from phase 5 functions
` [PATCH 13/18] xfs_scrub: remove moveon from phase 4 functions
` [PATCH 14/18] xfs_scrub: remove moveon from phase 3 functions
` [PATCH 15/18] xfs_scrub: remove moveon from phase 2 functions
` [PATCH 16/18] xfs_scrub: remove moveon from phase 1 functions
` [PATCH 17/18] xfs_scrub: remove XFS_ITERATE_INODES_ABORT from inode iterator
` [PATCH 18/18] xfs_scrub: remove moveon from main program

[PATCH 0/3] xfs_scrub: deferred labelling to save time
 2019-09-25 21:37 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: bump work_threads to include the controller thread
` [PATCH 2/3] xfs_scrub: implement deferred description string rendering
` [PATCH 3/3] xfs_scrub: adapt phase5 to deferred descriptions

[PATCH 00/11] xfs_scrub: fix IO error reporting
 2019-09-25 21:37 UTC  (12+ messages)
` [PATCH 01/11] xfs_scrub: separate media error reporting for attribute forks
` [PATCH 02/11] xfs_scrub: improve reporting of file data media errors
` [PATCH 03/11] xfs_scrub: better reporting of metadata "
` [PATCH 04/11] xfs_scrub: improve reporting of file "
` [PATCH 05/11] xfs_scrub: don't report media errors on unwritten extents
` [PATCH 06/11] xfs_scrub: reduce fsmap activity for media errors
` [PATCH 07/11] xfs_scrub: request fewer bmaps when we can
` [PATCH 08/11] xfs_scrub: fix media verification thread pool size calculations
` [PATCH 09/11] libfrog: clean up platform_nproc
` [PATCH 10/11] xfs_scrub: clean out the nproc global variable
` [PATCH 11/11] xfs_scrub: create a new category for unfixable errors

[PATCH 0/3] xfs_scrub: media scan entire disks
 2019-09-25 21:38 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: implement background mode for phase 6
` [PATCH 2/3] xfs_scrub: perform media scans of entire devices
` [PATCH 3/3] xfs_scrub: relabel verified data block counts in output

[PATCH 00/11] xfs_scrub: fix IO error detection during media verify
 2019-09-25 21:36 UTC  (12+ messages)
` [PATCH 01/11] xfs_scrub: fix handling of read-verify pool runtime errors
` [PATCH 02/11] xfs_scrub: abort all read verification work immediately on error
` [PATCH 03/11] xfs_scrub: fix read-verify pool error communication problems
` [PATCH 04/11] xfs_scrub: fix queue-and-stash of non-contiguous verify requests
` [PATCH 05/11] xfs_scrub: only call read_verify_force_io once per pool
` [PATCH 06/11] xfs_scrub: refactor inode prefix rendering code
` [PATCH 07/11] xfs_scrub: record disk LBA size
` [PATCH 08/11] xfs_scrub: enforce read verify pool minimum io size
` [PATCH 09/11] xfs_scrub: return bytes verified from a SCSI VERIFY command
` [PATCH 10/11] xfs_scrub: fix read verify disk error handling strategy
` [PATCH 11/11] xfs_scrub: simulate errors in the read-verify phase

[PATCH 00/13] libfrog/xfs_scrub: fix error handling
 2019-09-25 21:34 UTC  (14+ messages)
` [PATCH 01/13] libfrog: fix workqueue error communication problems
` [PATCH 02/13] libfrog: fix missing error checking in workqueue code
` [PATCH 03/13] libfrog: split workqueue destroy functions
` [PATCH 04/13] xfs_scrub: redistribute read verify pool flush and destroy responsibilities
` [PATCH 05/13] libfrog: fix per-thread variable error communication problems
` [PATCH 06/13] libfrog: add missing per-thread variable error handling
` [PATCH 07/13] libfrog: fix bitmap error communication problems
` [PATCH 08/13] libfrog: fix missing error checking in bitmap code
` [PATCH 09/13] xfs_scrub: fix per-thread counter error communication problems
` [PATCH 10/13] xfs_scrub: report all progressbar creation failures
` [PATCH 11/13] xfs_scrub: check progress bar timedwait failures
` [PATCH 12/13] xfs_scrub: move all the queue_subdir error reporting to callers
` [PATCH 13/13] xfs_scrub: fix error handling problems in vfs.c

[PATCH 0/4] xfsprogs: bulkstat v5
 2019-09-25 21:33 UTC  (5+ messages)
` [PATCH 1/4] xfs_io: add a bulkstat command
` [PATCH 2/4] xfs_spaceman: remove open-coded per-ag bulkstat
` [PATCH 3/4] xfs_scrub: convert to per-ag inode bulkstat operations
` [PATCH 4/4] xfs_scrub: batch inumbers calls during fscounters calculation

[PATCH 0/4] xfsprogs: port utilities to bulkstat v5
 2019-09-25 21:32 UTC  (5+ messages)
` [PATCH 1/4] man: add documentation for v5 bulkstat ioctl
` [PATCH 2/4] man: add documentation for v5 inumbers ioctl
` [PATCH 3/4] misc: convert xfrog_bulkstat functions to have v5 semantics
` [PATCH 4/4] misc: convert from XFS_IOC_FSINUMBERS to XFS_IOC_INUMBERS

[PATCH 0/4] xfsprogs: help mkfs shed its AG initialization code
 2019-09-25 21:32 UTC  (5+ messages)
` [PATCH 1/4] libxfs: fix uncached buffer refcounting
` [PATCH 2/4] libxfs: fix buffer refcounting in delwri_queue
` [PATCH 3/4] libxfs: make xfs_buf_delwri_submit actually do something
` [PATCH 4/4] mkfs: use libxfs to write out new AGs

[PATCH 0/3] xfs_scrub: fix bugs in vfs tree walk code
 2019-09-25 21:31 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: refactor queueing of subdir scan work item
` [PATCH 2/3] xfs_scrub: fix nr_dirs accounting problems
` [PATCH 3/3] xfs_scrub: remove unnecessary wakeup wait in scan_fs_tree

[PATCH 0/5] xfsprogs: scrub filesystem summary counters
 2019-09-25 21:31 UTC  (6+ messages)
` [PATCH 1/5] xfs_scrub: remove unnecessary fd parameter from file scrubbers
` [PATCH 2/5] libfrog: share scrub headers
` [PATCH 3/5] libfrog: add online scrub/repair for superblock counters
` [PATCH 4/5] xfs_scrub: separate internal metadata scrub functions
` [PATCH 5/5] xfs_scrub: check summary counters

[PATCH 0/1] xfsprogs: online health tracking support
 2019-09-25 21:31 UTC  (2+ messages)
` [PATCH 1/1] xfs_spaceman: report health problems

[PATCH v3 00/19] Delayed Attributes
 2019-09-25 20:28 UTC  (10+ messages)
` [PATCH v3 14/19] xfs: Add delayed attribute routines

[Bug 204997] New: fsck.xfs prints a vague message "XFS file system" when skipping a boot time check
 2019-09-25 17:51 UTC 

[GIT PULL] iomap: (far less) new code for 5.4
 2019-09-25 17:40 UTC  (2+ messages)

[RFC PATCH 0/2] xfs: hard limit background CIL push size
 2019-09-25 12:08 UTC  (9+ messages)
` [PATCH 1/2] xfs: Lower CIL flush limit for large logs
` [PATCH 2/2] xfs: hard limit the background CIL push

[PATCH RFC 0/2] A small improvement in the allocation algorithm
 2019-09-25 11:53 UTC  (4+ messages)
` [PATCH 2/2] xfs: Limit total allocation request to maximum possible

[PATCH v3] common/xfs: wipe the XFS superblock of each AGs
 2019-09-25  3:21 UTC  (2+ messages)

[PATCH v3] xfs_io: copy_range don't truncate dst_file, and add smart length
 2019-09-24 22:04 UTC  (2+ messages)

[PATCH 0/1] xfsprogs: online health tracking support
 2019-09-24 21:55 UTC  (4+ messages)
` [PATCH 1/1] xfs_spaceman: report health problems
  ` [PATCH v2 "

[PATCH] xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
 2019-09-24 21:30 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 88d32d3983e7
 2019-09-24 17:18 UTC 

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-09-24 15:45 UTC  (8+ messages)
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH] xfs: assure zeroed memory buffers for certain kmem allocations
 2019-09-24 15:17 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v3 00/16] xfs: mount API patch series
 2019-09-24 11:41 UTC  (7+ messages)
` [PATCH v3 06/16] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [PATCH v3 07/16] xfs: mount-api - move xfs_parseargs() validation to a helper


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