linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-21 17:28:09 to 2019-05-23 16:56:13 UTC [more...]

[PATCH 0/3] fs: add partial file read support
 2019-05-23 16:56 UTC  (10+ messages)
` [PATCH 1/3] fs: introduce kernel_pread_file* support
` [PATCH 2/3] firmware: add offset to request_firmware_into_buf
` [PATCH 3/3] soc: qcom: mdt_loader: "

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-23 16:36 UTC  (12+ messages)

[PATCH v2 0/2] close_range()
 2019-05-23 16:34 UTC  (5+ messages)
` [PATCH v2 1/2] open: add close_range()
` [PATCH v2 2/2] tests: add close_range() tests

[PATCH v1 1/2] open: add close_range()
 2019-05-23 16:33 UTC  (12+ messages)
` [PATCH v1 2/2] tests: add close_range() tests

[PATCH v3 00/15] fs-verity: read-only file-based authenticity protection
 2019-05-23 16:18 UTC  (16+ messages)
` [PATCH v3 01/15] fs-verity: add a documentation file
` [PATCH v3 02/15] fs-verity: add MAINTAINERS file entry
` [PATCH v3 03/15] fs-verity: add UAPI header
` [PATCH v3 04/15] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v3 05/15] fs-verity: add inode and superblock fields
` [PATCH v3 06/15] fs-verity: add the hook for file ->open()
` [PATCH v3 07/15] fs-verity: add the hook for file ->setattr()
` [PATCH v3 08/15] fs-verity: add data verification hooks for ->readpages()
` [PATCH v3 09/15] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v3 10/15] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v3 11/15] fs-verity: add SHA-512 support
` [PATCH v3 12/15] fs-verity: support builtin file signatures
` [PATCH v3 13/15] ext4: add basic fs-verity support
` [PATCH v3 14/15] ext4: add fs-verity read support
` [PATCH v3 15/15] f2fs: add fs-verity support

Logo printing on the USB drives
 2019-05-23 13:20 UTC 

[PATCH v4 00/18] btrfs dax support
 2019-05-23 16:19 UTC  (30+ messages)
` [PATCH 01/18] btrfs: create a mount option for dax
` [PATCH 03/18] btrfs: basic dax read
` [PATCH 04/18] dax: Introduce IOMAP_DAX_COW to CoW edges during writes
` [PATCH 08/18] dax: memcpy page in case of IOMAP_DAX_COW for mmap faults
` [PATCH 10/18] dax: replace mmap entry in case of CoW
` [PATCH 12/18] btrfs: allow MAP_SYNC mmap
` [PATCH 13/18] fs: dedup file range to use a compare function
` [PATCH 14/18] dax: memcpy before zeroing range
` [PATCH 16/18] btrfs: Writeprotect mmap pages on snapshot

[PATCH 00/23] nfs: Mount API conversion
 2019-05-23 16:18 UTC  (23+ messages)
` [PATCH 01/23] saner calling conventions for nfs_fs_mount_common()
` [PATCH 02/23] nfs: stash server into struct nfs_mount_info
` [PATCH 03/23] nfs: lift setting mount_info from nfs4_remote{, _referral}_mount
` [PATCH 04/23] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH 05/23] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH 06/23] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH 07/23] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH 08/23] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH 09/23] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH 10/23] nfs: merge xdev and remote file_system_type
` [PATCH 11/23] nfs: unexport nfs_fs_mount_common()
` [PATCH 12/23] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH 13/23] nfs: get rid of mount_info ->fill_super()
` [PATCH 14/23] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH 15/23] nfs: get rid of ->set_security()
` [PATCH 16/23] NFS: Move mount parameterisation bits into their own file
` [PATCH 17/23] NFS: Constify mount argument match tables
` [PATCH 18/23] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH 19/23] NFS: Split nfs_parse_mount_options()
` [PATCH 20/23] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH 21/23] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH 22/23] NFS: Do some tidying of the parsing code

[PATCH 0/2] keys: ACLs
 2019-05-23 15:58 UTC  (3+ messages)
` [PATCH 1/2] KEYS: Replace uid/gid/perm permissions checking with an ACL
` [PATCH 2/2] KEYS: Provide KEYCTL_GRANT_PERMISSION

[PATCH 0/1] infiniband/mm: convert put_page() to put_user_page*()
 2019-05-23 15:31 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/9] keys: Namespacing [ver #3]
 2019-05-23 15:18 UTC  (10+ messages)
` [PATCH 1/9] keys: Simplify key description management "
` [PATCH 2/9] keys: Cache the hash value to avoid lots of recalculation "
` [PATCH 3/9] keys: Add a 'recurse' flag for keyring searches "
` [PATCH 4/9] keys: Namespace keyring names "
` [PATCH 5/9] keys: Move the user and user-session keyrings to the user_namespace "
` [PATCH 6/9] keys: Include target namespace in match criteria "
` [PATCH 7/9] keys: Garbage collect keys for which the domain has been removed "
` [PATCH 8/9] keys: Network namespace domain tag "
` [PATCH 9/9] keys: Pass the network namespace into request_key mechanism "

[PATCH] fanotify: remove redundant capable(CAP_SYS_ADMIN)s
 2019-05-23 15:15 UTC  (14+ messages)

[PATCH v5 1/1] f2fs: ioctl for removing a range from F2FS
 2019-05-23 14:13 UTC  (2+ messages)
` [f2fs-dev] "

[USER][PATCH] cpio: add option to add file metadata in copy-out mode
 2019-05-23 13:38 UTC 

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-05-23 12:18 UTC  (4+ messages)
` [PATCH v4 1/3] initramfs: add file metadata
` [PATCH v4 2/3] initramfs: read metadata from special file METADATA!!!
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-05-23  9:19 UTC  (23+ messages)

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-23  8:40 UTC  (13+ messages)

[PATCH] proc: report eip and esp for all threads when coredumping
 2019-05-23  8:15 UTC  (4+ messages)

[PATCH v5] proc/sysctl: add shared variables for range check
 2019-05-23  8:05 UTC  (2+ messages)

Initial patches for Incremental FS
 2019-05-23  4:25 UTC  (13+ messages)

[PATCH RFC v8 00/10] namei: resolveat(2) path resolution restrictions
 2019-05-23  2:00 UTC  (4+ messages)
` [PATCH RFC v8 01/10] namei: obey trailing magic-link DAC permissions

[PATCH v3 0/2] initramfs: add support for xattrs in the initial ram disk
 2019-05-22 20:21 UTC  (14+ messages)
` [PATCH v3 2/2] initramfs: introduce do_readxattrs()

[PATCH AUTOSEL 5.1 006/375] io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
 2019-05-22 19:15 UTC 

[PATCH v3 00/13] epoll: support pollable epoll from userspace
 2019-05-22 18:36 UTC  (11+ messages)
` [PATCH v3 05/13] epoll: offload polling to a work in case of epfd polled "
` [PATCH v3 13/13] epoll: implement epoll_create2() syscall

[PATCH V4 0/5] Allow FUSE to provide IMA hashes directly
 2019-05-22 18:13 UTC  (6+ messages)
` [PATCH V4 1/5] VFS: Add a call to obtain a file's hash
` [PATCH V4 2/5] IMA: Allow rule matching on filesystem subtype
` [PATCH V4 3/5] IMA: Optionally make use of filesystem-provided hashes
` [PATCH V4 4/5] FUSE: Allow filesystems to provide gethash methods
` [PATCH V4 5/5] IMA: Add a ima-vfs-sig measurement template

[PATCHSET 0/3] io_uring: support for linked SQEs
 2019-05-22 16:49 UTC  (3+ messages)

d_lookup: Unable to handle kernel paging request
 2019-05-22 16:29 UTC  (4+ messages)

[PATCH v4 1/1] f2fs: ioctl for removing a range from F2FS
 2019-05-22 15:09 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v3] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-22 14:41 UTC 

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-05-22 10:25 UTC  (7+ messages)

[PATCH] fanotify: Disallow permission events for proc filesystem
 2019-05-22  9:42 UTC  (5+ messages)

[PATCH 1/2] open: add close_range()
 2019-05-22  8:12 UTC  (8+ messages)

[PATCH 1/1] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-22  0:44 UTC  (6+ messages)

[PATCH v3] kernel: fix typos and some coding style in comments
 2019-05-21 20:40 UTC  (2+ messages)

[PATCH v2 01/14] ASoC: rename functions that pollute the simple_xxx namespace
 2019-05-21 20:32 UTC  (2+ messages)
` Applied "ASoC: rename functions that pollute the simple_xxx namespace" to the asoc tree


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