linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 14:40:03 to 2020-05-11 07:38:46 UTC [more...]

sort out the flush_icache_range mess
 2020-05-11  7:38 UTC  (34+ messages)
` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 04/31] nds32: unexport flush_icache_page
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 06/31] unicore32: remove flush_cache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 11/31] arm64: "
` [PATCH 12/31] c6x: "
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 15/31] microblaze: "
` [PATCH 16/31] m68knommu: "
` [PATCH 17/31] openrisc: "
` [PATCH 18/31] powerpc: "
` [PATCH 19/31] riscv: "
` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [PATCH 23/31] sh: implement flush_icache_user_range
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 27/31] exec: only build read_code when needed
` [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-11  3:15 UTC  (33+ messages)
` [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

linux-next: manual merge of the vfs tree with the parisc-hd tree
 2020-05-11  1:55 UTC 

[PATCH v3] kernel: add panic_on_taint
 2020-05-11  1:11 UTC  (7+ messages)

[PATCH 0/5] cachefiles, nfs: Fixes
 2020-05-10 20:35 UTC  (8+ 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

[PATCHES] uaccess simple access_ok() removals
 2020-05-10 14:34 UTC  (29+ 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: "

[RFCv4 0/6] Improve ext4 handling of ENOSPC with multi-threaded use-case
 2020-05-10  7:08 UTC  (7+ messages)
` [RFCv4 1/6] ext4: mballoc: Refactor ext4_mb_good_group()
` [RFCv4 2/6] ext4: mballoc: Use ext4_lock_group() around calculations involving bb_free
` [RFCv4 3/6] ext4: mballoc: Optimize ext4_mb_good_group_nolock further if grp needs init
` [RFCv4 4/6] ext4: mballoc: Add blocks to PA list under same spinlock after allocating blocks
` [RFCv4 5/6] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [RFCv4 6/6] ext4: mballoc: Introduce pcpu seqcnt for freeing PA to improve ENOSPC handling

[PATCH v4 0/5] block: fix blktrace debugfs use after free
 2020-05-10  6:26 UTC  (11+ 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

[RFC 00/16] ext4: mballoc/extents: Code cleanup and debug improvements
 2020-05-10  6:24 UTC  (17+ messages)
` [RFC 01/16] ext4: mballoc: Do print bb_free info even when it is 0
` [RFC 02/16] ext4: mballoc: Refactor ext4_mb_show_ac()
` [RFC 03/16] ext4: mballoc: Add more mb_debug() msgs
` [RFC 04/16] ext4: mballoc: Correct the mb_debug() format specifier for pa_len var
` [RFC 05/16] ext4: mballoc: Fix few other format specifier in mb_debug()
` [RFC 06/16] ext4: mballoc: Simplify error handling in ext4_init_mballoc()
` [RFC 07/16] ext4: mballoc: Make ext4_mb_use_preallocated() return type as bool
` [RFC 08/16] ext4: mballoc: Refactor code inside DOUBLE_CHECK into separate function
` [RFC 09/16] ext4: mballoc: Fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK
` [RFC 10/16] ext4: balloc: Use task_pid_nr() helper
` [RFC 11/16] ext4: Use BIT() macro for BH_** state bits
` [RFC 12/16] ext4: Improve ext_debug() msg in case of block allocation failure
` [RFC 13/16] ext4: Replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents()
` [RFC 14/16] ext4: mballoc: Make mb_debug() implementation to use pr_debug()
` [RFC 15/16] ext4: Make ext_debug() "
` [RFC 16/16] ext4: Add process name and pid in ext4_msg()

[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  (4+ messages)

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

[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  (14+ messages)
` [PATCH RFC 1/8] dcache: show count of hash buckets in sysctl fs.dentry-state
` [PATCH RFC 3/8] dcache: sweep cached negative dentries to the end of list of siblings
` [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  (4+ messages)
` [PATCH 10/11] fs: remove __vfs_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  (12+ messages)

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

[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


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