linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-23 17:08:44 to 2019-08-01 02:18:15 UTC [more...]

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-01  2:17 UTC  (23+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 02/24] shrinkers: use will_defer for GFP_NOFS sensitive shrinkers
` [PATCH 03/24] mm: factor shrinker work calculations
` [PATCH 04/24] shrinker: defer work only to kswapd
` [PATCH 05/24] shrinker: clean up variable types and tracepoints
` [PATCH 06/24] mm: reclaim_state records pages reclaimed, not slabs
` [PATCH 07/24] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 08/24] mm: kswapd backoff for shrinkers
` [PATCH 09/24] xfs: don't allow log IO to be throttled
` [PATCH 10/24] xfs: fix missed wakeup on l_flush_wait
` [PATCH 11/24] xfs:: account for memory freed from metadata buffers
` [PATCH 12/24] xfs: correctly acount for reclaimable slabs
` [PATCH 13/24] xfs: synchronous AIL pushing
` [PATCH 15/24] xfs: eagerly free shadow buffers to reduce CIL footprint
` [PATCH 16/24] xfs: Lower CIL flush limit for large logs
` [PATCH 17/24] xfs: don't block kswapd in inode reclaim
` [PATCH 18/24] xfs: reduce kswapd blocking on inode locking
` [PATCH 19/24] xfs: kill background reclaim work
` [PATCH 20/24] xfs: use AIL pushing for inode reclaim IO
` [PATCH 21/24] xfs: remove mode from xfs_reclaim_inodes()
` [PATCH 22/24] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/24] xfs: reclaim inodes from the LRU

[PATCH v2 0/5] xfs: fixes and new tests for bulkstat v5
 2019-08-01  1:43 UTC  (6+ messages)
` [PATCH 1/5] xfs/122: ignore inode geometry structure
` [PATCH 2/5] xfs/122: mask wonky ioctls
` [PATCH 3/5] xfs/122: add the new v5 bulkstat/inumbers ioctl structures
` [PATCH 4/5] common/xfs: refactor agcount calculation for mounted filesystems
` [PATCH 5/5] xfs: test new v5 bulkstat commands

[RFC PATCH 0/7] xfs: add reflink & dedupe support for fsdax
 2019-08-01  1:37 UTC  (19+ messages)
` [RFC PATCH 1/7] dax: Introduce dax_copy_edges() for COW
` [RFC PATCH 2/7] dax: copy data before write
` [RFC PATCH 3/7] dax: replace mmap entry in case of CoW
` [RFC PATCH 4/7] fs: dedup file range to use a compare function
` [RFC PATCH 5/7] dax: memcpy before zeroing range
` [RFC PATCH 6/7] xfs: Add COW handle for fsdax
` [RFC PATCH 7/7] xfs: Add dedupe support "

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-07-31 23:31 UTC  (18+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

[RFC 0/2] iomap & xfs support for large pages
 2019-07-31 23:03 UTC  (6+ messages)
` [PATCH 1/2] iomap: Support "
` [PATCH 2/2] xfs: "

[PATCH 0/4] xfs: fixes and new tests for bulkstat v5
 2019-07-31 17:12 UTC  (14+ messages)
` [PATCH 1/4] xfs/122: ignore inode geometry structure
` [PATCH 2/4] xfs/122: mask wonky ioctls
` [PATCH 3/4] xfs/122: add the new v5 bulkstat/inumbers ioctl structures
` [PATCH 4/4] xfs: test new v5 bulkstat commands

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-07-31 15:28 UTC  (3+ messages)
` [PATCH 06/20] fs: Fill in max and min timestamps in superblock

[PATCH v4 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-07-31  6:08 UTC  (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v4 3/3] net/xdp: "

lift the xfs writepage code into iomap v3
 2019-07-31  6:04 UTC  (6+ messages)

[PATCH v2] common/rc: check 'chattr +/-x' on dax device
 2019-07-31  2:29 UTC  (2+ messages)

[PATCH] common/rc: check 'chattr +/-x' on dax device
 2019-07-31  2:08 UTC  (5+ messages)

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-07-30 14:48 UTC  (9+ messages)
` [PATCH 1/6] list.h: add list_pop and list_pop_entry helpers
` [PATCH 2/6] iomap: copy the xfs writeback code to iomap.c
` [PATCH 3/6] iomap: add tracing for the address space operations
` [PATCH 4/6] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 5/6] xfs: set IOMAP_F_NEW more carefully
` [PATCH 6/6] iomap: zero newly allocated mapped blocks

[PATCH] xfs: design: Fix typo
 2019-07-30 14:41 UTC  (2+ messages)

[PATCH v2] fs: xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling()
 2019-07-30 14:41 UTC  (2+ messages)

xfs: garbage file data inclusion bug under memory pressure
 2019-07-30 11:30 UTC  (12+ messages)

[PATCH v4 0/5] xfs: use the iomap writeback code
 2019-07-30  1:19 UTC  (6+ messages)
` [PATCH 1/5] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 2/5] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 3/5] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 4/5] xfs: convert the xfs writeback code to iomap writeback
` [PATCH 5/5] iomap: move struct iomap_page out of iomap.h

[PATCH v4 0/2] xfs: use new list helpers in writeback code
 2019-07-30  1:18 UTC  (3+ messages)
` [PATCH 1/2] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 2/2] xfs: refactor the ioend merging code

[PATCH 0/3] fstests: various fixes
 2019-07-30  0:55 UTC  (16+ messages)
` [PATCH 1/3] common: filter aiodio dmesg after fs/iomap.c to fs/iomap/ move
  ` [PATCH v2 "
` [PATCH 2/3] xfs/504: fix bogus test description
` [PATCH 3/3] generic/561: kill duperemove after sleep_time
` [PATCH 4/3] generic/506: mount scratch fs before testing for prjquota presence
` [PATCH 5/3] various: disable quotas before running test
` [PATCH 6/3] xfs/033: filter out root inode nlink repair
` [PATCH 7/3] xfs/194: unmount forced v4 fs during cleanup
  ` [PATCH v2 "

[PATCH] fs: xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling()
 2019-07-29 14:58 UTC  (4+ messages)

xfs quota test xfs/050 fails with dax mount option and "-d su=2m,sw=1" mkfs option
 2019-07-29  8:28 UTC  (3+ messages)

Unmountable XFS file system after runnig stress-ng
 2019-07-27 21:39 UTC  (3+ messages)

[PATCH] Documentation: filesystem: fix "Removed Sysctls" table
 2019-07-26 20:51 UTC  (5+ messages)

[PATCH v2] xfs: fix stack contents leakage in the v1 inumber ioctls
 2019-07-26  6:37 UTC  (3+ messages)

[ANNOUNCE] xfsprogs for-next updated to 3a3f5b14
 2019-07-25 21:56 UTC 

[PATCH] xfs: fix stack contents leakage in the v1 bulkstat/inumbers ioctls
 2019-07-25 17:02 UTC  (5+ messages)

Sanity check - need a second pair of eyes ;-)
 2019-07-25 16:53 UTC  (5+ messages)
      ` Sanity check - need a second pair of eyes ;-) -- DVD mount error

[ANNOUNCE] xfsprogs for-next updated to e20cbd1
 2019-07-24 20:01 UTC 

[bug report] xfs: introduce v5 inode group structure
 2019-07-24 15:19 UTC  (2+ messages)

[PATCH] xfs: allocate xattr buffer on demand
 2019-07-24 11:48 UTC  (4+ messages)

[PATCH 0/6] xfs: stable fixes for v4.19.y - circa v4.19.60
 2019-07-24  6:34 UTC  (7+ messages)
` [PATCH 1/6] xfs: don't trip over uninitialized buffer on extent read of corrupted inode
` [PATCH 2/6] xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
` [PATCH 3/6] xfs: Add helper function xfs_attr_try_sf_addname
` [PATCH 4/6] xfs: Add attibute set and helper functions
` [PATCH 5/6] xfs: Add attibute remove "
` [PATCH 6/6] xfs: always rejoin held resources during defer roll

[PATCH V2] xfs: allocate xattr buffer on demand
 2019-07-24  4:59 UTC 

fstests: cannot allocate memory - false negatives xfs/059
 2019-07-24  1:52 UTC 

[PATCH 0/9] xfs: stable fixes for v4.19.y - circa ~ v4.19.58
 2019-07-23 22:02 UTC  (3+ messages)

[PATCH] xfs: Do not free xfs_extent_busy from inside a spinlock
 2019-07-23 17:41 UTC  (8+ 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).