linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 11:43:27 to 2019-08-02 23:29:30 UTC [more...]

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-02 23:28 UTC  (38+ 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 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 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 24/24] xfs: remove unusued old inode reclaim code

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

xfs: garbage file data inclusion bug under memory pressure
 2019-08-02 22:21 UTC  (10+ messages)
` [PATCH] fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve()

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02 19:33 UTC  (8+ messages)
` [PATCH 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/34] net/rds: convert put_page() to put_user_page*()

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-08-02 15:29 UTC  (26+ 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-08-02 14:54 UTC  (12+ messages)
` [PATCH 1/2] iomap: Support "
` [PATCH 2/2] xfs: "

[Bug 204409] New: BUG: KASAN: use-after-free in do_raw_spin_lock
 2019-08-02  4:59 UTC 

[Bug 204129] New: [xfstests generic/127]: fsx find corruption on xfs
 2019-08-02  4:26 UTC  (2+ messages)
` [Bug 204129] "

[PATCH v2 0/5] xfs: fixes and new tests for bulkstat v5
 2019-08-02  1:55 UTC  (11+ 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

[ANNOUNCE] xfs-documentation: master updated to f7a3675
 2019-08-02  0:46 UTC 

[PATCH] fs: xfs: Remove unused KM_NOSLEEP, change KM_SLEEP to 0
 2019-08-01 20:39 UTC  (5+ messages)
    ` [PATCH] fs: xfs: Remove KM_NOSLEEP and KM_SLEEP

[PATCH] xfs: add kmem allocation trace points
 2019-08-01 20:37 UTC  (4+ messages)

[PATCH V2] xfs: allocate xattr buffer on demand
 2019-08-01 20:37 UTC  (2+ messages)

[PATCH v4 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-08-01 16:34 UTC  (7+ messages)
` [PATCH v4 1/3] "

[PATCH] xfs: show error code when printing writeback error messages
 2019-08-01 10:38 UTC  (2+ messages)

[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/4] xfs: fixes and new tests for bulkstat v5
 2019-07-31 17:12 UTC  (12+ 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


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