linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 08:14:28 to 2020-05-29 00:35:45 UTC [more...]

[PATCHES] uaccess base
 2020-05-29  0:35 UTC  (26+ messages)
` [PATCHES] uaccess readdir
  ` [PATCH 4/6] switch readdir(2) to unsafe_copy_dirent_name()
    ` [PATCH 5/6] readdir.c: get compat_filldir() more or less in sync with filldir()
    ` [PATCH 6/6] readdir.c: get rid of the last __put_user(), drop now-useless access_ok()
` [PATCH 1/6] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
  ` [PATCH 2/6] uaccess: Selectively open read or write user access
  ` [PATCH 3/6] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCHES] uaccess __copy_from_user()
  ` [PATCH 1/2] firewire: switch ioctl_queue_iso to use of copy_from_user()
    ` [PATCH 2/2] pstore: switch to copy_from_user()
` [PATCHES] uaccess __copy_to_user()
  ` [PATCH 1/2] esas2r: don't bother with __copy_to_user()
    ` [PATCH 2/2] dlmfs: convert dlmfs_file_read() to copy_to_user()
` [PATCHES] uaccess __put_user()
  ` [PATCH 1/3] compat sysinfo(2): don't bother with field-by-field copyout
    ` [PATCH 2/3] scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()
    ` [PATCH 3/3] pcm_native: result of put_user() needs to be checked
` [PATCHES] uaccess comedi compat
  ` [PATCH 01/10] comedi: move compat ioctl handling to native fops
    ` [PATCH 02/10] comedi: get rid of indirection via translated_ioctl()
    ` [PATCH 03/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compat
    ` [PATCH 05/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compat
    ` [PATCH 06/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compat
    ` [PATCH 08/10] comedi: do_cmdtest_ioctl(): lift copyin/copyout into the caller
    ` [PATCH 09/10] comedi: do_cmd_ioctl(): "

[PATCH] iomap: Return zero in case of unsuccessful pagecache invalidation before DIO
 2020-05-29  0:23 UTC  (2+ messages)

The file_lock_operatoins.lock API seems to be a BAD API
 2020-05-28 22:01 UTC  (2+ messages)

[PATCH v13 00/12] Inline Encryption Support
 2020-05-28 21:54 UTC  (3+ messages)
` [PATCH v13 10/12] fscrypt: add inline encryption support

clean up kernel_{read,write} & friends v2
 2020-05-28 21:20 UTC  (31+ messages)
` [PATCH 01/14] cachefiles: switch to kernel_write
` [PATCH 02/14] autofs: "
` [PATCH 03/14] bpfilter: "
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/14] fs: remove the call_{read,write}_iter functions
` [PATCH 07/14] fs: implement kernel_write using __kernel_write
` [PATCH 08/14] fs: remove __vfs_write
` [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 10/14] fs: add a __kernel_read helper
` [PATCH 11/14] integrity/ima: switch to using __kernel_read
` [PATCH 12/14] fs: implement kernel_read "
` [PATCH 13/14] fs: remove __vfs_read
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-28 21:01 UTC  (11+ messages)
                ` [PATCH v2] ovl: provide real_file() and overlayfs get_unmapped_area()

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-28 19:21 UTC  (22+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH 0/11] exec: cred calculation simplifications
        ` [PATCH 01/11] exec: Reduce bprm->per_clear to a single bit
        ` [PATCH 02/11] exec: Introduce active_per_clear the per file version of per_clear
        ` [PATCH 03/11] exec: Compute file based creds only once
        ` [PATCH 04/11] exec: Move uid/gid handling from creds_from_file into bprm_fill_uid
        ` [PATCH 05/11] exec: In bprm_fill_uid use CAP_SETGID to see if a gid change is safe
        ` [PATCH 06/11] exec: Don't set secureexec when the uid or gid changes are abandoned
        ` [PATCH 07/11] exec: Set saved, fs, and effective ids together in bprm_fill_uid
        ` [PATCH 08/11] exec: In bprm_fill_uid remove unnecessary no new privs check
        ` [PATCH 09/11] exec: In bprm_fill_uid only set per_clear when honoring suid or sgid
        ` [PATCH 10/11] exec: In bprm_fill_uid set secureexec at same time as per_clear
        ` [PATCH 11/11] exec: Remove the label after_setid from bprm_fill_uid

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-05-28 19:23 UTC  (12+ messages)
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 09/12] xfs: flag files as supporting buffered async reads

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-28 19:20 UTC  (8+ messages)

mmotm 2020-05-13-20-30 uploaded
 2020-05-28 17:20 UTC  (5+ messages)
` mmotm 2020-05-13-20-30 uploaded (objtool warnings)

[PATCH] proc/fd: Remove the initialization of variables in seq_show()
 2020-05-28 16:04 UTC  (3+ messages)
  `  "

[PATCH V5 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-28 15:00 UTC  (10+ messages)
` [PATCH V5 1/9] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V5 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH V5 3/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V5 4/9] fs/ext4: Update ext4_should_use_dax()
` [PATCH V5 5/9] fs/ext4: Only change S_DAX on inode load
` [PATCH V5 6/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH V5 7/9] fs/ext4: Remove jflag variable
` [PATCH V5 8/9] fs/ext4: Introduce DAX inode flag
` [PATCH V5 9/9] Documentation/dax: Update DAX enablement for ext4

[RFC 00/16] ext4: mballoc/extents: Code cleanup and debug improvements
 2020-05-28 14:20 UTC  (2+ messages)

[PATCH] __register_sysctl_table: do not drop subdir
 2020-05-28 14:20 UTC  (5+ messages)

[PATCH v4 00/36] Large pages in the page cache
 2020-05-28 14:19 UTC  (4+ messages)
` [PATCH v4 03/36] mm: Allow hpages to be arbitrary order

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-05-28 13:54 UTC  (5+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[GIT PULL] Fanotify revert for 5.7-rc8
 2020-05-28 12:56 UTC  (3+ messages)
    ` robinhood, fanotify name info events and lustre changelog

[PATCH 1/4] exfat: redefine PBR as boot_sector
 2020-05-28 12:27 UTC  (11+ messages)
    ` [PATCH 4/4] exfat: standardize checksum calculation

[PATCH AUTOSEL 5.6 10/47] io_uring: initialize ctx->sqo_wait earlier
 2020-05-28 11:55 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 11/47] io_uring: don't prepare DRAIN reqs twice
` [PATCH AUTOSEL 5.6 12/47] io_uring: fix FORCE_ASYNC req preparation
` [PATCH AUTOSEL 5.6 20/47] io_uring: reset -EBUSY error when io sq thread is waken up

[PATCH AUTOSEL 5.4 06/26] io_uring: initialize ctx->sqo_wait earlier
 2020-05-28 11:56 UTC 

[PATCH V4 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-28  9:41 UTC  (6+ messages)
` [PATCH V4 6/8] fs/ext4: Make DAX mount option a tri-state

[PATCH 1/4 v2] exfat: redefine PBR as boot_sector
 2020-05-28  9:16 UTC  (4+ messages)
` [PATCH 2/4 v2] exfat: separate the boot sector analysis
` [PATCH 3/4 v2] exfat: add boot region verification
` [PATCH 4/4 v2] exfat: standardize checksum calculation

[PATCH 00/10] Introduce attach/detach_page_private to cleanup code
 2020-05-28  8:39 UTC  (4+ messages)
` [PATCH 08/10] orangefs: use attach/detach_page_private

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-05-28  5:22 UTC  (15+ messages)
` [PATCH v3 3/7] kunit: tests for stats_fs API

[PATCH] exfat: optimize dir-cache
 2020-05-28  5:05 UTC  (8+ messages)

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-28  1:15 UTC  (5+ messages)
` [PATCH v5 5/7] blktrace: fix "

[PATCH] binfmt_elf_fdpic: fix execfd build regression
 2020-05-27 22:35 UTC  (4+ messages)

[PATCH bpf-next 1/4] bpf: Generalize bpf_sk_storage
 2020-05-27 22:06 UTC  (2+ messages)

[PATCH v3 2/7] radix-tree: Use local_lock for protection
 2020-05-27 20:11 UTC 

[PATCH] fs: Add an explicit might_sleep() to iput
 2020-05-27 20:05 UTC  (4+ messages)

[PATCH] mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)
 2020-05-27 19:49 UTC 

[PATCH v3 0/3] Add file-system authentication to BTRFS
 2020-05-27 18:04 UTC  (10+ messages)
` [PATCH v3 2/3] btrfs: add authentication support

kernel BUG at fs/inode.c:531!
 2020-05-27 18:05 UTC 

[PATCH bpf-next 0/4] Generalizing bpf_local_storage
 2020-05-27 17:09 UTC  (6+ messages)
` [PATCH bpf-next 2/4] bpf: Implement bpf_local_storage for inodes

[PATCH] proc/base: Skip assignment to len when there is no error on d_path in do_proc_readlink
 2020-05-27 16:36 UTC  (4+ messages)

[PATCH] vfs, afs, ext4: Make the inode hash table RCU searchable
 2020-05-27 16:06 UTC  (5+ messages)

[PATCH v2] PM: hibernate: restrict writes to the resume device
 2020-05-27 15:58 UTC  (4+ messages)

[PATCH] io_uring: include linux/pagemap.h
 2020-05-27 13:48 UTC 

[PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
 2020-05-27 13:45 UTC  (5+ messages)
` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h

[PATCH] statx: remove redundant assignment to variable error
 2020-05-27 13:45 UTC 

[PATCH 0/4] kernfs: proposed locking and concurrency improvement
 2020-05-27 12:44 UTC  (3+ messages)

Writeback bug causing writeback stalls
 2020-05-27  8:14 UTC  (7+ messages)


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