messages from 2018-07-27 18:57:59 to 2018-08-01 07:37:09 UTC [more...]
[PATCH dhowells/mount-context] fs: don't call fs_context->free() from fsmount()
2018-08-01 5:53 UTC (7+ messages)
[RFC PATCH 0/4] vfs: map unique ino/dev pairs for user space
2018-08-01 5:41 UTC (10+ messages)
` [PATCH 1/4] vfs: introduce function to map unique ino/dev pairs
` [PATCH 2/4] nfs: check for NULL vfsmount in nfs_getattr
` [PATCH 3/4] proc: use vfs helper to get ino/dev pairs for maps file
` [PATCH 4/4] locks: map correct ino/dev pairs when exporting to userspace
[PATCH 00/38] VFS: Introduce filesystem context [ver #10]
2018-08-01 1:07 UTC (68+ messages)
` [PATCH 13/38] tomoyo: Implement security hooks for the new mount API "
` [PATCH 25/38] Make anon_inodes unconditional "
` [PATCH 29/38] vfs: syscall: Add fsconfig() for configuring and managing a context "
` [PATCH 30/38] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 33/38] afs: Use fs_context to pass parameters over automount "
` [PATCH 34/38] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 35/38] afs: Add fsinfo support "
` [PATCH 36/38] vfs: Add a sample program for the new mount API "
[PATCH 1/3] hfs: stop using timespec based interfaces
2018-07-31 23:37 UTC (2+ messages)
statistics on smb3 mount
2018-07-31 21:49 UTC
[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
2018-07-31 20:07 UTC (11+ messages)
` [PATCH ghak90 (was ghak32) V4 01/10] audit: collect audit task parameters
` [PATCH ghak90 (was ghak32) V4 02/10] audit: add container id
` [PATCH ghak90 (was ghak32) V4 03/10] audit: log container info of syscalls
` [PATCH ghak90 (was ghak32) V4 04/10] audit: add containerid support for ptrace and signals
` [PATCH ghak90 (was ghak32) V4 05/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 (was ghak32) V4 06/10] audit: add containerid support for tty_audit
` [PATCH ghak90 (was ghak32) V4 07/10] audit: add containerid filtering
` [PATCH ghak90 (was ghak32) V4 08/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 (was ghak32) V4 09/10] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 (was ghak32) V4 10/10] debug audit: read container ID of a process
[RFC PATCH ghak90 (was ghak32) V3 00/10] audit: implement container identifier
2018-07-31 20:07 UTC (12+ messages)
` [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id
` [RFC PATCH ghak90 (was ghak32) V3 02/10] audit: log container info of syscalls
[PATCH v2] fs: don't let getdents return bogus names
2018-07-31 19:50 UTC (3+ messages)
[PATCH v3 0/6] kaddr and pfn can be NULL to ->direct_access()
2018-07-31 15:35 UTC (9+ messages)
` [PATCH v3 1/6] libnvdimm, pmem: "
` [PATCH v3 2/6] s390, dcssblk: "
` [PATCH v3 3/6] tools/testing/nvdimm: "
` [PATCH v3 4/6] dax/super: Do not request a pointer kaddr when not required
` [PATCH v3 5/6] md/dm-writecache: Don't request pointer dummy_addr "
` [PATCH v3 6/6] filesystem-dax: Do not request kaddr and pfn "
` [External] [PATCH v3 0/6] kaddr and pfn can be NULL to ->direct_access()
[RFC PATCH 0/4] file: export functions for binder module
2018-07-31 14:27 UTC (20+ messages)
` [PATCH 1/4] file: export __alloc_fd()
` [PATCH 2/4] file: export __fd_install()
` [PATCH 3/4] file: export get_files_struct()
` [PATCH 4/4] file: export put_files_struct()
[PATCH 0/2] fuse: Small cleanup series
2018-07-31 10:25 UTC (3+ messages)
` [PATCH 1/2] fuse: Use list_first_entry() in flush_bg_queue()
` [PATCH 2/2] fuse: Move clear_bit() up in request_end()
[PATCH v2 0/6] 9p: Use IDRs more effectively
2018-07-31 4:17 UTC (16+ messages)
` [PATCH v2 5/6] 9p: Use a slab for allocating requests
` [PATCH 1/2] net/9p: embed fcall in req to round down buffer allocs
` [PATCH 2/2] net/9p: add a per-client fcall kmem_cache
` [V9fs-developer] "
` [V9fs-developer] [PATCH 1/2] net/9p: embed fcall in req to round down buffer allocs
[PATCH RESEND] exec: don't force_sigsegv processes with a pending fatal signal
2018-07-31 0:56 UTC
[PATCHES][RFC] icache-related stuff
2018-07-30 21:35 UTC (24+ messages)
` [PATCH 01/16] nfs_instantiate(): prevent multiple aliases for directory inode
` [PATCH 02/16] new primitive: discard_new_inode()
` [PATCH 03/16] vfs: don't evict uninitialized inode
` [PATCH 04/16] btrfs: switch to discard_new_inode()
` [PATCH 05/16] ufs: "
` [PATCH 06/16] udf: "
` [PATCH 07/16] ext2: make sure that partially set up inodes won't be returned by ext2_iget()
` [PATCH 08/16] btrfs: btrfs_iget() never returns an is_bad_inode() inode
` [PATCH 09/16] btrfs: IS_ERR(p) && PTR_ERR(p) == n is a weird way to spell p == ERR_PTR(n)
` [PATCH 10/16] kill d_instantiate_no_diralias()
` [PATCH 11/16] jfs: switch to discard_new_inode()
` [PATCH 12/16] new helper: inode_fake_hash()
` [PATCH 13/16] btrfs: lift make_bad_inode() into btrfs_iget()
` [PATCH 14/16] btrfs: simplify btrfs_iget()
` [PATCH 15/16] adfs: don't put inodes into icache
` [PATCH 16/16] jfs: don't bother with make_bad_inode() in ialloc()
KASAN: slab-out-of-bounds Read in request_end
2018-07-30 18:15 UTC
[PATCH v14 00/74] Convert page cache to XArray
2018-07-30 15:43 UTC (10+ messages)
INFO: task hung in generic_file_write_iter
2018-07-30 15:07 UTC (3+ messages)
[PATCH v2] fs/buffer: Convert return type int to vm_fault_t
2018-07-30 15:01 UTC
KASAN: slab-out-of-bounds Write in end_requests
2018-07-30 14:19 UTC
[PATCH 0/4] cleanups and refactor of /proc/pid/smaps*
2018-07-30 8:53 UTC (7+ messages)
` [PATCH 2/4] mm: proc/pid/smaps: factor out mem stats gathering
` [PATCH 4/4] mm: proc/pid/smaps_rollup: convert to single value seq_file
aio poll and a new in-kernel poll API V21 (aka 2.0)
2018-07-30 7:15 UTC (5+ messages)
` [PATCH 1/4] timerfd: add support for keyed wakeups
` [PATCH 2/4] aio: add a iocb refcount
` [PATCH 3/4] aio: implement IOCB_CMD_POLL
` [PATCH 4/4] aio: allow direct aio poll comletions for keyed wakeups
[PATCH RESEND] userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
2018-07-30 6:26 UTC
[PATCH v2 0/6] kaddr and pfn can be NULL to ->direct_access()
2018-07-30 5:14 UTC (6+ messages)
` [PATCH v2 2/6] s390, dcssblk: "
` [External] "
` [PATCH v2 5/6] md/dm-writecache: Don't request pointer dummy_addr when not required
[PATCH] fs/buffer: Convert return type int to vm_fault_t
2018-07-30 4:49 UTC (3+ messages)
[PATCH] fs: don't let getdents return bogus names
2018-07-29 11:37 UTC (3+ messages)
vfs/for-next: [ 5.294950] kernel BUG at fs/inode.c:1561!
2018-07-29 9:11 UTC
[NOMERGE] [RFC PATCH 00/12] erofs: introduce erofs file system
2018-07-28 10:34 UTC (5+ messages)
` [PATCH 00/25] staging: "
[PATCH v2] f2fs: checkpoint disabling
2018-07-28 0:19 UTC (3+ messages)
[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2018-07-27 22:58 UTC (9+ messages)
` [PATCH v14 8/9] KVM: x86: virtualize cpuid faulting
[PATCH] hfsplus: drop ACL support
2018-07-27 17:48 UTC (5+ messages)
page: next (older) | prev (newer) | latest
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).