linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 14:35:57 to 2020-09-23 13:23:17 UTC [more...]

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-23 13:22 UTC  (14+ messages)

[RFC] nvfs: a filesystem for persistent memory
 2020-09-23 13:11 UTC  (26+ messages)
      ` [PATCH] pmem: export the symbols __copy_user_flushcache and __copy_from_user_flushcache
                ` NVFS XFS metadata (was: [PATCH] pmem: export the symbols __copy_user_flushcache and __copy_from_user_flushcache)
                        ` A bug in ext4 with big directories (was: NVFS XFS metadata)

[PATCH V3] fuse: Remove __GFP_FS flag to avoid allocator recursing
 2020-09-23 12:49 UTC  (2+ messages)

INFO: task can't die in request_wait_answer
 2020-09-23 12:48 UTC 

[PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case
 2020-09-23 11:44 UTC  (6+ messages)
` [PATCH v2 1/5] io_uring: Fix resource leaking when kill the process
` [PATCH v2 2/5] io_uring: Fix missing smp_mb() in io_cancel_async_work()
` [PATCH v2 3/5] io_uring: Fix remove irrelevant req from the task_list
` [PATCH v2 4/5] io_uring: Fix missing save the current thread files
` [PATCH v2 5/5] io_uring: Fix double list add in io_queue_async_work()

[RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support
 2020-09-23 11:19 UTC  (4+ messages)
` [RFC PATCH v3 01/16] vfs: export new_inode_pseudo

virtiofs uuid and file handles
 2020-09-23 11:12 UTC  (4+ messages)

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-23  9:14 UTC  (9+ messages)
  ` [PATCH v2 1/4] [RFC] fs/trampfd: Implement the trampoline file descriptor API
  ` [PATCH v2 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor
  ` [PATCH v2 3/4] [RFC] arm64/trampfd: "
  ` [PATCH v2 4/4] [RFC] arm/trampfd: "

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-23  9:11 UTC  (5+ messages)

[PATCH 0/15 v2] BTRFS DIO inode locking/D_SYNC fix
 2020-09-23  9:10 UTC  (48+ messages)
` [PATCH 01/15] fs: remove dio_end_io()
` [PATCH 02/15] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 03/15] iomap: Allow filesystem to call iomap_dio_complete without i_rwsem
` [PATCH 04/15] iomap: Call inode_dio_end() before generic_write_sync()
` [PATCH 05/15] btrfs: split btrfs_direct_IO to read and write
` [PATCH 06/15] btrfs: Move pos increment and pagecache extension to btrfs_buffered_write()
` [PATCH 07/15] btrfs: Move FS error state bit early during write
` [PATCH 08/15] btrfs: Introduce btrfs_write_check()
` [PATCH 09/15] btrfs: Introduce btrfs_inode_lock()/unlock()
` [PATCH 10/15] btrfs: Push inode locking and unlocking into buffered/direct write
` [PATCH 11/15] btrfs: Use inode_lock_shared() for direct writes within EOF
` [PATCH 12/15] btrfs: Remove dio_sem
` [PATCH 13/15] btrfs: Call iomap_dio_complete() without inode_lock
` [PATCH 14/15] btrfs: Revert 09745ff88d93 ("btrfs: dio iomap DSYNC workaround")
` [PATCH 15/15] iomap: Reinstate lockdep_assert_held in iomap_dio_rw()

Performance regressions in networking & storage benchmarks in Linux kernel 5.8
 2020-09-23  7:09 UTC  (3+ messages)

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-09-23  6:24 UTC  (11+ messages)
` [PATCH 1/5] ext4: Use generic casefolding support
` [PATCH 2/5] fscrypt: Export fscrypt_d_revalidate
` [PATCH 3/5] libfs: Add generic function for setting dentry_ops
` [PATCH 4/5] fscrypt: Have filesystems handle their d_ops
` [PATCH 5/5] f2fs: Handle casefolding with Encryption

let import_iovec deal with compat_iovecs as well v3
 2020-09-23  6:05 UTC  (10+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-23  5:00 UTC  (8+ messages)
` [PATCH v2 5/9] iomap: Support arbitrarily many blocks per page

remove compat_sys_mount
 2020-09-23  3:45 UTC  (8+ messages)
` [PATCH 2/5] fs,nfs: lift compat nfs4 mount data handling into the nfs code

[PATCH -next] virtiofs: Move the assignment to ret outside the loop
 2020-09-23  2:07 UTC 

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-22 23:45 UTC  (5+ messages)

mmotm 2020-09-22-16-28 uploaded
 2020-09-22 23:29 UTC 

[git pull] vfs fixes
 2020-09-22 22:15 UTC  (2+ messages)

[PATCH v2 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-09-22 21:31 UTC  (6+ messages)
` [PATCH v2 4/6] fuse: Kill suid/sgid using ATTR_MODE if it is not truncate

[PATCH v3] vfs: don't unnecessarily clone write access for writable fds
 2020-09-22 16:44 UTC 

[PATCH v2] vfs: don't unnecessarily clone write access for writable fds
 2020-09-22 16:41 UTC  (5+ messages)

[PATCH V8 0/3] fuse: Add support for passthrough read/write
 2020-09-22 16:08 UTC  (10+ messages)
` [PATCH V8 1/3] fuse: Definitions and ioctl() for passthrough
` [PATCH V8 3/3] fuse: Handle AIO read and write in passthrough

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-09-22 16:01 UTC  (3+ messages)

remove blkdev_get as a public API v2
 2020-09-22 15:18 UTC  (5+ messages)
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode

possible deadlock in blkdev_put
 2020-09-22 11:01 UTC  (3+ messages)

[PATCH] enable core.fsyncObjectFiles by default
 2020-09-22 10:42 UTC  (6+ messages)
` [RFC PATCH 1/2] sha1-file: fsync() loose dir entry when core.fsyncObjectFiles

[PATCH v3 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-22 10:26 UTC  (5+ messages)
  ` [PATCH v3 04/10] fs/ntfs3: Add file operations and implementation

bdi cleanups v6
 2020-09-22  9:51 UTC  (15+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 07/13] block: lift setting the readahead size into the block layer

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-22  7:54 UTC  (11+ messages)

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-09-22  6:18 UTC  (5+ messages)
` [PATCH v12 4/4] ext4: Use generic casefolding support

[External] Re: [PATCH v2] stackleak: Fix a race between stack erasing sysctl handlers
 2020-09-22  5:59 UTC  (2+ messages)

[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-09-22  2:19 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: iomap-5.10-merge updated to 81ee8e52a71c
 2020-09-21 16:50 UTC 

let import_iovec deal with compat_iovecs as well
 2020-09-21 16:31 UTC  (14+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (20+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec

[PATCH] hfsplus: Avoid truncating the logical block size
 2020-09-21 16:21 UTC 

[PATCH 4/9 next] fs/io_uring Don't use the return value from import_iovec()
 2020-09-21 16:01 UTC  (4+ messages)

[PATCH 3/9 next] lib/iov_iter: Improved function for importing iovec[] from userpace
 2020-09-21 14:57 UTC  (3+ messages)

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2020-09-21 14:50 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).