linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-09 09:32:56 to 2018-07-11 11:02:04 UTC [more...]

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

[PATCH 0/10 v2] audit: Fix various races when tagging and untagging mounts
 2018-07-11 10:48 UTC  (18+ 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

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

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

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

[PATCH 00/32] VFS: Introduce filesystem context [ver #9]
 2018-07-11  8:43 UTC  (52+ 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)

linux-next: manual merge of the vfs tree with the overlayfs tree
 2018-07-11  5:43 UTC  (52+ 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

mmotm 2018-07-10-16-50 uploaded
 2018-07-10 23:50 UTC 

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

[PATCH 1/2] [v2] hfs/hfsplus: follow MacOS time behavior
 2018-07-10 21:40 UTC  (2+ messages)
` [PATCH 2/2] [v2] hfs/hfsplus: stop using timespec based interfaces

Bug report: A list of ReiserFS bugs in Linux kernel (4.18)
 2018-07-10 20:08 UTC 

[PATCH] hfsplus: avoid deadlock on file truncation
 2018-07-10 19:15 UTC  (3+ messages)

Mounting corrupted HFS+ causes kernel NULL pointer dereference
 2018-07-10 18:57 UTC  (8+ messages)

[PATCH] hfs/hfsplus: use documented official timestamp range
 2018-07-10 15:26 UTC  (3+ messages)

[PATCH v2 0/4] vfs: track per-sb writeback errors and report them via fsinfo()
 2018-07-10 14:23 UTC  (6+ messages)
` [PATCH v2 1/4] vfs: track per-sb writeback errors
` [PATCH v2 2/4] errseq: add a new errseq_scrape function
` [PATCH v2 3/4] vfs: allow fsinfo to fetch the current state of s_wb_err
` [PATCH v2 4/4] samples: extend test-fsinfo to access error_state

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

[vfs:work.open2 30/38] fs/namei.c:2669:2: error: expected statement before ']' token
 2018-07-10 13:34 UTC 

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

[PATCH 0/2] mm/fs: put_user_page() proposal
 2018-07-10  8:21 UTC  (15+ messages)
` [PATCH 1/2] mm: introduce put_user_page(), placeholder version

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

[PATCH 03/18] fs_context: fix detecting full log buffer
 2018-07-10  8:02 UTC  (14+ messages)
` [PATCH vfs/for-next 00/18] fs_context fixes
  ` [PATCH 07/18] fs_context: fix double free of legacy_fs_context data

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

[PATCH] VFS: simplify seq_file iteration code and interface
 2018-07-09 19:40 UTC  (9+ 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 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)


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