linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-02 19:19:37 to 2019-10-08 07:38:54 UTC [more...]

[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  (28+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages
` [PATCH 02/11] iomap: copy the xfs writeback code to iomap.c
` [PATCH 03/11] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 04/11] xfs: set IOMAP_F_NEW more carefully
` [PATCH 05/11] iomap: zero newly allocated mapped blocks
` [PATCH 06/11] xfs: remove the readpage / readpages tracing code
` [PATCH 07/11] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [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
` [PATCH 11/11] iomap: move struct iomap_page out of iomap.h

[PATCH] proc:fix confusing macro arg name
 2019-10-08  7:27 UTC  (3+ messages)

iomap and xfs COW cleanups v2
 2019-10-08  7:15 UTC  (21+ 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] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-08  6:28 UTC  (34+ messages)

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

[RFC 00/15] Large pages in the page-cache
 2019-10-08  3:53 UTC  (12+ messages)
` [PATCH 02/15] fs: Introduce i_blocks_per_page
` [PATCH 03/15] mm: Add file_offset_of_ helpers
  ` [PATCH 04/15] iomap: Support large pages
  ` [PATCH 06/15] xfs: Pass a page to xfs_finish_page_writeback
  ` [PATCH 11/15] mm: Remove hpage_nr_pages

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

mount on tmpfs failing to parse context option
 2019-10-08  1:26 UTC  (2+ messages)

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-08  0:46 UTC  (5+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

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)

[PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-10-07 19:10 UTC  (9+ 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  (21+ messages)

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

Lease semantic proposal
 2019-10-04  7:51 UTC  (14+ 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 

[PATCH] fs/seq_file: export seq_put_hex_ll symbol
 2019-10-06 16:01 UTC  (2+ messages)

lift the xfs writepage code into iomap v5
 2019-10-04 23:49 UTC  (3+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages

[PATCH] proc: shuffle "struct pde_opener"
 2019-10-04 23:47 UTC 

[PATCH] proc: delete useless "len" variable
 2019-10-04 23:45 UTC 

[PATCH] fs/userfaultfd.c: simplify the calculation of new_flags
 2019-10-04 23:38 UTC  (5+ messages)

[PATCH] virtio_fs: Fix file_system_type.name to virtio_fs
 2019-10-04 20:29 UTC 

[RESEND TRIVIAL] fs: Fix Kconfig indentation
 2019-10-04 15:19 UTC  (3+ messages)

[PATCH] vfs: Fix EOVERFLOW testing in put_compat_statfs64
 2019-10-03 21:22 UTC  (2+ messages)

memory leak in cap_inode_getsecurity
 2019-10-03 19:59 UTC 

[PATCH v15 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-10-03 18:08 UTC  (2+ messages)
` [PATCH v15] "

fs/nfsd/nfs4state.c use of "\%s"
 2019-10-03 16:42 UTC  (2+ messages)

[PATCH] btrfs: Avoid getting stuck during cyclic writebacks
 2019-10-03 14:27 UTC 

[PATCH v4 0/8] ext4: port direct I/O to iomap infrastructure
 2019-10-03 11:35 UTC  (9+ 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] fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()
 2019-10-03  8:21 UTC  (2+ messages)

[PATCH] fuse: BUG_ON's correction in fuse_dev_splice_write()
 2019-10-03  8:04 UTC  (3+ messages)
` [PATCH] fuse: BUG_ON "

[PATCH] fuse: Add changelog entries for protocols 7.1-7.8
 2019-10-03  7:44 UTC  (2+ messages)

How can I completely evict(remove) the inode from memory and access the disk next time?
 2019-10-03  1:42 UTC  (7+ messages)

[PATCH v2] fs: affs: fix a memory leak in affs_remount
 2019-10-02 21:52 UTC  (2+ messages)
` [PATCH v3] "

KMSAN: uninit-value in read_rio
 2019-10-02 19:56 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).