linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-30 07:11:17 to 2017-06-02 12:18:37 UTC [more...]

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-06-02 12:18 UTC  (17+ messages)
` [PATCH 04/12] fs: ceph: CURRENT_TIME with ktime_get_real_ts()
` [PATCH 10/12] apparmorfs: Replace CURRENT_TIME with current_time()

[ANNOUNCE] util-linux v2.30
 2017-06-02 11:03 UTC 

[RFC][PATCH 00/23] VFS: Introduce superblock configuration context [ver #4]
 2017-06-02 10:14 UTC  (5+ messages)

[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
 2017-06-02 10:07 UTC  (24+ messages)
` [PATCH v5 01/17] lib: add errseq_t type and infrastructure for handling it
` [PATCH v5 02/17] fs: new infrastructure for writeback error handling and reporting
` [PATCH v5 03/17] mm: tracepoints for writeback error events
` [PATCH v5 04/17] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v5 05/17] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v5 06/17] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v5 07/17] mm: add filemap_fdatawait_range_since and filemap_write_and_wait_range_since
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails
` [PATCH v5 09/17] block: convert to errseq_t based writeback error tracking
` [PATCH v5 10/17] block: add sync_blockdev_since and sync_filesystem_since
` [PATCH v5 11/17] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v5 12/17] fs: allow __generic_file_fsync to support both flavors of error reporting
` [PATCH v5 13/17] jbd2: conditionally handle errors using errseq_t based on FS_WB_ERRSEQ flag
` [PATCH v5 14/17] ext4: convert to errseq_t based error tracking
` [PATCH v5 15/17] fs: add a write_one_page_since
` [PATCH v5 16/17] ext2: convert to errseq_t based writeback error tracking
` [PATCH v5 17/17] fs: convert ext2 to use write_one_page_since

generic/346 fails on ext4 DAX mount
 2017-06-02  6:03 UTC  (2+ messages)

[PATCH 01/28] ext4: xattr-in-inode support
 2017-06-02  5:41 UTC  (40+ messages)
` [PATCH 02/28] ext4: fix lockdep warning about recursive inode locking
` [PATCH 03/28] ext4: lock inode before calling ext4_orphan_add()
` [PATCH 04/28] ext4: do not set posix acls on xattr inodes
` [PATCH 05/28] ext4: attach jinode after creation of xattr inode
` [PATCH 06/28] ext4: ea_inode owner should be the same as the inode owner
` [PATCH 07/28] ext4: call journal revoke when freeing ea_inode blocks
` [PATCH 08/28] ext4: fix ref counting for ea_inode
` [PATCH 09/28] ext4: extended attribute value size limit is enforced by vfs
` [PATCH 10/28] ext4: change ext4_xattr_inode_iget() signature
` [PATCH 11/28] ext4: clean up ext4_xattr_inode_get()
` [PATCH 12/28] ext4: add missing le32_to_cpu(e_value_inum) conversions
` [PATCH 13/28] ext4: ext4_xattr_value_same() should return false for external data
` [PATCH 14/28] ext4: fix ext4_xattr_make_inode_space() value size calculation
` [PATCH 15/28] ext4: fix ext4_xattr_move_to_block()
` [PATCH 16/28] ext4: fix ext4_xattr_cmp()
` [PATCH 17/28] ext4: fix credits calculation for xattr inode
` [PATCH 18/28] ext4: retry storing value in external inode with xattr block too
` [PATCH 19/28] ext4: ext4_xattr_delete_inode() should return accurate errors
` [PATCH 20/28] ext4: improve journal credit handling in set xattr paths
` [PATCH 21/28] ext4: modify ext4_xattr_ino_array to hold struct inode *
` [PATCH 22/28] ext4: move struct ext4_xattr_inode_array to xattr.h
` [PATCH 23/28] mbcache: make mbcache more generic
` [PATCH 24/28] ext4: rename mb block cache functions
` [PATCH 25/28] ext4: add ext4_is_quota_file()
` [PATCH 26/28] ext4: cleanup transaction restarts during inode deletion
` [PATCH 27/28] ext4: xattr inode deduplication
    ` [PATCH v2 "
` [PATCH 28/28] quota: add extra inode count to dquot transfer functions
    ` [PATCH v2 01/28] ext4: xattr-in-inode support

[PATCH] f2fs: remove false-positive bug_on
 2017-06-01 22:47 UTC  (5+ messages)
` [f2fs-dev] "
      ` [f2fs-dev] [PATCH v2] "

[PATCH v2] fs: warn in case userspace lied about modprobe return
 2017-06-01 18:08 UTC 

[PATCH] fs: warn in case userspace lied about modprobe return
 2017-06-01 18:03 UTC  (3+ messages)

[PATCH v2 0/5] overlayfs upperdir/workdir verifications
 2017-06-01 17:01 UTC  (6+ messages)
` [PATCH v2 1/5] vfs: introduce inode 'inuse' lock
` [PATCH v2 2/5] ovl: get exclusive ownership on upper/work dirs
` [PATCH v2 3/5] ovl: add support for verify_lower mount option
` [PATCH v2 4/5] ovl: verify lower root dir by file handle
` [PATCH v2 5/5] ovl: document the 'verify_lower' feature

[lkp-robot] [fs/locks] 9d21d181d0: will-it-scale.per_process_ops -14.1% regression
 2017-06-01 15:48 UTC  (5+ messages)

[PATCH v3] fscrypt: Add support for AES-128-CBC
 2017-06-01 14:25 UTC  (5+ messages)
` [PATCH v4] "

[RESEND PATCH 1/2] nvdimm: warn if the backend is not a DAX device
 2017-06-01 13:53 UTC 

[GIT PULL] Reiserfs and GFS2 fix for 4.12-rc4
 2017-06-01  8:43 UTC 

fuse: when are release requests queued?
 2017-05-31 20:47 UTC  (12+ messages)
` [fuse-devel] "

fsetxattr(2) for ACL on nfs
 2017-05-31 20:32 UTC  (4+ messages)

[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
 2017-05-31 20:02 UTC  (8+ messages)
` [xfstests PATCH v3 1/5] generic: add a writeback error handling test
` [xfstests PATCH v3 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v3 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v3 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v3 5/5] btrfs: allow it to use $SCRATCH_LOGDEV

cleanup UUID types V6
 2017-05-31 19:40 UTC  (30+ messages)
` [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs
` [PATCH 02/24] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH 03/24] xfs: use uuid_be to implement the uuid_t type
` [PATCH 04/24] md: namespace private helper names
` [PATCH 05/24] uuid: remove uuid_be defintions from the uapi header
` [PATCH 06/24] uuid: rename uuid types
` [PATCH 07/24] nfsd: namespace-prefix uuid_parse
` [PATCH 08/24] uuid: rename uuid_to_bin to uuid_parse
` [PATCH 09/24] uuid: don't export guid_index and uuid_index
` [PATCH 10/24] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH 11/24] uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH 12/24] S390/sysinfo: use uuid_is_null instead of opencoding it
` [PATCH 13/24] xfs: remove uuid_getnodeuniq and xfs_uu_t
` [PATCH 14/24] xfs: use the common helper uuid_is_null()
` [PATCH 15/24] block: remove blk_part_pack_uuid
` [PATCH 16/24] ima/policy: switch to use uuid_t
` [PATCH 17/24] fs: switch ->s_uuid to uuid_t
` [PATCH 18/24] overlayfs: use uuid_t instead of uuid_be
` [PATCH 19/24] partitions/ldm: switch to use uuid_t
` [PATCH 20/24] sysctl: "
` [PATCH 21/24] nvme: switch to uuid_t
` [PATCH 22/24] scsi_debug: "
` [PATCH 23/24] tmpfs: generate random sb->s_uuid
` [PATCH 24/24] MAINTAINERS: add uuid entry

unionmount-testsuite: backward compat support for REDIRECT_DIR=n
 2017-05-31 18:53 UTC  (4+ messages)

[PATCH v2 0/3] Fixups for l_pid
 2017-05-31 17:16 UTC  (5+ messages)
` [PATCH v2 1/3] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH v2 2/3] fs/locks: Set fl_nspid at file_lock allocation
` [PATCH v2 3/3] fs/locks: Use fs-specific l_pid for remote locks

[RFC PATCH] KEYS: Allow a live daemon in a namespace to service request_key upcalls
 2017-05-31 15:36 UTC  (5+ messages)
` Example daemon program

[PATCH 0/2] overlayfs multiple mount protection
 2017-05-31 15:16 UTC  (11+ messages)
` [PATCH 1/2] vfs: introduce inode 'inuse' lock
` [PATCH 2/2] ovl: get exclusive ownership on upper/work dirs

[PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h"
 2017-05-31 10:33 UTC  (5+ messages)
` cleanup UUID types V5

[RFC 00/11] ima: namespace support for IMA policy
 2017-05-31  9:49 UTC  (8+ messages)
` [RFC 04/11] ima: add support to namespace securityfs file

[GIT PULL] overlayfs fixes for 4.12-rc4
 2017-05-31  8:57 UTC 

[PATCH 0/10 v9] No wait AIO
 2017-05-31  8:51 UTC  (7+ messages)
` [PATCH 09/10] xfs: nowait aio support

[PATCH] fs: sync_filesystem should not discard sync_fs return code
 2017-05-31  8:17 UTC  (2+ messages)

[PATCH 0/2] fsnotify: fix mem overwritten
 2017-05-31  3:54 UTC  (3+ messages)
` [PATCH 1/2] fs/dcache.c: New copy_dname method
` [PATCH 2/2] fsnotify: use method copy_dname copying filename

mmotm 2017-05-30-15-38 uploaded
 2017-05-30 22:38 UTC 

clean up readv/writev helpers
 2017-05-30 18:03 UTC  (5+ messages)
` [PATCH 09/10] nfsd: use vfs_iter_read/write
` [PATCH 10/10] nfsd: remove nfsd_vfs_read

[PATCH] Fix a race in put_mountpoint
 2017-05-30 15:07 UTC  (12+ messages)
` [PATCH] mnt: Protect the mountpoint hashtable with mount_lock
  ` [REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
              ` [REVIEW][PATCH] mnt: In umount propagation reparent in a separate pass
                ` [REVIEW][PATCH 1/2] mnt: In propgate_umount handle visiting mounts in any order

[PATCH 0/2] record errors in mapping when writeback fails on DAX
 2017-05-30 13:08 UTC  (4+ messages)
` [PATCH 1/2] mm: clear any AS_* errors when returning from filemap_write_and_wait{_range}
` [PATCH 2/2] dax: set errors in mapping when writeback fails

[PATCH] fuse: set mapping error in writepage_locked when it fails
 2017-05-30 10:26 UTC  (3+ messages)

fs: use-after-free in path_lookupat
 2017-05-30  8:19 UTC  (12+ messages)

[PATCH] ubifs: Add freeze support
 2017-05-30  7:51 UTC  (7+ messages)

splice simplification
 2017-05-30  7:48 UTC  (4+ messages)
` [PATCH 1/3] splice: default to iter based versions implicitly


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