linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-09 15:49:39 to 2019-09-12 17:29:02 UTC [more...]

[RFC PATCH 00/35] user xattr support (RFC8276)
 2019-09-12 17:25 UTC  (13+ messages)
` [RFC PATCH 04/35] nfs: parse the {no}user_xattr option
` [RFC PATCH 05/35] NFSv4.2: define a function to compute the maximum XDR size for listxattr
` [RFC PATCH 11/35] nfs: define nfs_access_get_cached function
` [RFC PATCH 13/35] nfs: modify update_changeattr to deal with regular files
` [RFC PATCH 14/35] nfs: define and use the NFS_INO_INVALID_XATTR flag
` [RFC PATCH 16/35] NFSv4.2: add the extended attribute proc functions
` [RFC PATCH 17/35] NFSv4.2: hook in the user extended attribute handlers
` [RFC PATCH 19/35] NFSv4.2: call the xattr cache functions
` [RFC PATCH 21/35] xattr: modify vfs_{set,remove}xattr for NFS server use
` [RFC PATCH 22/35] nfsd: split off the write decode code in to a seperate function
` [RFC PATCH 24/35] nfsd: define xattr functions to call in to their vfs counterparts
` [RFC PATCH 27/35] nfsd: implement the xattr procedure functions

[PATCH v8 0/7] Disable compat cruft on ppc64le v8
 2019-09-12 17:26 UTC  (8+ messages)
` [PATCH v8 1/7] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v8 2/7] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v8 3/7] powerpc/perf: consolidate read_user_stack_32
` [PATCH v8 4/7] powerpc/perf: consolidate valid_user_sp
` [PATCH v8 5/7] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v8 6/7] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v8 7/7] powerpc/perf: split callchain.c by bitness

[PATCH 0/5] hugetlbfs: Disable PMD sharing for large systems
 2019-09-12 16:43 UTC  (24+ messages)
` [PATCH 1/5] locking/rwsem: Add down_write_timedlock()
` [PATCH 2/5] locking/rwsem: Enable timeout check when spinning on owner
` [PATCH 3/5] locking/osq: Allow early break from OSQ
` [PATCH 4/5] locking/rwsem: Enable timeout check when staying in the OSQ
` [PATCH 5/5] hugetlbfs: Limit wait time when trying to share huge PMD

[PATCH v6] virtio-fs: add virtiofs filesystem
 2019-09-12 14:19 UTC 

[PATCH v5 0/4] virtio-fs: shared file system for virtual machines
 2019-09-12 14:12 UTC  (13+ messages)
` [PATCH v5 1/4] fuse: reserve byteswapped init opcodes
` [PATCH v5 2/4] fuse: reserve values for mapping protocol
` [PATCH v5 3/4] virtio-fs: add Documentation/filesystems/virtiofs.rst
` [PATCH v5 4/4] virtio-fs: add virtiofs filesystem

[PATCH v3 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-12 11:05 UTC  (7+ messages)
` [PATCH v3 1/6] ext4: introduce direct IO read path using "
` [PATCH v3 2/6] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH v3 3/6] iomap: split size and error for iomap_dio_rw ->end_io
` [PATCH v3 4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin()
` [PATCH v3 5/6] ext4: introduce direct IO write path using iomap infrastructure
` [PATCH v3 6/6] ext4: cleanup legacy buffer_head direct IO code

[PATCH] quota: fix wrong condition in is_quota_modification()
 2019-09-12 10:06 UTC  (2+ messages)

Odd locking pattern introduced as part of "nowait aio support"
 2019-09-12  9:26 UTC  (15+ messages)
    ` Fix inode sem regression for nowait
      ` [PATCH 1/3] btrfs: fix inode rwsem regression
      ` [PATCH 2/3] ext4: "
      ` [PATCH 3/3] f2fs: "

[PATCH] fuse:send filep uid as part of fuse write req
 2019-09-12  7:32 UTC  (3+ messages)

[PATCH] fs/userfaultfd.c: simplify the calculation of new_flags
 2019-09-12  2:54 UTC  (2+ messages)

[PATCH v3 00/26] nfs: Mount API conversion
 2019-09-11 18:24 UTC  (28+ messages)
` [PATCH v3 01/26] saner calling conventions for nfs_fs_mount_common()
` [PATCH v3 02/26] nfs: stash server into struct nfs_mount_info
` [PATCH v3 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v3 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v3 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v3 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v3 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v3 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v3 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v3 10/26] nfs: merge xdev and remote file_system_type
` [PATCH v3 11/26] nfs: unexport nfs_fs_mount_common()
` [PATCH v3 12/26] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v3 13/26] nfs: get rid of mount_info ->fill_super()
` [PATCH v3 14/26] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v3 15/26] nfs: get rid of ->set_security()
` [PATCH v3 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v3 17/26] NFS: Constify mount argument match tables
` [PATCH v3 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v3 19/26] NFS: Split nfs_parse_mount_options()
` [PATCH v3 20/26] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v3 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v3 22/26] NFS: Do some tidying of the parsing code
` [PATCH v3 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v3 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v3 25/26] NFS: Add fs_context support
` [PATCH v3 26/26] NFS: Attach supplementary error information to fs_context

[PATCH v8 00/13] nvmet: add target passthru commands support
 2019-09-11 16:53 UTC  (8+ messages)
` [PATCH v8 13/13] nvmet-passthru: support block accounting

5.3-rc-8 hung task in IO (was: Re: lot of MemAvailable but falling cache and raising PSI)
 2019-09-11 16:19 UTC  (7+ messages)

filemap_fault can lose errors
 2019-09-11 15:23 UTC  (2+ messages)

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-11 13:43 UTC  (10+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH v2 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-11 12:39 UTC  (12+ messages)
` [PATCH v2 2/6] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH v2 5/6] ext4: introduce direct IO write path using iomap infrastructure

Inquiry 11/Sept/2019
 2019-09-11 12:07 UTC 

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-11 10:37 UTC  (13+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
` [PATCH v12 11/12] open: openat2(2) syscall

[PATCH] Revert "lockless next_positive()"
 2019-09-11  9:37 UTC 

[PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
 2019-09-11  8:19 UTC  (11+ messages)

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-09-11  8:19 UTC  (11+ messages)

[PATCH next v2] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl, max_softirq_time_msecs
 2019-09-11  3:17 UTC  (2+ messages)

[vfs] 8bb3c61baf: vm-scalability.median -23.7% regression
 2019-09-11  3:05 UTC  (6+ messages)

Possible FS race condition between iterate_dir and d_alloc_parallel
 2019-09-10 22:17 UTC  (9+ messages)

[PATCH] fs: need to ensure that dentry is initialized before it is added to parent dentry
 2019-09-10 21:56 UTC  (2+ messages)

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-09-10 21:30 UTC  (8+ messages)

[PATCH RESEND V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-10 15:51 UTC  (8+ messages)
` [PATCH RESEND V5 1/7] buffer_head: Introduce BH_Read_Cb flag
` [PATCH RESEND V5 2/7] FS: Introduce read callbacks
` [PATCH RESEND V5 3/7] fs/mpage.c: Integrate "
` [PATCH RESEND V5 4/7] fs/buffer.c: add decryption support via read_callbacks
` [PATCH RESEND V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH RESEND V5 6/7] ext4: Enable encryption for subpage-sized blocks
` [PATCH RESEND V5 7/7] fscrypt: remove struct fscrypt_ctx

iomap and xfs COW cleanups
 2019-09-10 14:39 UTC  (22+ messages)
` [PATCH 01/19] iomap: better document the IOMAP_F_* flags
` [PATCH 02/19] iomap: remove the unused iomap argument to __iomap_write_end
` [PATCH 03/19] iomap: always use AOP_FLAG_NOFS in iomap_write_begin
` [PATCH 04/19] iomap: ignore non-shared or non-data blocks in xfs_file_dirty
` [PATCH 05/19] iomap: move the zeroing case out of iomap_read_page_sync
` [PATCH 06/19] iomap: use write_begin to read pages to unshare
` [PATCH 07/19] iomap: use a srcmap for a read-modify-write I/O
` [PATCH 08/19] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 09/19] xfs: remove xfs_reflink_dirty_extents
` [PATCH 10/19] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 11/19] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 12/19] xfs: fill out the srcmap in iomap_begin
` [PATCH 13/19] xfs: factor out a helper to calculate the end_fsb
` [PATCH 14/19] xfs: split out a new set of read-only iomap ops
` [PATCH 15/19] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 16/19] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 17/19] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 18/19] xfs: cleanup xfs_iomap_write_unwritten
` [PATCH 19/19] xfs: improve the IOMAP_NOWAIT check for COW inodes

[PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
 2019-09-10 12:28 UTC  (6+ messages)
` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[PATCH 0/2] Btrfs: add interface for writing compressed extents directly
 2019-09-10 11:39 UTC  (3+ messages)
` [PATCH 2/2] btrfs: add ioctl for directly writing compressed data

[PATCH] proc:fix confusing macro arg name
 2019-09-10  2:17 UTC 

[PATCH 00/18] virtiofs: Fix various races and cleanups round 1
 2019-09-09 23:52 UTC  (21+ messages)
` [PATCH 08/18] virtiofs: Drain all pending requests during ->remove time
` [PATCH 15/18] virtiofs: Make virtio_fs object refcounted
` [PATCH 16/18] virtiofs: Use virtio_fs_mutex for races w.r.t ->remove and mount path
      ` [Virtio-fs] [PATCH 00/18] virtiofs: Fix various races and cleanups round 1

[PATCH 6/9] select: Extract common code into do_sys_ppoll()
 2019-09-09 19:48 UTC  (2+ messages)

[PATCH v2 0/5] Add support for O_MAYEXEC
 2019-09-09 15:49 UTC  (10+ messages)
` [PATCH v2 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()


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