linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-20 05:10:34 to 2020-02-21 18:02:19 UTC [more...]

[PATCH 00/17] VFS: Filesystem information and notifications [ver #17]
 2020-02-21 18:02 UTC  (4+ 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 V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-21 17:45 UTC  (20+ 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 04/13] fs/stat: Define DAX statx attribute
` [PATCH V4 05/13] fs/xfs: Isolate the physical DAX flag from enabled
` [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 08/13] fs: Prevent DAX state change if file is mmap'ed
` [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 V4 11/13] fs/xfs: Allow toggle of effective DAX flag
` [PATCH V4 12/13] fs/xfs: Remove xfs_diflags_to_linux()
` [PATCH V4 13/13] Documentation/dax: Update Usage section

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

[PATCH 01/19] vfs: syscall: Add fsinfo() to query filesystem information [ver #16]
 2020-02-21 17:36 UTC  (45+ messages)
` [PATCH 00/19] VFS: Filesystem information and notifications "
  ` [PATCH 02/19] fsinfo: Add syscalls to other arches "
  ` [PATCH 03/19] fsinfo: Provide a bitmap of supported features "
  ` [PATCH 04/19] vfs: Add mount change counter "
  ` [PATCH 05/19] vfs: Introduce a non-repeating system-unique superblock ID "
  ` [PATCH 06/19] vfs: Allow fsinfo() to look up a mount object by "
  ` [PATCH 11/19] afs: Support fsinfo() "
  ` [PATCH 13/19] vfs: Add a mount-notification facility "
        ` 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 v7 0/9] Inline Encryption Support
 2020-02-21 17:35 UTC  (18+ 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 v8 07/11] proc: flush task dcache entries from all procfs instances
 2020-02-21 16:50 UTC  (33+ messages)
                            ` [PATCH 0/7] proc: Dentry flushing without proc_mnt
                              ` [PATCH 1/7] proc: Rename in proc_inode rename sysctl_inodes sibling_inodes
                              ` [PATCH 2/7] proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache
                              ` [PATCH 3/7] proc: Mov rcu_read_(lock|unlock) in proc_prune_siblings_dcache
                              ` [PATCH 4/7] proc: Use d_invalidate "
                              ` [PATCH 5/7] proc: Clear the pieces of proc_inode that proc_evict_inode cares about
                              ` [PATCH 6/7] proc: Use a list of inodes to flush from proc
                              ` [PATCH 7/7] proc: Ensure we see the exit of each process tid exactly once

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

remove the di_uid/di_gid fields from the XFS icdinode
 2020-02-21 16:29 UTC  (10+ messages)
` [PATCH 1/3] xfs: ensure that the inode uid/gid match values match the icdinode ones
` [PATCH 2/3] xfs: remove the icdinode di_uid/di_gid members
` [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 v7 00/23] Change readahead API
 2020-02-21 15:35 UTC  (37+ 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 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] 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 0/3] fstests: fixes for 64k pages and dax
 2020-02-21 13:53 UTC  (7+ 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

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

[GIT PULL] zonefs fixes for 5.6-rc3
 2020-02-21 11:15 UTC 

[PATCH] zonefs: fix documentation typos etc
 2020-02-21 11:03 UTC  (3+ 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)

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-21  9:22 UTC  (15+ messages)
` [PATCH v2 2/7] firmware: add offset to request_firmware_into_buf
` [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

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

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 v5] Add a "nosymfollow" mount option
 2020-02-21  1:21 UTC  (9+ messages)

[PATCH v2 00/16] Fanotify event with name info
 2020-02-20 22:10 UTC  (2+ messages)

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-20 21:57 UTC  (7+ messages)
` [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len
` [PATCH v5 3/8] pmem: Enable pmem_do_write() to deal with arbitrary ranges

[Lsf-pc] [LSF/MM/BPF TOPIC] Atomic Writes
 2020-02-20 21:30 UTC  (3+ messages)

[PATCH 0/4] ovl: allow virtiofs as upper
 2020-02-20 20:00 UTC  (7+ messages)
` [PATCH 4/4] ovl: alllow remote upper

[RFC PATCH] security,anon_inodes,kvm: enable security support for anon inodes
 2020-02-20 18:50 UTC  (4+ messages)

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-20 17:00 UTC  (14+ messages)

[CIFS][PATCH] Honor the AT_SYNC_TYPE flags
 2020-02-20 16:15 UTC  (2+ messages)

[PATCH v2 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-20 15:40 UTC  (13+ messages)
` [PATCH v2 09/21] btrfs: factor out create_chunk()
` [PATCH v2 13/21] btrfs: move vairalbes for clustered allocation into find_free_extent_ctl
` [PATCH v2 19/21] btrfs: factor out chunk_allocation_failed()
` [PATCH v2 20/21] btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-02-20 15:24 UTC 

[PATCH] proc: faster open/read/close with "permanent" files (fwd)
 2020-02-20 14:47 UTC 

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-02-20 14:35 UTC  (15+ messages)

[PATCH v3 00/25] user_namespace: introduce fsid mappings
 2020-02-20 14:26 UTC  (6+ messages)
` [PATCH v3 09/25] fs: add is_userns_visible() helper

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-02-20 10:07 UTC  (3+ messages)

[PATCH v2] proc: faster open/read/close with "permanent" files
 2020-02-20  7:13 UTC  (3+ messages)

[PATCH] fcntl: Distribute switch variables for initialization
 2020-02-20  6:22 UTC 

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

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

[PATCH 05/19] vfs: Introduce a non-repeating system-unique superblock ID [ver #16]
 2020-02-19 16:53 UTC 

[PATCH 03/19] fsinfo: Provide a bitmap of supported features [ver #16]
 2020-02-19 16:37 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).