linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 18:46:25 to 2021-01-23 18:54:37 UTC [more...]

[PATCHSET v4 0/9] xfs: consolidate posteof and cowblocks cleanup
 2021-01-23 18:54 UTC  (8+ messages)
` [PATCH 1/9] xfs: relocate the eofb/cowb workqueue functions
` [PATCH 2/9] xfs: hide xfs_icache_free_eofblocks
` [PATCH 3/9] xfs: hide xfs_icache_free_cowblocks
` [PATCH 4/9] xfs: remove trivial eof/cowblocks functions
` [PATCH 5/9] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 6/9] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 9/9] xfs: parallelize block preallocation garbage collection

[PATCHSET 0/3] xfs: speed up parallel workqueues
 2021-01-23 18:53 UTC  (4+ messages)
` [PATCH 1/3] xfs: increase the default parallelism levels of pwork clients
` [PATCH 2/3] xfs: use unbounded workqueues for parallel work
` [PATCH 3/3] xfs: set WQ_SYSFS on all workqueues

[PATCHSET v4 00/11] xfs: try harder to reclaim space when we run out
 2021-01-23 18:53 UTC  (12+ messages)
` [PATCH 01/11] xfs: refactor messy xfs_inode_free_quota_* functions
` [PATCH 02/11] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 03/11] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 04/11] xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
` [PATCH 05/11] xfs: pass flags and return gc errors from xfs_blockgc_free_quota
` [PATCH 06/11] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
` [PATCH 07/11] xfs: flush eof/cowblocks if we can't reserve quota for inode creation
` [PATCH 08/11] xfs: flush eof/cowblocks if we can't reserve quota for chown
` [PATCH 09/11] xfs: add a tracepoint for blockgc scans
` [PATCH 10/11] xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
` [PATCH 11/11] xfs: flush speculative space allocations when we run out of space

[PATCHSET v2 0/4] xfs: minor cleanups of the quota functions
 2021-01-23 18:51 UTC  (5+ messages)
` [PATCH 1/4] xfs: clean up quota reservation callsites
` [PATCH 2/4] xfs: clean up quota reservation wrappers
` [PATCH 3/4] xfs: create convenience wrappers for incore quota block reservations
` [PATCH 4/4] xfs: clean up icreate quota reservation calls

[PATCH v6 00/40] idmapped mounts
 2021-01-23 13:09 UTC  (64+ messages)
` [PATCH v6 01/40] mount: attach mappings to mounts
` [PATCH v6 02/40] fs: add id translation helpers
` [PATCH v6 03/40] fs: add file and path permissions helpers
` [PATCH v6 04/40] capability: handle idmapped mounts
` [PATCH v6 05/39] namei: make permission helpers idmapped mount aware
` [PATCH v6 06/40] inode: make init and "
` [PATCH v6 07/40] attr: handle idmapped mounts
` [PATCH v6 08/40] acl: "
` [PATCH v6 09/40] xattr: "
` [PATCH v6 10/40] commoncap: "
` [PATCH v6 11/40] stat: "
` [PATCH v6 12/40] namei: handle idmapped mounts in may_*() helpers
` [PATCH v6 13/40] namei: introduce struct renamedata
` [PATCH v6 14/40] namei: prepare for idmapped mounts
` [PATCH v6 15/40] open: handle idmapped mounts in do_truncate()
` [PATCH v6 16/40] open: handle idmapped mounts
` [PATCH v6 17/40] af_unix: "
` [PATCH v6 18/40] utimes: "
` [PATCH v6 19/40] fcntl: "
` [PATCH v6 20/40] init: "
` [PATCH v6 21/40] ioctl: "
` [PATCH v6 22/40] would_dump: "
` [PATCH v6 23/40] exec: "
` [PATCH v6 24/40] fs: make helpers idmap mount aware
` [PATCH v6 25/40] apparmor: handle idmapped mounts
` [PATCH v6 26/39] ima: "
` [PATCH v6 27/40] ecryptfs: do not mount on top of "
` [PATCH v6 28/40] overlayfs: "
` [PATCH v6 29/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v6 30/40] mount: make {lock,unlock}_mount_hash() static
` [PATCH v6 31/40] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v6 32/40] fs: split out functions to hold writers
` [PATCH v6 33/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v6 34/40] fs: add mount_setattr()
` [PATCH v6 35/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v6 36/40] tests: add mount_setattr() selftests
` [PATCH v6 37/40] fat: handle idmapped mounts
` [PATCH v6 38/40] ext4: support "
` [PATCH v6 39/40] xfs: "
` [PATCH v6 40/40] generic/622: add fstests for "

avoid taking the iolock in fsync unless actually needed v2
 2021-01-23  6:41 UTC  (6+ messages)
` [PATCH 1/2] xfs: refactor xfs_file_fsync
` [PATCH 2/2] xfs: reduce ilock acquisitions in xfs_file_fsync

reduce sub-block DIO serialisation v4
 2021-01-22 17:24 UTC  (13+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split the unaligned DIO write code out
` [PATCH 08/11] iomap: rename the flags variable in __iomap_dio_rw
` [PATCH 09/11] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

reduce sub-block DIO serialisation v3
 2021-01-22 10:20 UTC  (21+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split unaligned DIO write code out
` [PATCH 08/11] iomap: rename the flags variable in __iomap_dio_rw
` [PATCH 09/11] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

[PATCH] xfs: set inode size after creating symlink
 2021-01-22  8:02 UTC  (5+ messages)

[PATCH v2 0/9] xfs: rework log quiesce to cover the log
 2021-01-22  3:48 UTC  (18+ messages)
` [PATCH v2 1/9] xfs: sync lazy sb accounting on quiesce of read-only mounts
` [PATCH v2 2/9] xfs: lift writable fs check up into log worker task
` [PATCH v2 3/9] xfs: separate log cleaning from log quiesce
` [PATCH v2 4/9] xfs: cover the log during "
` [PATCH v2 5/9] xfs: don't reset log idle state on covering checkpoints
` [PATCH v2 6/9] xfs: fold sbcount quiesce logging into log covering
` [PATCH v2 7/9] xfs: remove duplicate wq cancel and log force from attr quiesce
` [PATCH v2 8/9] xfs: remove xfs_quiesce_attr()
` [PATCH v2 9/9] xfs: cover the log on freeze instead of cleaning it

[xfstests PATCH v2] generic: test for lazytime timestamp updates
 2021-01-22  1:44 UTC 

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-01-21 23:03 UTC  (9+ messages)
` [PATCH v8 1/8] block: blk-crypto-fallback: handle data unit split across multiple bvecs
` [PATCH v8 2/8] block: blk-crypto: relax alignment requirements for bvecs in bios
` [PATCH v8 3/8] fscrypt: add functions for direct I/O support
` [PATCH v8 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v8 5/8] iomap: support direct I/O with "
` [PATCH v8 6/8] ext4: "
` [PATCH v8 7/8] f2fs: "
` [PATCH v8 8/8] fscrypt: update documentation for direct I/O support

[PATCH RFC 1/1] xfs: refactor xfs_attr_set follow up
 2021-01-21 18:47 UTC  (2+ messages)

[PATCH 0/9] xfs: rework log quiesce to cover the log
 2021-01-21 17:17 UTC  (5+ messages)
` [PATCH 1/9] xfs: sync lazy sb accounting on quiesce of read-only mounts

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 UTC  (3+ messages)

[PATCH v5 0/5] xfs: support shrinking free space in the last AG
 2021-01-21  1:51 UTC  (8+ messages)
` [PATCH v5 4/5] xfs: support shrinking unused "
` [PATCH v5 5/5] xfs: add error injection for per-AG resv failure when shrinkfs

[RFC[RAP] PATCH] xfs: allow setting and clearing of log incompat feature flags
 2021-01-21  0:12 UTC  (11+ messages)

[PATCHSET v3 00/10] xfs: consolidate posteof and cowblocks cleanup
 2021-01-20 23:34 UTC  (3+ messages)
` [PATCH 05/10] xfs: increase the default parallelism levels of pwork clients

[RFC PATCH 0/3] Remove mrlock
 2021-01-20 20:14 UTC  (6+ messages)

[PATCH V2] xfs: do not allow reflinking inodes with the dax flag set
 2021-01-20 19:58 UTC  (4+ messages)

reduce sub-block DIO serialisation v2
 2021-01-20 19:58 UTC  (23+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split unaligned DIO write code out
` [PATCH 08/11] iomap: rename the flags variable in __iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_UNALIGNED flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

[PATCH -next] fs/xfs: convert comma to semicolon
 2021-01-20 19:42 UTC  (2+ messages)

two small setattr cleanups
 2021-01-20 19:39 UTC  (2+ messages)

[PATCH] xfs: Fix assert failure in xfs_setattr_size()
 2021-01-20 19:27 UTC  (3+ messages)

[PATCHSET v2 0/2] xfs: add the ability to flag a fs for repair
 2021-01-20 17:38 UTC  (6+ messages)
` [PATCH 2/2] xfs_repair: clear the needsrepair flag
  ` [PATCH v2.1 "
` [PATCH 3/2] xfs_repair: fix unmount error message to have a newline

[PATCHSET v3 0/2] xfs_db: add minimal directory navigation
 2021-01-20 17:39 UTC  (4+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command


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