linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-19 03:59:06 to 2021-10-20 15:01:43 UTC [more...]

[RFC 0/3] extend vmalloc support for constrained allocations
 2021-10-20 15:00 UTC  (16+ messages)
` [RFC 1/3] mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
` [RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
  ` [PATCH] mm/vmalloc: be more explicit about supported gfp flags

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-10-20 14:54 UTC  (15+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
` [PATCH v6 3/7] fuse: support per-file DAX in fuse protocol
` [PATCH v6 4/7] fuse: negotiate per-file DAX in FUSE_INIT

[PATCH v2] writeback: prefer struct_size over open coded arithmetic
 2021-10-20 14:40 UTC  (2+ messages)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-20 14:38 UTC  (14+ messages)
` [PATCH v11 10/14] btrfs: add send stream v2 definitions
` [PATCH v11 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v11 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v11 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v11 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h

[PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
 2021-10-20 12:38 UTC  (3+ messages)

[PATCH v2] security: Return xattr name from security_dentry_init_security()
 2021-10-20 12:31 UTC  (6+ messages)

[PATCH 4.19,v2] VFS: Fix fuseblk memory leak caused by mount concurrency
 2021-10-20 12:30 UTC  (5+ messages)

[oss-security] CVE-2021-3847: OverlayFS - Potential Privilege Escalation using overlays copy_up
 2021-10-20 11:37 UTC  (3+ messages)

[PATCH v2] mm: Stop filemap_read() from grabbing a superfluous page
 2021-10-20 11:06 UTC  (3+ messages)

[PATCH 00/67] fscache: Rewrite index API and management system
 2021-10-20 10:57 UTC  (20+ messages)
` [PATCH 01/67] mm: Stop filemap_read() from grabbing a superfluous page
` [PATCH 02/67] vfs: Provide S_KERNEL_FILE inode flag
` [PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 07/67] fscache: Remove the netfs data from the cookie
` [Linux-cachefs] [PATCH 00/67] fscache: Rewrite index API and management system

[RFC 0/5] kernel: Introduce CPU Namespace
 2021-10-20 10:44 UTC  (7+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-20 10:09 UTC  (30+ messages)

[RFC Proposal] Deterministic memcg charging for shared memory
 2021-10-20  9:09 UTC  (4+ messages)

[PATCH v4 0/8] Remove dependency on congestion_wait in mm/
 2021-10-20  8:44 UTC  (13+ messages)
` [PATCH 1/8] mm/vmscan: Throttle reclaim until some writeback completes if congested
` [PATCH 2/8] mm/vmscan: Throttle reclaim and compaction when too may pages are isolated
` [PATCH 3/8] mm/vmscan: Throttle reclaim when no progress is being made
` [PATCH 4/8] mm/writeback: Throttle based on page writeback instead of congestion
` [PATCH 5/8] mm/page_alloc: Remove the throttling logic from the page allocator
` [PATCH 6/8] mm/vmscan: Centralise timeout values for reclaim_throttle
` [PATCH 7/8] mm/vmscan: Increase the timeout if page reclaim is not making progress
` [PATCH 8/8] mm/vmscan: Delay waking of tasks throttled on NOPROGRESS

[PATCH bpf-next 1/2] libfs: support RENAME_EXCHANGE in simple_rename()
 2021-10-20  8:29 UTC 

Folio discussion recap
 2021-10-20  7:50 UTC  (22+ messages)
      ` Folios for 5.15 request - Was: re: Folio discussion recap -
                  ` Splitting struct page into multiple types "

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-10-20  6:58 UTC  (13+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-20  5:50 UTC  (11+ messages)
` [PATCH v3 18/23] fs: remove a comment pointing to the removed mandatory-locking file
            ` [PATCH] locks: remove changelog comments

[PATCH v8 00/32] file system-wide error monitoring
 2021-10-20  3:11 UTC  (42+ messages)
` [PATCH v8 11/32] fsnotify: Protect fsnotify_handle_inode_event from no-inode events
` [PATCH v8 19/32] fanotify: Pre-allocate pool of error events
` [PATCH v8 20/32] fanotify: Dynamically resize the FAN_FS_ERROR pool
` [PATCH v8 21/32] fanotify: Support enqueueing of error events
` [PATCH v8 22/32] fanotify: Support merging "
` [PATCH v8 23/32] fanotify: Wrap object_fh inline space in a creator macro
` [PATCH v8 24/32] fanotify: Add helpers to decide whether to report FID/DFID
` [PATCH v8 25/32] fanotify: Report fid entry even for zero-length file_handle
` [PATCH v8 26/32] fanotify: WARN_ON against too large file handles
` [PATCH v8 27/32] fanotify: Report fid info for file related file system errors
` [PATCH v8 29/32] fanotify: Allow users to request FAN_FS_ERROR events
` [PATCH v8 30/32] ext4: Send notifications on error
` [PATCH v8 31/32] samples: Add fs error monitoring example
` [PATCH v8 32/32] docs: Document the FAN_FS_ERROR event

[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-20  1:57 UTC  (23+ messages)
` [PATCH v8 01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v8 02/17] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH v8 03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v8 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v8 05/17] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v8 06/17] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v8 07/17] gfs2: Clean up function may_grant
` [PATCH v8 08/17] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v8 09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v8 10/17] gfs2: Eliminate ip->i_gh
` [PATCH v8 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v8 12/17] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v8 13/17] iomap: Support partial direct I/O on user copy failures
` [PATCH v8 14/17] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v8 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v8 16/17] iov_iter: Introduce nofault "
` [PATCH v8 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O

[syzbot] WARNING in fuse_writepages_fill
 2021-10-20  1:54 UTC 

[PATCH v2] exfat: fix incorrect loading of i_blocks for large files
 2021-10-20  1:20 UTC  (2+ messages)

[RFC v4 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-19 22:30 UTC  (12+ messages)
` [v4 PATCH 2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v4 PATCH 3/6] mm: filemap: coding style cleanup for filemap_map_pmd()
` [v4 PATCH 5/6] mm: shmem: don't truncate page if memory failure happens

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-19 21:58 UTC  (4+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v11 3/3] mm: add anonymous vma name refcounting

[PATCH 0/2] Removing of old code
 2021-10-19 17:11 UTC  (4+ messages)
` [PATCH 1/2] fs/ntfs3: Remove unnecessary functions

[RFC] Optional FUSE flush-on-close
 2021-10-19 16:11 UTC 

[RFCv2] fuse: Sync attributes when the inode is clean in writeback mode
 2021-10-19 16:02 UTC 

[PATCH 00/14] firmware_loader: built-in API and make x86 use it
 2021-10-19 15:52 UTC  (9+ messages)
` [PATCH 04/14] firmware_loader: add built-in firmware kconfig entry

futher decouple DAX from block devices
 2021-10-19 15:44 UTC  (3+ messages)
` [PATCH 07/11] dax: remove dax_capable
  ` [dm-devel] "

[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
 2021-10-19 13:59 UTC  (13+ messages)

cleanup block device inode syncing
 2021-10-19 13:54 UTC  (14+ messages)
` [PATCH 1/7] fs: remove __sync_filesystem
` [PATCH 2/7] block: remove __sync_blockdev
` [PATCH 3/7] xen-blkback: use sync_blockdev
` [PATCH 4/7] btrfs: "
` [PATCH 5/7] fat: use sync_blockdev_nowait
` [PATCH 6/7] ntfs3: "
` [PATCH 7/7] block: simplify the block device syncing code

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2021-10-19  7:15 UTC  (3+ messages)
` [RFC PATCH v5 09/10] fs: introduce new helper sync_fs_and_blockdev()

[ANNOUNCE] autofs 5.1.8 release
 2021-10-19  6:07 UTC 

[PATCH] exfat: fix incorrect loading of i_blocks for large files
 2021-10-19  3:58 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).