linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-22 08:37:57 to 2018-05-23 16:14:15 UTC [more...]

libaio: fix aio poll test
 2018-05-23 16:14 UTC 

[PATCH v3 0/9] Series short description
 2018-05-23 16:13 UTC  (3+ messages)
` [PATCH v3 6/9] dax: introduce a ->copy_to_iter dax operation

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

[PATCH] ppp: remove the PPPIOCDETACH ioctl
 2018-05-23 15:56 UTC  (3+ messages)

[PATCH 00/10] RFC: assorted bcachefs patches
 2018-05-23 15:22 UTC  (6+ messages)
` [PATCH 01/10] mm: pagecache add lock

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

buffered I/O without buffer heads in xfs and iomap v3
 2018-05-23 14:43 UTC  (35+ 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

[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  (19+ 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
` [PATCH 08/11] x86, memory_failure: introduce {set, clear}_mce_nospec()
` [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 11/11] libnvdimm, pmem: restore page attributes when clearing errors

[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

commit b4678df184b causing xfstests regressions
 2018-05-23 10:56 UTC  (17+ messages)
  ` [PATCH] fs: clear writeback errors in inode_init_always
    ` [PATCH v2] "
    ` [PATCH v3] "

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-23  6:03 UTC  (13+ messages)
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [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  (38+ 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
        ` YAaioRace (was Re: [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 v7 0/5] AIO add per-command iopriority
 2018-05-22 22:31 UTC  (10+ messages)
` [PATCH v7 1/5] block: add ioprio_check_cap function
` [PATCH v7 2/5] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v7 3/5] fs: Add aio iopriority support
` [PATCH v7 4/5] fs: blkdev set bio prio from kiocb prio
` [PATCH v7 5/5] fs: iomap dio "

[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

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-22 20:28 UTC  (8+ messages)

[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

[PATCH] mm: Add new vma flag VM_LOCAL_CPU
 2018-05-22 17:51 UTC  (13+ messages)

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

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

[RFC PATCH V3 00/12] Ext4 encryption support for blocksize < pagesize
 2018-05-22 16:01 UTC  (13+ messages)
` [RFC PATCH V3 01/12] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH V3 02/12] Rename fscrypt_do_page_crypto to fscrypt_do_block_crypto
` [RFC PATCH V3 03/12] fscrypt_decrypt_page: Decrypt all blocks in a page
` [RFC PATCH V3 04/12] __fscrypt_decrypt_bio: Fix page offset and len args to fscrypt_decrypt_page
` [RFC PATCH V3 05/12] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V3 06/12] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH V3 07/12] mpage_readpage[s]: Introduce post process callback parameters
` [RFC PATCH V3 08/12] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V3 09/12] fscrypt_encrypt_page: Encrypt all blocks mapped by "
` [RFC PATCH V3 10/12] ext4: Fix block number passed to fscrypt_encrypt_page
` [RFC PATCH V3 11/12] ext4: Move encryption code into its own function
` [RFC PATCH V3 12/12] ext4: Enable encryption for blocksize less than page size

[PATCH v2 00/15] NLS refactor and UTF-8 normalization
 2018-05-22  8:40 UTC  (4+ messages)
` [PATCH v2 01/15] nls: Wrap uni2char/char2uni callers


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