linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-28 19:40:22 to 2018-07-02 18:16:02 UTC [more...]

stop using buffer heads in xfs v6
 2018-07-02 18:16 UTC  (13+ messages)
` [PATCH 23/24] iomap: add support for sub-pagesize buffered I/O without buffer heads

[PATCH 1/2] hfsplus: prevent crash on exit from failed search
 2018-07-02 18:01 UTC  (3+ messages)
` [PATCH 2/2] hfs: "

[PATCH] fs: iomap: Change return type to vm_fault_t
 2018-07-02 17:52 UTC  (2+ messages)

[PATCH] lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe
 2018-07-02 17:17 UTC  (3+ messages)

[PATCH 01/24] iomap: add an iomap-based readpage and readpages implementation
 2018-07-02 15:05 UTC  (6+ messages)
` [PATCH] iomap: Add inline data support to iomap_readpage_actor

stop using buffer heads in xfs v7
 2018-07-02 14:58 UTC  (23+ messages)
` [PATCH 01/22] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 02/22] xfs: simplify xfs_aops_discard_page
` [PATCH 03/22] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 04/22] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 05/22] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 06/22] xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
` [PATCH 07/22] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 08/22] xfs: remove xfs_map_cow
` [PATCH 09/22] xfs: rename the offset variable in xfs_writepage_map
` [PATCH 10/22] xfs: make xfs_writepage_map extent map centric
` [PATCH 11/22] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 12/22] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 13/22] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 14/22] xfs: remove the imap_valid flag
` [PATCH 15/22] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 16/22] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 17/22] xfs: remove xfs_start_page_writeback
` [PATCH 18/22] xfs: refactor the tail of xfs_writepage_map
` [PATCH 19/22] xfs: allow writeback on pages without buffer heads
` [PATCH 20/22] iomap: add support for sub-pagesize buffered I/O "
` [PATCH 21/22] xfs: add support for sub-pagesize writeback without buffer_heads
` [PATCH 22/22] xfs: update my copyrights for the writeback and iomap code

more iomap inline enablement
 2018-07-02 14:54 UTC  (4+ messages)
` [PATCH 1/3] iomap: refactor iomap_dio_actor
` [PATCH 2/3] iomap: support direct I/O to inline data
` [PATCH 3/3] iomap: add inline data support to iomap_readpage_actor

[WIP] [NOMERGE] [RFC PATCH v0.4 1/7] <linux/tagptr.h>: Introduce tagged pointer
 2018-07-02 14:53 UTC 

[PATCHv4 00/19] arm64: invoke syscalls with pt_regs
 2018-07-02 11:04 UTC  (20+ messages)
` [PATCHv4 01/19] arm64: consistently use unsigned long for thread flags
` [PATCHv4 02/19] arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
` [PATCHv4 03/19] arm64: kill config_sctlr_el1()
` [PATCHv4 04/19] arm64: kill change_cpacr()
` [PATCHv4 05/19] arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
` [PATCHv4 06/19] arm64: remove sigreturn wrappers
` [PATCHv4 07/19] arm64: convert raw syscall invocation to C
` [PATCHv4 08/19] arm64: convert syscall trace logic "
` [PATCHv4 09/19] arm64: convert native/compat syscall entry "
` [PATCHv4 10/19] arm64: don't restore GPRs when context tracking
` [PATCHv4 11/19] arm64: don't reload GPRs after apply_ssbd
` [PATCHv4 12/19] arm64: zero GPRs upon entry from EL0
` [PATCHv4 13/19] kernel: add ksys_personality()
` [PATCHv4 14/19] kernel: add kcompat_sys_{f,}statfs64()
` [PATCHv4 15/19] arm64: remove in-kernel call to sys_personality()
` [PATCHv4 16/19] arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
` [PATCHv4 17/19] arm64: use SYSCALL_DEFINE6() for mmap
` [PATCHv4 18/19] arm64: convert compat wrappers to C
` [PATCHv4 19/19] arm64: implement syscall wrappers

[next-20180629][powerpc/powervm]kernel BUG at fs/inode.c:512!
 2018-07-02 10:54 UTC 

[PATCH v2 0/6] mm/fs: gup: don't unmap or drop filesystem buffers
 2018-07-02 10:17 UTC  (18+ messages)
` [PATCH v2 1/6] mm: get_user_pages: consolidate error handling
` [PATCH v2 2/6] mm: introduce page->dma_pinned_flags, _count
` [PATCH v2 3/6] mm: introduce zone_gup_lock, for dma-pinned pages
` [PATCH v2 4/6] mm/fs: add a sync_mode param for clear_page_dirty_for_io()
` [PATCH v2 5/6] mm: track gup pages with page->dma_pinned_* fields
` [PATCH v2 6/6] mm: page_mkclean, ttu: handle pinned pages

[PATCH] Add renameat2 function [BZ #17662]
 2018-07-02  9:32 UTC  (2+ messages)

Mounting corrupted HFS+ causes kernel NULL pointer dereference
 2018-07-02  7:41 UTC  (7+ messages)

[PATCH][RFC] fs/writeback: only do memory cgroup related writeback
 2018-07-02  7:06 UTC 

[PATCH 0/6] audit: Fix various races when tagging and untagging mounts
 2018-07-02  6:05 UTC  (16+ messages)
` [PATCH 1/6] audit_tree: Replace mark->lock locking
` [PATCH 2/6] audit: Fix possible spurious -ENOSPC error
` [PATCH 3/6] audit: Fix possible tagging failures
` [PATCH 4/6] audit: Embed key into chunk
` [PATCH 5/6] audit: Make hash table insertion safe against concurrent lookups
` [PATCH 6/6] audit: Point to fsnotify mark instead of embedding it

[PATCH v5 0/6] fs/dcache: Track & limit # of negative dentries
 2018-07-02  5:52 UTC  (7+ messages)
` [PATCH v5 1/6] fs/dcache: Track & report number "
` [PATCH v5 2/6] fs/dcache: Make negative dentry tracking configurable
` [PATCH v5 3/6] fs/dcache: Enable automatic pruning of negative dentries
` [PATCH v5 4/6] fs/dcache: Spread negative dentry pruning across multiple CPUs
` [PATCH v5 5/6] fs/dcache: Allow optional enforcement of negative dentry limit
` [PATCH v5 6/6] fs/dcache: Make negative dentry limit enforcement sysctl parameter

[BUG] Swap xarray workingset eviction warning
 2018-07-02  3:11 UTC  (3+ messages)

Copy tools on Linux
 2018-07-02  0:17 UTC  (9+ messages)

[PATCH 0/1] iomap: Direct I/O for inline data
 2018-07-01 21:44 UTC  (12+ messages)
` [PATCH 1/1] "

[git pull] vfs fixes
 2018-07-01 20:25 UTC  (4+ messages)

[PATCH 2/2] cifs: Handle OFD locks
 2018-06-30 18:42 UTC  (3+ messages)

[PATCH RESEND v3 0/4] Enable holes in copy_file_range()
 2018-06-30 18:01 UTC  (3+ messages)
` [PATCH 3/4] copy_file_range: splice with holes

[PATCH] vfs: make helper function to_mnt_ns static
 2018-06-30 12:04 UTC 

[RFC PATCH] <linux/taggedptr.h>: Introduce tagged pointer
 2018-06-30  9:47 UTC  (2+ messages)
` [RFC PATCH v4] <linux/tagptr.h>: "

[WIP] [NOMERGE] [RFC PATCH v0.2 1/2] <linux/tagptr.h>: Introduce tagged pointer
 2018-06-30  9:00 UTC 

[RFC] open_by_handle() vs. EA inodes
 2018-06-29 20:15 UTC  (4+ messages)

config files and how to have persistent Linux kernel Driver/File System configuration info saved
 2018-06-29 19:53 UTC  (6+ messages)

[PATCH v10 0/5] gfs2 iomap write support
 2018-06-29 19:51 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH 00/14][V5] Introduce io.latency io controller for cgroups
 2018-06-29 19:25 UTC  (15+ messages)
` [PATCH 01/14] block: add bi_blkg to the bio "
` [PATCH 02/14] block: introduce bio_issue_as_root_blkg
` [PATCH 03/14] blk-cgroup: allow controllers to output their own stats
` [PATCH 04/14] blk: introduce REQ_SWAP
` [PATCH 05/14] swap,blkcg: issue swap io with the appropriate context
` [PATCH 06/14] blkcg: add generic throttling mechanism
` [PATCH 07/14] memcontrol: schedule throttling if we are congested
` [PATCH 08/14] blk-stat: export helpers for modifying blk_rq_stat
` [PATCH 09/14] blk-rq-qos: refactor out common elements of blk-wbt
` [PATCH 10/14] block: remove external dependency on wbt_flags
` [PATCH 11/14] rq-qos: introduce dio_bio callback
` [PATCH 12/14] block: introduce blk-iolatency io controller
` [PATCH 13/14] Documentation: add a doc for blk-iolatency
` [PATCH 14/14] skip readahead if the cgroup is congested

[PATCH v8 0/2] Directed kmem charging
 2018-06-29 17:44 UTC  (6+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg

How should NFS, SUNRPC interact with Network and User Namespaces?
 2018-06-29 17:32 UTC 

[PATCH v14 00/74] Convert page cache to XArray
 2018-06-29 17:30 UTC  (3+ messages)
` [PATCH v14 68/74] dax: Convert dax_lock_page "

[PATCH 0/3] MIPS: DSP ASE regset support
 2018-06-29 17:13 UTC  (3+ messages)
` [PATCH 1/3] binfmt_elf: Respect error return from `regset->active'

Fixes for the AIO poll revert
 2018-06-29 13:53 UTC  (5+ messages)
` [PATCH 1/2] net: handle NULL ->poll gracefully
` [PATCH 2/2] aio: mark __aio_sigset::sigmask const

[RFC] replace ->get_poll_head with a waitqueue pointer in struct file
 2018-06-29 13:40 UTC  (20+ messages)
` [PATCH 6/6] fs: replace f_ops->get_poll_head with a static ->f_poll_head pointer

[PATCH] fuse: add support for copy_file_range()
 2018-06-29 12:53 UTC  (4+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] fs: remove obsolete comment
 2018-06-29  8:31 UTC 

BUG: unable to handle kernel NULL pointer dereference in ep_item_poll
 2018-06-29  7:35 UTC  (2+ messages)

[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
 2018-06-29  7:26 UTC  (4+ messages)
` [PATCH v8 2/5] ipc: IPCMNI limit check for semmni

[PATCH 0/3] Btrfs: stop abusing current->journal_info for direct I/O
 2018-06-29  7:02 UTC  (7+ messages)
` [PATCH 1/3] fs: add initial bh_result->b_private value to __blockdev_direct_IO()

BUG: unable to handle kernel NULL pointer dereference in do_select
 2018-06-29  5:17 UTC 

BUG: unable to handle kernel NULL pointer dereference in do_sys_poll
 2018-06-29  5:17 UTC 

[next-20180601][nvme][ppc] Kernel Oops is triggered when creating lvm snapshots on nvme disks
 2018-06-28 19:57 UTC  (5+ messages)
    ` Oops in kmem_cache_free() via bioset_exit() (was Re: [next-20180601][nvme][ppc] Kernel Oops is triggered when creating lvm snapshots on nvme disks)

[PATCH v3 1/3] pmem: only set QUEUE_FLAG_DAX for fsdax mode
 2018-06-28 19:40 UTC  (12+ messages)


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