linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-27 19:43:16 to 2017-05-03 21:22:53 UTC [more...]

[PATCH 0/7] Fix fallout from changes to FUA and PREFLUSH definitions
 2017-05-03 21:22 UTC  (12+ 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 4/7] gfs2: "
` [PATCH 5/7] reiserfs: "
` [PATCH 6/7] btrfs: "
` [PATCH 7/7] md: "

[RFC][PATCH 0/9] VFS: Introduce mount context
 2017-05-03 21:17 UTC  (26+ 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 v4 00/15] overlayfs constant inode numbers
 2017-05-03 20:01 UTC  (21+ messages)
` [PATCH v4 01/15] ovl: check if all layers are on the same fs
` [PATCH v4 02/15] ovl: store file handle of lower inode on copy up
` [PATCH v4 03/15] ovl: use an auxiliary var for overlay root entry
` [PATCH v4 04/15] ovl: factor out ovl_lookup_data()
` [PATCH v4 05/15] ovl: store the file type in ovl_lookup_data
` [PATCH v4 06/15] ovl: pass the stack index on ovl_lookup_data
` [PATCH v4 07/15] ovl: lookup copy up origin of non-dir inode
` [PATCH v4 08/15] ovl: lookup non-dir copy up origin by file handle
` [PATCH v4 09/15] ovl: validate lower layer uuid on redirect by fh
` [PATCH v4 10/15] ovl: constant st_ino/st_dev across copy up
` [PATCH v4 11/15] ovl: persistent inode number for directories
` [PATCH v4 12/15] ovl: fix du --one-file-system on overlay mount
` [PATCH v4 13/15] ovl: persistent inode numbers for upper hardlinks
` [PATCH v4 14/15] ovl: update documentation w.r.t. constant inode numbers
` [PATCH v4 15/15] ovl: add support for verify_lower option

[RFC][PATCH] linux/uuid.h: hoist uuid_is_null() helper from libnvdimm
 2017-05-03 18:34 UTC  (9+ messages)

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

[PATCH 1/2 linux-next] gfs2: check rename2 flags at once
 2017-05-03 18:27 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  (9+ messages)
` [PATCH RFC v2 4/6] proc: support mounting private procfs instances inside same pid namespace
` [PATCH RFC v2 5/6] proc: instantiate only pids that we can ptrace on 'limit_pids=1' mount option

[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  (15+ 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  (15+ 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  (12+ messages)

VERY URGENT
 2017-05-02 17:57 UTC 

[PATCH 1/4] fscrypt: fix context consistency check when key(s) unavailable
 2017-05-02 17:36 UTC  (3+ messages)
` [1/4] "

[PATCH] security: Use user_namespace::level to avoid redundant iterations in cap_capable()
 2017-05-02 16:36 UTC  (2+ messages)

Treat REQ_FUA and REQ_PREFLUSH as synchronous
 2017-05-02 16:29 UTC  (6+ messages)

[PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
 2017-05-02 13:57 UTC  (3+ messages)

[PATCH v5] pid_ns: Introduce ioctl to set vector of ns_last_pid's on ns hierarhy
 2017-05-02  9:48 UTC 

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-05-02  8:04 UTC  (5+ messages)
` [PATCH v3 4/4] mm: Adaptive hash table scaling

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

[PATCH 1/2] f2fs: flush dirty nats periodically
 2017-05-02  1:57 UTC  (2+ messages)
` [PATCH 2/2] f2fs: show available_nids in f2fs/status

How to get an owning userns for a superblock
 2017-05-02  0:05 UTC 

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

[git pull] vfs pile 4: fs/compat.c
 2017-05-01 22:44 UTC 

[git pull] vfs.git pile 2: iov_iter
 2017-05-01 22:36 UTC 

new ...at() flag: AT_NO_JUMPS
 2017-05-01 19:37 UTC  (10+ messages)

Fast Loans
 2017-05-01 11:28 UTC 

[PATCH][RESEND] fs: don't set *REFERENCED on single use objects
 2017-05-01 12:43 UTC 

[PATCH] fuse: Use kmalloc_array() in three functions
 2017-04-30 15:55 UTC 

[PATCH] MAINTAINERS: fscrypt: update mailing list, patchwork, and git
 2017-04-30  6:24 UTC  (6+ messages)
`  "

[PATCH 4/4] ubifs: check for consistent encryption contexts in ubifs_lookup()
 2017-04-30  6:18 UTC  (2+ messages)
` [4/4] "

[PATCH 3/4] f2fs: sync f2fs_lookup() with ext4_lookup()
 2017-04-30  6:18 UTC  (2+ messages)
` [3/4] "

[PATCH 2/4] ext4: remove "nokey" check from ext4_lookup()
 2017-04-30  6:17 UTC  (2+ messages)
` [2/4] "

[PATCH v2] fscrypt: Remove __packed from fscrypt_policy
 2017-04-30  6:16 UTC  (2+ messages)
` [v2] "

[PATCH v2] fscrypt: Move key structure and constants to uapi
 2017-04-30  6:16 UTC  (2+ messages)
` [v2] "

[PATCH] fscrypt: remove fscrypt_symlink_data_len()
 2017-04-30  6:16 UTC  (2+ messages)
`  "

[PATCH] fscrypt: remove unnecessary checks for NULL operations
 2017-04-30  6:16 UTC  (2+ messages)
`  "

[PATCH 0/5] VFS API for getting filesystem's UUID
 2017-04-30  5:04 UTC  (5+ messages)

35362 linux-fsdevel
 2017-04-30  0:46 UTC 

[PATCH v4] pid_ns: Introduce ioctl to set vector of ns_last_pid's on ns hierarhy
 2017-04-29  9:17 UTC  (2+ messages)

[PATCH] fs: fix utimensat to properly return error code
 2017-04-29  0:34 UTC 

[PATCH RESEND] fs: compat: Remove warning from COMPATIBLE_IOCTL
 2017-04-28 22:15 UTC 

[RFC PATCH] x86, uaccess, pmem: introduce copy_from_iter_writethru for dax + pmem
 2017-04-28 19:39 UTC  (2+ messages)
` [PATCH v2] x86, uaccess: introduce copy_from_iter_wt for pmem / writethrough operations

57638 linux-fsdevel
 2017-04-28 15:12 UTC 

completely ignore unknown open flags
 2017-04-28 15:05 UTC  (4+ messages)

Brauchen Sie eine finanzielle Lösung?
 2017-04-28  8:21 UTC 

Brauchen Sie eine finanzielle Lösung?
 2017-04-28  8:23 UTC 

[PATCH 0/6] UBIFS NFS export support
 2017-04-28  9:09 UTC  (4+ messages)
` [PATCH 4/6] ubifs: Maintain a parent pointer

(unknown),
 2017-04-28  8:36 UTC 

[PATCH] xfs: publish UUID in struct super_block
 2017-04-28  6:24 UTC  (8+ messages)

fs: use-after-free in path_lookupat
 2017-04-28  6:19 UTC  (13+ messages)

[PATCH] fs: Handle register_shrinker failure
 2017-04-28  5:34 UTC  (3+ messages)

[PATCH] mnt: allow to add a mount into an existing group
 2017-04-28  5:18 UTC 

[PATCH] fs/block_dev: Add prototype and __printf verification to __vfs_msg
 2017-04-27 23:01 UTC 

[PATCH] fs: don't set *REFERENCED on single use objects
 2017-04-27 19:43 UTC  (2+ 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).