Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
bdi cleanups v3
2020-07-24 7:33 UTC (15+ 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
strace of io_uring events?
2020-07-24 7:25 UTC (24+ messages)
[PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
2020-07-24 5:31 UTC (28+ messages)
` [PATCH v4 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v4 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v4 3/7] iomap: support direct I/O with "
` [PATCH v4 4/7] ext4: "
` [PATCH v4 5/7] f2fs: "
` [PATCH v4 6/7] fscrypt: document inline encryption support
` [PATCH v4 7/7] fscrypt: update documentation for direct I/O support
[PATCH] fs: prevent out-of-bounds array speculation when closing a file descriptor
2020-07-24 1:18 UTC (2+ messages)
[PATCH 0/2] Control over userfaultfd kernel-fault handling
2020-07-24 0:13 UTC (13+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
[PATCH] fs/nsfs.c: fix ioctl support of compat processes
2020-07-24 0:12 UTC
[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
2020-07-23 23:41 UTC (29+ messages)
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions
[PATCH v7 0/7] Add support for O_MAYEXEC
2020-07-23 17:12 UTC (8+ messages)
` [PATCH v7 1/7] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH v7 2/7] exec: Move S_ISREG() check earlier
` [PATCH v7 3/7] exec: Move path_noexec() "
` [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] fuse: Update project homepage
2020-07-23 16:43 UTC
WARNING in __kernel_read
2020-07-23 15:51 UTC (4+ messages)
decruft the early init / initrd / initramfs code v2
2020-07-23 14:27 UTC (7+ messages)
` [PATCH 16/23] initramfs: simplify clean_rootfs
[PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications [ver #5]
2020-07-23 10:48 UTC (4+ messages)
` [PATCH 00/17] pipe: Keyrings, mount and superblock "
[ANNOUNCE] util-linux v2.36
2020-07-23 10:08 UTC
[PATCH] jffs2: move jffs2_init_inode_info() just after allocating inode
2020-07-23 9:58 UTC (2+ messages)
[PATCH -next] io_uring: Remove redundant NULL check
2020-07-23 3:25 UTC (2+ messages)
[PATCH] jffs2: move jffs2_init_inode_info() just after allocating inode
2020-07-23 3:17 UTC (2+ messages)
iomap write invalidation v2
2020-07-22 23:13 UTC (11+ messages)
` [PATCH 1/3] xfs: use ENOTBLK for direct I/O to buffered I/O fallback
` [PATCH 2/3] iomap: Only invalidate page cache pages on direct IO writes
` [PATCH 3/3] iomap: fall back to buffered writes for invalidation failures
` [Cluster-devel] "
[PATCH 5.7 1/1] fuse: fix weird page warning
2020-07-22 20:39 UTC (2+ messages)
[PATCH v6 0/7] Add support for O_MAYEXEC
2020-07-22 19:40 UTC (7+ messages)
` [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
INFO: task hung in synchronize_rcu (3)
2020-07-22 18:22 UTC
bdi cleanups v2
2020-07-22 16:26 UTC (28+ 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] fs: Return EOPNOTSUPP if block layer does not support REQ_NOWAIT
2020-07-22 16:08 UTC (2+ messages)
[PATCH 0/2] zonefs: use zone-append for aio with rwf append
2020-07-22 15:00 UTC (12+ messages)
` [PATCH 2/2] zonefs: use zone-append for AIO as well
[PATCH RFC v2 0/3] io_uring: add restrictions to support untrusted applications and guests
2020-07-22 14:29 UTC (8+ messages)
` [PATCH RFC v2 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
add file system helpers that take kernel pointers for the init code v2
2020-07-22 14:05 UTC (29+ messages)
` [PATCH 01/24] fs: refactor do_mount
` [PATCH 02/24] fs: refactor ksys_umount
` [PATCH 03/24] fs: push the getname from do_rmdir into the callers
` [PATCH 04/24] devtmpfs: open code do_mount
` [PATCH 05/24] devtmpfs: open code ksys_chdir and ksys_chroot
` [PATCH 06/24] md: open code vfs_stat in md_setup_drive
` [PATCH 07/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h
` [PATCH 09/24] init: mark create_dev as __init
` [PATCH 11/24] init: open code do_utimes in do_utime
` [PATCH 12/24] init: add an init_mount helper
` [PATCH 13/24] init: add an init_unlink helper
` [PATCH 16/24] init: add an init_chroot helper
` [PATCH 17/24] init: add an init_chown helper
` [PATCH 21/24] init: add an init_symlink helper
` [PATCH 23/24] init: add an init_mknod helper
[PATCH 0/9] Fixes for fanotify name events
2020-07-22 12:58 UTC (10+ 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()
` [PATCH 5/9] fsnotify: simplify dir argument to handle_event()
` [PATCH 6/9] fsnotify: pass dir and inode arguments to fsnotify()
` [PATCH 7/9] fsnotify: fix merge with parent mark masks
` [PATCH 8/9] fsnotify: create method handle_inode_event() in fsnotify_operations
` [PATCH 9/9] fsnotify: pass inode to fsnotify_parent()
[PATCH] virtiofs: Enable SB_NOSEC flag to improve small write performance
2020-07-22 10:00 UTC (12+ messages)
[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
2020-07-22 9:07 UTC (2+ messages)
` [RESEND] [PATCHv4 2/2] fuse: Call security hooks on new inodes
[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
2020-07-22 9:01 UTC (6+ messages)
[PATCH v4 0/2] zonefs: add support zone capacity support
2020-07-22 8:07 UTC (2+ messages)
WARNING: fs/kernfs/dir.c:1508 kernfs_remove_by_name_ns
2020-07-22 7:54 UTC
[PATCH] userfaultfd: avoid the duplicated release for userfaultfd_ctx
2020-07-22 0:09 UTC (5+ messages)
[PATCH 0/5] fscrypt, fs-verity: one-time init fixes
2020-07-21 22:59 UTC (6+ messages)
` [PATCH 1/5] fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library
` [PATCH 2/5] fscrypt: use smp_load_acquire() for fscrypt_prepared_key
` [PATCH 3/5] fscrypt: use smp_load_acquire() for ->s_master_keys
` [PATCH 4/5] fscrypt: use smp_load_acquire() for ->i_crypt_info
` [PATCH 5/5] fs-verity: use smp_load_acquire() for ->i_verity_info
[PATCH ghak90 V9 00/13] audit: implement container identifier
2020-07-21 22:05 UTC (4+ messages)
` [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces
[PATCH 00/13] Introduce partial kernel_read_file() support
2020-07-21 21:50 UTC (4+ messages)
` [PATCH 06/13] fs/kernel_read_file: Remove redundant size argument
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).