linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-20 20:06:45 to 2020-02-22 08:07:19 UTC [more...]

[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 v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-22  8:02 UTC  (20+ 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 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

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

[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  (28+ 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 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 

[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

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)

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

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 v2 00/16] Fanotify event with name info
 2020-02-20 22:10 UTC  (2+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Atomic Writes
 2020-02-20 21:30 UTC  (3+ 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).