linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-18 20:43:14 to 2018-05-22 14:40:09 UTC [more...]

[PATCH 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-05-22 14:40 UTC  (8+ messages)
` [PATCH 01/11] device-dax: convert to vmf_insert_mixed and vm_fault_t
` [PATCH 02/11] device-dax: cleanup vm_fault de-reference chains
` [PATCH 03/11] device-dax: enable page_mapping()
` [PATCH 04/11] device-dax: set page->index
` [PATCH 05/11] filesystem-dax: "
` [PATCH 06/11] filesystem-dax: perform __dax_invalidate_mapping_entry() under the page lock
` [PATCH 07/11] mm, madvise_inject_error: fix page count leak

commit b4678df184b causing xfstests regressions
 2018-05-22 14:37 UTC  (22+ messages)
  ` [PATCH] fs: clear writeback errors in inode_init_always
    ` [PATCH v2] "

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-22 13:51 UTC  (11+ messages)
` [PATCH v2 3/7] memcg: use compound_order rather than hpage_nr_pages

aio poll and a new in-kernel poll API V12
 2018-05-22 11:31 UTC  (32+ messages)
` [PATCH 01/31] fs: unexport poll_schedule_timeout
` [PATCH 02/31] fs: cleanup do_pollfd
` [PATCH 03/31] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/31] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/31] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/31] aio: simplify KIOCB_KEY handling
` [PATCH 07/31] aio: simplify cancellation
` [PATCH 08/31] aio: implement IOCB_CMD_POLL
` [PATCH 09/31] aio: try to complete poll iocbs without context switch
` [PATCH 10/31] net: refactor socket_poll
` [PATCH 11/31] net: add support for ->poll_mask in proto_ops
` [PATCH 12/31] net: remove sock_no_poll
` [PATCH 13/31] net/tcp: convert to ->poll_mask
` [PATCH 14/31] net/unix: "
` [PATCH 15/31] net: convert datagram_poll users tp ->poll_mask
` [PATCH 16/31] net/dccp: convert to ->poll_mask
` [PATCH 17/31] net/atm: "
` [PATCH 18/31] net/vmw_vsock: "
` [PATCH 19/31] net/tipc: "
` [PATCH 20/31] net/sctp: "
` [PATCH 21/31] net/bluetooth: "
` [PATCH 22/31] net/caif: "
` [PATCH 23/31] net/nfc: "
` [PATCH 24/31] net/phonet: "
` [PATCH 25/31] net/iucv: "
` [PATCH 26/31] net/rxrpc: "
` [PATCH 27/31] crypto: af_alg: "
` [PATCH 28/31] pipe: "
` [PATCH 29/31] eventfd: switch "
` [PATCH 30/31] timerfd: convert "
` [PATCH 31/31] random: "

[PATCH v5 0/5] AIO add per-command iopriority
 2018-05-22 10:05 UTC  (17+ messages)
` [PATCH v5 1/5] block: add ioprio_check_cap function
` [PATCH v5 2/5] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v5 3/5] fs: Add aio iopriority support
` [PATCH v5 4/5] fs: blkdev set bio prio from kiocb prio
` [PATCH v5 5/5] fs: iomap dio "

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-22  9:39 UTC  (12+ messages)
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 16/34] iomap: add initial support for writes without buffer heads

[PATCH v2 00/15] NLS refactor and UTF-8 normalization
 2018-05-22  8:40 UTC  (18+ messages)
` [PATCH v2 01/15] nls: Wrap uni2char/char2uni callers
` [PATCH v2 02/15] nls: Wrap charset field access
` [PATCH v2 03/15] nls: Wrap charset hooks in ops structure
` [PATCH v2 04/15] nls: Split default charset from NLS core
` [PATCH v2 05/15] nls: Split struct nls_charset from struct nls_table
` [PATCH v2 06/15] nls: Add support for multiple versions of an encoding
` [PATCH v2 07/15] nls: Add new interface for string comparisons
` [PATCH v2 08/15] nls: Let charsets define the behavior of tolower/toupper
` [PATCH v2 09/15] nls: Add optional normalization and casefold hooks
` [PATCH v2 10/15] nls: utf8norm: Add unicode character database files
` [PATCH v2 11/15] scripts: add trie generator for UTF-8
` [PATCH v2 12/15] nls: utf8norm: Introduce code for UTF-8 normalization
` [PATCH v2 13/15] nls: utf8norm: reduce the size of utf8data[]
` [PATCH v2 14/15] nls: utf8norm: Integrate utf8norm code with NLS subsystem
` [PATCH v2 15/15] nls: utf8norm: Introduce test module for utf8norm implementation

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-05-22  6:28 UTC  (5+ messages)

[PATCH v11 0/7] dax: fix dma vs truncate/hole-punch
 2018-05-22  6:27 UTC  (11+ messages)
` [PATCH v11 1/7] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v11 2/7] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
` [PATCH v11 3/7] mm: fix __gup_device_huge vs unmap
` [PATCH v11 4/7] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v11 5/7] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
` [PATCH v11 6/7] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v11 7/7] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH] fs/affs: fix potential memory leak in option parsing
 2018-05-22  4:24 UTC 

[PATCH] [RFC] bcachefs: SIX locks (shared/intent/exclusive)
 2018-05-22  3:49 UTC  (3+ messages)

Fwd: [PATCH] common/rc: add the function _require_noatime
 2018-05-21 23:55 UTC 

[RFC PATCH 00/11] vfs: have syncfs return an error when inode writeback fails
 2018-05-21 23:23 UTC  (4+ messages)
` [RFC PATCH 08/11] xfs: have sync_fs op report writeback errors when passed a since pointer

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-21 20:06 UTC  (8+ messages)
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process
` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls

[git pull] vfs.git fixes
 2018-05-21 18:59 UTC  (2+ messages)

[PATCH RESEND] loop: clear wb_err in bd_inode when detaching backing file
 2018-05-21 18:36 UTC  (2+ messages)

[PATCH] loop: clear wb_err in bd_inode when detaching backing file
 2018-05-21 18:29 UTC  (3+ messages)

Why is the length of max mount option a page size??
 2018-05-21 17:39 UTC 

[PATCH net-next] vmcore: move get_vmcore_size out of __init
 2018-05-21 16:34 UTC  (2+ messages)

[RFC][PATCH] affs_lookup: switch to d_splice_alias()
 2018-05-21 13:46 UTC  (2+ messages)

[RFC][PATCH] affs_lookup(): close a race with affs_remove_link()
 2018-05-21 13:29 UTC  (2+ messages)

[PATCH v2 0/2] vfs: better dedupe permission check
 2018-05-21 12:35 UTC  (8+ messages)
` [PATCH v2 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v2 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH] write.2: Partial direct I/O writes
 2018-05-21 11:32 UTC 

[PATCH v11 00/63] Convert page cache to XArray
 2018-05-21 10:25 UTC  (11+ messages)
` [PATCH v11 51/63] dax: Fix use of zero page
` [PATCH v11 52/63] dax: dax_insert_mapping_entry always succeeds
` [PATCH v11 53/63] dax: Rename some functions
` [PATCH v11 54/63] dax: Hash on XArray instead of mapping

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-21  9:38 UTC  (4+ messages)

do we still need ->is_dirty_writeback
 2018-05-21  9:05 UTC  (2+ messages)

[REPOST PATCH] autofs - make autofs4 Kconfig depend on AUTOFS_FS
 2018-05-21  4:21 UTC 

[PATCH] autofs - make autofs4 Kconfig depend on AUTOFS_FS
 2018-05-21  4:17 UTC  (3+ messages)

[PATCH 1/2] hfsplus: clean up delayed work if fill_super fails
 2018-05-21  2:06 UTC  (4+ messages)
    ` [PATCH v3] hfsplus: fix cleanup for hfsplus_fill_super()

[PATCH] autofs - comment on selinux changes needed for module autoload
 2018-05-21  1:05 UTC 

mmotm 2018-05-17-16-26 uploaded
 2018-05-21  0:49 UTC  (9+ messages)
` mmotm 2018-05-17-16-26 uploaded (autofs)

[PATCHv2][SMB3] Add kernel trace support
 2018-05-20 23:17 UTC  (6+ messages)

[PATCH 00/10] RFC: assorted bcachefs patches
 2018-05-20 22:45 UTC  (9+ messages)
` [PATCH 01/10] mm: pagecache add lock
` [PATCH 10/10] Dynamic fault injection

[RFC][PATCH] aio: fix io_destroy(2) vs. lookup_ioctx() race
 2018-05-20 21:06 UTC 

[PATCH] eventfd: make eventfd files distinguishable in /proc/$PID/fd
 2018-05-20 20:18 UTC 

aio poll and a new in-kernel poll API V11
 2018-05-20 17:32 UTC  (7+ messages)
` [PATCH 08/32] aio: replace kiocb_set_cancel_fn with a cancel_kiocb file operation
` [PATCH 10/32] aio: implement IOCB_CMD_POLL

Calling sendfile(2) on sparse files on tmpfs allocates space for them
 2018-05-20 15:09 UTC 

[PATCH v7 1/2] xfs: remove assert to check bytes returned
 2018-05-20 13:54 UTC  (4+ messages)
` [PATCH v7 2/2] Return bytes transferred for partial direct I/O

[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options
 2018-05-20  7:53 UTC  (2+ messages)

What's up with "locks: change POSIX lock ownership on execve when files_struct is displaced"?
 2018-05-20  1:13 UTC  (3+ messages)

general protection fault in mount_fs
 2018-05-19 23:47 UTC  (4+ messages)
` [PATCH] hfsplus: don't return 0 when fill_super() failed

KASAN: use-after-free Read in fuse_kill_sb_blk
 2018-05-19 14:03 UTC  (4+ messages)
  ` [PATCH] fuse: don't keep dead fuse_conn at fuse_fill_super()

INFO: rcu detected stall in d_walk
 2018-05-19  6:41 UTC  (3+ messages)

mmotm 2018-05-18-16-44 uploaded
 2018-05-18 23:44 UTC 

[PATCH -vfs] proc: don't maintain sizeof(struct proc_dir_entry)
 2018-05-18 20:50 UTC  (3+ 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).