linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-10 04:03:10 to 2022-02-14 22:47:26 UTC [more...]

[PATCH v1 00/14] Support sync buffered writes for io-uring
 2022-02-14 22:46 UTC  (22+ messages)
` [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
` [PATCH v1 02/14] mm: Introduce do_generic_perform_write
` [PATCH v1 03/14] mm: add noio support in filemap_get_pages
` [PATCH v1 04/14] mm: Add support for async buffered writes
` [PATCH v1 05/14] fs: split off __alloc_page_buffers function
` [PATCH v1 06/14] fs: split off __create_empty_buffers function
` [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
` [PATCH v1 08/14] fs: add support for async buffered writes
` [PATCH v1 09/14] io_uring: "
` [PATCH v1 10/14] io_uring: Add tracepoint for short writes
` [PATCH v1 11/14] sched: add new fields to task_struct
` [PATCH v1 12/14] mm: support write throttling for async buffered writes
` [PATCH v1 13/14] io_uring: "
` [PATCH v1 14/14] block: enable async buffered writes for block devices

[ANNOUNCE] autofs 5.1.8 release
 2022-02-14 22:46 UTC  (4+ messages)

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2022-02-14 21:10 UTC  (2+ messages)

[PATCH v3 00/10] Add Copy offload support
 2022-02-14 22:08 UTC  (12+ messages)
    ` [PATCH v3 01/10] block: make bio_map_kern() non static
    ` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support
    ` [PATCH v3 03/10] block: Add copy offload support infrastructure
    ` [PATCH v3 04/10] block: Introduce a new ioctl for copy
    ` [PATCH v3 05/10] block: add emulation "
    ` [PATCH v3 06/10] nvme: add copy offload support
    ` [PATCH v3 07/10] nvmet: add copy command support for bdev and file ns
    ` [PATCH v3 08/10] dm: Add support for copy offload
    ` [PATCH v3 09/10] dm: Enable copy offload for dm-linear target
    ` [PATCH v3 10/10] dm kcopyd: use copy offload support

[PATCH RFC fs/namespace] Make kern_unmount() use synchronize_rcu_expedited()
 2022-02-14 21:41 UTC  (5+ messages)

[PATCH v2 0/2] btrfs: zoned: mark relocation as writing
 2022-02-14 21:35 UTC  (6+ messages)
` [PATCH v2 1/2] fs: add asserting functions for sb_start_{write,pagefault,intwrite}
` [PATCH v2 2/2] btrfs: zoned: mark relocation as writing

[PATCH] exec: cleanup comments
 2022-02-14 19:31 UTC  (3+ messages)

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-02-14 21:10 UTC  (12+ messages)
` [RFC PATCH v10 10/48] ceph: implement -o test_dummy_encryption mount option

fs: race between vfs_rename and do_linkat (mv and link)
 2022-02-14 21:07 UTC 

[PATCH 00/10] Various fixes around invalidate_page()
 2022-02-14 20:00 UTC  (11+ messages)
` [PATCH 01/10] splice: Use a folio in page_cache_pipe_buf_try_steal()
` [PATCH 02/10] mm/truncate: Inline invalidate_complete_page() into its one caller
` [PATCH 03/10] mm/truncate: Convert invalidate_inode_page() to use a folio
` [PATCH 04/10] mm/truncate: Replace page_mapped() call in invalidate_inode_page()
` [PATCH 05/10] mm: Convert remove_mapping() to take a folio
` [PATCH 06/10] mm/truncate: Split invalidate_inode_page() into mapping_shrink_folio()
` [PATCH 07/10] mm/truncate: Convert __invalidate_mapping_pages() to use a folio
` [PATCH 08/10] mm: Turn deactivate_file_page() into deactivate_file_folio()
` [PATCH 09/10] mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pages()
` [PATCH 10/10] fs: Move many prototypes to pagemap.h

[PATCH] inode: fix comment for find_inode_by_ino_rcu
 2022-02-14 17:57 UTC 

[PATCH RFC v13 0/4] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-14 17:24 UTC  (7+ messages)
` [PATCH RFC v13 1/4] fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock
` [PATCH RFC v13 2/4] fs/lock: add new callback, lm_lock_expired, to lock_manager_operations
` [PATCH RFC v13 3/4] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC v13 4/4] nfsd: Initial implementation of NFSv4 Courteous Server

[RFC PATCH 3/7] cifs: Change the I/O paths to use an iterator rather than a page list
 2022-02-14 16:33 UTC  (6+ messages)
` [RFC][RFC PATCH 0/7] cifs: In-progress conversion to use iov_iters and netfslib
  ` [RFC PATCH 7/7] cifs: Use netfslib to handle reads

mmotm 2022-02-11-15-07 uploaded
 2022-02-14 15:15 UTC  (5+ messages)
` mmotm 2022-02-11-15-07 uploaded (objtool: (b))
` mmotm 2022-02-11-15-07 uploaded (objtool: ftrace_likely_update)

[PATCH 1/1] Revert "iomap: fall back to buffered writes for invalidation failures"
 2022-02-14 14:43 UTC  (12+ messages)

[PATCH 00/56] Filesystem folio conversions for 5.18
 2022-02-14 14:19 UTC  (8+ messages)
` [PATCH 26/56] gfs2: Convert invalidatepage to invalidate_folio
` [PATCH 42/56] fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()

[ANNOUNCE] util-linux v2.37.4
 2022-02-14 11:06 UTC 

Report a fuse deadlock scenario issue
 2022-02-14  9:49 UTC 

[PATCH] fs/namespace: eliminate unnecessary mount counting
 2022-02-14  8:29 UTC  (4+ messages)
  ` [PATCH] clean overflow checks in count_mounts() a bit

[PATCH] block: add filemap_invalidate_lock_killable()
 2022-02-14  8:17 UTC  (5+ messages)

[PATCH v1 0/2] io-uring: Make statx api stable
 2022-02-14  4:01 UTC  (3+ messages)
` [PATCH v1 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename

[RFC 0/1] ext4: Performance scalability improvement with fast_commit
 2022-02-14  3:57 UTC  (2+ messages)
` [RFC 1/1] ext4: Improve fast_commit performance and scalability

[syzbot] WARNING in iomap_iter
 2022-02-14  2:58 UTC  (4+ messages)

[PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-02-13 13:02 UTC  (2+ messages)
` [PATCH v10.1 "

[PATCH v10 1/9] dax: Introduce holder for dax_device
 2022-02-13 12:58 UTC  (2+ messages)
` [PATCH v10.1 "

[PATCH] sched: move deadline_period sysctls to deadline.c
 2022-02-13 12:12 UTC  (2+ messages)

[PATCH] fs: update outdated documentation about i_mutex lock
 2022-02-12 14:53 UTC 

PKS for the page cache and beyond
 2022-02-12  1:05 UTC 

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2022-02-12  0:01 UTC  (5+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-11 23:40 UTC  (5+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier

[BUG] Splat in __register_sysctl_table() in next-20220210
 2022-02-11 21:22 UTC  (3+ messages)

[PATCH] sched: move rr_timeslice sysctls to rt.c
 2022-02-11 18:23 UTC  (3+ messages)

[RFC PATCH 0/7] make statx() return I/O alignment information
 2022-02-11 11:45 UTC  (10+ messages)
` [RFC PATCH 1/7] statx: add "
` [RFC PATCH 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH 7/7] f2fs: support STATX_IOALIGN

[PATCH v2 07/10] nvmet: add copy command support for bdev and file ns
 2022-02-11  7:52 UTC  (3+ messages)

[PATCH v3] sched: move cfs_bandwidth_slice sysctls to fair.c
 2022-02-11  7:05 UTC 

[PATCH] sched: move schedstats sysctls to core.c
 2022-02-11  7:03 UTC 

[PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-11  6:17 UTC  (2+ messages)

[PATCH] Fix read-only superblock in case of subvol RO remount
 2022-02-11  1:02 UTC  (8+ messages)

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-10 23:35 UTC  (15+ messages)
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 06/11] ceph: "
` [PATCH 07/11] Remove inode_congested()
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 11/11] Remove congestion tracking framework

[PATCH v2] sched: move cfs_bandwidth_slice sysctls to fair.c
 2022-02-10 21:05 UTC  (2+ messages)

[PATCH RFC v12 0/3] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-10 19:56 UTC  (19+ messages)
` [PATCH RFC v12 1/3] fs/lock: add new callback, lm_lock_conflict, to lock_manager_operations
` [PATCH RFC v12 2/3] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC v12 3/3] nfsd: Initial implementation of NFSv4 Courteous Server

[LSF/MM/BPF TOPIC] SSDFS: flash-friendly file system with highly minimized GC activity, diff-on-write, and deduplication
 2022-02-10 19:52 UTC 

[LSF/MM/BPF TOPIC] File system synthesis inside of computational storage
 2022-02-10 19:34 UTC 

[PATCH] sched: move rt_period/runtime sysctls to rt.c
 2022-02-10 19:02 UTC  (2+ messages)

[PATCH 0/3] Some improvements on panic_print
 2022-02-10 12:50 UTC  (9+ messages)
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH v2] vfs: parse sloppy mount option in correct order
 2022-02-10  9:44 UTC 

[ANNOUNCE] util-linux v2.38-rc1
 2022-02-10  7:32 UTC  (4+ messages)

[PATCH v2 06/10] nvme: add copy support
 2022-02-10  7:08 UTC  (2+ messages)

[PATCH v2 03/10] block: Add copy offload support infrastructure
 2022-02-09 10:32 UTC  (2+ messages)

[PATCH v3 00/22] fscache,erofs: fscache-based demand-read semantics
 2022-02-10  5:58 UTC  (2+ messages)
` [Linux-cachefs] [PATCH v3 00/22] fscache, erofs: "

[PATCH v2 0/4] Fix softlockup when adding inotify watch
 2022-02-10  5:33 UTC  (3+ messages)
` [PATCH v2 1/4] dcache: sweep cached negative dentries to the end of list of siblings

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-10  4:03 UTC  (11+ messages)

[RFC PATCH 7/7] cifs: Use netfslib to handle reads
 2022-02-08  5:59 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).