linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 03:56:31 to 2022-01-21 01:10:53 UTC [more...]

[PATCH] unicode: clean up the Kconfig symbol confusion
 2022-01-21  1:10 UTC  (4+ messages)
`  "

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-01-20 23:57 UTC  (16+ messages)
` [PATCH v10 1/5] fscrypt: add functions for direct I/O support
` [PATCH v10 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v10 3/5] ext4: "
` [PATCH v10 4/5] f2fs: "
` [PATCH v10 5/5] fscrypt: update documentation for direct I/O support

[PATCH v2 1/2] fsnotify: invalidate dcache before IN_DELETE event
 2022-01-20 21:53 UTC  (2+ messages)
` [PATCH v2 2/2] fsnotify: fix fsnotify hooks in pseudo filesystems

[GIT PULL] xfs: legacy Irix ioctl housecleaning for 5.17-rc1, part 2
 2022-01-20 18:59 UTC 

[GIT PULL] xfs: legacy Irix ioctl housecleaning for 5.17-rc1, part 1
 2022-01-20 18:45 UTC 

[GIT PULL] xfs: DMAPI ioctl housecleaning for 5.17-rc1
 2022-01-20 18:20 UTC 

[PATCH RESEND] mount: warn only once about timestamp range expiration
 2022-01-20 18:03 UTC  (4+ messages)

[PATCH] vfs: check dentry is still valid in get_link()
 2022-01-20 16:34 UTC  (26+ messages)

[PATCHv2 0/5] ext4/jbd2: inline_data fixes and minor cleanups
 2022-01-20 15:58 UTC  (2+ messages)

[PATCH] fnotify: invalidate dcache before IN_DELETE event
 2022-01-20 15:31 UTC  (5+ messages)

[PATCH] perf_events: sysctl: Avoid unused one_thousand definition
 2022-01-20 14:50 UTC  (2+ messages)

[PATCH v2] proc: "mount -o lookup=" support
 2022-01-20 14:37 UTC  (11+ messages)

[PATCH -next] fanotify: remove variable set but not used
 2022-01-20 12:57 UTC  (2+ messages)

[PATCH v1 00/23] fscache,erofs: fscache-based demand-read semantics
 2022-01-20 12:43 UTC  (7+ messages)
` [PATCH v1 19/23] cachefiles: implement .demand_read() for demand read

[PATCH] aio: Adjust the position of get_reqs_available() in aio_get_req()
 2022-01-20 11:33 UTC  (3+ messages)

[PATCH 0/2] udf: Inline format expansion fixes
 2022-01-20 11:19 UTC  (7+ messages)
` [PATCH 1/2] udf: Fix NULL ptr deref when converting from inline format
` [PATCH 2/2] udf: Restore i_lenAlloc when inode expansion fails

[PATCH v3 0/7] DAX poison recovery
 2022-01-20  9:55 UTC  (2+ messages)

[PATCH 00/11] fscache, cachefiles: Rewrite fixes/updates
 2022-01-20  9:37 UTC  (20+ messages)
` [PATCH 01/11] fscache: Fix the volume collision wait condition
` [PATCH 02/11] cachefiles: Calculate the blockshift in terms of bytes, not pages
` [PATCH 03/11] cachefiles: set default tag name if it's unspecified
` [PATCH 04/11] cachefiles: Make some tracepoint adjustments
` [PATCH 05/11] cachefiles: Trace active-mark failure
` [PATCH 06/11] cachefiles: Explain checks in a comment
` [PATCH 07/11] cachefiles: Check that the backing filesystem supports tmpfiles
` [PATCH 08/11] fscache: Add a comment explaining how page-release optimisation works
` [PATCH 09/11] vfs, fscache: Add an IS_KERNEL_FILE() macro for the S_KERNEL_FILE flag
` [PATCH 10/11] netfs: Make ops->init_rreq() optional
` [PATCH 11/11] cifs: Support fscache indexing rewrite

[PATCH] fs: fix GPF in nilfs_mdt_destroy
 2022-01-20  9:28 UTC  (2+ messages)

[PATCH] aio: inform block layer of how many requests we are submitting
 2022-01-20  9:03 UTC  (2+ messages)

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-20  8:59 UTC  (19+ messages)
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 05/10] fsdax: fix function description
` [PATCH v9 07/10] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v9 08/10] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings

[PATCH] pipe: remove redundant assignment to pointer buf
 2022-01-20  8:51 UTC  (2+ messages)

[PATCH] fs/coredump: rate limit the unsafe core_pattern warning
 2022-01-20  8:51 UTC  (2+ messages)

improve the bio allocation interface
 2022-01-20  8:46 UTC  (34+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
` [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio
` [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio
` [PATCH 04/19] ntfs3: remove ntfs_alloc_bio
` [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [PATCH 06/19] dm-crypt: remove clone_init
` [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [PATCH 08/19] dm-thin: "
` [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep
` [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma
` [PATCH 11/19] rnbd-src: remove struct rnbd_dev_blk_io
` [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep
` [PATCH 13/19] block: move blk_next_bio to bio.c
` [PATCH 14/19] block: pass a block_device and opf to blk_next_bio
` [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset
` [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb
` [PATCH 17/19] block: pass a block_device and opf to bio_alloc
` [PATCH 18/19] block: pass a block_device and opf to bio_init
` [PATCH 19/19] block: pass a block_device and opf to bio_reset

[PATCH] devtmpfs: drop redundant fs parameters from internal fs
 2022-01-20  8:46 UTC  (3+ messages)

[PATCH] xfs, iomap: limit individual ioend chain lengths in writeback
 2022-01-20  3:47 UTC 

[PATCH v2] proc/vmcore: fix possible deadlock on concurrent mmap and read
 2022-01-19 19:34 UTC 

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-01-19 18:49 UTC  (8+ messages)
` [RFC PATCH v10 43/48] ceph: add read/modify/write to ceph_sync_write
` [RFC PATCH v10 44/48] ceph: plumb in decryption during sync reads

[PATCH v1] proc/vmcore: fix false positive lockdep warning
 2022-01-19 15:19 UTC  (4+ messages)

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-19  9:33 UTC  (7+ messages)
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed

[PATCH v2 00/20] fscache,erofs: fscache-based demand-read semantics
 2022-01-19  6:40 UTC  (22+ messages)
` [PATCH v2 01/20] netfs: make @file optional in netfs_alloc_read_request()
` [PATCH v2 02/20] netfs,cachefiles: manage logical/physical offset separately
` [PATCH v2 03/20] netfs,fscache: support on-demand reading
` [PATCH v2 04/20] cachefiles: extract generic daemon write function
` [PATCH v2 05/20] cachefiles: detect backing file size in on-demand read mode
` [PATCH v2 06/20] cachefiles: introduce new devnode for "
` [PATCH v2 07/20] erofs: use meta buffers for erofs_read_superblock()
` [PATCH v2 08/20] erofs: export erofs_map_blocks()
` [PATCH v2 09/20] erofs: add mode checking helper
` [PATCH v2 10/20] erofs: register global fscache volume
` [PATCH v2 11/20] erofs: add cookie context helper functions
` [PATCH v2 12/20] erofs: add anonymous inode managing page cache of blob file
` [PATCH v2 13/20] erofs: register cookie context for bootstrap blob
` [PATCH v2 14/20] erofs: implement fscache-based metadata read
` [PATCH v2 15/20] erofs: implement fscache-based data read for non-inline layout
` [PATCH v2 16/20] erofs: implement fscache-based data read for inline layout
` [PATCH v2 17/20] erofs: register cookie context for data blobs
` [PATCH v2 18/20] erofs: implement fscache-based data read "
` [PATCH v2 19/20] erofs: add 'uuid' mount option
` [PATCH v2 20/20] erofs: support on-demand reading
` [Linux-cachefs] [PATCH v2 00/20] fscache, erofs: fscache-based demand-read semantics

[PATCH v6 0/6] initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2022-01-18 17:25 UTC  (2+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-18 13:21 UTC  (13+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v4 03/12] mm: Introduce memfile_notifier
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier
` [PATCH v4 05/12] KVM: Extend the memslot to support fd-based private memory
` [PATCH v4 06/12] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v4 07/12] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v4 08/12] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v4 09/12] KVM: Handle page fault for private memory
` [PATCH v4 10/12] KVM: Register private memslot to memory backing store
` [PATCH v4 11/12] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

Potential regression after fsnotify_nameremove() rework in 5.3
 2022-01-18 10:06 UTC  (10+ messages)

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-18  9:41 UTC  (3+ messages)
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space

[PATCH v7 0/2] init/initramfs.c: make initramfs support pivot_root
 2022-01-18  7:41 UTC  (3+ messages)
` [PATCH v7 2/2] init/do_mounts.c: create second mount for initramfs

Out of order read() completion and buffer filling beyond returned amount
 2022-01-18  7:25 UTC  (4+ messages)

[GIT PULL] orangefs: fixes for 5.17
 2022-01-18  4:53 UTC  (2+ 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).