linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 21:51:52 to 2020-05-10 06:25:33 UTC [more...]

[RFC 00/16] ext4: mballoc/extents: Code cleanup and debug improvements
 2020-05-10  6:24 UTC  (2+ messages)
` [RFC 01/16] ext4: mballoc: Do print bb_free info even when it is 0

[PATCH v4 0/5] block: fix blktrace debugfs use after free
 2020-05-10  6:20 UTC  (10+ messages)
` [PATCH v4 1/5] block: revert back to synchronous request_queue removal
` [PATCH v4 2/5] block: move main block debugfs initialization to its own file
` [PATCH v4 3/5] blktrace: fix debugfs use after free
` [PATCH v4 4/5] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v4 5/5] loop: be paranoid on exit and prevent new additions / removals

[PATCH v3] kernel: add panic_on_taint
 2020-05-10  5:16 UTC  (5+ messages)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-10  4:22 UTC  (34+ messages)
` [PATCH 6/7] exec: Move most of setup_new_exec into flush_old_exec
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 1/6] exec: Move the comment from above de_thread to above unshare_sighand
  ` [PATCH 2/6] exec: Fix spelling of search_binary_handler in a comment
  ` [PATCH 3/6] exec: Stop open coding mutex_lock_killable of cred_guard_mutex
  ` [PATCH 4/6] exec: Run sync_mm_rss before taking exec_update_mutex
  ` [PATCH 5/6] exec: Move handling of the point of no return to the top level
  ` [PATCH 6/6] exec: Set the point of no return sooner
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH 1/5] exec: Call cap_bprm_set_creds directly from prepare_binprm
    ` [PATCH 2/5] exec: Directly call security_bprm_set_creds from __do_execve_file
    ` [PATCH 3/5] exec: Remove recursion from search_binary_handler
    ` [PATCH 4/5] exec: Allow load_misc_binary to call prepare_binfmt unconditionally
    ` [PATCH 5/5] exec: Move the call of prepare_binprm into search_binary_handler

[PATCHES] uaccess simple access_ok() removals
 2020-05-10  3:27 UTC  (27+ messages)
` [PATCH 01/20] dlmfs_file_write(): get rid of pointless access_ok()
  ` [PATCH 02/20] fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade
  ` [PATCH 03/20] btrfs_ioctl_send(): don't bother with access_ok()
  ` [PATCH 04/20] FIEMAP: "
  ` [PATCH 05/20] tomoyo_write_control(): get rid of pointless access_ok()
  ` [PATCH 06/20] n_hdlc_tty_read(): remove "
  ` [PATCH 07/20] nvram: drop useless access_ok()
  ` [PATCH 08/20] cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()
  ` [PATCH 09/20] drivers/fpga/dfl-fme-pr.c: "
  ` [PATCH 10/20] drivers/fpga/dfl-afu-dma-region.c: "
  ` [PATCH 11/20] amifb: get rid of pointless access_ok() calls
  ` [PATCH 12/20] omapfb: "
  ` [PATCH 13/20] drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()
  ` [PATCH 14/20] via-pmu: don't bother with access_ok()
  ` [PATCH 15/20] drm_read(): get rid of pointless access_ok()
  ` [PATCH 16/20] efi_test: "
  ` [PATCH 17/20] lpfc_debugfs: "
  ` [PATCH 18/20] usb: get rid of pointless access_ok() calls
  ` [PATCH 19/20] hfi1: get rid of pointless access_ok()
  ` [PATCH 4/4] vmci_host: "

[RFC] splice/tee: len=0 fast path after validity check
 2020-05-09 16:03 UTC  (3+ messages)

[PATCH v2] kernel: add panic_on_taint
 2020-05-09 14:56 UTC  (10+ messages)

[PATCH v2 1/2] fs/io_uring: fix O_PATH fds in openat, openat2, statx
 2020-05-09 12:30 UTC  (5+ messages)
` [PATCH v2 2/2] fs/io_uring: remove unused flag fd_non_neg

[PATCH] ext4: fix race between ext4_sync_parent() and rename()
 2020-05-09 12:30 UTC  (2+ messages)

[PATCH 0/5] cachefiles, nfs: Fixes
 2020-05-08 22:17 UTC  (6+ messages)
` [PATCH 1/5] cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pages()
` [PATCH 2/5] NFS: Fix fscache super_cookie index_key from changing after umount
` [PATCH 3/5] NFS: Fix fscache super_cookie allocation
` [PATCH 4/5] NFSv4: Fix fscache cookie aux_data to ensure change_attr is included
` [PATCH 5/5] cachefiles: Fix race between read_waiter and read_copier involving op->to_do

[PATCH 0/4] cachefiles, nfs: Fixes
 2020-05-08 22:08 UTC  (6+ messages)
` [PATCH 1/4] cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pages()
` [PATCH 2/4] NFS: Fix fscache super_cookie index_key from changing after umount
` [PATCH 3/4] NFS: Fix fscache super_cookie allocation
` [PATCH 4/4] NFSv4: Fix fscache cookie aux_data to ensure change_attr is included

[PATCH] parisc: add sysctl file interface panic_on_stackoverflow
 2020-05-08 21:37 UTC  (2+ messages)

[PATCH RFC 0/8] dcache: increase poison resistance
 2020-05-08 21:07 UTC  (19+ messages)
` [PATCH RFC 1/8] dcache: show count of hash buckets in sysctl fs.dentry-state
` [PATCH RFC 2/8] selftests: add stress testing tool for dcache
` [PATCH RFC 3/8] dcache: sweep cached negative dentries to the end of list of siblings
` [PATCH RFC 4/8] fsnotify: stop walking child dentries if remaining tail is negative
` [PATCH RFC 5/8] dcache: add action D_WALK_SKIP_SIBLINGS to d_walk()
` [PATCH RFC 6/8] dcache: stop walking siblings if remaining dentries all negative
` [PATCH RFC 7/8] dcache: push releasing dentry lock into sweep_negative
` [PATCH RFC 8/8] dcache: prevent flooding with negative dentries

Add a __anon_inode_getfd helper
 2020-05-08 19:52 UTC  (16+ messages)
` [PATCH 01/12] fd: add a new "
` [PATCH 02/12] kvm: use __anon_inode_getfd
` [PATCH 03/12] pidfd: "
` [PATCH 04/12] bpf: "
` [PATCH 05/12] io_uring: "
` [PATCH 06/12] eventpoll: "
` [PATCH 07/12] eventfd: "
` [PATCH 08/12] vfio: "
` [PATCH 09/12] rdma: "
` [PATCH 10/12] drm_syncobj: "
` [PATCH 11/12] gpiolib: "
` [PATCH 12/12] vtpm_proxy: "

mmotm 2020-05-05-15-28 uploaded
 2020-05-08 17:28 UTC  (4+ messages)
  ` mmotm 2020-05-05-15-28 uploaded (objtool warning)

[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
 2020-05-08 17:08 UTC  (9+ messages)

[fuse] Getting visibility into reads from page cache
 2020-05-08 17:04 UTC  (4+ messages)
  ` [fuse-devel] "

[PATCH 0/2] Control over userfaultfd kernel-fault handling
 2020-05-08 16:54 UTC  (4+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only

clean up kernel_{read,write} & friends
 2020-05-08 15:46 UTC  (14+ messages)
` [PATCH 01/11] fs: call file_{start,end}_write from __kernel_write
` [PATCH 02/11] fs: check FMODE_WRITE in __kernel_write
` [PATCH 03/11] fs: remove the call_{read,write}_iter functions
` [PATCH 04/11] fs: implement kernel_write using __kernel_write
` [PATCH 05/11] fs: remove __vfs_write
` [PATCH 06/11] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 07/11] fs: add a __kernel_read helper
` [PATCH 08/11] integrity/ima: switch to using __kernel_read
` [PATCH 09/11] fs: implement kernel_read "
` [PATCH 10/11] fs: remove __vfs_read
` [PATCH 11/11] fs: don't change the address limit for ->read_iter in __kernel_read

[RESEND] last missing patch in the cdrom ioctl_by_bdev removal series
 2020-05-08 15:42 UTC  (3+ messages)
` [PATCH] hfs: stop using ioctl_by_bdev

[PATCH] fs/io_uring: fix O_PATH fds in openat, openat2, statx
 2020-05-08 15:33 UTC  (13+ messages)

[PATCH 0/2] fs: avoid fdput() after failed fdget()
 2020-05-08 15:07 UTC  (7+ messages)
` [PATCH 1/2] fs: avoid fdput() after failed fdget() in ksys_sync_file_range()
` [PATCH 2/2] fs: avoid fdput() after failed fdget() in kernel_read_file_from_fd()

[RFC PATCH 54/61] afs: Wait on PG_fscache before modifying/releasing a page
 2020-05-08 14:39 UTC  (7+ messages)
    ` [RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-08 14:01 UTC  (9+ messages)

[PATCH] fuse:rely on fuse_perm for exec when no mode bits set
 2020-05-08 10:13 UTC  (6+ messages)

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-08  9:44 UTC  (3+ messages)

[PATCH] fanotify: Replace zero-length array with flexible-array
 2020-05-08  8:38 UTC  (2+ messages)

[PATCH] kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases
 2020-05-08  2:17 UTC  (3+ messages)

[RFC PATCH V3 0/9] Introduce attach/detach_page_private to cleanup code
 2020-05-08  0:47 UTC  (3+ messages)
` [RFC PATCH V3 02/10] md: remove __clear_page_buffers and use attach/detach_page_private

[PATCH] kernel: add panic_on_taint
 2020-05-08  0:28 UTC  (8+ messages)

[PATCH v5 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-05-08  0:27 UTC  (7+ messages)
` [PATCH v5 1/7] fs: introduce kernel_pread_file* support
` [PATCH v5 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH v5 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v5 4/7] firmware: test partial file reads of request_firmware_into_buf
` [PATCH v5 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH v5 7/7] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver


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