linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-19 07:04:18 to 2021-01-21 23:08:18 UTC [more...]

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-01-21 23:03 UTC  (2+ messages)
` [PATCH v8 7/8] f2fs: support "

[PATCH] xfs: set inode size after creating symlink
 2021-01-21 19:58 UTC  (4+ messages)

reduce sub-block DIO serialisation v3
 2021-01-21 19:01 UTC  (20+ 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 RFC 1/1] xfs: refactor xfs_attr_set follow up
 2021-01-21 18:47 UTC  (2+ messages)

[PATCH v2 0/9] xfs: rework log quiesce to cover the log
 2021-01-21 18:44 UTC  (12+ 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

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

[PATCH v6 00/40] idmapped mounts
 2021-01-21 13:19 UTC  (41+ 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 "

[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  (14+ messages)
` [PATCH 01/10] xfs: relocate the eofb/cowb workqueue functions
` [PATCH 02/10] xfs: hide xfs_icache_free_eofblocks
` [PATCH 03/10] xfs: hide xfs_icache_free_cowblocks
` [PATCH 04/10] xfs: remove trivial eof/cowblocks functions
` [PATCH 05/10] xfs: increase the default parallelism levels of pwork clients
  ` [PATCH 5.1/10] xfs: create mount option to override metadata threads
` [PATCH 07/10] xfs: consolidate the eofblocks and cowblocks workers

[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  (38+ 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  (53+ messages)
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [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  (6+ 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  (10+ messages)
` [PATCH v2 "

[PATCHSET v3 00/11] xfs: try harder to reclaim space when we run out
 2021-01-19 19:43 UTC  (8+ messages)
` [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 09/11] xfs: add a tracepoint for blockgc scans

[PATCHSET v2 0/7] xfs: consolidate posteof and cowblocks cleanup
 2021-01-19 19:17 UTC  (9+ messages)
` [PATCH 1/7] xfs: increase the default parallelism levels of pwork clients

assertation failures in generic/388
 2021-01-19  7:28 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).