linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-08 03:01:34 to 2017-05-10 18:02:01 UTC [more...]

cleanup UUID types
 2017-05-10 18:02 UTC  (3+ messages)
` [PATCH 02/16] xfs: use uuid_be to implement the uuid_t type
` [PATCH 03/16] uuid: rename uuid types

[PATCH v1 1/3] (to be split and folded into): uuid: rename uuid types
 2017-05-10 17:34 UTC  (6+ messages)
` [PATCH v1 2/3] (to be folded into): uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH v1 3/3] (to be folded into): block: remove blk_part_pack_uuid

[PATCH 0/4 v4] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-10 17:27 UTC  (7+ messages)
` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads
` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
` [PATCH 4/4] dax: Fix data corruption when fault races with write
  ` [PATCH 5/4] dax: Fix PMD "

[PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-10 16:38 UTC  (9+ messages)

[RFC][PATCH 00/14] VFS: Introduce superblock configuration context
 2017-05-10 16:20 UTC  (15+ messages)
` [PATCH 01/14] Provide a function to create a NUL-terminated string from unterminated data
` [PATCH 02/14] Clean up whitespace in fs/namespace.c
` [PATCH 03/14] VFS: Make get_mnt_ns() return the namespace
` [PATCH 04/14] VFS: Make get_filesystem() return the affected filesystem
` [PATCH 05/14] VFS: Provide empty name qstr
` [PATCH 06/14] VFS: Introduce a superblock configuration context
` [PATCH 07/14] Implement fsopen() to prepare for a mount
` [PATCH 08/14] Implement fsmount() to effect a pre-configured mount
` [PATCH 09/14] Sample program for driving fsopen/fsmount
` [PATCH 10/14] procfs: Move proc_fill_super() to fs/proc/root.c
` [PATCH 11/14] proc: Add superblock config support to procfs
` [PATCH 12/14] NFS: Add mount context support
` [PATCH 13/14] Support legacy filesystems
` [PATCH 14/14] Add commands to create or update a superblock

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-10 16:18 UTC  (44+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls
` [PATCH v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty

[PATCH v4 00/15] overlayfs constant inode numbers
 2017-05-10 16:00 UTC  (19+ messages)

fix IMA deadlock
 2017-05-10 15:55 UTC  (5+ messages)
` [PATCH] security/ima: use fs method to read integrity data

[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
 2017-05-10 15:20 UTC  (10+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data
` [PATCH 2/9] bio-integrity: bio_trim should truncate integrity vector accordingly
` [PATCH 3/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 4/9] bio-integrity: fix interface for bio_integrity_trim
` [PATCH 5/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 6/9] T10: Move opencoded contants to common header
` [PATCH 7/9] Guard bvec iteration logic
` [PATCH 8/9] bio: add bvec_iter rewind API
` [PATCH 9/9] bio-integrity: Restore original iterator on verify stage

[PATCH 2/3] xfs: use uuid_be to implement the uuid_t type
 2017-05-10 14:15 UTC  (4+ messages)

[PATCH 4/9] Implement fsopen() to prepare for a mount
 2017-05-10 13:48 UTC  (34+ messages)
` [RFC][PATCH 0/9] VFS: Introduce mount context
  ` [PATCH 3/9] VFS: Introduce a "

[GIT PULL] overlayfs update for 4.12
 2017-05-10 13:39 UTC 

[GIT PULL] fuse update for 4.12
 2017-05-10 12:47 UTC 

[PATCH] exec: ensure file system accounting in check_unsafe_exec is correct
 2017-05-10 11:05 UTC 

[PATCH] fs: pass on flags in compat_writev
 2017-05-10  6:37 UTC 

[PATCH 1/3] autofs - make disc device user accessible
 2017-05-10  4:18 UTC  (3+ messages)
` [PATCH 2/3] autofs - make dev ioctl version and ismountpoint "
` [PATCH 3/3] autofs - fix AT_NO_AUTOMOUNT not being honored

[PATCH] tmpfs: generate random sb->s_uuid
 2017-05-10  2:51 UTC  (10+ messages)

[PATCH] mnt: allow to add a mount into an existing group
 2017-05-10  0:42 UTC  (3+ messages)

[PATCH] fs: add an ioctl to get an owning userns for a superblock
 2017-05-10  0:34 UTC  (2+ messages)

[PATCH 0/7] Fix fallout from changes to FUA and PREFLUSH definitions
 2017-05-09 19:09 UTC  (3+ messages)
` [PATCH 6/7] btrfs: Make flush bios explicitely sync

[patch v4 resend 1/2] procfs: fdinfo -- Extend information about epoll target files
 2017-05-09 17:48 UTC  (2+ messages)

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-09 16:12 UTC  (4+ messages)
` [xfstests PATCH v2 1/3] generic: add a writeback error handling test
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v2 3/3] btrfs: allow it "

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (3+ messages)

[PATCH 0/8 v7] No wait AIO
 2017-05-09 14:57 UTC  (10+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH] fs: remove page_readlink
 2017-05-09 13:31 UTC  (4+ messages)

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-05-09 13:07 UTC  (10+ messages)
` [PATCH v3 4/4] mm: Adaptive hash table scaling

[PATCH 0/4 v3] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-09 12:18 UTC  (5+ messages)
` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads
` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
` [PATCH 4/4] dax: Fix data corruption when fault races with write

[PATCH 0/4 v2] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-09 12:14 UTC  (5+ messages)
` [PATCH 4/4] dax: Fix data corruption when fault races with write

36695
 2017-05-09  9:18 UTC 

[PATCH v2 0/3] make ubifs compatible with IMA and EVM
 2017-05-09  7:50 UTC  (16+ messages)
` [PATCH v2 3/3] fs: ubifs: set s_uuid in super block

[git pull] vfs.git misc stuff
 2017-05-09  5:34 UTC 

[git pull] vfs.git fix
 2017-05-09  5:32 UTC 

[PATCH, RFC] MAINTAINERS: update OSD entries
 2017-05-09  1:43 UTC  (2+ messages)

mmotm 2017-05-08-16-30 uploaded
 2017-05-08 23:30 UTC 

[RFC 00/10] introduce crypto wait for async op function
 2017-05-08 20:56 UTC  (3+ messages)
` [RFC 08/10] cifs: move to generic async completion

[RFC PATCH] x86, uaccess, pmem: introduce copy_from_iter_writethru for dax + pmem
 2017-05-08 20:40 UTC  (12+ messages)
` [PATCH v2] x86, uaccess: introduce copy_from_iter_wt for pmem / writethrough operations

33085
 2017-05-08 20:31 UTC 

new ...at() flag: AT_NO_JUMPS
 2017-05-08 19:34 UTC  (8+ messages)

[GIT PULL] f2fs for 4.12-rc1
 2017-05-08 17:15 UTC 

[PATCH v2 1/2] dax: prevent invalidation of mapped DAX entries
 2017-05-08 17:08 UTC  (3+ messages)

linux-next: Tree for May 8 (overlayfs, exportfs)
 2017-05-08 15:12 UTC 


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