linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 13:24:01 to 2020-05-29 13:00:03 UTC [more...]

[PATCH v4 00/36] Large pages in the page cache
 2020-05-29 12:59 UTC  (6+ messages)
` [PATCH v4 03/36] mm: Allow hpages to be arbitrary order
` [PATCH v4 06/36] mm: Introduce offset_in_thp

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

clean up kernel_{read,write} & friends v2
 2020-05-29 12:32 UTC  (23+ messages)
` [PATCH 06/14] fs: remove the call_{read,write}_iter functions
` [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read

[PATCH v4 0/4] cleaning up the sysctls table (hung_task watchdog)
 2020-05-29 11:31 UTC  (7+ messages)
` [PATCH v4 1/4] sysctl: Add register_sysctl_init() interface

[PATCH v18 00/12] Landlock LSM
 2020-05-29 11:29 UTC  (4+ messages)
` [PATCH v18 07/12] landlock: Support filesystem access-control

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-05-29 11:22 UTC  (10+ messages)
` [PATCH 09/12] xfs: flag files as supporting buffered async reads

[PATCHES] uaccess base
 2020-05-29 10:48 UTC  (50+ 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 04/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO 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 07/10] comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()
    ` [PATCH 08/10] comedi: do_cmdtest_ioctl(): lift copyin/copyout into the caller
    ` [PATCH 09/10] comedi: do_cmd_ioctl(): "
` [PATCHES] uaccess i915
` [PATCH 1/5] i915: switch query_{topology,engine}_info() to copy_to_user()
  ` [PATCH 2/5] i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()
  ` [PATCH 3/5] i915 compat ioctl(): just use drm_ioctl_kernel()
  ` [PATCH 4/5] i915: alloc_oa_regs(): get rid of pointless access_ok()
  ` [PATCH 5/5] i915:get_engines(): "

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-29 10:21 UTC  (11+ messages)

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

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

Question: "Bare" set_page_dirty_lock() call in vhost.c
 2020-05-29  7:28 UTC  (3+ messages)

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-05-29  7:20 UTC 

[PATCH 1/4] exfat: redefine PBR as boot_sector
 2020-05-29  6:32 UTC  (5+ messages)

[PATCH V5 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-29  4:17 UTC  (12+ 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

[PATCH v5 00/39] Large pages in the page cache
 2020-05-29  2:58 UTC  (40+ messages)
` [PATCH v5 01/39] mm: Move PageDoubleMap bit
` [PATCH v5 02/39] mm: Simplify PageDoubleMap with PF_SECOND policy
` [PATCH v5 03/39] mm: Allow hpages to be arbitrary order
` [PATCH v5 04/39] mm: Introduce thp_size
` [PATCH v5 05/39] mm: Introduce thp_order
` [PATCH v5 06/39] mm: Introduce offset_in_thp
` [PATCH v5 07/39] fs: Add a filesystem flag for large pages
` [PATCH v5 08/39] fs: Do not update nr_thps for large page mappings
` [PATCH v5 09/39] fs: Introduce i_blocks_per_page
` [PATCH v5 10/39] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH v5 11/39] fs: Support THPs in zero_user_segments
` [PATCH v5 12/39] bio: Add bio_for_each_thp_segment_all
` [PATCH v5 13/39] iomap: Support arbitrarily many blocks per page
` [PATCH v5 14/39] iomap: Support large pages in iomap_adjust_read_range
` [PATCH v5 15/39] iomap: Support large pages in invalidatepage
` [PATCH v5 16/39] iomap: Support large pages in read paths
` [PATCH v5 17/39] iomap: Support large pages in write paths
` [PATCH v5 18/39] iomap: Inline data shouldn't see large pages
` [PATCH v5 19/39] iomap: Handle tail pages in iomap_page_mkwrite
` [PATCH v5 20/39] xfs: Support large pages
` [PATCH v5 21/39] mm: Make prep_transhuge_page return its argument
` [PATCH v5 22/39] mm: Add __page_cache_alloc_order
` [PATCH v5 23/39] mm: Allow large pages to be added to the page cache
` [PATCH v5 24/39] mm: Allow large pages to be removed from "
` [PATCH v5 25/39] mm: Remove page fault assumption of compound page size
` [PATCH v5 26/39] mm: Fix total_mapcount assumption of "
` [PATCH v5 27/39] mm: Remove assumptions of THP size
` [PATCH v5 28/39] mm: Avoid splitting large pages
` [PATCH v5 29/39] mm: Fix truncation for pages of arbitrary size
` [PATCH v5 30/39] mm: Handle truncates that split large pages
` [PATCH v5 31/39] mm: Support storing shadow entries for "
` [PATCH v5 32/39] mm: Support retrieving tail pages from the page cache
` [PATCH v5 33/39] mm: Support tail pages in wait_for_stable_page
` [PATCH v5 34/39] mm: Add DEFINE_READAHEAD
` [PATCH v5 35/39] mm: Make page_cache_readahead_unbounded take a readahead_control
` [PATCH v5 36/39] mm: Make __do_page_cache_readahead "
` [PATCH v5 37/39] mm: Allow PageReadahead to be set on head pages
` [PATCH v5 38/39] mm: Add large page readahead
` [PATCH v5 39/39] mm: Align THP mappings for non-DAX

[PATCHv5 0/5] Improve ext4 handling of ENOSPC with multi-threaded use-case
 2020-05-29  2:40 UTC  (2+ messages)

The file_lock_operatoins.lock API seems to be a BAD API
 2020-05-29  1:16 UTC  (4+ 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

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-28 21:01 UTC  (3+ 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

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)
  `  "

[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 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


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