messages from 2018-02-22 10:13:36 to 2018-02-27 07:10:20 UTC [more...]
[PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe
2018-02-27 7:10 UTC (6+ messages)
` [OMPI devel] "
[PATCH v2 0/6] fs/dcache: avoid trylock loops
2018-02-27 5:16 UTC (24+ messages)
` [PATCH v2 1/6] fs/dcache: Remove stale comment from dentry_kill()
` [PATCH v2 2/6] fs/dcache: Move dentry_kill() below lock_parent()
` [PATCH v2 3/6] fs/dcache: Avoid the try_lock loop in d_delete()
` [PATCH v2 4/6] fs/dcache: Avoid the try_lock loops in dentry_kill()
` [PATCH v2 5/6] fs/dcache: Avoid a try_lock loop in shrink_dentry_list()
` [PATCH v2 6/6] fs/dcache: Avoid remaining "
` [BUG] lock_parent() breakage when used from shrink_dentry_list() (was Re: [PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list())
` dcache: remove trylock loops (was Re: [BUG] lock_parent() breakage when used from shrink_dentry_list())
[PATCH v4 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
2018-02-27 4:20 UTC (13+ messages)
` [PATCH v4 01/12] dax: fix vma_is_fsdax() helper
` [PATCH v4 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX()
` [PATCH v4 03/12] ext2, dax: finish implementing dax_sem helpers
` [PATCH v4 04/12] ext2, dax: define ext2_dax_*() infrastructure in all cases
` [PATCH v4 05/12] ext4, dax: define ext4_dax_*() "
` [PATCH v4 06/12] ext2, dax: replace IS_DAX() with IS_FSDAX()
` [PATCH v4 07/12] ext4, "
` [PATCH v4 08/12] xfs, "
` [PATCH v4 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX()
` [PATCH v4 10/12] fs, dax: kill IS_DAX()
` [PATCH v4 11/12] dax: fix S_DAX definition
` [PATCH v4 12/12] vfio: disable filesystem-dax page pinning
[PATCH v6 0/6] fuse: mounts from non-init user namespaces
2018-02-27 3:41 UTC (27+ messages)
` [PATCH v6 1/5] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read
` [PATCH v6 2/5] fuse: Fail all requests with invalid uids or gids
` [PATCH v6 4/5] fuse: Ensure posix acls are translated outside of init_user_ns
` [PATCH v7 0/7] fuse: mounts from non-init user namespaces
` [PATCH v7 1/7] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read
` [PATCH v7 2/7] fuse: Fail all requests with invalid uids or gids
` [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE
` [PATCH v7 4/7] fuse: Cache a NULL acl when FUSE_GETXATTR returns -ENOSYS
` [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic
` [PATCH v7 6/7] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v7 7/7] fuse: Restrict allow_other to the superblock's namespace or a descendant
[PATCH v1 0/2] ima: untrusted filesystems
2018-02-27 2:12 UTC (13+ messages)
` [PATCH v1 1/2] ima: fail signature verification on "
[PATCH v2 0/4] ima: unverifiable file signatures
2018-02-27 2:08 UTC (8+ messages)
` [PATCH v2 1/4] ima: fail file signature verification on non-init mounted filesystems
` [PATCH v2 2/4] ima: re-evaluate files on privileged "
` [PATCH v2 3/4] ima: fail signature verification based on policy
` [PATCH v2 4/4] fuse: define the filesystem as untrusted
Read corruption in kerel FUSE when SAMBA AIO is enabled
2018-02-27 2:00 UTC
[PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata
2018-02-27 1:23 UTC (4+ messages)
` [PATCH bpf-next v8 02/11] fs,security: Add a new file access type: MAY_CHROOT
[PATCH] dax: ->direct_access does not sleep anymore
2018-02-26 20:41 UTC (2+ messages)
UDF & open integrity type
2018-02-26 19:32 UTC
[PATCH 0/5] udf: Improve uid/gid handling
2018-02-26 19:18 UTC (9+ messages)
` [PATCH 1/5] udf: Ignore [ug]id=ignore mount options
` [PATCH 2/5] udf: Apply uid/gid mount options also to new inodes & chown
` [PATCH 3/5] udf: Clean up handling of invalid uid/gid
` [PATCH 4/5] udf: Provide saner default for invalid uid / gid
` [PATCH 5/5] udf: Update mount option documentation
UDF developer ID & registration
2018-02-26 19:11 UTC
[PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c
2018-02-26 18:05 UTC (2+ messages)
[PATCH 0/1] Additional strict check on ELF file
2018-02-26 17:48 UTC (3+ messages)
` [PATCH 1/1] Additional strict check on ELF file. Checks segments are followed in order of 'p_vaddr ' value ascending. It fixes erorr in total_mapping_size with computation total size. This error happens if segments in ELF file are not in order
IMA/EVM writing xattrs during remount filesystem
2018-02-26 16:03 UTC (4+ messages)
[PATCH v3 0/6] vfio, dax: prevent long term filesystem-dax pins and other fixes
2018-02-26 15:48 UTC (11+ messages)
` [PATCH v3 1/6] dax: fix vma_is_fsdax() helper
` [PATCH v3 2/6] dax: fix dax_mapping() definition in the FS_DAX=n + DEV_DAX=y case
` [PATCH v3 3/6] xfs, dax: introduce IS_FSDAX()
` [PATCH v3 4/6] dax: fix S_DAX definition
` [PATCH v3 5/6] dax: short circuit vma_is_fsdax() in the CONFIG_FS_DAX=n case
` [PATCH v3 6/6] vfio: disable filesystem-dax page pinning
a few I_DIRTY* related cleanups
2018-02-26 15:42 UTC (3+ messages)
` [PATCH 4/4] fs: move I_DIRTY_INODE to fs.h
[PATCH] direct-io: Fix sleep in atomic due to sync AIO
2018-02-26 15:31 UTC (2+ messages)
btrfs_clone_files and bind mounts
2018-02-26 13:51 UTC
[LSF/MM TOPIC] Phasing out kernel thread freezing
2018-02-26 13:27 UTC (10+ messages)
[PATCH 0/2] fsnotify: Improve ENOMEM handling
2018-02-26 13:17 UTC (9+ messages)
` [PATCH 1/2] fanotify: Avoid lost events due to ENOMEM for unlimited queues
` [PATCH 2/2] fsnotify: Let userspace know about lost events due to ENOMEM
lazytime for XFS
2018-02-26 12:53 UTC (6+ messages)
` [PATCH 1/2] fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync
` [PATCH 2/2] xfs: implement the lazytime mount options
[patch] block_invalidatepage: only release page if the full page was invalidated
2018-02-26 10:18 UTC (2+ messages)
[PATCH] direct-io: Minor cleanups in do_blockdev_direct_IO
2018-02-26 9:54 UTC
[PATCH v2 0/5] vfio, dax: prevent long term filesystem-dax pins and other fixes
2018-02-26 9:44 UTC (10+ messages)
` [PATCH v2 1/5] dax: fix vma_is_fsdax() helper
` [PATCH v2 2/5] dax: fix dax_mapping() definition in the FS_DAX=n + DEV_DAX=y case
` [PATCH v2 3/5] dax: fix S_DAX definition
` [PATCH v2 4/5] dax: short circuit vma_is_fsdax() in the CONFIG_FS_DAX=n case
` [PATCH v2 5/5] vfio: disable filesystem-dax page pinning
[PATCH] mm: Fix races between address_space dereference and free in page_evicatable
2018-02-26 7:36 UTC (5+ messages)
[PATCH v8 0/6] vfs: Use dlock list for SB's s_inodes list
2018-02-26 4:05 UTC (3+ messages)
[PATCH] fs: namei: rename __follow_mount_rcu to follow_mount_rcu
2018-02-26 0:33 UTC
[RFC PATCH v2] fs: fix select/pselect overrun for x32 arch
2018-02-25 23:55 UTC
[PATCH] f2fs: Reduce zoned block device memory usage
2018-02-25 15:13 UTC (3+ messages)
` [f2fs-dev] "
mmotm 2018-02-21-14-48 uploaded
2018-02-25 0:50 UTC (8+ messages)
` mmotm 2018-02-21-14-48 uploaded (mm/page_alloc.c on UML)
[PATCH v2 00/11] firmware: cleanup for v4.17
2018-02-24 2:46 UTC (12+ messages)
` [PATCH v2 01/11] test_firmware: enable custom fallback testing on limited kernel configs
` [PATCH v2 02/11] test_firmware: replace syfs fallback check with kconfig_has helper
` [PATCH v2 03/11] firmware: enable to split firmware_class into separate target files
` [PATCH v2 04/11] firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK further
` [PATCH v2 05/11] firmware: use helpers for setting up a temporary cache timeout
` [PATCH v2 06/11] firmware: move loading timeout under struct firmware_fallback_config
` [PATCH v2 07/11] firmware: split firmware fallback functionality into its own file
` [PATCH v2 08/11] firmware: enable run time change of forcing fallback loader
` [PATCH v2 09/11] firmware: enable to force disable the fallback mechanism at run time
` [PATCH v2 10/11] test_firmware: add a library for shared helpers
` [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob
[PATCH v2 00/11] firmware: cleanup for v4.17
2018-02-24 2:43 UTC (2+ messages)
[PATCH 1/2] direct-io: Remove unused DIO_ASYNC_EXTEND flag
2018-02-23 15:08 UTC (4+ messages)
` [PATCH 2/2] direct-io: Remove unused DIO_SKIP_DIO_COUNT logic
[RFC PATCH] fs: compat select/pselect for x32 arch
2018-02-23 13:18 UTC
[PATCH 1/1] extend BLKRRPART to update the readable size of optical media
2018-02-23 10:45 UTC (3+ messages)
[PATCH] selftest: fix kselftest-merge depend on 'RUNTIME_TESTING_MENU'
2018-02-23 7:05 UTC (4+ messages)
[PATCH v2 0/3] Directed kmem charging
2018-02-23 3:19 UTC (14+ messages)
` [PATCH v2 3/3] fs: fsnotify: account fsnotify metadata to kmemcg
[PATCH] fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled
2018-02-22 23:39 UTC
[PATCH] Remove useless assignment in do_blockdev_direct_IO
2018-02-22 17:40 UTC (2+ messages)
[PATCH] fanotify: allow freeze on suspend when waiting for response from userspace
2018-02-22 14:32 UTC (4+ messages)
` "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).