linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-18 00:59:05 to 2020-07-21 05:46:26 UTC [more...]

bdi cleanups
 2020-07-21  5:46 UTC  (22+ 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

KASAN: use-after-free Read in userfaultfd_release (2)
 2020-07-21  4:32 UTC  (7+ messages)

[PATCH v3 4/4] io_uring: add support for zone-append
 2020-07-21  2:19 UTC  (27+ messages)

mmotm 2020-07-20-19-06 uploaded
 2020-07-21  2:07 UTC 

[PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-21  0:56 UTC  (10+ 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

splice() rcu_sched self-detected stall on CPU
 2020-07-20 22:10 UTC  (5+ messages)

[PATCH] tools/memory-model: document the "one-time init" pattern
 2020-07-20 22:06 UTC  (27+ messages)

RFC: iomap write invalidation
 2020-07-20 21:51 UTC  (2+ messages)

[PATCH v3 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-20 20:14 UTC  (9+ messages)
` [PATCH v3 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v3 3/7] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v3 6/7] fscrypt: document inline encryption support
` [PATCH v3 7/7] fscrypt: update documentation for direct I/O support

[PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas
 2020-07-20 20:05 UTC  (15+ messages)
` [PATCH 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH 2/6] mmap: make mlock_future_check() global
` [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
` [PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
` [PATCH 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-20 18:35 UTC  (25+ messages)
` [PATCH RFC V2 02/17] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 12/17] memremap: Add zone device access protection
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 14/17] dax: Stray write protection for dax_direct_access()

add file system helpers that take kernel pointers for the init code
 2020-07-20 18:17 UTC  (28+ messages)
` [PATCH 01/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 02/24] fs: add a do_kern_mount helper
` [PATCH 03/24] fs: add a kern_umount helper
` [PATCH 04/24] fs: move the putname from filename_create to the callers
` [PATCH 05/24] fs: move the putname from filename_lookup "
` [PATCH 06/24] fs: add a kern_chdir helper
` [PATCH 07/24] fs: add a kern_chroot helper
` [PATCH 08/24] fs: add a kern_access helper
` [PATCH 09/24] fs: add a kern_chown helper
` [PATCH 10/24] fs: move the uid16 (f)chown syscalls to fs/open.c
` [PATCH 11/24] fs: add a kern_chmod helper
` [PATCH 12/24] fs: add a kern_utimes helper
` [PATCH 13/24] fs: add a kern_mkdir helper
` [PATCH 14/24] fs: add a kern_mknod helper
` [PATCH 15/24] fs: add a kern_link helper
` [PATCH 16/24] fs: add a kern_symlink helper
` [PATCH 17/24] fs: add a kern_unlink helper
` [PATCH 18/24] fs: add a kern_rmdir helper
` [PATCH 19/24] fs: remove vfs_statx_fd
` [PATCH 20/24] fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
` [PATCH 21/24] fs: move vfs_fstatat out of line
` [PATCH 22/24] fs: remove vfs_stat_set_lookup_flags
` [PATCH 23/24] fs: remove KSTAT_QUERY_FLAGS
` [PATCH 24/24] fs: add a kern_stat helper

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-07-20 17:33 UTC  (6+ messages)
` [PATCH v4 00/24] "
  ` [PATCH v4 18/24] vfs: Use sequence counter with associated spinlock
  ` [PATCH v4 22/24] userfaultfd: "

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-20 17:09 UTC  (2+ messages)

[PATCH 0/2] zonefs: use zone-append for aio with rwf append
 2020-07-20 16:48 UTC  (8+ messages)
` [PATCH 1/2] fs: fix kiocb ki_complete interface
` [PATCH 2/2] zonefs: use zone-append for AIO as well

[PATCH] virtiofs: Enable SB_NOSEC flag to improve small write performance
 2020-07-20 15:41 UTC  (4+ messages)

[RFC PATCH v4 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-07-20 16:44 UTC  (7+ messages)
` [RFC PATCH v4 02/12] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v4 05/12] fs: add security blob and hooks for block_device

[RFC PATCH v2] fs/namespace: use percpu_rw_semaphore for writer holding
 2020-07-20 15:35 UTC  (3+ messages)

[GIT PULL] Unicode patches for v5.9
 2020-07-20 15:14 UTC 

[PATCH 1/1] radix-tree: do not export radix_tree_preloads as GPL
 2020-07-20 14:49 UTC  (7+ messages)

[PATCH v6 0/7] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-07-20 12:58 UTC  (14+ messages)
` [PATCH v6 1/7] "
` [PATCH v6 2/7] pid: use checkpoint_restore_ns_capable() for set_tid
` [PATCH v6 3/7] pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pid
` [PATCH v6 4/7] proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTORE
` [PATCH v6 5/7] prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exe
` [PATCH v6 6/7] prctl: exe link permission error changed from -EINVAL to -EPERM
` [PATCH v6 7/7] selftests: add clone3() CAP_CHECKPOINT_RESTORE test

[PATCH v3 0/2] zonefs: add support zone capacity support
 2020-07-20 12:36 UTC  (5+ messages)
` [PATCH v3 1/2] zonefs: add zone-capacity support
` [PATCH v3 2/2] zonefs: update documentation to reflect zone size vs capacity

[PATCH v1] xarray: update document for error space returned by xarray normal API
 2020-07-20 12:03 UTC  (2+ messages)

stop using ->read and ->write for kernel access v3
 2020-07-20  9:33 UTC  (3+ messages)
  ` [PATCH 15/23] seq_file: switch over direct seq_read method calls to seq_read_iter

[PATCH v2 0/2] zonefs: add support zone capacity support
 2020-07-20  9:20 UTC  (4+ messages)
` [PATCH v2 1/2] zonefs: add zone-capacity support
` [PATCH v2 2/2] zonefs: update documentation to reflect zone size vs capacity

[PATCH 2/3] fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
 2020-07-20  9:14 UTC  (3+ messages)

[PATCH] zonefs: count pages after truncating the iterator
 2020-07-20  9:07 UTC  (2+ messages)

[PATCH 00/13] Introduce partial kernel_read_file() support
 2020-07-20  8:34 UTC  (7+ messages)
` [PATCH 06/13] fs/kernel_read_file: Remove redundant size argument
` [PATCH 07/13] fs/kernel_read_file: Switch buffer size arg to size_t

[PATCH] xarray: update document for error space returned by xarray normal API
 2020-07-20  4:06 UTC  (2+ messages)

[PATCH] userfaultfd: avoid the duplicated release for userfaultfd_ctx
 2020-07-20  1:34 UTC  (4+ messages)

exfatprogs-1.0.3 version released
 2020-07-19 22:47 UTC  (5+ messages)

[RFC PATCH 0/5] keys: Security changes, ACLs and Container keyring
 2020-07-19 18:10 UTC  (2+ messages)

[PATCH 0/4] fs: add mount_setattr()
 2020-07-19 17:55 UTC  (3+ messages)

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-07-19 12:34 UTC  (4+ messages)

[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
 2020-07-19  9:51 UTC  (4+ messages)
` [PATCH 01/32] iov_iter: Add ITER_MAPPING

[PATCH v5 0/6] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-07-18 17:47 UTC  (3+ messages)

decruft the early init / initrd / initramfs code v2
 2020-07-18 10:00 UTC  (4+ messages)
` [PATCH 16/23] initramfs: simplify clean_rootfs

[PATCH] locking: fcntl.h: drop duplicated word in a comment
 2020-07-18  3:19 UTC  (2+ messages)

[PATCH] linux/exportfs.h: drop duplicated word in a comment
 2020-07-18  2:54 UTC 

mmotm 2020-07-16-22-52 uploaded
 2020-07-18  1:32 UTC  (4+ messages)
` mmotm 2020-07-16-22-52 uploaded (net: IPVS)
  ` mmotm 2020-07-16-22-52 uploaded (mm/hugetlb.c)


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