linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-04 07:09:22 to 2018-06-06 13:44:45 UTC [more...]

[PATCH v2 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-06 13:44 UTC  (12+ messages)
` [PATCH v2 07/11] x86, memory_failure: Introduce {set, clear}_mce_nospec()

general protection fault in sockfs_setattr
 2018-06-06 13:30 UTC 

Ext4 fiemap implementation
 2018-06-06 13:13 UTC  (5+ messages)

[PATCH v2] iomap: fsync swap files before iterating mappings
 2018-06-06 12:43 UTC  (3+ messages)

iomap preparations for GFS2
 2018-06-06 12:05 UTC  (13+ messages)
` [PATCH 1/6] fs: factor out a __generic_write_end helper
` [PATCH 2/6] iomap: move bdev and dax_dev in a union
` [PATCH 3/6] iomap: mark newly allocated buffer heads as new
` [PATCH 4/6] iomap: complete partial direct I/O writes synchronously
` [PATCH 5/6] iomap: generic inline data handling
` [PATCH 6/6] iomap: add a page_done callback

[PATCH v8 00/10] gfs2 iomap write support
 2018-06-06 11:44 UTC  (21+ messages)
` [PATCH v8 01/10] iomap: inline data should be an iomap type, not a flag
` [PATCH v8 02/10] iomap: Mark newly allocated buffer heads as new
` [PATCH v8 03/10] iomap: Complete partial direct I/O writes synchronously
` [PATCH v8 04/10] fs: factor out a __generic_write_end helper
` [PATCH v8 05/10] iomap: Generic inline data handling
` [PATCH v8 06/10] iomap: Add page_write_end iomap hook
` [PATCH v8 07/10] gfs2: iomap buffered write support
` [PATCH v8 08/10] gfs2: gfs2_extent_length cleanup
` [PATCH v8 09/10] gfs2: iomap direct I/O support
` [PATCH v8 10/10] gfs2: Remove gfs2_write_{begin,end}

[RFC][PATCH 0/76] vfs: 'views' for filesystems with more than one root
 2018-06-06  9:49 UTC  (6+ messages)

[PATCH] ksys_mount: check for permissions before resource allocation
 2018-06-06  9:32 UTC  (10+ messages)

[PATCH] ppp: remove the PPPIOCDETACH ioctl
 2018-06-06  9:01 UTC  (3+ messages)
` [PATCH v2] "

vfs_timespec64 merge into v4.18?
 2018-06-05 21:14 UTC  (2+ messages)

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

[PATCH RESEND] Documentation: filesystems: update filesystem locking documentation
 2018-06-05 19:46 UTC  (3+ messages)

KASAN vs ZONE_DEVICE (was: Re: [PATCH v2 2/7] dax: change bdev_dax_supported()...)
 2018-06-05 19:10 UTC  (4+ messages)

[PATCH v5 0/2] Directed kmem charging
 2018-06-05 17:54 UTC  (3+ messages)
` [PATCH v5 1/2] mm: memcg: remote memcg charging for kmem allocations

[PATCH] iomap: fsync swap files before iterating mappings
 2018-06-05 16:25 UTC  (2+ messages)

[PATCH 0/5] afs: Fixes and development
 2018-06-05 16:07 UTC  (6+ messages)
` [PATCH 1/5] afs: Handle CONFIG_PROC_FS=n
` [PATCH 2/5] afs: Show all of a server's addresses in /proc/fs/afs/servers
` [PATCH 3/5] afs: Enable IPv6 DNS lookups
` [PATCH 4/5] afs: Display manually added cells in dynamic root mount
` [PATCH 5/5] afs: Optimise callback breaking by not repeating volume lookup

general protection fault in wb_workfn (2)
 2018-06-05 13:45 UTC  (9+ messages)

BUG: unable to handle kernel paging request in dput
 2018-06-05 13:17 UTC 

[PATCH 00/39] overlayfs: stack file operations
 2018-06-05 11:36 UTC  (18+ messages)
` [PATCH 01/39] vfs: dedpue: return loff_t
` [PATCH 03/39] vfs: dedupe: extract helper for a single dedup
` [PATCH 04/39] vfs: add path_open()
` [PATCH 05/39] vfs: optionally don't account file in nr_files
` [PATCH 06/39] vfs: add f_op->pre_mmap()
` [PATCH 07/39] vfs: export vfs_ioctl() to modules
` [PATCH 32/39] vfs: fix freeze protection in mnt_want_write_file() for overlayfs

[PATCH v2 0/7] Fix DM DAX handling
 2018-06-05  5:55 UTC  (24+ messages)
` [PATCH v2 2/7] dax: change bdev_dax_supported() to support boolean returns
` [PATCH v2 4/7] dm: prevent DAX mounts if not supported
` [PATCH v2 5/7] dm: remove DM_TYPE_DAX_BIO_BASED dm_queue_mode

[PATCH v3 00/12] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-04 23:12 UTC  (13+ messages)
` [PATCH v3 01/12] device-dax: Convert to vmf_insert_mixed and vm_fault_t
` [PATCH v3 02/12] device-dax: Cleanup vm_fault de-reference chains
` [PATCH v3 03/12] device-dax: Enable page_mapping()
` [PATCH v3 04/12] device-dax: Set page->index
` [PATCH v3 05/12] filesystem-dax: "
` [PATCH v3 06/12] mm, madvise_inject_error: Let memory_failure() optionally take a page reference
` [PATCH v3 07/12] x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
` [PATCH v3 08/12] x86/memory_failure: Introduce {set, clear}_mce_nospec()
` [PATCH v3 09/12] mm, memory_failure: Pass page size to kill_proc()
` [PATCH v3 10/12] mm, memory_failure: Fix page->mapping assumptions relative to the page lock
` [PATCH v3 11/12] mm, memory_failure: Teach memory_failure() about dev_pagemap pages
` [PATCH v3 12/12] libnvdimm, pmem: Restore page attributes when clearing errors

[PATCH 30/32] vfs: Allow cloning of a mount tree with open(O_PATH|O_CLONE_MOUNT) [ver #8]
 2018-06-04 20:45 UTC  (28+ messages)
  ` [PATCH 00/32] VFS: Introduce filesystem context "
    ` [PATCH 21/32] VFS: Implement fsmount() to effect a pre-configured mount "
                  ` [PATCH][RFC] open_tree(2) (was Re: [PATCH 30/32] vfs: Allow cloning of a mount tree with open(O_PATH|O_CLONE_MOUNT) [ver #8])
    ` [PATCH 32/32] [RFC] fsinfo: Add a system call to allow querying of filesystem information [ver #8]

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-06-04 20:30 UTC  (6+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[git pull] vfs, pile 4
 2018-06-04 18:40 UTC  (4+ messages)

[git pull] vfs, pile 5
 2018-06-04 18:32 UTC 

[PATCH 0/5] vfs: track per-sb writeback errors and report them via fsinfo()
 2018-06-04 18:03 UTC  (6+ messages)
` [PATCH 1/5] vfs: track per-sb writeback errors
` [PATCH 2/5] buffer: record blockdev write errors in super_block that backs them
` [PATCH 3/5] errseq: add a new errseq_scrape function
` [PATCH 4/5] vfs: allow fsinfo to fetch the current state of s_wb_err
` [PATCH 5/5] samples: extend test-fsinfo to access error_state

[PATCH 1/2] fs: aio ioprio add explicit block layer dependence
 2018-06-04 17:59 UTC  (2+ messages)
` [PATCH 2/2] fs: aio ioprio use ioprio_check_cap ret val

[PATCH v3] mm: Change return type int to vm_fault_t for fault handlers
 2018-06-04 17:17 UTC 

[PATCH v6 0/9] gfs2 iomap write support
 2018-06-04 17:01 UTC  (9+ messages)
` [PATCH v6 4/9] iomap: Generic inline data handling
` [PATCH v6 5/9] iomap: Add write_end iomap operation

[PATCH v7 00/12] gfs2 iomap write support
 2018-06-04 17:00 UTC  (19+ messages)
` [PATCH v7 01/12] iomap: inline data should be an iomap type, not a flag
` [PATCH v7 02/12] iomap: Mark newly allocated buffer heads as new
` [PATCH v7 03/12] iomap: Complete partial direct I/O writes synchronously
` [PATCH v7 04/12] fs: factor out a __generic_write_end helper
` [PATCH v7 05/12] fs: allow to always dirty inode in __generic_write_end
` [PATCH v7 06/12] iomap: Generic inline data handling
` [PATCH v7 07/12] iomap: Add page_write_end iomap hook
` [PATCH v7 08/12] gfs2: iomap buffered write support
` [PATCH v7 09/12] gfs2: gfs2_extent_length cleanup
` [PATCH v7 10/12] gfs2: iomap direct I/O support
` [PATCH v7 11/12] gfs2: Remove gfs2_write_{begin,end}
` [PATCH v7 12/12] iomap: Put struct iomap_ops into struct iomap

linux-next: Tree for Jun 4 (fs/afs/)
 2018-06-04 16:12 UTC 

[PATCH v2] MAINTAINERS: Add Andreas Gruenbacher as a maintainer for gfs2
 2018-06-04 14:40 UTC  (2+ messages)
  ` [Cluster-devel] "

[PATCH] MAINTAINERS: Add Andreas Gruenbacher as a maintainer for gfs2
 2018-06-04 14:27 UTC  (2+ messages)
  ` [Cluster-devel] "

[PATCH v2] mm: Change return type int to vm_fault_t for fault handlers
 2018-06-04 13:49 UTC  (4+ messages)

[GIT PULL] fasync fix for v4.18
 2018-06-04 13:28 UTC 

buffered writes without buffer heads in xfs and iomap v5
 2018-06-04 12:27 UTC  (13+ messages)
` [PATCH 08/21] xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
` [PATCH 09/21] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 10/21] xfs: remove xfs_map_cow
` [PATCH 11/21] xfs: rename the offset variable in xfs_writepage_map
` [PATCH 12/21] xfs: make xfs_writepage_map extent map centric
` [PATCH 13/21] xfs: remove the now unused XFS_BMAPI_IGSTATE flag

[RFC PATCH V3 00/12] Ext4 encryption support for blocksize < pagesize
 2018-06-04 10:09 UTC  (4+ messages)
` [RFC PATCH V3 07/12] mpage_readpage[s]: Introduce post process callback parameters

[PATCH] staging: lustre: delete the filesystem from the tree
 2018-06-04  7:14 UTC  (5+ 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).