linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-10 22:35:12 to 2018-07-12 08:52:33 UTC [more...]

[PATCH v2] vfs: use "none" if mount source is empty string
 2018-07-12  8:43 UTC  (5+ messages)

[PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries
 2018-07-12  8:48 UTC  (11+ messages)

[PATCH] f2fs: fix defined but not used build warnings
 2018-07-12  8:21 UTC  (5+ messages)

mmotm 2018-07-10-16-50 uploaded
 2018-07-12  6:55 UTC  (12+ messages)
` Boot failures with "mm/sparse: Remove CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER" on powerpc (was Re: mmotm 2018-07-10-16-50 uploaded)

[PATCH] fs: Warn on first freeze_super() request
 2018-07-12  5:53 UTC 

[PATCH v2 0/6] 9p: Use IDRs more effectively
 2018-07-12  2:15 UTC  (9+ messages)
` [PATCH v2 1/6] 9p: Fix comment on smp_wmb
` [PATCH v2 2/6] 9p: Change p9_fid_create calling convention
  ` [V9fs-developer] "
` [PATCH v2 3/6] 9p: Replace the fidlist with an IDR
` [PATCH v2 4/6] 9p: Embed wait_queue_head into p9_req_t
` [PATCH v2 5/6] 9p: Use a slab for allocating requests
` [PATCH v2 6/6] 9p: Remove p9_idpool

[PATCH 00/32] VFS: Introduce filesystem context [ver #9]
 2018-07-12  0:46 UTC  (59+ messages)
` [PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount "
` [PATCH 02/32] vfs: syscall: Add move_mount(2) to move mounts around "
` [PATCH 03/32] teach move_mount(2) to work with OPEN_TREE_CLONE "
` [PATCH 04/32] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 05/32] vfs: Introduce the basic header for the new mount API's filesystem context "
` [PATCH 06/32] vfs: Add LSM hooks for the new mount API "
` [PATCH 07/32] selinux: Implement the new mount API LSM hooks "
` [PATCH 08/32] smack: Implement filesystem context security "
` [PATCH 09/32] apparmor: Implement security hooks for the new mount API "
` [PATCH 10/32] tomoyo: "
` [PATCH 11/32] vfs: Require specification of size of mount data for internal mounts "
` [PATCH 12/32] vfs: Separate changing mount flags full remount "
` [PATCH 13/32] vfs: Implement a filesystem superblock creation/configuration context "
` [PATCH 14/32] vfs: Remove unused code after filesystem context changes "
` [PATCH 15/32] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 16/32] proc: Add fs_context support to procfs "
` [PATCH 17/32] ipc: Convert mqueue fs to fs_context "
` [PATCH 18/32] cpuset: Use "
` [PATCH 19/32] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 20/32] hugetlbfs: Convert to "
` [PATCH 21/32] vfs: Remove kern_mount_data() "
` [PATCH 22/32] vfs: Provide documentation for new mount API "
` [PATCH 23/32] Make anon_inodes unconditional "
` [PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation "
` [PATCH 25/32] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 26/32] vfs: syscall: Add fspick() to select a superblock for reconfiguration "
` [PATCH 27/32] vfs: Implement logging through fs_context "
` [PATCH 28/32] vfs: Add some logging to the core users of the fs_context log "
` [PATCH 29/32] afs: Add fs_context support "
` [PATCH 30/32] afs: Use fs_context to pass parameters over automount "
` [PATCH 31/32] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 32/32] afs: Add fsinfo support "
` [MANPAGE PATCH] Add manpages for move_mount(2) and open_tree(2)
` [MANPAGE PATCH] Add manpage for fsopen(2), fspick(2) and fsmount(2)
` [MANPAGE PATCH] Add manpage for fsinfo(2)

[PATCH 1/2] [v2] hfs/hfsplus: follow MacOS time behavior
 2018-07-11 22:46 UTC  (2+ messages)

[vfs:work.open3 37/44] fs/pipe.c:764:23: error: 'path' undeclared
 2018-07-11 21:41 UTC 

KASAN: use-after-free Read in ep_scan_ready_list
 2018-07-11 16:39 UTC 

linux-next: manual merge of the vfs tree with the overlayfs tree
 2018-07-11 16:15 UTC  (54+ messages)
    ` [RFC][PATCH 01/42] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
      ` [RFC][PATCH 02/42] cxl_getfile(): fix double-iput() on alloc_file() failures
      ` [RFC][PATCH 03/42] ocxlflash_getfile(): "
      ` [RFC][PATCH 04/42] make get_empty_filp() to call file_free_rcu() directly
      ` [RFC][PATCH 05/42] fold security_file_free() into file_free()
      ` [RFC][PATCH 06/42] turn filp_clone_open() into inline wrapper for dentry_open()
      ` [RFC][PATCH 07/42] create_pipe_files(): use fput() if allocation of the second file fails
      ` [RFC][PATCH 08/42] make sure do_dentry_open() won't return positive as an error
      ` [RFC][PATCH 09/42] pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
      ` [RFC][PATCH 10/42] get rid of cred argument of vfs_open() and do_dentry_open()
      ` [RFC][PATCH 11/42] security_file_open(): lose cred argument
      ` [RFC][PATCH 12/42] ->file_open(): "
      ` [RFC][PATCH 13/42] introduce FMODE_OPENED
      ` [RFC][PATCH 14/42] fold put_filp() into fput()
      ` [RFC][PATCH 15/42] lift fput() on late failures into path_openat()
      ` [RFC][PATCH 16/42] now we can fold open_check_o_direct() into do_dentry_open()
      ` [RFC][PATCH 17/42] switch all remaining checks for FILE_OPENED to FMODE_OPENED
      ` [RFC][PATCH 18/42] introduce FMODE_CREATED and switch to it
      ` [RFC][PATCH 19/42] IMA: don't propagate opened through the entire thing
      ` [RFC][PATCH 20/42] getting rid of 'opened' argument of ->atomic_open() - step 1
      ` [RFC][PATCH 21/42] getting rid of 'opened' argument of ->atomic_open() - part 2
      ` [RFC][PATCH 22/42] get rid of 'opened' argument of ->atomic_open() - part 3
      ` [RFC][PATCH 23/42] get rid of 'opened' in path_openat() and the helpers downstream
      ` [RFC][PATCH 24/42] ->atomic_open(): return 0 in all success cases
      ` [RFC][PATCH 25/42] document ->atomic_open() changes
      ` [RFC][PATCH 26/42] switch atomic_open() and lookup_open() to returning 0 in all success cases
      ` [RFC][PATCH 27/42] kill FILE_{CREATED,OPENED}
      ` [RFC][PATCH 28/42] new wrapper: alloc_file_pseudo()
      ` [RFC][PATCH 29/42] __shmem_file_setup(): reorder allocations
      ` [RFC][PATCH 30/42] ... and switch shmem_file_setup() to alloc_file_pseudo()
      ` [RFC][PATCH 31/42] cxl_getfile(): switch "
      ` [RFC][PATCH 32/42] ocxlflash_getfile(): "
      ` [RFC][PATCH 33/42] hugetlb_file_setup(): "
      ` [RFC][PATCH 34/42] anon_inode_getfile(): "
      ` [RFC][PATCH 35/42] create_pipe_files(): switch the first allocation "
      ` [RFC][PATCH 36/42] new helper: alloc_file_clone()
      ` [RFC][PATCH 37/42] do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
      ` [RFC][PATCH 38/42] make alloc_file() static
      ` [RFC][PATCH 39/42] document alloc_file() changes
      ` [RFC][PATCH 40/42] make path_init() unconditionally paired with terminate_walk()
      ` [RFC][PATCH 41/42] allow link_path_walk() to take ERR_PTR()
      ` [RFC][PATCH 42/42] few more cleanups of link_path_walk() callers

[PATCH] fs: Fix double prealloc_shrinker() in sget_fc()
 2018-07-11 14:57 UTC  (2+ messages)

[PATCH 0/6] 9p: Use IDRs more effectively
 2018-07-11 14:24 UTC  (11+ messages)
` [PATCH 2/6] 9p: Replace the fidlist with an IDR
  ` [V9fs-developer] "
` [PATCH 5/6] 9p: Use a slab for allocating requests
  ` [V9fs-developer] "
` [V9fs-developer] [PATCH 0/6] 9p: Use IDRs more effectively

[PATCH] aio: don't expose __aio_sigset in uapi
 2018-07-11 14:22 UTC  (2+ messages)

[PATCH 0/10 v2] audit: Fix various races when tagging and untagging mounts
 2018-07-11 14:17 UTC  (11+ messages)
` [PATCH 06/10] audit: Factor out chunk replacement code
` [PATCH 09/10] audit: Allocate fsnotify mark independently of chunk
` [PATCH 10/10] audit: Replace chunk attached to mark instead of replacing mark

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

[PATCH] proc/kcore: Use __pa_symbol() for KCORE_TEXT list entries
 2018-07-11 13:19 UTC 

[PATCHv4 00/19] arm64: invoke syscalls with pt_regs
 2018-07-11 12:27 UTC  (10+ messages)
` [PATCHv4 11/19] arm64: don't reload GPRs after apply_ssbd

INFO: task hung in __sb_start_write
 2018-07-11 11:13 UTC  (9+ messages)

stop using buffer heads in xfs v7
 2018-07-11 10:58 UTC  (8+ messages)
` [PATCH 21/22] xfs: add support for sub-pagesize writeback without buffer_heads

INFO: task hung in iterate_supers
 2018-07-11 10:19 UTC  (3+ messages)

[PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount
 2018-07-10 22:41 UTC  (2+ messages)
` [PATCH 02/32] vfs: syscall: Add move_mount(2) to move mounts around

A list of HFS+ kernel module bugs found in 4.18
 2018-07-10 22:33 UTC  (2+ 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).