linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-17 00:48:32 to 2022-05-19 08:22:26 UTC [more...]

warning for EOPNOTSUPP vfs_copy_file_range
 2022-05-19  8:22 UTC 

[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
 2022-05-19  8:19 UTC  (22+ messages)
` [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v3 04/18] iomap: Add async buffered write support
` [RFC PATCH v3 05/18] xfs: Add iomap "
` [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v3 07/18] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v3 08/18] xfs: Enable async write file modification handling
` [RFC PATCH v3 09/18] fs: Optimization for concurrent file time updates
` [RFC PATCH v3 10/18] xfs: Add async buffered write support
` [RFC PATCH v3 11/18] io_uring: Add support for async buffered writes
` [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v3 13/18] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v3 14/18] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
` [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v3 17/18] io_uring: Add tracepoint for short writes
` [RFC PATCH v3 18/18] xfs: Enable async buffered write support

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-19  7:59 UTC  (30+ messages)
    ` [PATCH v4 06/13] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
    ` [PATCH v4 05/13] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
    ` [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
    ` [PATCH v4 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v4 07/13] btrfs: zoned: use generic btrfs zone helpers to support npo2 zoned devices
    ` [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets

[RFC: kdevops] Standardizing on failure rate nomenclature for expunges
 2022-05-19  7:58 UTC  (3+ messages)

[PATCH] nfs: Fix fscache volume key rendering for endianness
 2022-05-19  7:51 UTC 

[PATCHv2 0/3] direct io alignment relax
 2022-05-19  7:43 UTC  (30+ messages)
` [PATCHv2 1/3] block/bio: remove duplicate append pages code
` [PATCHv2 2/3] block: export dma_alignment attribute
` [PATCHv2 3/3] block: relax direct io memory alignment

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

[PATCH v3 0/3] fanotify: Allow user space to pass back additional audit info
 2022-05-19  6:03 UTC  (13+ messages)
` [PATCH v3 2/3] fanotify: define struct members to hold response decision context
` [PATCH v3 3/3] fanotify: Allow audit to use the full permission event response

[PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
 2022-05-19  4:56 UTC  (8+ messages)

[PATCH] sysctl: Merge adjacent CONFIG_TREE_RCU blocks
 2022-05-19  3:57 UTC  (4+ messages)

[PATCH -next] exec: Remove redundant check in do_open_execat/uselib
 2022-05-19  1:51 UTC  (5+ messages)

[PATCH v8 1/4] fs: add mode_strip_sgid() helper
 2022-05-19  1:03 UTC  (9+ messages)

[PATCH] fs/ntfs3: Don't clear upper bits accidentally in log_replay()
 2022-05-19  0:55 UTC  (2+ messages)

[PATCH 1/3] ksmbd: remove internal.h include
 2022-05-19  0:39 UTC  (5+ messages)
` [PATCH 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name

[git pull] a couple of fixes
 2022-05-19  0:35 UTC  (3+ messages)

[PATCH v4 0/2] ceph: wait async unlink to finish
 2022-05-19  0:26 UTC  (6+ messages)
` [PATCH v4 1/2] fs/dcache: add d_compare() helper support
` [PATCH v4 2/2] ceph: wait the first reply of inflight async unlink

[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
 2022-05-18 23:31 UTC  (28+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v2 04/16] iomap: add async buffered write support
` [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v2 08/16] fs: add pending file update time flag
` [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
` [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function

[PATCH v2 0/2] Prevent re-use of FUSE superblock after force unmount
 2022-05-18 22:55 UTC  (7+ messages)
` [PATCH v2 2/2] FUSE: Retire superblock on "

[PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-18 20:28 UTC  (8+ messages)
` [PATCH v5 1/3] FUSE: Avoid lookups in fuse create
` [PATCH v5 2/3] FUSE: Rename fuse_create_open() to fuse_atomic_common()
` [PATCH v5 3/3] FUSE: Implement atomic lookup + open

[PATCH 0/4] ceph: convert to netfs_direct_read_iter for DIO reads
 2022-05-18 15:11 UTC  (5+ messages)
` [PATCH 1/4] netfs: fix sense of DIO test on short read
` [PATCH 2/4] ceph: Use the provided iterator in ceph_netfs_issue_op()
` [PATCH 3/4] ceph: enhance dout messages in issue_read codepaths
` [PATCH 4/4] ceph: switch to netfs_direct_read_iter

[PATCH] fs: inotify: Fix typo in inotify comment
 2022-05-18 14:59 UTC 

[PATCH -next] fuse: return the more nuanced writeback error on close()
 2022-05-18 14:57 UTC  (2+ messages)

[PATCH] sparse: use force attribute for fmode_t casts
 2022-05-18 14:44 UTC  (6+ messages)
  ` [PATCH v2] sparse: fix incorrect "

[PATCH v2] fs: Fix page cache inconsistency when mixing buffered and AIO DIO for bdev
 2022-05-18 13:47 UTC  (2+ messages)

[PATCH v2 0/2] Fixes for fanotify parent dir ignore mask logic
 2022-05-18 13:23 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 21/27] fs: fix an infinite loop in iomap_fiemap
 2022-05-18 12:24 UTC  (5+ messages)

[PATCH] vhost_net: fix double fget()
 2022-05-18  5:22 UTC  (5+ messages)

[PATCH] fsnotify: add generic perm check for unlink/rmdir
 2022-05-18  1:17 UTC  (2+ messages)

[PATCH v3 0/2] ceph: wait async unlink to finish
 2022-05-18  1:03 UTC  (5+ messages)
` [PATCH v3 1/2] fs/dcache: add d_compare() helper support
` [PATCH v3 2/2] ceph: wait the first reply of inflight async unlink

[PATCH v3 1/3] panic: Taint kernel if tests are run
 2022-05-17 20:58 UTC  (8+ messages)
` [PATCH v3 2/3] kunit: Taint the kernel when KUnit "

New collaboration
 2022-05-17 15:50 UTC 

[PATCH v2] erofs: support idmapped mounts
 2022-05-17 12:38 UTC 

[PATCH v2 0/2] ceph: wait async unlink to finish
 2022-05-17 11:59 UTC  (7+ messages)
` [PATCH v2 1/2] fs/dcache: add d_compare() helper support
` [PATCH v2 2/2] ceph: wait the first reply of inflight unlink/rmdir

[PATCH v2 0/1] FUSE: Allow non-extending parallel direct writes
 2022-05-17  7:40 UTC  (2+ messages)

[RESEND][RFC PATCH] blkcg: rewind seq_file if no stats
 2022-05-17  6:27 UTC  (3+ messages)

[PATCH v4 11/13] null_blk: allow non power of 2 zoned devices
 2022-05-17  4:12 UTC  (2+ messages)

[PATCH 4/5 v1] mm: enable per numa node rss_stat count
 2022-05-17  2:28 UTC  (2+ messages)
` [mm] c9dc81ef10: BUG:Bad_rss-counter_state_mm:#node:#val

[PATCH 0/2] ceph: wait async unlink to finish
 2022-05-17  0:48 UTC  (6+ messages)
` [PATCH 2/2] ceph: wait the first reply of inflight unlink/rmdir


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