linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-13 22:48:15 to 2016-08-23 09:58:21 UTC [more...]

[PATCH v4 00/20] Xattr inode operation removal
 2016-08-23  9:57 UTC  (23+ messages)
` [PATCH v4 01/20] ovl: Fix OVL_XATTR_PREFIX
` [PATCH v4 02/20] ovl: Get rid of ovl_xattr_noacl_handlers array
` [PATCH v4 03/20] ovl: Switch to generic_removexattr
` [PATCH v4 04/20] ovl: Switch to generic_getxattr
` [PATCH v4 05/20] xattr: Remove unnecessary NULL attribute name check
` [PATCH v4 06/20] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v4 07/20] hfs: Switch to generic xattr handlers
` [PATCH v4 08/20] kernfs: "
` [PATCH v4 09/20] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v4 10/20] sockfs: Get rid of getxattr iop
` [PATCH v4 11/20] ecryptfs: Switch to generic xattr handlers
` [PATCH v4 12/20] fuse: "
` [PATCH v4 13/20] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v4 14/20] vfs: Add IOP_XATTR inode operations flag
` [PATCH v4 15/20] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v4 16/20] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v4 17/20] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v4 18/20] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v4 19/20] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v4 20/20] vfs: Remove "
` [PATCH] lustre: Switch to generic xattr handlers

[PATCH] seq_file: don't set read position for invalid iterator
 2016-08-23  9:19 UTC 

[PATCH v05 50/72] include/uapi/linux/fuse.h: use linux/types.h also in userspace
 2016-08-23  7:39 UTC  (4+ messages)
` [PATCH v05 65/72] uapi fcntl.h: glibc fcntl.h header file compatibility fixes

[PATCH] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
 2016-08-23  1:27 UTC  (2+ messages)

[PATCHv3 0/2] libfs,xenfs: replace /proc/xen/xenbus with a symlink
 2016-08-23  0:47 UTC  (2+ messages)
` [Xen-devel] [PATCHv3 0/2] libfs, xenfs: "

[PATCH 0/3][V2] Provide accounting for dirty metadata
 2016-08-22 18:29 UTC  (5+ messages)
` [PATCH 1/3] remove mapping from balance_dirty_pages*()
` [PATCH 2/3] writeback: allow for dirty metadata accounting
` [PATCH 3/3] writeback: introduce super_operations->write_metadata

[PATCH] fs: compat: remove redundant check of nr_segs
 2016-08-22  7:45 UTC 

[PATCH] binfmt_misc: allow selecting the interpreter based on xattr keywords
 2016-08-22  4:01 UTC 

9p2000.L stat/unlink race (WARNING: fs/inode.c:280 drop_nlink)
 2016-08-21 11:55 UTC 

[PATCH 0/2] seq: Speed up /proc/<pid>/smaps
 2016-08-20  8:00 UTC  (2+ messages)
  ` [PATCH 1/2] seq_file: Add __seq_open_private_bufsize for seq file_operation sizes

unionfs-fuse freeze, starting with Linux 4.0
 2016-08-19 23:30 UTC 

mmotm 2016-08-19-15-39 uploaded
 2016-08-19 22:40 UTC 

[Linux PATCH] fcntl: add new F_OFD_*32 constants and handle them appropriately
 2016-08-19 19:50 UTC  (18+ messages)

Please I Need Your Urgent Reply
 2016-08-19 18:33 UTC 

[PATCH v2] posix_acl: Clear SGID bit when setting file permissions
 2016-08-19 16:11 UTC 

[glibc PATCHv2] fcntl: don't define OFD lock constants for 32-bit builds with small file offsets
 2016-08-18 18:03 UTC 

[glibc PATCH] fcntl-linux.h: add F_OFD_*32 constants
 2016-08-18 16:00 UTC  (4+ messages)

mmotm 2016-08-18-16-16 uploaded
 2016-08-18 23:17 UTC 

[glibc PATCHv2] fcntl-linux.h: add F_OFD_*32 constants
 2016-08-18 14:28 UTC 

[PATCH 0/7] re-enable DAX PMD support
 2016-08-18 14:15 UTC  (21+ messages)
` [PATCH 1/7] ext2: tell DAX the size of allocation holes
` [PATCH 2/7] ext4: "
` [PATCH 3/7] dax: remove buffer_size_valid()
` [PATCH 4/7] dax: rename 'ret' to 'entry' in grab_mapping_entry
` [PATCH 5/7] dax: lock based on slot instead of [mapping, index]
` [PATCH 6/7] dax: re-enable DAX PMD support
` [PATCH 7/7] dax: remove "depends on BROKEN" from FS_DAX_PMD

iomap infrastructure and multipage writes V5
 2016-08-18 13:18 UTC  (3+ messages)
` [PATCH 08/14] fs: iomap based fiemap implementation

[glibc PATCH] fcntl: put F_OFD_* constants under #ifdef __USE_FILE_OFFSET64
 2016-08-18  9:00 UTC  (28+ messages)

[GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-08-17 20:02 UTC  (31+ messages)
` [PATCH v4 02/26] fs: proc: Delete inode time initializations in proc_alloc_inode()
` [PATCH v4 03/26] fs: Replace CURRENT_TIME with current_time() for inode timestamps
` [PATCH v4 04/26] fs: Replace CURRENT_TIME_SEC "
` [PATCH v4 05/26] fs: Replace current_fs_time() with current_time()
` [PATCH v4 06/26] fs: ufs: Use ktime_get_real_ts64() for birthtime
` [PATCH v4 07/26] fs: jfs: Replace CURRENT_TIME_SEC by current_time()
` [PATCH v4 08/26] fs: ext4: Use current_time() for inode timestamps
` [PATCH v4 09/26] fs: ubifs: Replace CURRENT_TIME_SEC with current_time
` [PATCH v4 10/26] fs: btrfs: Use ktime_get_real_ts for root ctime
` [PATCH v4 11/26] fs: udf: Replace CURRENT_TIME with current_time()
` [PATCH v4 12/26] fs: cifs: Replace CURRENT_TIME by current_time()
` [PATCH v4 13/26] fs: cifs: Replace CURRENT_TIME with ktime_get_real_ts()
` [PATCH v4 14/26] fs: cifs: Replace CURRENT_TIME by get_seconds
` [PATCH v4 15/26] fs: f2fs: Use ktime_get_real_seconds for sit_info times
` [PATCH v4 16/26] drivers: staging: lustre: Replace CURRENT_TIME with current_time()
` [PATCH v4 17/26] fs: ocfs2: Use time64_t to represent orphan scan times
` [PATCH v4 18/26] fs: ocfs2: Replace CURRENT_TIME macro
` [PATCH v4 19/26] audit: Use timespec64 to represent audit timestamps
` [PATCH v4 20/26] fs: nfs: Make nfs boot time y2038 safe
` [PATCH v4 21/26] block: Replace CURRENT_TIME with ktime_get_real_ts
` [PATCH v4 22/26] libceph: "
` [PATCH v4 23/26] fs: ceph: Replace current_fs_time for request stamp
` [PATCH v4 24/26] fnic: Use time64_t to represent trace timestamps
` [PATCH v4 25/26] time: Delete current_fs_time() function
` [PATCH v4 26/26] time: Delete CURRENT_TIME_SEC and CURRENT_TIME

[PATCH] do_generic_file_read(): Fail immediately if killed
 2016-08-17 17:20 UTC  (5+ messages)

[RFC v3 0/2] Support for posix acls in fuse
 2016-08-17 12:01 UTC  (5+ messages)
` [RFC v3 2/2] fuse: Add posix acl support

mmotm 2016-08-16-14-54 uploaded
 2016-08-16 21:55 UTC 

[PATCH] FUSE: add the async option for the flush/release operation
 2016-08-16 19:53 UTC  (5+ messages)

[LKP] [lkp] [xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression
 2016-08-16 13:25 UTC 

[PATCH v25 00/22] Richacls (Core and Ext4)
 2016-08-16 11:03 UTC  (23+ messages)
` [PATCH v25 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v25 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v25 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v25 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v25 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v25 06/22] richacl: In-memory representation and helper functions
` [PATCH v25 07/22] richacl: Permission mapping functions
` [PATCH v25 08/22] richacl: Permission check algorithm
` [PATCH v25 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v25 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v25 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v25 12/22] vfs: Cache richacl in struct inode
` [PATCH v25 13/22] richacl: Update the file masks in chmod()
` [PATCH v25 14/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v25 15/22] richacl: Create-time inheritance
` [PATCH v25 16/22] richacl: Automatic Inheritance
` [PATCH v25 17/22] richacl: xattr mapping functions
` [PATCH v25 18/22] richacl: Add richacl xattr handler
` [PATCH v25 19/22] vfs: Add richacl permission checking
` [PATCH v25 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v25 21/22] ext4: Add richacl support
` [PATCH v25 22/22] ext4: Add richacl feature flag

[fuse-devel] Patches for FIEMAP support in fuse and ntfs-3g
 2016-08-16 10:19 UTC 

[PATCH] befs: return BEFS_ERR if validation of ag_shift fails
 2016-08-16  7:53 UTC  (3+ messages)

[PATCH 0/7] dax: unified host inode for device-dax mappings
 2016-08-16  3:25 UTC  (8+ messages)
` [PATCH 1/7] dax: cleanup needlessly global symbol warnings
` [PATCH 2/7] dax: reorder dax_fops function definitions
` [PATCH 3/7] dax: rename fops from dax_dev_ to dax_
` [PATCH 4/7] dax: embed a struct device in dax_dev
` [PATCH 5/7] dax: convert to the cdev api
` [PATCH 6/7] dax: define a unified inode/address_space for device-dax mappings
` [PATCH 7/7] dax: unmap/truncate on device shutdown

[PATCH] quota: fill in Q_XGETQSTAT inode information for inactive quotas
 2016-08-15 13:51 UTC  (3+ messages)

[PATCH] kvm-xfstests: explicitly declare format of vd[b-g]
 2016-08-15  5:57 UTC  (2+ messages)

[PATCHv2, 00/41] ext4: support of huge pages
 2016-08-14 12:40 UTC  (3+ 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).