linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 01:26:36 to 2020-02-23 01:26:05 UTC [more...]

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-02-23  1:16 UTC  (34+ 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

[PATCH v3] proc: faster open/read/close with "permanent" files
 2020-02-22 20:39 UTC  (2+ messages)

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

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-02-22 19:29 UTC 

[PATCH 3/7] docs: fix broken references to text files
 2020-02-22 17:51 UTC  (2+ messages)

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-22 16:44 UTC  (16+ messages)
` [PATCH v2 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v2 5/7] bcm-vk: add bcm_vk UAPI
  ` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver
  ` [RFC PATCH] misc: bcm-vk: image_tab[] can be static

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

[PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
 2020-02-22 15:46 UTC  (12+ 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 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  (15+ messages)
` [PATCH 2/7] firmware: add offset to request_firmware_into_buf

[PATCH v7 0/9] Inline Encryption Support
 2020-02-22  5:39 UTC  (25+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
` [PATCH v7 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [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 8/9] f2fs: "
` [PATCH v7 9/9] ext4: "

[PATCH V2 0/3] fstests: fixes for 64k pages and dax
 2020-02-22  5:31 UTC  (9+ messages)
` [PATCH V2 1/3] dax/dm: disable testing on devices that don't support dax
` [PATCH V2 2/3] t_mmap_collision: fix hard-coded page size
` [PATCH V2 3/3] xfs/300: modify test to work on any fs block size

[LSF/MM/BPF ATTEND]: gup+dma, struct-less page support for devices, THP migration, memory hinting
 2020-02-22  3:42 UTC 

ext2, possible circular locking dependency detected
 2020-02-22  2:53 UTC 

[PATCH v7 00/23] Change readahead API
 2020-02-22  1:54 UTC  (34+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index'
` [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 11/24] mm: Move end_index check out of readahead loop
` [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-22  0:33 UTC  (22+ messages)
` [PATCH V4 01/13] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V4 02/13] fs/xfs: Clarify lockdep dependency for xfs_isilocked()
` [PATCH V4 03/13] fs: Remove unneeded IS_DAX() check
` [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 10/13] fs/xfs: Clean up locking in dax invalidate

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

[PATCH] ext4: use non-movable memory for superblock readahead
 2020-02-21 20:40 UTC  (2+ messages)

[PATCH 00/17] VFS: Filesystem information and notifications [ver #17]
 2020-02-21 20:21 UTC  (19+ messages)
` [PATCH 01/17] watch_queue: Add security hooks to rule on setting mount and sb watches "
` [PATCH 02/17] watch_queue: Implement mount topology and attribute change notifications "
` [PATCH 03/17] watch_queue: sample: Display mount tree "
` [PATCH 04/17] watch_queue: Introduce a non-repeating system-unique superblock ID "
` [PATCH 05/17] watch_queue: Add superblock notifications "
` [PATCH 06/17] watch_queue: sample: Display "
` [PATCH 07/17] fsinfo: Add fsinfo() syscall to query filesystem information "
` [PATCH 08/17] fsinfo: Provide a bitmap of supported features "
` [PATCH 09/17] fsinfo: Allow fsinfo() to look up a mount object by ID "
` [PATCH 10/17] fsinfo: Allow mount information to be queried "
` [PATCH 11/17] fsinfo: sample: Mount listing program "
` [PATCH 12/17] fsinfo: Allow the mount topology propogation flags to be retrieved "
` [PATCH 13/17] fsinfo: Query superblock unique ID and notification counter "
` [PATCH 14/17] fsinfo: Add API documentation "
` [PATCH 15/17] fsinfo: Add support for AFS "
` [PATCH 16/17] fsinfo: Add example support for Ext4 "
` [PATCH 17/17] fsinfo: Add example support for NFS "

[PATCH v5] Add a "nosymfollow" mount option
 2020-02-21 18:21 UTC  (10+ messages)

[PATCH 13/19] vfs: Add a mount-notification facility [ver #16]
 2020-02-21 18:10 UTC  (30+ messages)
` [PATCH 00/19] VFS: Filesystem information and notifications "
  ` [PATCH 02/19] fsinfo: Add syscalls to other arches "
  ` [PATCH 04/19] vfs: Add mount change counter "
  ` [PATCH 06/19] vfs: Allow fsinfo() to look up a mount object by ID "
  ` [PATCH 11/19] afs: Support fsinfo() "
        ` seq_lock and lockdep_is_held() assertions
  ` [PATCH 15/19] vfs: Add superblock notifications [ver #16]
  ` [PATCH 18/19] ext4: Add example fsinfo information "

[PATCH] fs: move the posix_acl_fix_xattr_{to_from}_user out of xattr code
 2020-02-21 17:37 UTC 

remove the di_uid/di_gid fields from the XFS icdinode
 2020-02-21 16:29 UTC  (6+ messages)
` [PATCH 3/3] xfs: remove the kuid/kgid conversion wrappers

[PATCH] io_uring: prevent sq_thread from spinning when it should stop
 2020-02-21 16:16 UTC  (2+ messages)

[PATCH RESEND v8 0/2] sched/numa: introduce numa locality
 2020-02-21 15:47 UTC  (10+ messages)
` [PATCH RESEND v8 1/2] sched/numa: introduce per-cgroup NUMA locality info

[PATCH] zonefs: fix IOCB_NOWAIT handling
 2020-02-21 14:37 UTC 

[PATCH v6 0/9] Inline Encryption Support
 2020-02-21 14:20 UTC  (12+ messages)

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-02-21 13:14 UTC  (6+ messages)

[PATCH v2 00/25] Large pages in the page cache
 2020-02-21 12:42 UTC  (9+ messages)
` [PATCH v2 13/25] fs: Add zero_user_large

[RFCv2 0/4] ext4: bmap & fiemap conversion to use iomap
 2020-02-21 11:47 UTC  (11+ messages)

[PATCH] zonefs: fix documentation typos etc
 2020-02-21 11:03 UTC  (2+ messages)

mmotm 2020-02-19-19-51 uploaded
 2020-02-21 10:35 UTC  (2+ messages)
  ` [Intel-gfx] mmotm 2020-02-19-19-51 uploaded (gpu/drm/i915/ + HDRTEST)

XFS reports lchmod failure, but changes file system contents
 2020-02-21  5:21 UTC  (10+ messages)

[PATCH] fs: fix a data race in i_size_write/i_size_read
 2020-02-21  4:19 UTC  (2+ messages)

[PATCH 11/19] afs: Support fsinfo() [ver #16]
 2020-02-20 14:58 UTC 

[PATCH 18/19] ext4: Add example fsinfo information [ver #16]
 2020-02-19 17:04 UTC 

[PATCH 00/19] VFS: Filesystem information and notifications [ver #16]
 2020-02-19 10:23 UTC 


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