linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-28 06:35:30 to 2017-05-31 16:19:54 UTC [more...]

cleanup UUID types V6
 2017-05-31 16:18 UTC  (23+ 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 17/24] fs: switch ->s_uuid to uuid_t
` [PATCH 18/24] overlayfs: use uuid_t instead of uuid_be
` [PATCH 20/24] sysctl: switch to use uuid_t
` [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

[PATCH 01/28] ext4: xattr-in-inode support
 2017-05-31 16:13 UTC  (34+ 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 28/28] quota: add extra inode count to dquot transfer functions

[PATCH v3] fscrypt: Add support for AES-128-CBC
 2017-05-31 15:57 UTC  (4+ messages)
` [PATCH v4] "

[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] f2fs: remove false-positive bug_on
 2017-05-31 13:24 UTC  (2+ messages)
` [f2fs-dev] "

[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
 2017-05-31 13:08 UTC  (6+ 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

[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
 2017-05-31 12:45 UTC  (18+ 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

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

[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  (11+ 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)

unionmount-testsuite: backward compat support for REDIRECT_DIR=n
 2017-05-31  7:56 UTC  (3+ messages)

[RFC][PATCH 00/23] VFS: Introduce superblock configuration context [ver #4]
 2017-05-31  7:51 UTC  (4+ 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 v2 0/3] Fixups for l_pid
 2017-05-30 16:31 UTC  (4+ 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

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

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

splice simplification
 2017-05-30  7:48 UTC  (7+ messages)
` [PATCH 1/3] splice: default to iter based versions implicitly
` [PATCH 2/3] splice: remove the old default splice_read/splice_write implementations
` [PATCH 3/3] fs: mark vfs_readv and vfs_writev static

net: use-after-free in __ns_get_path
 2017-05-30  6:26 UTC  (3+ messages)

[vfs:work.uaccess 87/89] arch/blackfin/kernel/flat.c:35:3: note: in expansion of macro 'pr_debug'
 2017-05-29 21:01 UTC 

Setting ->s_dev to a char device (Was: Re: [PATCH v2] ubifs: allow userspace to map mounts to volumes)
 2017-05-29 19:37 UTC  (4+ messages)

fuse: when are release requests queued?
 2017-05-29 16:49 UTC  (3+ messages)
` [fuse-devel] "

[vfs:work.uaccess 25/89] arch/arm/include/asm/flat.h:16:9: error: implicit declaration of function 'copy_from_user'
 2017-05-29 12:33 UTC 

[vfs:work.uaccess 25/89] arch/sh/include/asm/flat.h:21:10: error: implicit declaration of function 'get_unaligned'
 2017-05-29 12:26 UTC 

[PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries
 2017-05-29 12:17 UTC  (3+ messages)
` [PATCH] dax: improve fix for "

[PATCH 09/33] configfs: Introduce config_item_get_unless_zero()
 2017-05-28 16:37 UTC  (3+ messages)

[PATCH v2] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-28 16:27 UTC  (2+ messages)

[PATCH] fs/affs: fix an error code in affs_write_end_ofs()
 2017-05-28 12:03 UTC  (2+ messages)

[PATCH 00/11 linux-next] super magic values consolidation
 2017-05-28 12:00 UTC  (3+ messages)

[PATCH 0/3] Fixups for l_pid
 2017-05-28  6:35 UTC  (3+ messages)
` [PATCH 1/3] fs/locks: Alloc file_lock where practical


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