linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-07 18:26:56 to 2019-10-09 12:02:27 UTC [more...]

[PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount [ver #9]
 2019-10-09 12:02 UTC  (10+ messages)
` [PATCH 00/32] VFS: Introduce filesystem context "
  ` [MANPAGE PATCH] Add manpages for move_mount(2) and open_tree(2)
  ` [MANPAGE PATCH] Add manpage for fsopen(2), fspick(2) and fsmount(2)
  ` [MANPAGE PATCH] Add manpage for fsinfo(2)
      ` [PATCH 31/32] vfs: syscall: Add fsinfo() to query filesystem information [ver #9]

[PATCH v4 0/8] ext4: port direct I/O to iomap infrastructure
 2019-10-09 11:53 UTC  (40+ 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 v1] mm: Fix access of uninitialized memmaps in fs/proc/page.c
 2019-10-09 11:24 UTC  (5+ messages)

[PATCH RESEND v5] fs/epoll: Remove unnecessary wakeups of nested epoll
 2019-10-09  9:21 UTC  (2+ messages)

KASAN: use-after-free Read in do_mount
 2019-10-09  7:18 UTC  (2+ messages)
` [PATCH] fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry()

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-09  7:06 UTC  (28+ 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 15/26] mm: kswapd backoff for shrinkers
` [PATCH 16/26] xfs: synchronous AIL pushing
` [PATCH 17/26] xfs: don't block kswapd in inode reclaim
` [PATCH 18/26] xfs: reduce kswapd blocking on inode locking
` [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

iomap and xfs COW cleanups v2
 2019-10-09  6:28 UTC  (29+ 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 RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-10-09  6:03 UTC  (11+ messages)

[PATCH] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-09  5:19 UTC  (9+ messages)

[PATCH] fs/userfaultfd.c: simplify the calculation of new_flags
 2019-10-09  3:51 UTC  (5+ messages)

[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  (34+ 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

[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] 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)

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 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  (14+ messages)
` [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

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

[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 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9]
 2018-07-10 22:44 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).