linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 14:26:59 to 2020-07-13 13:37:31 UTC [more...]

[PATCH v6 00/12] xfs_repair: use btree bulk loading
 2020-07-13 13:37 UTC  (9+ messages)
` [PATCH 06/12] xfs_repair: create a new class of btree rebuild cursors
  ` [PATCH v2 "

[PATCH v10 00/25] xfs: Delay Ready Attributes
 2020-07-13 13:36 UTC  (13+ messages)
` [PATCH v10 13/25] xfs: Remove unneeded xfs_trans_roll_inode calls
` [PATCH v10 14/25] xfs: Remove xfs_trans_roll in xfs_attr_node_removename
` [PATCH v10 23/25] xfs: Add delay ready attr remove routines

RFC: iomap write invalidation
 2020-07-13 12:20 UTC  (5+ messages)
` [PATCH 1/2] iomap: Only invalidate page cache pages on direct IO writes
` [PATCH 2/2] iomap: fall back to buffered writes for invalidation failures

[PATCH 0/5] Continue xfs kmem cleanup - V2
 2020-07-13  9:17 UTC  (15+ messages)
` [PATCH V2 1/5] xfs: Remove kmem_zone_alloc() usage
` [PATCH V2 2/5] xfs: Remove kmem_zone_zalloc() usage
` [PATCH V3 3/5] xfs: Modify xlog_ticket_alloc() to use kernel's MM API
` [PATCH 4/5] xfs: remove xfs_zone_{alloc,zalloc} helpers
` [PATCH 5/5] xfs: Remove xfs_da_state_alloc() helper

[PATCH v3] xfs: get rid of unnecessary xfs_perag_{get,put} pairs
 2020-07-13  8:53 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] fs/direct-io: avoid data race on ->s_dio_done_wq
 2020-07-13  3:33 UTC 

always fall back to buffered I/O after invalidation failures, was: Re: [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
 2020-07-12 11:36 UTC  (19+ messages)
                ` [Cluster-devel] "

[PATCH] xfs: remove SYNC_WAIT and SYNC_TRYLOCK
 2020-07-11 18:13 UTC  (3+ messages)

[PATCH -next] xfs: remove duplicated include from xfs_buf_item.c
 2020-07-11 18:11 UTC  (2+ messages)

[PATCH] xfsprogs: remove the libxfs_* API redirections
 2020-07-10 16:02 UTC 

Bug#925111: marked as done (Updating the xfsprogs Uploaders list)
 2020-07-10 15:45 UTC 

[PATCH] xfs_quota: display warning limits when printing quota type information
 2020-07-10 15:42 UTC  (3+ messages)

[PATCH] xfsprogs: xfs_quota state command should report ugp grace times
 2020-07-10 13:53 UTC  (3+ messages)

[PATCH 00/10] xfs: automatic relogging
 2020-07-10  4:09 UTC  (14+ messages)
` [PATCH 05/10] xfs: automatic log item relog mechanism

[PATCH v2 00/22] xfs: remove xfs_disk_quot from incore dquot
 2020-07-09 23:37 UTC  (27+ messages)
` [PATCH 01/22] xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
` [PATCH 02/22] xfs: fix inode quota reservation checks
` [PATCH 03/22] xfs: validate ondisk/incore dquot flags
` [PATCH 04/22] xfs: split "
` [PATCH 05/22] xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
` [PATCH 06/22] xfs: stop using q_core.d_flags in the quota code
` [PATCH 07/22] xfs: stop using q_core.d_id "
` [PATCH 08/22] xfs: use a per-resource struct for incore dquot data
` [PATCH 09/22] xfs: stop using q_core limits in the quota code
` [PATCH 10/22] xfs: stop using q_core counters "
` [PATCH 11/22] xfs: stop using q_core warning "
` [PATCH 12/22] xfs: stop using q_core timers "
` [PATCH 13/22] xfs: remove qcore from incore dquots
` [PATCH 14/22] xfs: refactor default quota limits by resource
` [PATCH 15/22] xfs: remove unnecessary arguments from quota adjust functions
` [PATCH 16/22] xfs: refactor quota exceeded test
` [PATCH 17/22] xfs: refactor xfs_qm_scall_setqlim
` [PATCH 18/22] xfs: refactor xfs_trans_dqresv
` [PATCH 19/22] xfs: refactor xfs_trans_apply_dquot_deltas
` [PATCH 20/22] xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
` [PATCH 21/22] xfs: actually bump warning counts when we send warnings
` [PATCH 22/22] xfs: add more dquot tracepoints

[PATCH v6] xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim
 2020-07-09 22:38 UTC  (3+ messages)

[RFC PATCH 0/2] xfs: more unlinked inode list optimization v1
 2020-07-09 22:36 UTC  (13+ messages)
` [RFC PATCH 1/2] xfs: arrange all unlinked inodes into one list
` [RFC PATCH 2/2] xfs: don't access AGI on unlinked inodes if it can

[PATCH 0/4] Continue xfs kmem cleanup
 2020-07-09 21:52 UTC  (12+ messages)
` [PATCH 1/4] xfs: Remove kmem_zone_alloc() usage
` [PATCH 2/4] xfs: Remove kmem_zone_zalloc() usage
` [PATCH 3/4] xfs: Modify xlog_ticket_alloc() to use kernel's MM API
` [PATCH 4/4] xfs: remove xfs_zone_{alloc,zalloc} helpers

[ANNOUNCE] xfs-linux: for-next updated to c3f2375b90d0
 2020-07-09 16:44 UTC 

tidy up the buffer cache implementation
 2020-07-09 15:04 UTC  (14+ messages)
` [PATCH 01/13] xfs: refactor the buf ioend disposition code
` [PATCH 02/13] xfs: mark xfs_buf_ioend static
` [PATCH 03/13] xfs: refactor xfs_buf_ioend
` [PATCH 04/13] xfs: move the buffer retry logic to xfs_buf.c
` [PATCH 05/13] xfs: fold xfs_buf_ioend_finish into xfs_ioend
` [PATCH 06/13] xfs: refactor xfs_buf_ioerror_fail_without_retry
` [PATCH 07/13] xfs: remove xfs_buf_ioerror_retry
` [PATCH 08/13] xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition
` [PATCH 09/13] xfs: simplify the xfs_buf_ioend_disposition calling convention
` [PATCH 10/13] xfs: use xfs_buf_item_relse in xfs_buf_item_done
` [PATCH 11/13] xfs: clear the read/write flags later in xfs_buf_ioend
` [PATCH 12/13] xfs: remove xlog_recover_iodone
` [PATCH 13/13] xfs: reuse _xfs_buf_read for re-reading the superblock

[PATCH v2 0/3] xfs_repair: more fixes
 2020-07-09 13:37 UTC  (14+ messages)
` [PATCH 1/3] xfs_repair: complain about ag header crc errors
` [PATCH 2/3] xfs_repair: simplify free space btree calculations in init_freespace_cursors
` [PATCH 3/3] xfs_repair: try to fill the AGFL before we fix the freelist
  ` [PATCH v2 "

[PATCH 0/6 v11] btrfs direct-io using iomap
 2020-07-08 21:19 UTC  (7+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags
` [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
` [PATCH 3/6] btrfs: switch to iomap_dio_rw() for dio
` [PATCH 4/6] fs: remove dio_end_io()
` [PATCH 5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 6/6] btrfs: split btrfs_direct_IO to read and write part

[PATCH] xfs: Use fallthrough pseudo-keyword
 2020-07-08  6:55 UTC  (4+ messages)

[PATCH 0/4] [RFC] xfs: in memory inode unlink log items
 2020-07-07 14:39 UTC  (3+ messages)
` [PATCH 3/4] xfs: track unlinked inodes in core inode

linux-next: build failure after merge of the xfs tree
 2020-07-07 13:57 UTC  (3+ messages)
` [PATCH] xfs: fix non-quota build breakage

[xfs-linux:xfs-5.9-merge 24/46] fs/xfs/xfs_buf_item.c:1228: undefined reference to `xfs_dquot_done'
 2020-07-07  5:34 UTC 

[ANNOUNCE] xfs-linux: iomap-5.9-merge updated to d1b4f507d71d
 2020-07-06 18:10 UTC 

[ANNOUNCE DONOTREBASEYET] xfs-linux: for-next updated to 5710e1092b71
 2020-07-06 18:06 UTC 

[PATCH 00/18] xfs: remove xfs_disk_quot from incore dquot
 2020-07-06 13:42 UTC  (14+ messages)
` [PATCH 04/18] xfs: stop using q_core.d_flags in the quota code
` [PATCH 17/18] xfs: refactor xfs_trans_apply_dquot_deltas
` [PATCH 18/18] xfs: add more dquot tracepoints

[PATCH] doc: cgroup: add f2fs and xfs to supported list for writeback
 2020-07-05 20:35 UTC  (2+ messages)

[PATCH 00/13] Documentation/admin-guide: eliminate duplicated words
 2020-07-05 20:02 UTC  (16+ messages)
` [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word
` [PATCH 02/13] Documentation/admin-guide: cgroup-v1/rdma: "
` [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words
` [PATCH 04/13] Documentation/admin-guide: media/building: "
` [PATCH 05/13] Documentation/admin-guide: mm/ksm: drop doubled word
` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: "
` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: "
` [PATCH 08/13] Documentation/admin-guide: arm-ccn: "
` [PATCH 09/13] Documentation/admin-guide: intel_pstate: "
` [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words
` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word
` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: "
` [PATCH 13/13] Documentation/admin-guide: xfs: "

[PATCH v4] generic: test per-type quota softlimit enforcement timeout
 2020-07-05 12:28 UTC 

Separate user- and project- quota ?
 2020-07-04 15:21 UTC  (9+ messages)

[GIT PULL] xfs: bug fixes for 5.8-rc4
 2020-07-03 21:50 UTC  (2+ messages)

[PATCH 0/6] Overhaul memalloc_no*
 2020-07-03 14:26 UTC  (8+ messages)
            ` [PATCH] dm-bufio: do cleanup from a workqueue


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