Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2018-01-05 18:57:30 to 2018-01-09 22:27:43 UTC [more...]
[PATCH 0/7] pipe: buffer limits fixes and cleanups
2018-01-09 22:27 UTC (14+ messages)
` [PATCH 1/7] pipe, sysctl: drop 'min' parameter from pipe-max-size converter
` [PATCH 2/7] pipe, sysctl: remove pipe_proc_fn()
` [PATCH 3/7] pipe: actually allow root to exceed the pipe buffer limits
` [PATCH 4/7] pipe: fix off-by-one error when checking "
` [PATCH 5/7] pipe: reject F_SETPIPE_SZ with size over UINT_MAX
` [PATCH 6/7] pipe: simplify round_pipe_size()
` [PATCH 7/7] pipe: read buffer limits atomically
aio poll, io_pgetevents and a new in-kernel poll API
2018-01-09 22:16 UTC (19+ messages)
` [PATCH 02/31] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 03/31] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 04/31] net: add support for ->poll_mask in proto_ops
` [PATCH 23/31] aio: don't print the page size at boot time
` [PATCH 24/31] aio: remove an outdated comment in aio_complete
` [PATCH 31/31] aio: implement io_pgetevents
KASAN: use-after-free Read in handle_userfault
2018-01-09 21:59 UTC (4+ messages)
[PATCH v6 00/11] Intel SGX Driver
2018-01-09 21:50 UTC
[PATCH v4 00/36] Hardened usercopy whitelisting
2018-01-09 20:56 UTC (37+ messages)
` [PATCH 01/36] usercopy: Remove pointer from overflow report
` [PATCH 02/36] usercopy: Include offset in "
` [PATCH 03/36] lkdtm/usercopy: Adjust test to include an offset to check reporting
` [PATCH 04/36] usercopy: Prepare for usercopy whitelisting
` [PATCH 05/36] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 06/36] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH 07/36] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH 08/36] vfs: Define usercopy region in names_cache slab caches
` [PATCH 09/36] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH 10/36] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH 11/36] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH 12/36] jfs: Define usercopy region in jfs_ip "
` [PATCH 13/36] befs: Define usercopy region in befs_inode_cache "
` [PATCH 14/36] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH 15/36] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH 16/36] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH 17/36] vxfs: Define usercopy region in vxfs_inode "
` [PATCH 18/36] cifs: Define usercopy region in cifs_request "
` [PATCH 19/36] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH 20/36] net: Define usercopy region in struct proto "
` [PATCH 21/36] ip: Define usercopy region in IP "
` [PATCH 22/36] caif: Define usercopy region in caif "
` [PATCH 23/36] sctp: Define usercopy region in SCTP "
` [PATCH 24/36] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH 25/36] net: Restrict unwhitelisted proto caches to size 0
` [PATCH 26/36] fork: Define usercopy region in mm_struct slab caches
` [PATCH 27/36] fork: Define usercopy region in thread_stack "
` [PATCH 28/36] fork: Provide usercopy whitelisting for task_struct
` [PATCH 29/36] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH 30/36] arm64: "
` [PATCH 31/36] arm: "
` [PATCH 32/36] kvm: whitelist struct kvm_vcpu_arch
` [PATCH 33/36] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
` [PATCH 34/36] usercopy: Allow strict enforcement of whitelists
` [PATCH 35/36] usercopy: Restrict non-usercopy caches to size 0
` [PATCH 36/36] lkdtm: Update usercopy tests for whitelisting
[PATCH 03/11] fs: Allow superblock owner to change ownership of inodes
2018-01-09 17:23 UTC (4+ messages)
[PATCH V4 00/45] block: support multipage bvec
2018-01-09 17:02 UTC (9+ messages)
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size
` [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page*
Making AppArmor work with new mount context API
2018-01-09 16:37 UTC
RFC(V3): Audit Kernel Container IDs
2018-01-09 16:18 UTC (2+ messages)
mmotm 2018-01-04-16-19 uploaded
2018-01-09 16:13 UTC (10+ messages)
` ppc elf_map breakage with MAP_FIXED_NOREPLACE (was: Re: mmotm 2018-01-04-16-19 uploaded)
` ppc elf_map breakage with MAP_FIXED_NOREPLACE
[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-09 15:14 UTC (21+ messages)
` [PATCH v5 01/19] fs: new API for handling inode->i_version
` [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v5 03/19] fat: convert to new i_version API
` [PATCH v5 04/19] affs: "
` [PATCH v5 05/19] afs: "
` [PATCH v5 06/19] btrfs: "
` [PATCH v5 07/19] exofs: switch "
` [PATCH v5 08/19] ext2: convert "
` [PATCH v5 09/19] ext4: "
` [PATCH v5 10/19] nfs: "
` [PATCH v5 11/19] nfsd: "
` [PATCH v5 12/19] ocfs2: "
` [PATCH v5 13/19] ufs: use "
` [PATCH v5 14/19] xfs: convert to "
` [PATCH v5 15/19] IMA: switch IMA over "
` [PATCH v5 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v5 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v5 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v5 19/19] fs: handle inode->i_version more efficiently
[PATCH] mbcache: convert mb_cache_entry.e_refcnt from atomic_t to refcount_t
2018-01-09 15:05 UTC (4+ messages)
[PATCH v6 00/11] Intel SGX Driver
2018-01-09 14:27 UTC (3+ messages)
[PATCH v6 00/11] Intel SGX Driver
2018-01-09 14:25 UTC (2+ messages)
[PATCH v2] f2fs: implement cgroup writeback support
2018-01-09 11:33 UTC
[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-09 9:27 UTC (20+ messages)
` [PATCH v4 06/19] btrfs: convert to new i_version API
` [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently
[PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe
2018-01-09 6:30 UTC (5+ messages)
` [PATCH v5 1/4] fs/splice: introduce pages_to_pipe helper
` [PATCH v5 2/4] vm: add a syscall to map a process memory into a pipe
` [PATCH v5 3/4] x86: wire up the process_vmsplice syscall
` [PATCH v5 4/4] test: add a test for "
[PATCH 0/3] vhost: simplify use of eventfds
2018-01-09 3:20 UTC (5+ messages)
` [PATCH 1/3] vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL
` [PATCH 2/3] vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR
` [PATCH 3/3] vhost: don't hold onto file pointer for VHOST_SET_LOG_FD
[PATCH] f2fs: implement cgroup writeback supprot
2018-01-09 2:06 UTC (2+ messages)
[PATCH v2] fs/mbcache: make sure mb_cache_count() not return negative value
2018-01-09 0:13 UTC (2+ messages)
[PATCH 8/8] net: tipc: remove unused hardirq.h
2018-01-08 19:43 UTC (5+ messages)
[PATCH] vfs/xfs: clean up cow mappings during fs data freeze
2018-01-08 19:02 UTC
[PATCH] fs/hfsplus: use memcpy() instead of strncpy()
2018-01-08 17:56 UTC (2+ messages)
[RFC] memdup_user() and friends
2018-01-08 17:26 UTC (3+ messages)
[PATCH v5] kernel: make groups_sort calling a responsibility group_info allocators
2018-01-08 16:40 UTC (12+ messages)
` [PATCH v4] "
` [PATCH] Documentation: security/credentials.rst: explain need to sort group_list
[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
2018-01-08 13:50 UTC (7+ messages)
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions
[PATCH] fs/mbcache: make sure mb_cache_count() not return negative value
2018-01-08 10:44 UTC (2+ messages)
[PATCH] fs/mbcache: make count_objects more robust
2018-01-08 9:21 UTC (2+ messages)
Using overlay on top of overlay
2018-01-08 8:57 UTC (2+ messages)
[PATCH 0/2 v3] ext4: Fix ENOSPC handling for DAX faults
2018-01-07 21:51 UTC (5+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler
[PATCH] Revert "fs/mbcache.c: make count_objects() more robust"
2018-01-07 21:36 UTC (3+ messages)
[PATCH RESEND] mbcache: initialize entry->e_referenced in mb_cache_entry_create()
2018-01-07 21:23 UTC (2+ messages)
[PATCH 0/7] Overlayfs exportfs tests
2018-01-07 18:07 UTC (8+ messages)
` [PATCH 1/7] open_by_handle: store and load file handles from file
` [PATCH 2/7] open_by_handle: verify dir content only with -r flag
` [PATCH 3/7] generic/exportfs: golden output is not silent
` [PATCH 4/7] generic/exportfs: store and load file handles from file
` [PATCH 5/7] generic/exportfs: add a test case for renamed parent dir
` [PATCH 6/7] overlay: test encode/decode overlay file handles
` [PATCH 7/7] overlay: test encode/decode of non-samefs "
Dear Talented
2018-01-07 14:29 UTC
[git pull] vfs fixes for -rc7
2018-01-07 1:00 UTC
[PATCH 0/3] eventfd: clean up unneeded cruft
2018-01-06 21:53 UTC (7+ messages)
` [PATCH 1/3] eventfd: convert to use anon_inode_getfd()
` [PATCH 2/3] eventfd: fold eventfd_ctx_read() into eventfd_read()
` [PATCH 3/3] eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()
REP WANTED URGENTLY
2018-01-05 15:13 UTC
[PATCH] block: loop: remove & invalidate partitions when detaching
2018-01-06 9:02 UTC (3+ messages)
[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
2018-01-06 2:49 UTC (13+ messages)
` [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes
` [PATCH v2 10/11] fscrypt: new helper functions for ->symlink()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink()
libaio: resurrect aio poll and add io_pgetevents support
2018-01-05 22:57 UTC (8+ messages)
` [PATCH 2/6] move _body_io_syscall to the generic syscall.h
` [PATCH 6/6] add test for aio poll and io_pgetevents
general protection fault in find_entry
2018-01-05 21:31 UTC
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).