linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-11 20:47:10 to 2018-05-14 18:00:29 UTC [more...]

[PATCH 00/18] arm64: invoke syscalls with pt_regs
 2018-05-14 18:00 UTC  (46+ messages)
` [PATCH 01/18] arm64: consistently use unsigned long for thread flags
` [PATCH 02/18] arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
` [PATCH 03/18] arm64: introduce sysreg_clear_set()
` [PATCH 04/18] arm64: kill config_sctlr_el1()
` [PATCH 05/18] arm64: kill change_cpacr()
` [PATCH 06/18] arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
  ` [PATCH 06/18] arm64: move sve_user_{enable, disable} "
` [PATCH 07/18] arm64: remove sigreturn wrappers
` [PATCH 08/18] arm64: convert raw syscall invocation to C
` [PATCH 09/18] arm64: convert syscall trace logic "
` [PATCH 10/18] arm64: convert native/compat syscall entry "
` [PATCH 11/18] arm64: zero GPRs upon entry from EL0
` [PATCH 12/18] kernel: add ksys_personality()
` [PATCH 13/18] kernel: add kcompat_sys_{f,}statfs64()
` [PATCH 14/18] arm64: remove in-kernel call to sys_personality()
` [PATCH 15/18] arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
` [PATCH 16/18] arm64: use SYSCALL_DEFINE6() for mmap
` [PATCH 17/18] arm64: convert compat wrappers to C
` [PATCH 18/18] arm64: implement syscall wrappers

[RFC][PATCH] nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-14 17:56 UTC  (7+ messages)

use memcpy_mcsafe() for copy_to_iter() (was: Re: [PATCH v3 0/9] Series short description)
 2018-05-14 17:53 UTC  (4+ messages)

[PATCH 0/6] Transition vfs to 64-bit timestamps
 2018-05-14 17:53 UTC  (13+ messages)
` [PATCH 1/6] fs: add timespec64_truncate()
` [PATCH 2/6] lustre: Use long long type to print inode time
` [PATCH 3/6] ceph: make inode time prints to be long long
` [PATCH 4/6] fs: nfs: get rid of memcpys for inode times
` [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time
` [PATCH 6/6] vfs: change inode times to use struct timespec64

[PATCH net-next v8 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-05-14 17:49 UTC  (4+ messages)

[PATCH] mm: Add new vma flag VM_LOCAL_CPU
 2018-05-14 17:28 UTC 

[PATCH 0/3] Btrfs: stop abusing current->journal_info for direct I/O
 2018-05-14 16:35 UTC  (7+ messages)
` [PATCH 1/3] fs: add initial bh_result->b_private value to __blockdev_direct_IO()

stop using buffer heads in xfs and iomap
 2018-05-14 16:00 UTC  (9+ messages)
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O without buffer heads

[RFC][PATCH] ovl_create_index(): vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-14 15:39 UTC  (8+ messages)
` [PATCH][RFC] ovl_create_real(): make it cope with vfs_mkdir() safely

[PATCH v4 00/11] gfs2 iomap write support
 2018-05-14 15:36 UTC  (12+ messages)
` [PATCH v4 01/11] gfs2: Update find_metapath comment
` [PATCH v4 02/11] gfs2: hole_size improvement
` [PATCH v4 03/11] gfs2: gfs2_stuffed_write_end cleanup
` [PATCH v4 04/11] gfs2: Remove ordered write mode handling from gfs2_trans_add_data
` [PATCH v4 05/11] gfs2: Iomap cleanups and improvements
` [PATCH v4 06/11] iomap: Add write_{begin,end} iomap operations
` [PATCH v4 07/11] gfs2: iomap buffered write support
` [PATCH v4 08/11] gfs2: gfs2_extent_length cleanup
` [PATCH v4 09/11] gfs2: iomap direct I/O support
` [PATCH v4 10/11] gfs2: Remove gfs2_write_{begin,end}
` [PATCH v4 11/11] iomap: Complete partial direct I/O writes synchronously

[RFC][PATCHES] reducing d_add() use, part 1
 2018-05-14 15:26 UTC  (22+ messages)
` [PATCH 01/15] bfs_lookup(): use d_splice_alias()
  ` [PATCH 02/15] bfs_find_entry: pass name/len as qstr pointer
  ` [PATCH 03/15] bfs_add_entry: "
  ` [PATCH 04/15] cramfs_lookup(): use d_splice_alias()
  ` [PATCH 05/15] freevxfs_lookup(): "
  ` [PATCH 06/15] minix_lookup: "
  ` [PATCH 07/15] qnx4_lookup: "
  ` [PATCH 08/15] sysv_lookup: "
  ` [PATCH 09/15] ubifs_lookup: "
  ` [PATCH 10/15] qnx6_lookup: switch to d_splice_alias()
  ` [PATCH 11/15] romfs_lookup: hash negative lookups, use d_splice_alias()
  ` [PATCH 12/15] adfs_lookup_byname: .. *is* taken care of in fs/namei.c
  ` [PATCH 13/15] adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()
  ` [PATCH 14/15] xfs_vn_lookup: simplify a bit
  ` [PATCH 15/15] openpromfs: switch to d_splice_alias()

[PATCH 0/2] vfs: better dedupe permission check
 2018-05-14 14:58 UTC  (14+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH v3 0/4] Enable holes in copy_file_range()
 2018-05-14 14:56 UTC  (5+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-14 14:03 UTC  (6+ messages)
` [PATCH v2 22/35] vfs: don't open real

[PATCH v5 7/7] proc: add option to mount only a pids subset
 2018-05-14 13:13 UTC  (4+ messages)

DEBUG_RWSEMS warning from thaw_super()
 2018-05-14 12:16 UTC  (6+ messages)

[RFC][PATCH] btrfs: take the last remnants of ->d_fsdata use out
 2018-05-14 10:39 UTC  (2+ messages)

[PATCH v5 5/7] proc: instantiate only pids that we can ptrace on 'limit_pids=1' mount option
 2018-05-14  8:34 UTC  (5+ messages)

[PATCH 01/10] autofs4 - merge auto_fs.h and auto_fs4.h
 2018-05-14  5:49 UTC  (12+ messages)
` [PATCH 02/10] autofs4 - use autofs instead of autofs4 everywhere
` [PATCH 03/10] autofs - copy autofs4 to autofs
` [PATCH 04/10] autofs - create autofs Kconfig and Makefile
` [PATCH 05/10] autofs - update fs/autofs4/Kconfig
` [PATCH 06/10] autofs - update fs/autofs4/Makefile
` [PATCH 07/10] autofs - delete fs/autofs4 source files
` [PATCH 08/10] autofs - rename autofs documentation files
` [PATCH 09/10] autofs - use autofs instead of autofs4 in documentation
` [PATCH 10/10] autofs - update MAINTAINERS entry for autofs

[PATCH 0/2] bcachefs: on disk data structures, ioctl interface - review requested for upstreaming
 2018-05-13 22:49 UTC  (7+ messages)
` [PATCH 1/2] bcachefs: On disk data structures

[RFC][PATCH] fix breakage caused by d_find_alias() semantics change
 2018-05-13 22:17 UTC  (8+ messages)

[RFC][PATCH] cramfs_lookup(): use d_splice_alias()
 2018-05-13 21:32 UTC  (3+ messages)

[RFC][PATCH] bfs_lookup(): use d_splice_alias()
 2018-05-13 21:13 UTC  (2+ messages)

[RFC][PATCH] minix_lookup: use d_splice_alias()
 2018-05-13 21:12 UTC 

[RFC][PATCH] freevxfs_lookup(): use d_splice_alias()
 2018-05-13 21:12 UTC 

[RFC][PATCH] bfs_add_entry: pass name/len as qstr pointer
 2018-05-13 21:11 UTC 

[RFC][PATCH] bfs_find_entry: pass name/len as qstr pointer
 2018-05-13 21:11 UTC 

[RFC v2 0/4] vfs: detect symlink corruption with attributes
 2018-05-13 20:51 UTC  (4+ messages)
` [RFC v2 3/4] ext4: add verifier check for symlink with append/immutable flags

[RFC][PATCH] befs_lookup(): use d_splice_alias()
 2018-05-13 16:23 UTC 

[RFC][PATCH] vfat: simplify checks in vfat_lookup()
 2018-05-13 16:15 UTC 

[RFC][PATCH] get rid of dead code in d_find_alias()
 2018-05-13 16:10 UTC 

[RFC][PATCH] affs_lookup: switch to d_splice_alias()
 2018-05-13 16:03 UTC 

[RFC][PATCH] affs_lookup(): close a race with affs_remove_link()
 2018-05-13 16:00 UTC 

aio poll and a new in-kernel poll API V10
 2018-05-12 10:09 UTC  (4+ messages)
` [PATCH 14/32] net/tcp: convert to ->poll_mask

[PATCH v2 0/3] Overlayfs mkdir related fixes
 2018-05-12  9:41 UTC  (5+ messages)
` [PATCH v2 1/3] ovl: use d_instantiate_new() to instantiate a new dentry
` [PATCH v2 2/3] ovl: create helper ovl_create_temp()
` [PATCH v2 3/3] ovl: make ovl_create_real() cope with vfs_mkdir() safely

[PATCH v2] fs: fuse: Adding new return type vm_fault_t
 2018-05-12  4:55 UTC 

[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
 2018-05-12  0:20 UTC  (9+ messages)
` [PATCH 1/2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs
  ` [PATCH 1/2 V2] "
        ` [PATCH 1/2 V2] "

mmotm 2018-05-11-16-28 uploaded
 2018-05-11 23:28 UTC 

general protection fault in fuse_ctl_remove_conn
 2018-05-11 22:12 UTC  (6+ messages)
  ` [PATCH] fuse: don't keep inode-less dentry at fuse_ctl_add_dentry()

[RFC][PATCH] cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-11 21:16 UTC 


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