linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-20 12:09:27 to 2015-10-27 20:28:02 UTC [more...]

[PATCH] namei: permit linking with CAP_FOWNER in userns
 2015-10-27 20:28 UTC  (5+ messages)

[RFCv3 00/58] xfs: add reverse-mapping, reflink, and dedupe support
 2015-10-27 19:05 UTC  (7+ messages)
` [PATCH 25/58] xfs: bmap btree changes should update rmap btree
` [PATCH 40/58] libxfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 48/58] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks

[PATCH 0/9] vfs: move btrfs clone ioctls to common code
 2015-10-27 17:13 UTC  (11+ messages)
  ` [PATCH 1/9] vfs: add COPY_FILE_CLONE_ONLY flag
  ` [PATCH 4/9] vfs: pull btrfs clone API to vfs layer
` [PATCH 2/9] cifs: add .copy_file_range file operation
` [PATCH 3/9] nfs42: "
` [PATCH 5/9] btrfs: remove btrfs_ioctl_clone(_range)
` [PATCH 6/9] cifs: remove private handler of BTRFS_IOC_CLONE
` [PATCH 7/9] nfs42: remove private clone ioctl handler
` [PATCH 8/9] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH 9/9] NFSD: Implement the CLONE call

[PATCH v12 0/5] Support for Open-Channel SSDs
 2015-10-27 16:15 UTC  (8+ messages)
` [PATCH v12 1/5] lightnvm: "
  ` [PATCH] lightnvm: fix memdup_user.cocci warnings
` [PATCH v12 2/5] gennvm: Generic NVM manager
` [PATCH v12 3/5] rrpc: Round-robin sector target with cost-based gc
` [PATCH v12 4/5] null_nvm: LightNVM test driver
` [PATCH v12 5/5] nvme: LightNVM support

[PATCH v7 0/4] VFS: In-kernel copy system call
 2015-10-27 16:03 UTC  (16+ messages)
  ` [PATCH v7 1/4] vfs: add copy_file_range syscall and vfs helper
  ` [PATCH v7 2/4] x86: add sys_copy_file_range to syscall tables
  ` [PATCH v7 5/4] copy_file_range.2: New page documenting copy_file_range()
` [PATCH v7 3/4] btrfs: add .copy_file_range file operation
` [PATCH v7 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies

[PATCH v10 0/5] Add initial configfs support for IIO
 2015-10-27  8:35 UTC  (10+ messages)
` [PATCH v10 1/5] configfs: Allow dynamic group creation
` [PATCH v10 2/5] iio: core: Introduce IIO configfs support
` [PATCH v10 3/5] iio: core: Introduce IIO software triggers
  ` [PATCH] iio: core: fix ptr_ret.cocci warnings
` [PATCH v10 4/5] iio: trigger: Introduce IIO hrtimer based trigger
` [PATCH v10 5/5] iio: Documentation: Add IIO configfs documentation

(unknown),
 2015-10-26 17:51 UTC  (2+ messages)
` 

[PING][PATCH] binfmt_elf: Don't clobber passed executable's file header
 2015-10-26 15:48 UTC 

[PING][PATCH] binfmt_elf: Correct `arch_check_elf's description
 2015-10-26 15:47 UTC 

Hi
 2015-10-20  1:45 UTC 

(unknown),
 2015-10-25 14:15 UTC 

(unknown)
 2015-10-25  6:01 UTC 

[PATCH] fs: Make sync_file_range(2) use WB_SYNC_NONE writeback
 2015-10-24 19:28 UTC 

async O_DIRECT vs. buffered synchronization (or lack thereof)
 2015-10-24 21:50 UTC  (2+ messages)

Triggering non-integrity writeback from userspace
 2015-10-24 21:39 UTC  (3+ messages)

[PATCH RFC] fsnotify: destroy marks with call_srcu instead of dedicated thread
 2015-10-24 15:05 UTC  (2+ messages)

[PATCH v9 0/5] Add initial configfs support for IIO
 2015-10-24  9:10 UTC  (10+ messages)
` [PATCH v9 1/5] configfs: Allow dynamic group creation
` [PATCH v9 2/5] iio: core: Introduce IIO configfs support
` [PATCH v9 3/5] iio: core: Introduce IIO software triggers
` [PATCH v9 4/5] iio: trigger: Introduce IIO hrtimer based trigger
` [PATCH v9 5/5] iio: Documentation: Add IIO configfs documentation

[PATCH v12 00/49] Richacls
 2015-10-23 20:03 UTC  (52+ messages)
` [PATCH v12 01/49] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v12 02/49] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v12 03/49] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v12 04/49] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v12 05/49] vfs: Add permission flags for setting file attributes
` [PATCH v12 06/49] richacl: In-memory representation and helper functions
` [PATCH v12 07/49] richacl: Permission mapping functions
` [PATCH v12 08/49] richacl: Compute maximum file masks from an acl
` [PATCH v12 09/49] richacl: Permission check algorithm
` [PATCH v12 10/49] vfs: Cache base_acl objects in inodes
` [PATCH v12 11/49] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v12 12/49] vfs: Cache richacl in struct inode
` [PATCH v12 13/49] richacl: Update the file masks in chmod()
` [PATCH v12 14/49] richacl: Check if an acl is equivalent to a file mode
` [PATCH v12 15/49] richacl: Create-time inheritance
` [PATCH v12 16/49] richacl: Automatic Inheritance
` [PATCH v12 17/49] richacl: xattr mapping functions
` [PATCH v12 18/49] richacl: Add richacl xattr handler
` [PATCH v12 19/49] vfs: Add richacl permission checking
` [PATCH v12 20/49] ext4: Add richacl support
` [PATCH v12 21/49] ext4: Add richacl feature flag
` [PATCH v12 22/49] xfs: Fix error path in xfs_get_acl
` [PATCH v12 23/49] xfs: Make xfs_set_mode non-static
  ` [PATCH v12 24/49] xfs: Change how listxattr generates synthetic attributes
  ` [PATCH v12 30/49] richacl: Set the other permissions to the other mask
  ` [PATCH v12 31/49] richacl: Isolate the owner and group classes
  ` [PATCH v12 35/49] nfsd: Use richacls as internal acl representation
  ` [PATCH v12 39/49] richacl: Add support for unmapped identifiers
` [PATCH v12 25/49] xfs: Add richacl support
` [PATCH v12 26/49] richacl: acl editing helper functions
` [PATCH v12 27/49] richacl: Move everyone@ aces down the acl
` [PATCH v12 28/49] richacl: Propagate everyone@ permissions to other aces
` [PATCH v12 29/49] richacl: Set the owner permissions to the owner mask
` [PATCH v12 32/49] richacl: Apply the file masks to a richacl
` [PATCH v12 33/49] richacl: Create richacl from mode values
` [PATCH v12 34/49] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v12 36/49] nfsd: Add richacl support
` [PATCH v12 37/49] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v12 38/49] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v12 40/49] nfsd: Add support for unmapped richace identifiers
` [PATCH v12 41/49] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v12 42/49] xfs: "
` [PATCH v12 43/49] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v12 44/49] sunrpc: Add xdr_init_encode_pages
` [PATCH v12 45/49] nfs: Fix GETATTR bitmap verification
` [PATCH v12 46/49] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v12 47/49] nfs: Distinguish missing users and groups from nobody
` [PATCH v12 48/49] nfs: Add richacl support
` [PATCH v12 49/49] nfs: Add support for the v4.1 dacl attribute

[PATCH v6 00/19] nfsd: open file caching
 2015-10-23  0:21 UTC  (24+ messages)
` [PATCH v6 03/19] fs: add a kerneldoc header to fput
` [PATCH v6 04/19] fs: rename "delayed_fput" infrastructure to "fput_global"
` [PATCH v6 06/19] fsnotify: export several symbols
` [PATCH v6 07/19] locks: create a new notifier chain for lease attempts
  ` [PATCH v6 01/19] nfsd: move include of state.h from trace.c to trace.h
  ` [PATCH v6 02/19] fs: have flush_delayed_fput flush the workqueue job
  ` [PATCH v6 05/19] fs: add fput_global
  ` [PATCH v6 08/19] sunrpc: add a new cache_detail operation for when a cache is flushed
  ` [PATCH v6 09/19] nfsd: add a new struct file caching facility to nfsd
  ` [PATCH v6 10/19] nfsd: keep some rudimentary stats on nfsd_file cache
  ` [PATCH v6 11/19] nfsd: allow filecache open to skip fh_verify check
  ` [PATCH v6 12/19] nfsd: hook up nfsd_write to the new nfsd_file cache
  ` [PATCH v6 13/19] nfsd: hook up nfsd_read to the "
  ` [PATCH v6 14/19] nfsd: hook nfsd_commit up "
  ` [PATCH v6 16/19] nfsd: have nfsd_test_lock use "
  ` [PATCH v6 17/19] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
  ` [PATCH v6 18/19] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH v6 15/19] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v6 19/19] nfsd: rip out the raparms cache

locks_get_lock_context null deref
 2015-10-22 18:55 UTC  (5+ messages)

[PATCH V2 0/3] Minor cleanup for locks API
 2015-10-22 18:45 UTC  (6+ messages)
` [PATCH V2 1/3] locks: introduce locks_lock_inode_wait()
` [PATCH V2 2/3] Move locks API users to locks_lock_inode_wait()
` [PATCH V2 3/3] locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait

[PATCH 0/3] Minor cleanup for locks API
 2015-10-22 16:36 UTC  (8+ messages)
` [PATCH 1/3] locks: introduce locks_lock_inode_wait()
` [PATCH 2/3] Move locks API users to locks_lock_inode_wait()
` [PATCH 3/3] locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait
  ` [RFC PATCH] locks: posix_lock_inode_wait() can be static

[PATCH] f2fs: refactor __find_rev_next_{zero}_bit
 2015-10-22 16:36 UTC  (4+ messages)
  ` [f2fs-dev] "

(unknown)
 2015-10-22 11:45 UTC 

[PATCH v8 0/5] Add initial configfs support for IIO
 2015-10-22  8:59 UTC  (7+ messages)
` [PATCH v8 1/5] configfs: Allow dynamic group creation
` [PATCH v8 5/5] iio: Documentation: Add IIO configfs documentation

[PATCH v3 0/1] Generalize poll events from eventfd
 2015-10-22  7:47 UTC  (3+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag

[PATCH 1/2] f2fs: fix leakage of inmemory atomic pages
 2015-10-22  3:03 UTC  (2+ messages)
` [PATCH 2/2] f2fs: don't need to submit bio on error case

what's in nvdimm.git for v4.4?
 2015-10-21 22:50 UTC  (12+ messages)

mmotm 2015-10-21-14-41 uploaded
 2015-10-21 21:42 UTC 

mmotm 2015-10-20-16-33 uploaded
 2015-10-20 23:34 UTC 

[PATCH 1/2] f2fs: flush dirty data for bmap
 2015-10-20 15:14 UTC  (4+ messages)
` [PATCH 2/2] f2fs: support fiemap for inline_data
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: flush dirty data for bmap

[PATCH v8 2/5] iio: core: Introduce IIO configfs support
 2015-10-20 14:39 UTC  (2+ messages)

[PATCH v11 00/48] Richacls
 2015-10-20 12:33 UTC  (11+ messages)
` [PATCH v11 21/48] ext4: Add richacl feature flag

[PATCH v8 3/5] iio: core: Introduce IIO software triggers
 2015-10-20 12:09 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).