linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 21:00:37 to 2020-02-20 02:27:35 UTC [more...]

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-20  2:27 UTC  (8+ messages)
` [PATCH v7 2/8] fs: Add standard casefolding support

[PATCH 19/19] nfs: Add example filesystem information [ver #16]
 2020-02-20  2:20 UTC  (3+ messages)

[PATCH 00/19] VFS: Filesystem information and notifications [ver #16]
 2020-02-20  0:53 UTC  (22+ messages)
` [PATCH 01/19] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 03/19] fsinfo: Provide a bitmap of supported features "
` [PATCH 05/19] vfs: Introduce a non-repeating system-unique superblock ID "
` [PATCH 11/19] afs: Support fsinfo() "
` [PATCH 13/19] vfs: Add a mount-notification facility "
` [PATCH 15/19] vfs: Add superblock notifications "
` [PATCH 18/19] ext4: Add example fsinfo information "

[PATCH] zonefs: fix documentation typos etc
 2020-02-20  1:28 UTC 

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-20  1:22 UTC  (9+ messages)
` [PATCH v2 1/7] fs: introduce kernel_pread_file* support
` [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 4/7] firmware: test partial file reads of request_firmware_into_buf
` [PATCH v2 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH v2 7/7] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver
  ` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver

[PATCH v13 0/2] New zonefs file system
 2020-02-20  1:15 UTC  (5+ messages)
` [PATCH v13 2/2] zonefs: Add documentation

[PATCH v3 0/3] introduce a uid/gid shifting bind mount
 2020-02-19 22:26 UTC  (13+ messages)
` [PATCH v3 2/3] fs: introduce "

[PATCH v3 00/25] user_namespace: introduce fsid mappings
 2020-02-19 21:56 UTC  (34+ messages)
` [PATCH v3 01/25] user_namespace: introduce fsid mappings infrastructure
` [PATCH v3 02/25] proc: add /proc/<pid>/fsuid_map
` [PATCH v3 03/25] proc: add /proc/<pid>/fsgid_map
` [PATCH v3 05/25] user_namespace: refactor map_write()
` [PATCH v3 06/25] user_namespace: make map_write() support fsid mappings
` [PATCH v3 07/25] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH v3 09/25] fs: add is_userns_visible() helper
` [PATCH v3 11/25] inode: inode_owner_or_capable(): handle fsid mappings
` [PATCH v3 15/25] posix_acl: "
` [PATCH v3 19/25] commoncap: handle fsid mappings with vfs caps
` [PATCH v3 24/25] sys: handle fsid mappings in set*id() calls

[RFC PATCH] vfs: syscalls: Add create_automount() and remove_automount()
 2020-02-19 21:39 UTC  (11+ messages)

[PATCH v2] proc: faster open/read/close with "permanent" files
 2020-02-19 21:06 UTC  (2+ messages)

[PATCH v7 00/23] Change readahead API
 2020-02-19 21:01 UTC  (25+ 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 03/24] mm: Ignore return value of ->readpages
` [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 06/24] mm: Rename various 'offset' parameters to 'index'
` [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [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 12/24] mm: Add page_cache_readahead_unbounded
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 15/24] erofs: Convert uncompressed files "
` [PATCH v7 16/24] erofs: Convert compressed "
` [PATCH v7 17/24] ext4: Convert "
` [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [PATCH v7 20/24] fuse: "
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

[PATCH] iomap: return partial I/O count on error in direct I/O
 2020-02-19 20:31 UTC  (5+ messages)

[PATCH v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (91+ messages)
` [PATCH v6 01/19] mm: Return void from various readahead functions
` [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [PATCH v6 04/19] mm: Rearrange readahead loop
` [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [PATCH v6 11/16] erofs: Convert compressed files "
` [PATCH v6 12/19] erofs: Convert uncompressed "
` [PATCH v6 13/19] erofs: Convert compressed "
` [PATCH v6 14/19] ext4: Convert "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[Linux-cachefs] About the ceph persistent caching with fscache
 2020-02-19 17:56 UTC 

possible deadlock in proc_pid_attr_write (2)
 2020-02-19 17:37 UTC 

[PATCH] staging: exfat: remove exfat_fat_sync()
 2020-02-19 16:17 UTC 

remove the di_uid/di_gid fields from the XFS icdinode
 2020-02-19 14:26 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] fs: fix a data race in i_size_write/i_size_read
 2020-02-19 12:18 UTC  (7+ messages)

[PATCH v2 00/16] Fanotify event with name info
 2020-02-19 11:22 UTC  (8+ messages)
` [PATCH v2 05/16] fsnotify: simplify arguments passing to fsnotify_parent()
` [PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event

[RFC] eventfd: add EFD_AUTORESET flag
 2020-02-19 11:10 UTC  (8+ messages)

[vfs:untested.uaccess 40/51] arch/sparc/include/asm/checksum_32.h:73:5: error: 'err_ptr' undeclared; did you mean 'si_ptr'?
 2020-02-19  8:26 UTC 

[RFC PATCH] staging: exfat: remove symlink feature
 2020-02-19  5:57 UTC 

[PATCH] proc: faster open/read/close with "permanent" files
 2020-02-19  5:29 UTC  (2+ messages)

[CIFS][PATCH] Honor the AT_SYNC_TYPE flags
 2020-02-19  5:04 UTC 

[LSF/MM/BPF TOPIC] FS Maintainers Don't Scale
 2020-02-19  1:17 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-18 23:54 UTC  (11+ messages)

[PATCH AUTOSEL 5.5 542/542] pipe: use exclusive waits when reading or writing
 2020-02-18 23:03 UTC  (9+ messages)

[RFC][PATCH] dax: Do not try to clear poison for partial pages
 2020-02-18 22:50 UTC  (6+ messages)

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-18 21:48 UTC  (9+ messages)
` [PATCH v5 1/8] pmem: Add functions for reading/writing page to/from pmem
` [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
` [PATCH v5 4/8] dax, pmem: Add a dax operation zero_page_range
` [PATCH v5 5/8] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
` [PATCH v5 6/8] dm,dax: Add dax zero_page_range operation
` [PATCH v5 7/8] dax,iomap: Start using dax native zero_page_range()
` [PATCH v5 8/8] dax,iomap: Add helper dax_iomap_zero() to zero a range

[PATCH v4 0/7] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-18 21:10 UTC  (4+ messages)
` [PATCH v4 2/7] pmem: Enable pmem_do_write() to deal with arbitrary ranges
  ` [dm-devel] "


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