linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-14 16:15:43 to 2020-10-17 20:11:12 UTC [more...]

[PATCH 0/2] generic_file_buffered_read() refactoring, perf improvements
 2020-10-17 20:10 UTC  (2+ messages)
` [PATCH 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-17  5:42 UTC  (30+ messages)
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code

[PATCH v9 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-17  2:13 UTC  (12+ messages)
` [PATCH v9 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v9 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v9 03/10] fs/ntfs3: Add bitmap
` [PATCH v9 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v9 05/10] fs/ntfs3: Add attrib operations
` [PATCH v9 06/10] fs/ntfs3: Add compression
` [PATCH v9 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v9 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v9 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v9 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 0/4] Some more lock_page work
 2020-10-16 23:03 UTC  (19+ messages)
    ` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

[GIT PULL] overlayfs update for 5.10
 2020-10-16 22:31 UTC  (2+ messages)

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-16 20:53 UTC  (10+ messages)
  ` [External] "

[Bug 209719] New: NULL pointer dereference
 2020-10-16 20:33 UTC 

[PATCH 0/2] Killable synchronous BIO submission
 2020-10-16 16:59 UTC  (5+ messages)
` [PATCH 1/2] block: Add submit_bio_killable
` [PATCH 2/2] fs: Make mpage_readpage synchronous

[PATCH v3 00/18] Allow readpage to return a locked page
 2020-10-16 16:04 UTC  (19+ messages)
` [PATCH v3 01/18] cachefiles: Handle readpage error correctly
` [PATCH v3 02/18] swap: Call aops->readahead if appropriate
` [PATCH v3 03/18] fs: Add AOP_UPDATED_PAGE return value
` [PATCH v3 04/18] mm/filemap: Inline wait_on_page_read into its one caller
` [PATCH v3 05/18] 9p: Tell the VFS that readpage was synchronous
` [PATCH v3 06/18] afs: "
` [PATCH v3 07/18] ceph: "
` [PATCH v3 08/18] cifs: "
` [PATCH v3 09/18] cramfs: "
` [PATCH v3 10/18] ecryptfs: "
` [PATCH v3 11/18] ext4: "
` [PATCH v3 12/18] ext4: Return error from ext4_readpage
` [PATCH v3 13/18] fuse: Tell the VFS that readpage was synchronous
` [PATCH v3 14/18] hostfs: "
` [PATCH v3 15/18] jffs2: "
` [PATCH v3 16/18] ubifs: "
` [PATCH v3 17/18] udf: "
` [PATCH v3 18/18] vboxsf: "

WARNING: suspicious RCU usage in io_init_identity
 2020-10-16 15:05 UTC  (3+ messages)

[PATCH v3 0/2] block, iomap: disable iopoll for split bio
 2020-10-16 13:30 UTC  (8+ messages)
` [PATCH v3 1/2] block: "
` [PATCH v3 2/2] block,iomap: disable iopoll when split needed

[RESEND PATCH v2 0/3] NFS User Namespaces with new mount API
 2020-10-16 12:45 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] NFS: Use cred from fscontext during fsmount
` [RESEND PATCH v2 2/3] samples/vfs: Split out common code for new syscall APIs
` [RESEND PATCH v2 3/3] samples/vfs: Add example leveraging NFS with new APIs and user namespaces

[PATCH v2 0/3] NFS User Namespaces
 2020-10-16 12:37 UTC  (4+ messages)
` [PATCH v2 1/3] NFS: Use cred from fscontext during fsmount
` [PATCH v2 2/3] samples/vfs: Split out common code for new syscall APIs
` [PATCH v2 3/3] samples/vfs: Add example leveraging NFS with new APIs and user namespaces

[RFC PATCH 0/5] implement containerized syncfs for overlayfs
 2020-10-16  9:22 UTC  (19+ messages)
` [RFC PATCH 1/5] fs: introduce notifier list for vfs inode

[PATCH v3 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode()
 2020-10-16  7:57 UTC  (2+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2020-10-16  6:50 UTC  (7+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-16  6:35 UTC  (16+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate "
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH 2/2] Documentation: add eventpoll to fs api-summary book
 2020-10-16  3:38 UTC 

[PATCH 1/2] fs/eventpoll.c: fix Returns: kernel-doc notation
 2020-10-16  3:37 UTC 

[GIT PULL] Fix unaligned direct IO read past EOF for 5.10-rc1
 2020-10-15 22:19 UTC  (2+ messages)

[GIT PULL] UDF, reiserfs, ext2, quota fixes for 5.10-rc1
 2020-10-15 22:19 UTC  (2+ messages)

[GIT PULL] configfs updates for 5.10
 2020-10-15 22:19 UTC  (2+ messages)

[PATCH 00/13] Clean up kernel_read/kernel_write
 2020-10-15 18:23 UTC  (7+ messages)
` [PATCH 01/13] fs: Allow a NULL pos pointer to __kernel_write
` [PATCH 02/13] fs: Allow a NULL pos pointer to __kernel_read

[PATCH 0/2] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-15 16:46 UTC  (9+ messages)
` [PATCH 1/2] vfs: move generic_remap_checks out of mm
` [PATCH 2/2] vfs: move the remap range helpers to remap_range.c
` [PATCH 3/2] vfs: move the generic write and copy checks out of mm

Unbreakable loop in fuse_fill_write_pages()
 2020-10-15 13:18 UTC  (3+ messages)

[PATCH][next] io_uring: fix flags check for the REQ_F_WORK_INITIALIZED setting
 2020-10-15 13:12 UTC  (2+ messages)

[PATCH v21 00/12] Landlock LSM
 2020-10-15 12:31 UTC  (8+ messages)
` [PATCH v21 07/12] landlock: Support filesystem access-control
` [PATCH v21 12/12] landlock: Add user and kernel documentation

[PATCH 00/14] Transparent Huge Page support for XFS
 2020-10-15  9:52 UTC  (27+ messages)
` [PATCH 01/14] fs: Support THPs in vfs_dedupe_file_range
` [PATCH 02/14] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH 03/14] iomap: Support THPs in BIO completion path
` [PATCH 04/14] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 05/14] iomap: Support THPs in invalidatepage
` [PATCH 07/14] iomap: Support THPs in readpage
` [PATCH 08/14] iomap: Support THPs in readahead
` [PATCH 09/14] iomap: Change iomap_write_begin calling convention
` [PATCH 14/14] xfs: Support THPs

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-15  9:49 UTC  (8+ messages)
` [PATCH 1/2] iomap: use page dirty state to seek data "
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range

[v2 0/2] block, iomap: disable iopoll for split bio
 2020-10-15  8:47 UTC  (6+ messages)
` [v2 1/2] block: "
` [v2 2/2] block,iomap: disable iopoll when split needed

[PATCH v8 0/2] avoid xfs transaction reservation recursion
 2020-10-15  8:31 UTC  (5+ messages)
` [PATCH v8 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 2/2] xfs: avoid transaction reservation recursion

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-15  7:45 UTC  (7+ messages)
` [PATCH v8 03/41] btrfs: Get zone information of zoned block devices
` [PATCH v8 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group

Fw: RE: [PATCH 2/3] exfat: remove useless check in exfat_move_file()
 2020-10-15  4:43 UTC 

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-10-14 22:25 UTC  (7+ messages)

[PATCH] fs: fix NULL dereference due to data race in prepend_path()
 2020-10-15  1:07 UTC  (7+ messages)

[PATCH] fs: clean up is_mounted() check with extra helper
 2020-10-15  1:37 UTC 

[GIT PULL] xfs: new code for 5.10, part 1
 2020-10-14 21:45 UTC  (2+ messages)

[GIT PULL] iomap: new code for 5.10-rc1
 2020-10-14 19:30 UTC  (2+ messages)

general protection fault in __se_sys_io_uring_register
 2020-10-14 17:02 UTC  (2+ messages)

WARNING in __writeback_inodes_sb_nr
 2020-10-14 16:47 UTC  (2+ messages)

PagePrivate handling
 2020-10-14 16:34 UTC  (5+ messages)


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