linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-06 22:32:37 to 2019-10-09 03:21:54 UTC [more...]

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-09  3:21 UTC  (24+ messages)
` [PATCH 01/26] xfs: Lower CIL flush limit for large logs
` [PATCH 02/26] xfs: Throttle commits on delayed background CIL push
` [PATCH 03/26] xfs: don't allow log IO to be throttled
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/26] xfs: correctly acount for reclaimable slabs
` [PATCH 06/26] xfs: synchronous AIL pushing
` [PATCH 07/26] xfs: tail updates only need to occur when LSN changes
` [PATCH 08/26] mm: directed shrinker work deferral
` [PATCH 09/26] shrinkers: use defer_work for GFP_NOFS sensitive shrinkers
` [PATCH 10/26] mm: factor shrinker work calculations
` [PATCH 11/26] shrinker: defer work only to kswapd
` [PATCH 12/26] shrinker: clean up variable types and tracepoints
` [PATCH 13/26] mm: reclaim_state records pages reclaimed, not slabs
` [PATCH 14/26] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/26] xfs: synchronous AIL pushing
` [PATCH 19/26] xfs: kill background reclaim work
` [PATCH 20/26] xfs: use AIL pushing for inode reclaim IO
` [PATCH 21/26] xfs: remove mode from xfs_reclaim_inodes()
` [PATCH 22/26] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/26] xfs: reclaim inodes from the LRU
` [PATCH 24/26] xfs: remove unusued old inode reclaim code
` [PATCH 25/26] xfs: rework unreferenced inode lookups
` [PATCH 26/26] xfs: use xfs_ail_push_all_sync in xfs_reclaim_inodes

[PATCH] seq_file: move seq_read() flushing into a function
 2019-10-09  2:02 UTC 

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-09  2:07 UTC  (8+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-09  1:14 UTC  (4+ messages)

[PATCH v2 linux-kselftest-test 0/3] kunit: support building core/tests as modules
 2019-10-08 21:47 UTC  (8+ messages)
` [PATCH v2 linux-kselftest-test 1/3] kunit: allow kunit tests to be loaded as a module
` [PATCH v2 linux-kselftest-test 2/3] kunit: allow kunit "
` [PATCH v2 linux-kselftest-test 3/3] kunit: update documentation to describe module-based build

[PATCH] fs: fs-writeback.c: fix kernel-doc warning
 2019-10-08 20:36 UTC 

[PATCH] fs: fix libfs.c kernel-doc warning
 2019-10-08 20:35 UTC 

[PATCH] fs: fix direct-io.c kernel-doc warning
 2019-10-08 20:35 UTC 

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-08 20:34 UTC  (42+ messages)

mount on tmpfs failing to parse context option
 2019-10-08 19:51 UTC  (7+ messages)

[PATCH] mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()
 2019-10-08 15:51 UTC  (2+ messages)

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2019-10-08 15:59 UTC  (4+ messages)
` [PATCH 5/7] bcm-vk: add bcm_vk UAPI

iomap and xfs COW cleanups v2
 2019-10-08 15:28 UTC  (28+ messages)
` [PATCH 01/20] iomap: better document the IOMAP_F_* flags
` [PATCH 02/20] iomap: remove the unused iomap argument to __iomap_write_end
` [PATCH 03/20] iomap: always use AOP_FLAG_NOFS in iomap_write_begin
` [PATCH 04/20] iomap: ignore non-shared or non-data blocks in xfs_file_dirty
` [PATCH 05/20] iomap: move the zeroing case out of iomap_read_page_sync
` [PATCH 06/20] iomap: use write_begin to read pages to unshare
` [PATCH 07/20] iomap: renumber IOMAP_HOLE to 0
` [PATCH 08/20] iomap: use a srcmap for a read-modify-write I/O
` [PATCH 09/20] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 10/20] xfs: remove xfs_reflink_dirty_extents
` [PATCH 11/20] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 12/20] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 13/20] xfs: fill out the srcmap in iomap_begin
` [PATCH 14/20] xfs: factor out a helper to calculate the end_fsb
` [PATCH 15/20] xfs: split out a new set of read-only iomap ops
` [PATCH 16/20] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 17/20] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 18/20] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 19/20] xfs: cleanup xfs_iomap_write_unwritten
` [PATCH 20/20] xfs: improve the IOMAP_NOWAIT check for COW inodes

[PATCH linux-kselftest-test 0/3] kunit: support module-based build
 2019-10-08 15:15 UTC  (6+ messages)
` [PATCH linux-kselftest-test 1/3] kunit: allow kunit tests to be loaded as a module
` [PATCH linux-kselftest-test 2/3] kunit: allow kunit "
` [PATCH linux-kselftest-test 3/3] kunit: update documentation to describe module-based build

iomap and xfs COW cleanups
 2019-10-08 15:12 UTC  (5+ messages)
` [PATCH 06/19] iomap: use write_begin to read pages to unshare

[PATCH v4 0/8] ext4: port direct I/O to iomap infrastructure
 2019-10-08 15:12 UTC  (17+ messages)
` [PATCH v4 1/8] ext4: move out iomap field population into separate helper
` [PATCH v4 2/8] ext4: move out IOMAP_WRITE path "
` [PATCH v4 3/8] ext4: introduce new callback for IOMAP_REPORT operations
` [PATCH v4 4/8] ext4: introduce direct I/O read path using iomap infrastructure
` [PATCH v4 5/8] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v4 6/8] ext4: move inode extension checks out from ext4_iomap_alloc()
` [PATCH v4 7/8] ext4: reorder map.m_flags checks in ext4_set_iomap()
` [PATCH v4 8/8] ext4: introduce direct I/O write path using iomap infrastructure

[PATCH] btrfs: Avoid getting stuck during cyclic writebacks
 2019-10-08 14:42 UTC  (3+ messages)

[PATCH] proc:fix confusing macro arg name
 2019-10-08 11:22 UTC  (4+ messages)

[PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-10-08  9:55 UTC  (10+ messages)

xfs_inode not reclaimed/memory leak on 5.2.16
 2019-10-08  8:52 UTC  (9+ messages)
    ` [bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]

[PATCH] proc:fix confusing macro arg name
 2019-10-08  8:28 UTC 

[PATCH] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-08  8:20 UTC  (8+ messages)

[PATCH v5 00/18] compat_ioctl.c removal, part 2/3
 2019-10-08  7:38 UTC  (4+ messages)
` [PATCH v5 05/18] watchdog: cpwd: use generic compat_ptr_ioctl

lift the xfs writepage code into iomap v6
 2019-10-08  7:37 UTC  (23+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages
` [PATCH 02/11] iomap: copy the xfs writeback code to iomap.c
` [PATCH 05/11] iomap: zero newly allocated mapped blocks
` [PATCH 08/11] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 09/11] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 10/11] xfs: use the iomap writeback code

[RFC 00/15] Large pages in the page-cache
 2019-10-08  3:53 UTC  (5+ messages)
` [PATCH 02/15] fs: Introduce i_blocks_per_page

[5.4-rc1, regression] wb_workfn wakeup oops (was Re: frequent 5.4-rc1 crash?)
 2019-10-08  3:20 UTC  (7+ messages)

KASAN: use-after-free Read in do_mount
 2019-10-07 23:09 UTC 

[PATCH] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-07 22:02 UTC 

Juggling Ball
 2019-10-07 19:32 UTC 

WARNING in filldir64
 2019-10-07 19:24 UTC  (5+ messages)

WARNING in verify_dirent_name
 2019-10-07 19:08 UTC  (2+ messages)

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-10-07 14:57 UTC  (17+ messages)

Lease semantic proposal
 2019-10-04  7:51 UTC  (5+ messages)

mmotm 2019-10-06-21-12 uploaded
 2019-10-07  4:12 UTC 

[ANNOUNCE] autofs 5.1.6 release
 2019-10-07  0:51 UTC 


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