linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-17 08:04:24 to 2022-01-20 07:16:30 UTC [more...]

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-01-20  7:12 UTC  (4+ 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 4/5] f2fs: "

[PATCH] aio: Adjust the position of get_reqs_available() in aio_get_req()
 2022-01-20  6:42 UTC 

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

[PATCH] pipe: remove redundant assignment to pointer buf
 2022-01-19 22:56 UTC 

[PATCH] fs/coredump: rate limit the unsafe core_pattern warning
 2022-01-19 22:27 UTC 

[PATCH] vfs: check dentry is still valid in get_link()
 2022-01-19 22:07 UTC  (25+ messages)

[PATCH] devtmpfs: drop redundant fs parameters from internal fs
 2022-01-19 22:02 UTC 

[PATCH RESEND] mount: warn only once about timestamp range expiration
 2022-01-19 20:29 UTC 

[PATCH] perf_events: sysctl: Avoid unused one_thousand definition
 2022-01-19 19:40 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 v2] proc: "mount -o lookup=" support
 2022-01-19 18:30 UTC  (7+ messages)

improve the bio allocation interface
 2022-01-19 15:32 UTC  (31+ 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 v1] proc/vmcore: fix false positive lockdep warning
 2022-01-19 15:19 UTC  (4+ messages)

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

[PATCH 00/11] fscache, cachefiles: Rewrite fixes/updates
 2022-01-19 11:15 UTC  (18+ 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 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] unicode: clean up the Kconfig symbol confusion
 2022-01-19  8:28 UTC  (3+ messages)
`  "

[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

[PATCH] fnotify: invalidate dcache before IN_DELETE event
 2022-01-18 12:27 UTC  (2+ messages)

[PATCH 0/2] udf: Inline format expansion fixes
 2022-01-18 10:11 UTC  (4+ 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

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] aio: inform block layer of how many requests we are submitting
 2022-01-18  9:17 UTC 

[PATCH v7 0/2] init/initramfs.c: make initramfs support pivot_root
 2022-01-18  7:41 UTC  (4+ messages)
` [PATCH v7 1/2] init/main.c: introduce function ramdisk_exec_exist()
` [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)

[PATCH - regression] devtmpfs: reconfigure on each mount
 2022-01-17 22:57 UTC  (11+ messages)
          ` [PATCH - resend] devtmpfs regression fix: "

[PATCH 00/12] Enabling large folios for 5.17
 2022-01-17 21:00 UTC  (8+ messages)
` [PATCH 02/12] filemap: Use folio_put_refs() in filemap_free_folio()
` [PATCH 04/12] mm/vmscan: Free non-shmem folios without splitting them

[PATCH] mpage: remove ineffective __GFP_HIGH flag
 2022-01-17 18:09 UTC  (3+ messages)

[PATCH 1/3] ceph: Make ceph_netfs_issue_op() handle inlined data (untested)
 2022-01-17 17:50 UTC  (7+ messages)
` [PATCH 2/3] ceph: Uninline the data on a file opened for writing
` [PATCH 3/3] ceph: Remove some other inline-setting bits

[PATCH] iomap: Address soft lockup in iomap_finish_ioend()
 2022-01-17 17:36 UTC  (14+ messages)

[PATCH 1/3] ceph: Uninline the data on a file opened for writing
 2022-01-17 15:57 UTC  (10+ messages)
` [PATCH 2/3] ceph: Remove some other inline-setting bits
` [PATCH 3/3] ceph: Make ceph_netfs_issue_op() handle inlined data (untested)

[PATCH 0/6] ext4/jbd2: inline_data fixes and some cleanups
 2022-01-17 14:38 UTC  (6+ messages)
` [PATCH 6/6] jbd2: No need to use t_handle_lock in jbd2_journal_wait_updates

[PATCHv2 0/5] ext4/jbd2: inline_data fixes and minor cleanups
 2022-01-17 12:11 UTC  (6+ messages)
` [PATCHv2 1/5] ext4: Fix error handling in ext4_restore_inline_data()
` [PATCHv2 2/5] ext4: Remove redundant max inline_size check in ext4_da_write_inline_data_begin()
` [PATCHv2 3/5] ext4: Fix error handling in ext4_fc_record_modified_inode()
` [PATCHv2 4/5] jbd2: Cleanup unused functions declarations from jbd2.h
` [PATCHv2 5/5] jbd2: Refactor wait logic for transaction updates into a common function

[PATCH] fs: read_write: fix coding style error
 2022-01-17 12:05 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).