linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-04 21:41:16 to 2018-07-10 12:49:44 UTC [more...]

io_pgetevents & aio fsync V4
 2018-07-10 12:51 UTC  (8+ messages)
` [PATCH 7/7] aio: implement io_pgetevents

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

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

INFO: task hung in iterate_supers
 2018-07-10 10:34 UTC  (2+ messages)

[powerpc/powervm]Oops: Kernel access of bad area, sig: 11 [#1] while running stress-ng
 2018-07-10 10:11 UTC  (3+ messages)

[PATCH 0/10 v2] audit: Fix various races when tagging and untagging mounts
 2018-07-10 10:02 UTC  (12+ messages)
` [PATCH 01/10] audit_tree: Remove mark->lock locking
` [PATCH 02/10] audit: Fix possible spurious -ENOSPC error
` [PATCH 03/10] audit: Fix possible tagging failures
` [PATCH 04/10] audit: Embed key into chunk
` [PATCH 05/10] audit: Make hash table insertion safe against concurrent lookups
` [PATCH 06/10] audit: Factor out chunk replacement code
` [PATCH 07/10] audit: Remove pointless check in insert_hash()
` [PATCH 08/10] audit: Provide helper for dropping mark's chunk reference
` [PATCH 09/10] audit: Allocate fsnotify mark independently of chunk
` [PATCH 10/10] audit: Replace chunk attached to mark instead of replacing mark
` [PATCH 11/10 TESTSUITE] audit_testsuite: Add stress test for tree watches

[PATCH 0/2] mm/fs: put_user_page() proposal
 2018-07-10  8:21 UTC  (16+ messages)
` [PATCH 1/2] mm: introduce put_user_page(), placeholder version
` [PATCH 2/2] goldfish_pipe/mm: convert to the new put_user_page() call

INFO: task hung in utimes_common
 2018-07-10  8:09 UTC  (2+ messages)

[PATCH vfs/for-next 00/18] fs_context fixes
 2018-07-10  8:02 UTC  (30+ messages)
` [PATCH 01/18] sysfs: check return value of kernfs_get_tree()
` [PATCH 02/18] fs_context: fix shrinker leak in sget_fc()
` [PATCH 03/18] fs_context: fix detecting full log buffer
` [PATCH 04/18] fs_context: fix fs_context leak in simple_pin_fs()
` [PATCH 05/18] fs_context: fix mount option blacklist
` [PATCH 06/18] fs_context: fix memory leak with 's' (source) command
` [PATCH 07/18] fs_context: fix double free of legacy_fs_context data
` [PATCH 08/18] fsmount: pass up error code from dentry_open()
` [PATCH 09/18] fsmount: fix handling FSMOUNT_CLOEXEC
` [PATCH 10/18] fsmount: fix bypassing SB_MANDLOCK permission check
` [PATCH 11/18] fspick: fix path leak
` [PATCH 12/18] fspick: add missing permission check
` [PATCH 13/18] fsmount: removed unused variable 'inode'
` [PATCH 14/18] fsopen,fspick: factor out log allocation
` [PATCH 15/18] fsopen,fspick: rename fsopen_create_fd() to fscontext_create_fd()
` [PATCH 16/18] fs_context: de-obfuscate control flow in fscontext_read()
` [PATCH 17/18] fs_context: de-obfuscate command validation
` [PATCH 18/18] fs_context: fix fscontext_write() comment

[PATCH] hfsplus: avoid deadlock on file truncation
 2018-07-10  2:29 UTC  (2+ messages)

[PATCH] f2fs: fix defined but not used build warnings
 2018-07-10  1:09 UTC  (2+ messages)

Mounting corrupted HFS+ causes kernel NULL pointer dereference
 2018-07-09 20:34 UTC  (5+ messages)

[PATCH] VFS: simplify seq_file iteration code and interface
 2018-07-09 19:40 UTC  (10+ messages)
` [PATCH resend] "
  ` [PATCH resend*2] "
    ` [PATCH resend*3] "
          ` [PATCH mm] VFS: seq_file: ensure ->from is valid

INFO: task hung in vfs_removexattr
 2018-07-09 17:08 UTC  (2+ messages)

[PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries
 2018-07-09 16:01 UTC  (13+ messages)
` [PATCH v6 1/7] fs/dcache: Track & report number "
` [PATCH v6 2/7] fs/dcache: Add sysctl parameter neg-dentry-pc as a soft limit on "
` [PATCH v6 3/7] fs/dcache: Enable automatic pruning of "
` [PATCH v6 4/7] fs/dcache: Spread negative dentry pruning across multiple CPUs
` [PATCH v6 5/7] fs/dcache: Add negative dentries to LRU head initially
` [PATCH v6 6/7] fs/dcache: Allow optional enforcement of negative dentry limit
` [PATCH v6 7/7] fs/dcache: Allow deconfiguration of negative dentry code to reduce kernel size

[PATCH v2 0/6] mm/fs: gup: don't unmap or drop filesystem buffers
 2018-07-09 13:49 UTC  (11+ messages)
` [PATCH v2 5/6] mm: track gup pages with page->dma_pinned_* fields

INFO: task hung in vfs_setxattr
 2018-07-09 13:29 UTC  (2+ messages)

[RFC][PATCHES] open()-related cleanups
 2018-07-09  4:54 UTC  (28+ messages)
` [RFC][PATCH 01/27] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
  ` [RFC][PATCH 02/27] cxl_getfile(): fix double-iput() on alloc_file() failures
  ` [RFC][PATCH 03/27] ocxlflash_getfile(): "
  ` [RFC][PATCH 04/27] make sure do_dentry_open() won't return positive as an error
  ` [RFC][PATCH 05/27] introduce FMODE_OPENED
  ` [RFC][PATCH 06/27] get rid of 'opened' argument of finish_open()
  ` [RFC][PATCH 07/27] lift fput() on late failures into path_openat()
  ` [RFC][PATCH 08/27] switch all remaining checks for FILE_OPENED to FMODE_OPENED
  ` [RFC][PATCH 09/27] now we can fold open_check_o_direct() into do_dentry_open()
  ` [RFC][PATCH 10/27] introduce FMODE_CREATED and switch to it
  ` [RFC][PATCH 11/27] IMA: don't propagate opened through the entire thing
  ` [RFC][PATCH 12/27] Preparation to killing ->atomic_open() 'opened' argument
  ` [RFC][PATCH 13/27] get rid of 'opened' argument of ->atomic_open()
  ` [RFC][PATCH 14/27] get rid of 'opened' in path_openat() and the helpers downstream
  ` [RFC][PATCH 15/27] kill FILE_{CREATED,OPENED}
  ` [RFC][PATCH 16/27] new wrapper: alloc_file_pseudo()
  ` [RFC][PATCH 17/27] __shmem_file_setup(): reorder allocations
  ` [RFC][PATCH 18/27] ... and switch shmem_file_setup() to alloc_file_pseudo()
  ` [RFC][PATCH 19/27] cxl_getfile(): switch "
  ` [RFC][PATCH 20/27] ocxlflash_getfile(): "
  ` [RFC][PATCH 21/27] hugetlb_file_setup(): "
  ` [RFC][PATCH 22/27] anon_inode_getfile(): "
  ` [RFC][PATCH 23/27] create_pipe_files(): switch the first allocation "
  ` [RFC][PATCH 24/27] new helper: alloc_file_clone()
  ` [RFC][PATCH 25/27] do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
  ` [RFC][PATCH 26/27] make alloc_file() static
  ` [RFC][PATCH 27/27] turn filp_clone_open() into inline wrapper for dentry_open()

kernel BUG at fs/super.c:LINE!
 2018-07-08 21:11 UTC  (2+ messages)

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2018-07-08 20:25 UTC 

KASAN: use-after-free Read in iput
 2018-07-08  0:59 UTC  (2+ messages)

[PATCH 0/7] /proc/kcore improvements
 2018-07-07 21:28 UTC  (10+ messages)
` [PATCH 1/7] proc/kcore: don't grab lock for kclist_add()
` [PATCH 2/7] proc/kcore: replace kclist_lock rwlock with rwsem
` [PATCH 3/7] proc/kcore: fix memory hotplug vs multiple opens race
` [PATCH 4/7] proc/kcore: hold lock during read
` [PATCH 5/7] proc/kcore: clean up ELF header generation
` [PATCH 6/7] proc/kcore: optimize multiple page reads
` [PATCH 7/7] proc/kcore: add vmcoreinfo note to /proc/kcore

KASAN: use-after-free Read in dput
 2018-07-07 14:09 UTC 

[PATCH] xarray: unlock on error in xa_alloc()
 2018-07-07  5:16 UTC  (5+ messages)

[vfs:work.mkdir 14/16] fs/btrfs/inode.c:3775:1: error: label at end of compound statement
 2018-07-07  4:45 UTC 

[vfs:work.mkdir 12/16] include/linux/fs.h:696:1: warning: control reaches end of non-void function
 2018-07-07  4:05 UTC 

[PATCH] fs, elf: Make sure to page align bss in load_elf_library
 2018-07-06 22:55 UTC  (5+ messages)

general protection fault in do_remount_sb
 2018-07-06 22:39 UTC 

[PATCH v2 (v4.18 regression fix)] vfs: don't evict uninitialized inode
 2018-07-06 20:45 UTC 

[vfs:work.mkdir 12/16] include/linux/fs.h:695:9: error: void value not ignored as it ought to be
 2018-07-06 18:08 UTC 

[PATCH (v4.18 regression fix)] vfs: don't evict uninitialized inode
 2018-07-06 17:35 UTC  (2+ messages)

[PATCH] xarray: Fix lock/unlock imbalance in xa_alloc
 2018-07-06 14:13 UTC  (3+ messages)

[PATCH v14 00/74] Convert page cache to XArray
 2018-07-06 13:04 UTC  (5+ messages)
` [PATCH v14 68/74] dax: Convert dax_lock_page "
    ` [PATCH] fs/dax: remove unused function

[PATCH] autofs - fix slab out of bounds read in getname_kernel()
 2018-07-06  1:08 UTC  (3+ messages)

[BUG] Swap xarray workingset eviction warning
 2018-07-05 18:43 UTC  (5+ messages)

[PATCH] Revert "vfs: Allow userns root to call mknod on owned filesystems."
 2018-07-05 17:36 UTC  (4+ messages)

Review request for glibc system call wrapper for statx
 2018-07-05 17:13 UTC 

[PATCH] net/sunrpc: Make rpc_auth_create_args a const
 2018-07-05 16:48 UTC 

KASAN: stack-out-of-bounds Read in move_expired_inodes
 2018-07-05 16:19 UTC  (2+ messages)

[PATCH] ufs: Fix memory leak in the unlink path
 2018-07-05 15:04 UTC 

[PATCH] lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe
 2018-07-05  7:02 UTC  (6+ messages)
` [PATCH] x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling

[PATCH v2] fs: shave 8 bytes off of struct inode
 2018-07-05  6:25 UTC 

[lkp-robot] [fs] 5c6de586e8: vm-scalability.throughput +12.4% improvement (from reorganizing struct inode?)
 2018-07-05  6:01 UTC  (2+ messages)

XArray -next inclusion request
 2018-07-05  4:37 UTC  (4+ messages)

[PATCH v5 07/11] filesystem-dax: Introduce dax_lock_mapping_entry()
 2018-07-05  3:33 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v5 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-07-04 21:41 UTC  (3+ messages)
` [PATCH v5 10/11] x86/memory_failure: Introduce {set, clear}_mce_nospec()
` [PATCH v5 11/11] libnvdimm, pmem: Restore page attributes when clearing errors


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