linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-22 04:18:43 to 2020-02-25 13:46:16 UTC [more...]

[PATCH v2 00/16] Fanotify event with name info
 2020-02-25 13:46 UTC  (3+ messages)
` [PATCH v2 02/16] fsnotify: factor helpers fsnotify_dentry() and fsnotify_file()

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-25 13:36 UTC  (18+ messages)
` [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len

[PATCH v6 00/11] arm64: Branch Target Identification support
 2020-02-25 13:28 UTC  (3+ messages)
` [PATCH v6 05/11] arm64: elf: Enable BTI at exec based on ELF program properties

[PATCH 00/17] VFS: Filesystem information and notifications [ver #17]
 2020-02-25 12:13 UTC  (6+ messages)

[for-next][PATCH 12/26] Documentation: bootconfig: Add a doc for extended boot config
 2020-02-25 11:10 UTC  (15+ messages)
      ` [for-next][12/26] "

[PATCH] zonefs: fix IOCB_NOWAIT handling
 2020-02-25  9:54 UTC  (4+ messages)

How to flip +F to inode attribute in ext4?
 2020-02-25  7:38 UTC  (2+ messages)

[PATCH v7 0/9] Inline Encryption Support
 2020-02-25  7:21 UTC  (21+ messages)
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
` [PATCH v7 5/9] scsi: ufs: UFS crypto API
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v7 7/9] fscrypt: add inline encryption support
` [PATCH v7 9/9] ext4: "

mmotm 2020-02-24-19-53 uploaded
 2020-02-25  6:21 UTC  (3+ messages)
    ` mmotm 2020-02-24-19-53 uploaded (init/main.c: initrd*)

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-02-25  2:03 UTC  (44+ messages)
` [RFC][PATCH v2 01/34] do_add_mount(): lift lock_mount/unlock_mount into callers
  ` [RFC][PATCH v2 02/34] fix automount/automount race properly
  ` [RFC][PATCH v2 03/34] follow_automount(): get rid of dead^Wstillborn code
  ` [RFC][PATCH v2 04/34] follow_automount() doesn't need the entire nameidata
  ` [RFC][PATCH v2 05/34] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
  ` [RFC][PATCH v2 06/34] handle_mounts(): start building a sane wrapper for follow_managed()
  ` [RFC][PATCH v2 07/34] atomic_open(): saner calling conventions (return dentry on success)
  ` [RFC][PATCH v2 08/34] lookup_open(): "
  ` [RFC][PATCH v2 09/34] do_last(): collapse the call of path_to_nameidata()
  ` [RFC][PATCH v2 10/34] handle_mounts(): pass dentry in, turn path into a pure out argument
  ` [RFC][PATCH v2 11/34] lookup_fast(): consolidate the RCU success case
  ` [RFC][PATCH v2 12/34] teach handle_mounts() to handle RCU mode
  ` [RFC][PATCH v2 13/34] lookup_fast(): take mount traversal into callers
  ` [RFC][PATCH v2 14/34] new step_into() flag: WALK_NOFOLLOW
  ` [RFC][PATCH v2 15/34] fold handle_mounts() into step_into()
  ` [RFC][PATCH v2 16/34] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
  ` [RFC][PATCH v2 17/34] expand the only remaining call of path_lookup_conditional()
  ` [RFC][PATCH v2 18/34] merging pick_link() with get_link(), part 1
  ` [RFC][PATCH v2 19/34] merging pick_link() with get_link(), part 2
  ` [RFC][PATCH v2 20/34] merging pick_link() with get_link(), part 3
  ` [RFC][PATCH v2 21/34] merging pick_link() with get_link(), part 4
  ` [RFC][PATCH v2 22/34] merging pick_link() with get_link(), part 5
  ` [RFC][PATCH v2 23/34] merging pick_link() with get_link(), part 6
  ` [RFC][PATCH v2 24/34] finally fold get_link() into pick_link()
  ` [RFC][PATCH v2 25/34] massage __follow_mount_rcu() a bit
  ` [RFC][PATCH v2 26/34] new helper: traverse_mounts()
  ` [RFC][PATCH v2 27/34] atomic_open(): return the right dentry in FMODE_OPENED case
  ` [RFC][PATCH v2 28/34] atomic_open(): lift the call of may_open() into do_last()
  ` [RFC][PATCH v2 29/34] do_last(): merge the may_open() calls
  ` [RFC][PATCH v2 30/34] do_last(): don't bother with keeping got_write in FMODE_OPENED case
  ` [RFC][PATCH v2 31/34] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
  ` [RFC][PATCH v2 32/34] do_last(): simplify the liveness analysis past finish_open_created
  ` [RFC][PATCH v2 33/34] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
  ` [RFC][PATCH v2 34/34] split the lookup-related parts of do_last() into a separate helper

[PATCH v7 00/23] Change readahead API
 2020-02-25  1:49 UTC  (42+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
  ` [Cluster-devel] "
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-25  0:09 UTC  (17+ messages)
` [PATCH V4 06/13] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer

[PATCH v4 0/3] io_uring: add splice(2) support
 2020-02-24 22:53 UTC  (8+ messages)
` [PATCH v4 1/3] splice: make do_splice public
` [PATCH v4 2/3] io_uring: add interface for getting files
` [PATCH v4 3/3] io_uring: add splice(2) support

[man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-02-24 20:50 UTC  (2+ messages)

[git pull] vfs.git fixes
 2020-02-24 20:25 UTC  (2+ messages)

[PATCH v3] proc: faster open/read/close with "permanent" files
 2020-02-24 17:55 UTC  (5+ messages)

[PATCH] vfs: Rename __is_local_mountpoint to is_local_mountpoint
 2020-02-24 17:32 UTC  (3+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-02-24 16:02 UTC  (11+ messages)
` [RFC PATCH v14 01/10] landlock: Add object and rule management
` [RFC PATCH v14 02/10] landlock: Add ruleset and domain management
` [RFC PATCH v14 03/10] landlock: Set up the security framework and manage credentials
` [RFC PATCH v14 04/10] landlock: Add ptrace restrictions
` [RFC PATCH v14 05/10] fs,landlock: Support filesystem access-control
` [RFC PATCH v14 06/10] landlock: Add syscall implementation
` [RFC PATCH v14 07/10] arch: Wire up landlock() syscall
` [RFC PATCH v14 08/10] selftests/landlock: Add initial tests
` [RFC PATCH v14 09/10] samples/landlock: Add a sandbox manager example
` [RFC PATCH v14 10/10] landlock: Add user and kernel documentation

[PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
 2020-02-24 16:29 UTC  (26+ messages)
                            ` [PATCH 0/7] proc: Dentry flushing without proc_mnt
                              ` [PATCH 7/7] proc: Ensure we see the exit of each process tid exactly once
                              ` [PATCH v2 0/6] proc: Dentry flushing without proc_mnt
                                ` [PATCH v2 1/6] proc: Rename in proc_inode rename sysctl_inodes sibling_inodes
                                ` [PATCH v2 2/6] proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache
                                ` [PATCH v2 3/6] proc: In proc_prune_siblings_dcache cache an aquired super block
                                ` [PATCH v2 4/6] proc: Use d_invalidate in proc_prune_siblings_dcache
                                ` [PATCH v2 5/6] proc: Clear the pieces of proc_inode that proc_evict_inode cares about
                                ` [PATCH v2 6/6] proc: Use a list of inodes to flush from proc

ext2, possible circular locking dependency detected
 2020-02-24 15:11 UTC  (5+ messages)

[PATCH V2 0/3] fstests: fixes for 64k pages and dax
 2020-02-24 13:46 UTC  (7+ messages)
` [PATCH V2 1/3] dax/dm: disable testing on devices that don't support dax
` [PATCH V2 3/3] xfs/300: modify test to work on any fs block size

Writing to FUSE via mmap extremely slow (sometimes) on some machines?
 2020-02-24 13:29 UTC 

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-24  8:08 UTC  (13+ messages)
` [PATCH v2 3/7] test_firmware: add partial read support for request_firmware_into_buf
  ` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver
  ` [RFC PATCH] misc: bcm-vk: image_tab[] can be static

Anunciese con 100 mil clientes potenciales
 2020-02-24  7:17 UTC 

[PATCH 3/7] docs: fix broken references to text files
 2020-02-24  9:26 UTC  (3+ messages)

[PATCH V2 0/4] mm/vma: Use all available wrappers when possible
 2020-02-24  5:03 UTC  (2+ messages)
` [PATCH V2 3/4] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()

[PATCH v4 0/3] protect page cache from freeing inode
 2020-02-24  3:17 UTC  (5+ messages)
` [PATCH v4 1/3] mm, list_lru: make memcg visible to lru walker isolation function
` [PATCH v4 2/3] mm, shrinker: make memcg low reclaim "
` [PATCH v4 3/3] inode: protect page cache from freeing inode

[PATCH RESEND v8 0/2] sched/numa: introduce numa locality
 2020-02-24  3:13 UTC  (13+ messages)
` [PATCH RESEND v8 1/2] sched/numa: introduce per-cgroup NUMA locality info

[RFC PATCH 0/5] allow unprivileged overlay mounts
 2020-02-24  2:45 UTC  (4+ messages)

[PATCH 16/30] proc: Add missing annotation for close_pdeo()
 2020-02-23 23:16 UTC 

[PATCH] staging: exfat: remove sync_alloc_bitmap()
 2020-02-23 19:23 UTC 

[PATCH] staging: exfat: remove exfat_buf_sync()
 2020-02-23 19:16 UTC 

[RFC] isofs iomap conversion
 2020-02-23 16:48 UTC 

[RFC PATCH v4 0/4] fs: add flag to linkat() for replacing destination
 2020-02-23 14:46 UTC  (3+ messages)
` [RFC PATCH xfstests] generic: add smoke test for AT_LINK_REPLACE

[PATCHv2-next 0/3] serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
 2020-02-23 12:10 UTC  (5+ messages)
` [PATCHv2-next 1/3] sysctl/sysrq: Remove __sysrq_enabled copy

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-02-23  9:58 UTC  (2+ messages)

[PATCH] staging: exfat: remove exfat_fat_sync()
 2020-02-23  8:07 UTC  (2+ messages)

[RFC PATCH] staging: exfat: remove symlink feature
 2020-02-23  8:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 06/58] dax: pass NOWAIT flag to iomap_apply
 2020-02-23  2:21 UTC  (3+ messages)
` [PATCH AUTOSEL 5.5 09/58] io_uring: flush overflowed CQ events in the io_uring_poll()
` [PATCH AUTOSEL 5.5 48/58] io-wq: don't call kXalloc_node() with non-online node

[PATCH AUTOSEL 5.4 06/50] dax: pass NOWAIT flag to iomap_apply
 2020-02-23  2:21 UTC 

[PATCH AUTOSEL 4.19 04/25] dax: pass NOWAIT flag to iomap_apply
 2020-02-23  2:23 UTC 

[PATCH AUTOSEL 4.14 03/21] dax: pass NOWAIT flag to iomap_apply
 2020-02-23  2:23 UTC 

[GIT PULL] zonefs fixes for 5.6-rc3
 2020-02-22 19:45 UTC  (2+ messages)

[PATCH 0/1] coredump: Fix null pointer dereference when kernel.core_pattern is "|"
 2020-02-22 14:17 UTC  (2+ messages)

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-22  8:06 UTC  (14+ messages)
` [PATCH 2/7] firmware: add offset to request_firmware_into_buf


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