linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 00:38:07 to 2020-05-15 14:38:00 UTC [more...]

sort out the flush_icache_range mess v2
 2020-05-15 14:36 UTC  (10+ messages)
` [PATCH 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/29] nds32: unexport flush_icache_page
` [PATCH 04/29] unicore32: remove flush_cache_user_range
` [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 07/29] asm-generic: improve the flush_dcache_page stub
` [PATCH 11/29] hexagon: use asm-generic/cacheflush.h
` [PATCH 17/29] riscv: "
` [PATCH 18/29] arm,sparc,unicore32: remove flush_icache_user_range

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-15 14:37 UTC  (22+ messages)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
                ` How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)

[PATCH 0/2] io_uring: add a CQ ring flag to enable/disable eventfd notification
 2020-05-15 14:34 UTC  (5+ messages)
` [PATCH 1/2] io_uring: add 'cq_flags' field for the CQ ring
` [PATCH 2/2] io_uring: add IORING_CQ_NEED_WAKEUP to the CQ ring flags

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

Setting mount propagation type in new mount API
 2020-05-15 13:18 UTC  (3+ messages)

[PATCH v13 00/12] Inline Encryption Support
 2020-05-15 12:25 UTC  (16+ messages)
` [PATCH v13 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v13 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v13 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v13 07/12] scsi: ufs: UFS crypto API
` [PATCH v13 08/12] scsi: ufs: Add inline encryption support to UFS
` [PATCH v13 10/12] fscrypt: add inline encryption support

[PATCH] fsinfo: Fix uninitialized variable in fsinfo_generic_mount_all()
 2020-05-15 12:09 UTC 

[PATCH 0/4] Add the ability to get a pidfd on seccomp user notifications
 2020-05-15 11:58 UTC  (6+ messages)
` [PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap

[bug report] NFS: Convert mount option parsing to use functionality from fs_parser.h
 2020-05-15 11:44 UTC 

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

[PATCHES] uaccess simple access_ok() removals
 2020-05-15 10:54 UTC  (18+ messages)
` [PATCH 01/20] dlmfs_file_write(): get rid of pointless access_ok()
  ` [PATCH 06/20] n_hdlc_tty_read(): remove "
  ` [PATCH 07/20] nvram: drop useless access_ok()
  ` [PATCH 18/20] usb: get rid of pointless access_ok() calls
  ` [PATCH 4/4] vmci_host: get rid of pointless access_ok()
    ` [PATCH 12/20] omapfb: get rid of pointless access_ok() calls
    ` [PATCH 11/20] amifb: "

[PATCH 0/4] Move the sysctl interface to the corresponding feature code file
 2020-05-15  9:39 UTC  (13+ messages)
` [PATCH 1/4] hung_task: Move hung_task sysctl interface to hung_task_sysctl.c
` [PATCH 2/4] proc/sysctl: add shared variables -1
` [PATCH 3/4] watchdog: move watchdog sysctl to watchdog.c
` [PATCH 4/4] sysctl: Add register_sysctl_init() interface

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

[RFC PATCH v3 0/9] Suppress negative dentry
 2020-05-15  8:42 UTC  (13+ messages)
` [RFC PATCH v3 1/9] fs/dcache: Introduce a new lookup flag LOOKUP_DONTCACHE_NEGATIVE
` [RFC PATCH v3 2/9] ovl: Suppress negative dentry in lookup
` [RFC PATCH v3 3/9] cifs: Adjust argument for lookup_positive_unlocked()
` [RFC PATCH v3 4/9] debugfs: "
` [RFC PATCH v3 5/9] ecryptfs: Adjust argument for lookup_one_len_unlocked()
` [RFC PATCH v3 6/9] exportfs: "
` [RFC PATCH v3 7/9] kernfs: Adjust argument for lookup_positive_unlocked()
` [RFC PATCH v3 8/9] nfsd: "
` [RFC PATCH v3 9/9] quota: "

"BUG: MAX_LOCKDEP_ENTRIES too low" with 6979 "&type->s_umount_key"
 2020-05-15  5:21 UTC 

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

[PATCH v17 00/10] Landlock LSM
 2020-05-14 19:37 UTC  (12+ messages)
` [PATCH v17 02/10] landlock: Add ruleset and domain management
` [PATCH v17 05/10] fs,landlock: Support filesystem access-control

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-14 18:46 UTC  (22+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH 3/5] exec: Remove recursion from search_binary_handler

[PATCH] fs: Check freed inode is not left on dirty list
 2020-05-14 18:26 UTC 

[PATCH][next] fsinfo: fix an uninialized variable 'conn'
 2020-05-14 18:19 UTC 

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-14 17:42 UTC  (7+ messages)

linux-next: manual merge of the vfs tree with the parisc-hd tree
 2020-05-14 16:17 UTC  (10+ messages)

BUG:loop:blk_update_request: I/O error, dev loop6, sector 49674 op 0x9:(WRITE_ZEROES)
 2020-05-14 16:10 UTC  (2+ messages)

[PATCH v3 0/3] Add file-system authentication to BTRFS
 2020-05-14 16:05 UTC  (9+ messages)
` [PATCH v3 1/3] btrfs: rename btrfs_parse_device_options back to btrfs_parse_early_options
` [PATCH v3 2/3] btrfs: add authentication support
` [PATCH v3 3/3] btrfs: document btrfs authentication

mmotm 2020-05-13-20-30 uploaded
 2020-05-14 15:32 UTC  (2+ messages)
  ` mmotm 2020-05-13-20-30 uploaded (objtool warnings)

[PATCH 00/12] vfs patch queue
 2020-05-14 15:10 UTC  (10+ messages)
` [PATCH 05/12] f*xattr: allow O_PATH descriptors

ext4: Fix use after free issues with journalled data
 2020-05-14 14:57 UTC  (5+ messages)
` [PATCH 2/3] writeback: Export inode_io_list_del()
` [PATCH 3/3] ext4: Avoid freeing inodes on dirty list

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-05-14 11:27 UTC  (6+ messages)

clean up kernel_{read,write} & friends v2
 2020-05-14  8:25 UTC  (3+ messages)
` [PATCH 02/14] autofs: switch to kernel_write

[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-14  6:55 UTC  (6+ messages)
` [PATCH 8/9] fs/ext4: Introduce DAX inode flag


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