linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-22 18:30:27 to 2018-05-24 18:25:56 UTC [more...]

gfs2 iomap: BUG_ON(buffer_unmapped) in submit_bh_wbc
 2018-05-24 18:25 UTC  (3+ messages)

buffered I/O without buffer heads in xfs and iomap v3
 2018-05-24 18:13 UTC  (43+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 18/34] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 19/34] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 20/34] xfs: simplify xfs_aops_discard_page
` [PATCH 21/34] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric
` [PATCH 23/34] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 24/34] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 25/34] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 26/34] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 27/34] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 28/34] xfs: remove the imap_valid flag
` [PATCH 29/34] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 30/34] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 31/34] xfs: remove xfs_start_page_writeback
` [PATCH 32/34] xfs: refactor the tail of xfs_writepage_map
` [PATCH 33/34] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 34/34] xfs: allow writeback on pages without buffer heads

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-24 17:45 UTC  (13+ messages)

ANNOUNCE: nfs-utils-2.3.2 released
 2018-05-24 17:30 UTC 

[REVIEW][PATCH 0/6] Wrapping up the vfs support for unprivileged mounts
 2018-05-24 17:28 UTC  (17+ messages)
` [REVIEW][PATCH 1/6] vfs: Don't allow changing the link count of an inode with an invalid uid or gid
` [REVIEW][PATCH 2/6] vfs: Allow userns root to call mknod on owned filesystems
` [REVIEW][PATCH 3/6] fs: Allow superblock owner to replace invalid owners of inodes
  ` [REVIEW][PATCH v2 "
` [REVIEW][PATCH 4/6] fs: Allow superblock owner to access do_remount_sb()
` [REVIEW][PATCH 5/6] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [REVIEW][PATCH 6/6] fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems

[PATCH] doc: document scope NOFS, NOIO APIs
 2018-05-24 16:37 UTC  (4+ messages)

[PATCHSET 0/3] Submit ->readpages() IO as read-ahead
 2018-05-24 16:02 UTC  (4+ messages)
` [PATCH 1/3] mpage: mpage_readpages() should submit "
` [PATCH 2/3] btrfs: readpages() "
` [PATCH 3/3] ext4: "

[PATCH] vfs: remove iterate_supers_type
 2018-05-24 15:22 UTC  (2+ messages)

[PATCH] ppp: remove the PPPIOCDETACH ioctl
 2018-05-24 14:04 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH V5 00/33] block: support multipage bvec
 2018-05-24  9:01 UTC 

commit b4678df184b causing xfstests regressions
 2018-05-24  3:59 UTC  (14+ messages)
  ` [PATCH] fs: clear writeback errors in inode_init_always
    ` [PATCH v3] "

[PATCH RESEND] Documentation: filesystems: update filesystem locking documentation
 2018-05-24  2:29 UTC 

[PATCH 00/10] RFC: assorted bcachefs patches
 2018-05-23 23:55 UTC  (9+ messages)
` [PATCH 01/10] mm: pagecache add lock
        ` Notes on locking for pagacache consistency (was: [PATCH 01/10] mm: pagecache add lock)

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

INFO: task hung in lock_mount
 2018-05-23 19:13 UTC  (2+ messages)

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-05-23 18:50 UTC  (6+ messages)

[PATCH] mm: Add new vma flag VM_LOCAL_CPU
 2018-05-23 18:10 UTC  (14+ messages)

[PATCH v3 0/9] Series short description
 2018-05-23 17:04 UTC  (11+ messages)
` [PATCH v3 6/9] dax: introduce a ->copy_to_iter dax operation
` [PATCH v3 7/9] dax: report bytes remaining in dax_iomap_actor()
` [PATCH v3 8/9] pmem: switch to copy_to_iter_mcsafe()

libaio: fix aio poll test
 2018-05-23 16:19 UTC  (3+ messages)
` [PATCH] 22.t: fix check for POLLIN

[PATCH] fuse: Ensure posix acls are translated outside of init_user_ns
 2018-05-23 16:11 UTC  (2+ messages)

sub-page blocksize support in iomap non-buffer head path v3
 2018-05-23 14:46 UTC  (3+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

[RFC][PATCH] ext2: fix a block leak
 2018-05-23 14:24 UTC  (3+ messages)

[PATCH 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-05-23 13:50 UTC  (14+ messages)
` [PATCH 03/11] device-dax: enable page_mapping()
` [PATCH 05/11] filesystem-dax: set page->index
` [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
` [PATCH 09/11] mm, memory_failure: pass page size to kill_proc()
` [PATCH 10/11] mm, memory_failure: teach memory_failure() about dev_pagemap pages

[PATCH 0/8] afs: Network-namespacing
 2018-05-23 12:17 UTC  (9+ messages)
` [PATCH 1/8] afs: Move /proc management functions to the end of the file
` [PATCH 2/8] afs: Rearrange fs/afs/proc.c by moving fops and open functions down
` [PATCH 3/8] afs: Rearrange fs/afs/proc.c to move the show routines up
` [PATCH 4/8] afs: Rearrange fs/afs/proc.c to remove remaining predeclarations
` [PATCH 5/8] proc: Add a way to make network proc files writable
` [PATCH 6/8] afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()
` [PATCH 7/8] afs: Mark afs_net::ws_cell as __rcu and set using rcu functions
` [PATCH 8/8] afs: Implement network namespacing

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-23  6:03 UTC  (9+ messages)
` [PATCH 16/34] iomap: add initial support for writes without buffer heads

aio poll and a new in-kernel poll API V12
 2018-05-23  1:43 UTC  (7+ messages)
` [PATCH 08/31] aio: implement IOCB_CMD_POLL
        ` YAaioRace (was Re: [PATCH 08/31] aio: implement IOCB_CMD_POLL)

[PATCH v7 0/5] AIO add per-command iopriority
 2018-05-22 22:31 UTC  (5+ messages)

[PATCH v11 00/63] Convert page cache to XArray
 2018-05-22 21:39 UTC  (9+ messages)
` [PATCH v11 53/63] dax: Rename some functions
` [PATCH v11 54/63] dax: Hash on XArray instead of mapping

[PATCH NOMERGE 00/13] Case insensitiveness as a mountpoint
 2018-05-22 20:38 UTC  (14+ messages)
` [PATCH NOMERGE 01/13] vfs: Add support for mounting with MS_CASEFOLD
` [PATCH NOMERGE 02/13] vfs: Propagate LOOKUP_CASEFOLD after doing parent lookups
` [PATCH NOMERGE 03/13] vfs: Add support for positive dentries CI lookups in the dentry cache
` [PATCH NOMERGE 04/13] vfs: Allow bind,remount with MS_CASEFOLD
` [PATCH NOMERGE 05/13] vfs: Handle case-exact lookup in d_add_ci
` [PATCH NOMERGE 06/13] vfs: Add Support for hard negative dentries in the dcache
` [PATCH NOMERGE 07/13] vfs: Handle MNT_CASEFOLD in /proc/mounts
` [PATCH NOMERGE 08/13] fscrypt: Introduce charset-based matching functions
` [PATCH NOMERGE 09/13] ext4: Include encoding information on the superblock
` [PATCH NOMERGE 10/13] ext4: Plumb LOOK_CASEFOLD up to ext4 comparison functions
` [PATCH NOMERGE 11/13] ext4: Support charset name matching
` [PATCH NOMERGE 12/13] ext4: Implement ext4 dcache hooks for custom charsets
` [PATCH NOMERGE 13/13] ext4: Notify VFS of support for casefolded mountpoints

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-22 18:59 UTC  (7+ messages)
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process


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