linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-05 12:35:00 to 2019-08-09 00:11:18 UTC [more...]

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-09  0:10 UTC  (58+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 09/24] xfs: don't allow log IO to be throttled
` [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 14/24] xfs: tail updates only need to occur when LSN changes
` [PATCH 15/24] xfs: eagerly free shadow buffers to reduce CIL footprint
` [PATCH 17/24] xfs: don't block kswapd in inode reclaim
` [PATCH 18/24] xfs: reduce kswapd blocking on inode locking
` [PATCH 20/24] xfs: use AIL pushing for inode reclaim IO
` [PATCH 22/24] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/24] xfs: reclaim inodes from the LRU

[PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
 2019-08-09  0:04 UTC  (16+ 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

Business Proposal !!!
 2019-08-08 22:42 UTC 

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-08-08 18:53 UTC  (27+ messages)
` [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 8/9] Use FIEMAP for FIBMAP calls

[PATCH] mm, vmscan: Do not special-case slab reclaim when watermarks are boosted
 2019-08-08 18:29 UTC 

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-08 18:18 UTC  (12+ messages)

[PATCH] [Regression, v5.0] mm: boosted kswapd reclaim b0rks system cache balance
 2019-08-08 17:04 UTC  (14+ messages)

[PATCH] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-08 16:12 UTC  (6+ messages)
  ` [PATCH] loop: set PF_MEMALLOC_NOIO for the worker thread

[PATCH 0/3] xfs: various fixes for 5.3
 2019-08-08 16:05 UTC  (6+ messages)
` [PATCH 1/3] vfs: fix page locking deadlocks when deduping files
` [PATCH 2/3] xfs: remove more ondisk directory corruption asserts
` [PATCH 3/3] xfs: don't crash on null attr fork xfs_bmapi_read

[Bug 204031] New: [xfstests generic/475]: general protection fault: 0000 [#1] RIP: 0010:xfs_bmapi_read+0x311/0xb00 [xfs]
 2019-08-08 12:59 UTC  (2+ messages)
` [Bug 204031] "

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-08  5:42 UTC  (48+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[LTP] [PATCH v7 3/3] syscalls/copy_file_range02: increase coverage and remove EXDEV test
 2019-08-08  3:57 UTC  (6+ messages)

[PATCH] vfs: fix page locking deadlocks when deduping files
 2019-08-08  2:10 UTC  (3+ messages)

ATTN: HOPE YOU ARE NOT DEAD
 2019-08-07 20:13 UTC 

[PATCH 04/24] shrinker: defer work only to kswapd
 2019-08-07 18:00 UTC  (3+ messages)

Block device direct read EIO handling broken?
 2019-08-07  9:42 UTC  (18+ messages)

[PATCH 0/3] fstests: various fixes
 2019-08-07  1:44 UTC  (6+ messages)
` [PATCH 1/3] common: filter aiodio dmesg after fs/iomap.c to fs/iomap/ move
  ` [PATCH v2 "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (7+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()

XFS segementation fault with new linux 4.19.63
 2019-08-06 20:07 UTC  (4+ messages)

[PATCH] Documentation: fs: Convert xfs-delayed-logging-design.txt to ReSt
 2019-08-06 17:46 UTC  (2+ messages)

[PATCH v4 0/5] xfs: use the iomap writeback code
 2019-08-06  5:34 UTC  (12+ 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/6] iomap: lift the xfs writepage code into iomap
 2019-08-06  5:33 UTC  (8+ messages)
` [PATCH 2/6] iomap: copy the xfs writeback code to iomap.c

RFC: use the iomap writepage path in gfs2
 2019-08-06  5:30 UTC  (4+ messages)
` [PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode


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