Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2020-07-24 14:46:16 to 2020-07-27 16:38:24 UTC [more...]
[PATCH 0/5] fscrypt, fs-verity: one-time init fixes
2020-07-27 16:38 UTC (2+ messages)
[PATCH v1 0/2] proc: Relax check of mount visibility
2020-07-27 16:29 UTC (4+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] Show /proc/self/net only for CAP_NET_ADMIN
[PATCH] tools/memory-model: document the "one-time init" pattern
2020-07-27 16:31 UTC (12+ messages)
[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
2020-07-27 16:29 UTC (8+ messages)
` [PATCH v2 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v2 2/7] mmap: make mlock_future_check() global
` [PATCH v2 3/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v2 4/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v2 5/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v2 6/7] mm: secretmem: add ability to reserve memory at boot
` [PATCH v2 7/7] "
[PATCH 0/9] Fixes for fanotify name events
2020-07-27 16:26 UTC (9+ messages)
` [PATCH 1/9] fanotify: fix reporting event to sb/mount marks
` [PATCH 2/9] inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask
` [PATCH 3/9] audit: do not set FS_EVENT_ON_CHILD in audit marks mask
` [PATCH 4/9] fsnotify: create helper fsnotify_inode()
fixes for: decruft the early init / initrd / initramfs code v2
2020-07-27 16:07 UTC (4+ messages)
` [PATCH 1/3] initramfs: remove clean_rootfs
` [PATCH 2/3] initramfs: pass a non-f_pos offset to xwrite
` [PATCH 3/3] initd: pass a non-f_pos offset to kernel_read/kernel_write
decruft the early init / initrd / initramfs code v2
2020-07-27 15:58 UTC (24+ messages)
` [PATCH 12/23] initrd: switch initrd loading to struct file based APIs
` [PATCH 16/23] initramfs: simplify clean_rootfs
` [PATCH 17/23] initramfs: switch initramfs unpacking to struct file based APIs
` [PATCH 18/23] init: open code setting up stdin/stdout/stderr
improve compat handling for the i386 u64 alignment quirk
2020-07-27 15:56 UTC (10+ messages)
` [PATCH 1/4] arm64: stop using <asm/compat.h> directly
` [PATCH 2/4] compat: lift compat_s64 and compat_u64 to <linux/compat.h>
` [PATCH 3/4] compat: add a compat_need_64bit_alignment_fixup() helper
` [PATCH 4/4] quota: simplify the quotactl compat handling
[PATCH] proc,fcntl: introduce F_SET_DESCRIPTION
2020-07-27 14:21 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] This command attaches a description to a file descriptor for troubleshooting purposes. The free string is displayed in the process fdinfo file for that fd /proc/pid/fdinfo/fd
` [PATCH v3] proc,fcntl: introduce F_SET_DESCRIPTION
[PATCH] proc,fcntl: fix ifnullfree.cocci warnings
2020-07-27 10:42 UTC
[PATCH v3] xfs: introduce task->in_fstrans for transaction reservation recursion protection
2020-07-27 10:02 UTC (4+ messages)
[PATCH 00/20] Prep work for fanotify named events
2020-07-27 10:02 UTC (9+ messages)
` [PATCH 01/20] fsnotify: Rearrange fast path to minimise overhead when there is no watcher
` fsnotify: minimise overhead when there are no marks with ignore mask
` fsnotify: minimise overhead when there are no marks related to sb
[PATCH] fs/fs-writeback.c: not WARN on unregistered BDI
2020-07-27 8:14 UTC (2+ messages)
bdi cleanups v3
2020-07-27 7:58 UTC (18+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
[PATCH v7 0/7] Add support for O_MAYEXEC
2020-07-27 5:27 UTC (13+ messages)
` [PATCH v7 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v7 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v7 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v7 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
[PATCH v6 0/7] add support for direct I/O with fscrypt using blk-crypto
2020-07-27 4:47 UTC (13+ messages)
` [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
` [f2fs-dev] "
` [PATCH v6 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v6 3/7] iomap: support direct I/O with "
` [PATCH v6 4/7] ext4: "
` [PATCH v6 5/7] f2fs: "
` [PATCH v6 6/7] fscrypt: document inline encryption support
` [PATCH v6 7/7] fscrypt: update documentation for direct I/O support
[PATCH 0/2] zonefs: use zone-append for aio with rwf append
2020-07-27 3:12 UTC (9+ messages)
` [PATCH 2/2] zonefs: use zone-append for AIO as well
[PATCH] iomap: Ensure iop->uptodate matches PageUptodate
2020-07-26 23:53 UTC (5+ messages)
WARN_ON_ONCE(1) in iomap_dio_actor()
2020-07-26 22:51 UTC (5+ messages)
[PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
2020-07-26 17:44 UTC (2+ messages)
add file system helpers that take kernel pointers for the init code v3
2020-07-26 16:33 UTC (30+ messages)
` [PATCH 01/21] fs: refactor do_mount
` [PATCH 02/21] fs: refactor ksys_umount
` [PATCH 03/21] fs: push the getname from do_rmdir into the callers
` [PATCH 04/21] devtmpfs: refactor devtmpfsd()
` [PATCH 05/21] init: initialize ramdisk_execute_command at compile time
` [PATCH 06/21] init: mark create_dev as __init
` [PATCH 07/21] init: add an init_mount helper
` [PATCH 08/21] init: add an init_umount helper
` [PATCH 09/21] init: add an init_unlink helper
` [PATCH 10/21] init: add an init_rmdir helper
` [PATCH 11/21] init: add an init_chdir helper
` [PATCH 12/21] init: add an init_chroot helper
` [PATCH 13/21] init: add an init_chown helper
` [PATCH 14/21] init: add an init_chmod helper
` [PATCH 15/21] init: add an init_eaccess helper
` [PATCH 16/21] init: add an init_link helper
` [PATCH 17/21] init: add an init_symlink helper
` [PATCH 18/21] init: add an init_mkdir helper
` [PATCH 19/21] init: add an init_mknod helper
` [PATCH 20/21] init: add an init_stat helper
` [PATCH 21/21] init: add an init_utimes helper
question about sharedsubtree.rst
2020-07-26 16:06 UTC
[PATCH v4 0/6] zone-append support in io-uring and aio
2020-07-26 15:20 UTC (13+ messages)
` [PATCH v4 1/6] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
` [PATCH v4 2/6] fs: change ki_complete interface to support 64bit ret2
` [PATCH v4 3/6] uio: return status with iov truncation
` [PATCH v4 4/6] block: add zone append handling for direct I/O path
` [PATCH v4 5/6] block: enable zone-append for iov_iter of bvec type
` [PATCH v4 6/6] io_uring: add support for zone-append
[PATCH] fs: Replace HTTP links with HTTPS ones
2020-07-26 10:50 UTC
[PATCH 0/2] Control over userfaultfd kernel-fault handling
2020-07-26 10:09 UTC (5+ messages)
` [PATCH 1/2] Add UFFD_USER_MODE_ONLY
bdi cleanups v2
2020-07-26 9:01 UTC (4+ messages)
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
WARNING in delete_node (2)
2020-07-26 3:21 UTC (2+ messages)
[PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
2020-07-26 2:42 UTC (13+ messages)
` [PATCH v4 3/7] iomap: support "
[ANNOUNCE] util-linux v2.36
2020-07-25 17:02 UTC (2+ messages)
[RESEND PATCH v2] fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGS
2020-07-25 12:04 UTC
INFO: task hung in synchronize_rcu (3)
2020-07-25 5:11 UTC (2+ messages)
[PATCH] watch_queue: Limit the number of watches a user can hold
2020-07-25 3:25 UTC (2+ messages)
[QUESTION] Sharing a `struct page` across multiple `struct address_space` instances
2020-07-25 3:11 UTC (2+ messages)
[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
2020-07-25 0:09 UTC (16+ messages)
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions
[GIT PULL] zonefs fixes for X.Y-rcZ
2020-07-24 21:40 UTC (2+ messages)
[PATCH 0/4] Mount notifications
2020-07-24 20:45 UTC (6+ messages)
` [PATCH 3/4] watch_queue: Implement mount topology and attribute change notifications
[PATCH] fs/nsfs.c: fix ioctl support of compat processes
2020-07-24 19:31 UTC (4+ messages)
[RFC PATCH 0/5] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
2020-07-24 18:38 UTC (6+ messages)
` [PATCH 1/5] fuse: Introduce the notion of FUSE_HANDLE_KILLPRIV_V2
` [PATCH 2/5] fuse: Set FUSE_WRITE_KILL_PRIV in cached write path
` [PATCH 3/5] fuse: Add a flag FUSE_SETATTR_KILL_PRIV
` [PATCH 4/5] fuse: For sending setattr in case of open(O_TRUNC)
` [PATCH 5/5] virtiofs: Support SB_NOSEC flag to improve direct write performance
[PATCH 0/1] Selecting Load Addresses According to p_align
2020-07-24 17:20 UTC (2+ messages)
` [PATCH 1/1] fs/binfmt_elf: Use PT_LOAD p_align values for suitable start address
[PATCH v5 0/7] add support for direct I/O with fscrypt using blk-crypto
2020-07-24 16:46 UTC (3+ messages)
` [PATCH v5 1/7] fscrypt: Add functions for direct I/O support
[ANNOUNCE] xfs-linux: iomap-for-next updated to 979045f83ced
2020-07-24 16:19 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).