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

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

[PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-07 22:17 UTC  (2+ messages)

[PATCH] tmpfs: generate random sb->s_uuid
 2017-05-07 12:11 UTC  (4+ messages)

[PATCH 4.9 1/9] timerfd: Protect the might cancel mechanism proper
 2017-05-06 20:39 UTC 

[PATCH 4.10 1/5] timerfd: Protect the might cancel mechanism proper
 2017-05-06 20:39 UTC 

[PATCH] fs: set no_llseek in DEFINE_SIMPLE_ATTRIBUTE
 2017-05-06 15:36 UTC 

[RFC 00/10] introduce crypto wait for async op function
 2017-05-06 12:59 UTC  (11+ messages)
` [RFC 01/10] crypto: factor async completion for general use
` [RFC 02/10] crypto: move pub key to generic async completion
` [RFC 03/10] crypto: move drbg "
` [RFC 04/10] crypto: move gcm "
` [RFC 05/10] crypto: move testmgr "
` [RFC 06/10] dm: move dm-verity "
` [RFC 07/10] fscrypt: move "
` [RFC 08/10] cifs: "
` [RFC 09/10] ima: "
` [RFC 10/10] crypto: adapt api sample to use async. op wait

[GIT PULL] libnvdimm for 4.12
 2017-05-05 21:40 UTC 

new ...at() flag: AT_NO_JUMPS
 2017-05-05 20:28 UTC  (15+ messages)

[PATCH 2/2 linux-next] fs/affs: add rename exchange
 2017-05-05 18:52 UTC 

[PATCH 1/2 linux-next] fs/affs: add rename2 to prepare multiple methods
 2017-05-05 18:51 UTC 

[PATCH 3.18 35/68] timerfd: Protect the might cancel mechanism proper
 2017-05-05 18:32 UTC 

[PATCH 4.4 01/20] timerfd: Protect the might cancel mechanism proper
 2017-05-05 18:32 UTC 

[GIT PULL] Orangefs cleanups, fixes and statx support
 2017-05-05 17:50 UTC 

[RFC][PATCH 0/9] VFS: Introduce mount context
 2017-05-05 15:47 UTC  (39+ messages)
` [PATCH 1/9] Provide a function to create a NUL-terminated string from unterminated data
` [PATCH 2/9] Clean up whitespace in fs/namespace.c
` [PATCH 3/9] VFS: Introduce a mount context
` [PATCH 4/9] Implement fsopen() to prepare for a mount
` [PATCH 5/9] Implement fsmount() to effect a pre-configured mount
` [PATCH 6/9] Sample program for driving fsopen/fsmount
` [PATCH 7/9] procfs: Move proc_fill_super() to fs/proc/root.c
` [PATCH 8/9] proc: Support the mount context in procfs
` [PATCH 9/9] NFS: Support the mount context and fsopen()

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-05-05 15:33 UTC  (9+ messages)
` [PATCH v3 4/4] mm: Adaptive hash table scaling

soft lockup in d_invalidate()
 2017-05-05 13:21 UTC 

[GIT PULL] fs/befs/
 2017-05-05 10:52 UTC 

[PATCH v4 00/15] overlayfs constant inode numbers
 2017-05-05  9:58 UTC  (18+ messages)
` [PATCH v4 02/15] ovl: store file handle of lower inode on copy up

[PATCH v2 1/2] dax: prevent invalidation of mapped DAX entries
 2017-05-05  7:29 UTC  (3+ messages)
` [PATCH v2 2/2] dax: fix data corruption due to stale mmap reads

[PATCH 0/4 v2] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-05  7:25 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

GFS2 file system does not invalidate page cache after direct IO write
 2017-05-05  3:09 UTC  (3+ messages)
` [Cluster-devel] "

[PATCH] Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()
 2017-05-04 23:53 UTC  (2+ messages)

26754 linux-fsdevel
 2017-05-04 22:37 UTC 

8632 linux-fsdevel
 2017-05-04 22:26 UTC 

[PATCH] VFS: fix bugon.cocci warnings
 2017-05-04 20:06 UTC  (2+ messages)

35079 linux-fsdevel
 2017-05-04 19:15 UTC 

[PATCH 1/3] f2fs:dax: fix races between page faults and fallocate
 2017-05-04 17:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 1/4] fscrypt: fix context consistency check when key(s) unavailable
 2017-05-04 15:49 UTC  (4+ messages)
` [1/4] "

[PATCH 0/7] Fix fallout from changes to FUA and PREFLUSH definitions
 2017-05-04 15:00 UTC  (11+ messages)
` [PATCH 1/7] ext4: Mark superblock writes synchronous for nobarrier mounts
` [PATCH 2/7] jbd2: Cleanup write flags handling from jbd2_write_superblock()
` [PATCH 3/7] f2fs: Make flush bios explicitely sync
  ` [f2fs-dev] "

[PATCH v2 0/8] hoist uuid helpers from xfs to linux/uuid.h
 2017-05-04 14:36 UTC  (21+ messages)
` [PATCH v2 1/8] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH v2 2/8] xfs: re-define uuid_t as common struct uuid_v1
` [PATCH v2 3/8] xfs: dismiss xfs_uu_t
` [PATCH v2 4/8] xfs: namespace the helper uuid_getnodeuniq()
` [PATCH v2 5/8] md: namespace private helper names
` [PATCH v2 6/8] linux/uuid.h: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH v2 7/8] linux/uuid.h: hoist uuid_is_null() helper from libnvdimm
` [PATCH v2 8/8] xfs: use the common helper uuid_is_null()

[PATCH 1/2 linux-next] gfs2: check rename2 flags at once
 2017-05-04 13:28 UTC  (2+ messages)

Donation Award
 2017-05-04 11:16 UTC 

mmotm 2017-05-03-15-16 uploaded
 2017-05-04 11:51 UTC  (2+ messages)
` mmotm git tree since-4.11 branch created (was: mmotm 2017-05-03-15-16 uploaded)

[PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
 2017-05-04  9:12 UTC  (10+ messages)
` [PATCH 1/2] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 2/2] dax: fix data corruption due to stale mmap reads

[RFC][PATCH] linux/uuid.h: hoist uuid_is_null() helper from libnvdimm
 2017-05-04  8:39 UTC  (11+ messages)

[PATCH 3/3] f2fs:dax: Implement direct access
 2017-05-04  0:17 UTC 

[PATCH 2/3] f2fs:dax: Export interfaces: dax_map/unmap_atomic()
 2017-05-04  0:17 UTC 

[PATCH 2/2 linux-next] gfs2: remove unused flags parameter
 2017-05-03 18:28 UTC 

[PATCH, RFC] MAINTAINERS: update OSD entries
 2017-05-03 17:01 UTC  (4+ messages)

[PATCH RFC v2 0/6] proc: support private proc instances per pidnamespace
 2017-05-03 15:18 UTC  (6+ messages)
` [PATCH RFC v2 4/6] proc: support mounting private procfs instances inside same pid namespace

[GIT PULL] Quota, reiserfs, udf, and ext2 changes for 4.12-rc1
 2017-05-03 13:55 UTC 

[GIT PULL] fsnotify updates for 4.12-rc1
 2017-05-03 13:45 UTC 

[PATCH v3 0/2] Expose task pid_ns_for_children to userspace
 2017-05-03 10:32 UTC  (3+ messages)
` [PATCH v3 1/2] ns: Allow ns_entries to have custom symlink content
` [PATCH v3 2/2] pidns: Expose task pid_ns_for_children to userspace

[PATCH 0/2] nsfs: Introduce ioctl to set vector of ns_last_pid's on pid ns hierarhy
 2017-05-03 10:20 UTC  (12+ messages)
` [PATCH 2/2] pid_ns: Introduce ioctl to set vector of ns_last_pid's on "

[PATCH] fs: namei: use __pure modifier as declared in headers
 2017-05-03  9:00 UTC 

Re:
 2017-05-03  6:23 UTC 

[PATCH v3] pid_ns: Introduce ioctl to set vector of ns_last_pid's on ns hierarhy
 2017-05-02 21:26 UTC  (12+ messages)
          ` [PATCH] userns,pidns: Verify the userns for new pid namespaces

[RFC] AT_NO_JUMPS/LOOKUP_NO_JUMPS
 2017-05-02 20:49 UTC  (3+ messages)

[git pull] vfs.git pile 3: splice-related bits and pieces
 2017-05-02 18:40 UTC  (2+ messages)

[PATCH v2] xfs: publish UUID in struct super_block
 2017-05-02 18:30 UTC  (9+ 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).