linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-19 21:42:47 to 2021-01-22 17:42:47 UTC [more...]

[PATCH v6 00/40] idmapped mounts
 2021-01-22 17:34 UTC  (60+ 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-22 16:46 UTC 

reduce sub-block DIO serialisation v4
 2021-01-22 16:20 UTC  (12+ 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  (11+ messages)
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes
` [RFC PATCH 31/37] eros: use bio_init_fields in data

[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  (4+ messages)
` [PATCH 05/10] xfs: increase the default parallelism levels of pwork clients
  ` [PATCH 5.1/10] xfs: create mount option to override metadata threads

[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  (31+ 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_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  (13+ messages)
` [PATCH 1/2] xfs_db: support the needsrepair feature flag in the version command
` [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  (6+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[PATCH v5 00/42] idmapped mounts
 2021-01-20 12:03 UTC  (27+ messages)
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 14/42] acl: handle idmapped mounts
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 18/42] stat: handle idmapped mounts
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP

[PATCHSET 0/4] xfs: minor cleanups of the quota functions
 2021-01-20  4:33 UTC  (3+ messages)
` [PATCH 3/4] xfs: create convenience wrappers for incore quota block reservations
  ` [PATCH v2.1 "

Bug#695875: marked as done (Build with libedit rather than libreadline5)
 2021-01-19 22:33 UTC 

Bug#976683: marked as done (xfsprogs: Import new upstream version)
 2021-01-19 22:33 UTC 

Bug#979653: marked as done (xfsprogs: Incomplete debian/copyright)
 2021-01-19 22:27 UTC 

Bug#979644: marked as done (xfsprogs: Cryptographically verify upstream tarball)
 2021-01-19 22:27 UTC 

xfsprogs_5.10.0-2_source.changes ACCEPTED into unstable
 2021-01-19 22:24 UTC 

Processing of xfsprogs_5.10.0-2_source.changes
 2021-01-19 22:18 UTC 

[PATCH 0/6] debian: xfsprogs package clean-up
 2021-01-19 22:00 UTC  (9+ messages)
` [PATCH v2 "


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