linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-22 15:58:03 to 2022-03-25 10:36:45 UTC [more...]

[PATCH 1/2] fat: split fat_truncate_time() into separate functions
 2022-03-25 10:36 UTC  (9+ messages)
` [PATCH 2/2] fat: introduce creation time

[RFC PATCH v11 00/51] ceph+fscrypt : full support
 2022-03-25  9:59 UTC  (9+ messages)
` [RFC PATCH v11 02/51] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v11 08/51] ceph: add support for fscrypt_auth/fscrypt_file to cap messages

[PATCH 2/2] exfat: remove exfat_update_parent_info()
 2022-03-25  9:42 UTC 

[PATCH 1/2] exfat: fix referencing wrong parent directory information after renaming
 2022-03-25  9:42 UTC 

[PATCH 0/2] fix referencing wrong parent dir info after renaming
 2022-03-25  9:42 UTC 

[PATCH RFC] nfsd: avoid recursive locking through fsnotify
 2022-03-25  9:29 UTC  (10+ messages)

[RFC PATCH] getvalues(2) prototype
 2022-03-25  9:25 UTC  (32+ messages)

[RFC] fs:unicode:mkutf8data.c: Fix the potential stack overflow risk
 2022-03-25  9:14 UTC 

[PATCH] exfat: reduce block requests when zeroing a cluster
 2022-03-25  7:33 UTC  (4+ messages)

df returns incorrect size of partition due to huge overhead block count in ext4 partition
 2022-03-25  6:42 UTC 

[PATCH RFC v18 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-03-25  4:34 UTC  (12+ messages)
` [PATCH RFC v18 01/11] fs/lock: add helper locks_owner_has_blockers to check for blockers
` [PATCH RFC v18 02/11] NFSD: Add courtesy client state, macro and spinlock to support courteous server
` [PATCH RFC v18 03/11] NFSD: Add lm_lock_expired call out
` [PATCH RFC v18 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v18 05/11] NFSD: Update nfs4_get_vfs_file() to handle courtesy client
` [PATCH RFC v18 06/11] NFSD: Update find_clp_in_name_tree() "
` [PATCH RFC v18 07/11] NFSD: Update find_in_sessionid_hashtbl() "
` [PATCH RFC v18 08/11] NFSD: Update find_client_in_id_table() "
` [PATCH RFC v18 09/11] NFSD: Refactor nfsd4_laundromat()
` [PATCH RFC v18 10/11] NFSD: Update laundromat to handle courtesy clients
` [PATCH RFC v18 11/11] NFSD: Show state of courtesy clients in client info

[PATCH] fs:unicode: Fix the potential stack overflow risk
 2022-03-25  4:23 UTC 

[GIT PULL] xfs: new code for 5.18
 2022-03-25  1:35 UTC  (2+ messages)

[GIT PULL] fs/mount_setattr updates
 2022-03-24 19:44 UTC  (2+ messages)

[GIT PULL] fs preempt_rt fix
 2022-03-24 19:44 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-24 15:51 UTC  (2+ messages)

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-03-24 12:18 UTC  (2+ messages)

[PATCH v1 00/11] Landlock: file linking and renaming support
 2022-03-24 10:31 UTC  (5+ messages)
` [PATCH v1 06/11] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER

[GIT PULL] Btrfs updates for 5.18
 2022-03-24 10:10 UTC  (6+ messages)

[PATCH v13 0/4] io_uring: add xattr support
 2022-03-24  8:50 UTC  (6+ messages)
` [PATCH v13 1/4] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v13 2/4] fs: split off do_getxattr from getxattr
` [PATCH v13 3/4] io_uring: add fsetxattr and setxattr support
` [PATCH v13 4/4] io_uring: add fgetxattr and getxattr support

[PATCH v6 0/6] DAX poison recovery
 2022-03-24  6:37 UTC  (18+ messages)
` [PATCH v6 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v6 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v6 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v6 5/6] pmem: refactor pmem_clear_poison()

[v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-24  2:46 UTC  (3+ messages)

RFC: cleanup btrfs bio handling
 2022-03-24  0:57 UTC  (70+ messages)
` [PATCH 02/40] btrfs: fix direct I/O read repair for split bios
` [PATCH 03/40] btrfs: fix direct I/O writes for split bios on zoned devices
` [PATCH 06/40] btrfs: split submit_bio from btrfsic checking
` [PATCH 08/40] btrfs: simplify repair_io_failure
` [PATCH 09/40] btrfs: simplify scrub_recheck_block
` [PATCH 10/40] btrfs: simplify scrub_repair_page_from_good_copy
` [PATCH 14/40] btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
` [PATCH 15/40] btrfs: don't allocate a btrfs_bio for scrub bios
` [PATCH 17/40] btrfs: remove the submit_bio_hook argument to submit_read_repair
` [PATCH 18/40] btrfs: move more work into btrfs_end_bioc
` [PATCH 20/40] btrfs: cleanup btrfs_submit_metadata_bio
` [PATCH 21/40] btrfs: cleanup btrfs_submit_data_bio
` [PATCH 22/40] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 23/40] btrfs: store an inode pointer in struct btrfs_bio
` [PATCH 24/40] btrfs: remove btrfs_end_io_wq
` [PATCH 26/40] btrfs: refactor btrfs_map_bio
` [PATCH 27/40] btrfs: clean up the raid map handling __btrfs_map_block
` [PATCH 28/40] btrfs: do not allocate a btrfs_io_context in btrfs_map_bio
` [PATCH 29/40] btrfs: do not allocate a btrfs_bio for low-level bios
` [PATCH 30/40] iomap: add per-iomap_iter private data
` [PATCH 31/40] iomap: add a new ->iomap_iter operation
` [PATCH 32/40] iomap: optionally allocate dio bios from a file system bio_set
` [PATCH 33/40] iomap: add a hint to ->submit_io if there is more I/O coming
` [PATCH 34/40] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 35/40] btrfs: allocate dio_data on stack
` [PATCH 37/40] btrfs: add a btrfs_get_stripe_info helper
` [PATCH 38/40] btrfs: return a blk_status_t from btrfs_repair_one_sector
` [PATCH 39/40] btrfs: pass private data end end_io handler to btrfs_repair_one_sector
` [PATCH 40/40] btrfs: use the iomap direct I/O bio directly

[PATCH RFC v3 0/6] Intruduce nfsrahead
 2022-03-23 21:58 UTC  (2+ messages)

[PATCH 2/3] shmem: Introduce /sys/fs/tmpfs support
 2022-03-23 18:04 UTC  (2+ messages)

[dm-devel] [PATCH 01/19] fs: remove mpage_alloc
 2022-03-23 15:43 UTC 

[PATCH] fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpage
 2022-03-23 15:42 UTC  (2+ messages)

[GIT PULL] Reiserfs, udf, ext2 fixes and cleanups for 5.18-rc1
 2022-03-23 15:37 UTC 

[GIT PULL] fsnotify changes for 5.18-rc1
 2022-03-23 15:31 UTC 

[PATCH v5 00/22] fscache, erofs: fscache-based on-demand read semantics
 2022-03-23 11:45 UTC 

[PATCH -next] uaccess: fix __access_ok limit setup in compat mode
 2022-03-23 10:34 UTC  (3+ messages)

[PATCH] fs: fix -Wmissing-declaration warning
 2022-03-23 10:00 UTC 

improve the bio allocation interface v2
 2022-03-23  9:29 UTC  (6+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
  ` [dm-devel] "

[PATCH 0/5] Volatile fanotify marks
 2022-03-23  9:16 UTC  (12+ messages)
` [PATCH 4/5] fanotify: add support for exclusive create of mark
                  ` direct reclaim of fanotify evictable marks

[PATCH] idr: Remove unused ida_simple_{get,remove}
 2022-03-23  5:09 UTC  (4+ messages)

[PATCH] block/psi: make PSI annotations of submit_bio only work for file pages
 2022-03-23  6:10 UTC  (5+ messages)

[PATCH v5 03/22] cachefiles: introduce on-demand read mode
 2022-03-23  5:32 UTC  (10+ messages)
` [PATCH v5 00/22] fscache,erofs: fscache-based on-demand read semantics

[GIT PULL] Folio patches for 5.18 (FS part)
 2022-03-23  2:27 UTC  (2+ messages)

[PATCH v2 0/4] protect relocation with sb_start_write
 2022-03-23  2:26 UTC  (8+ messages)
` [PATCH v2 2/4] btrfs: mark device addition as mnt_want_write_file

[PATCH RFC v17 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-03-23  1:14 UTC  (7+ messages)
` [PATCH RFC v17 05/11] NFSD: Update nfs4_get_vfs_file() to handle courtesy client
` [PATCH RFC v17 06/11] NFSD: Update find_clp_in_name_tree() "

[PATCH linux-next] selftests/proc: fix array_size.cocci warning
 2022-03-22 23:02 UTC  (2+ messages)

[LSF/MM TOPIC] Better handling of negative dentries
 2022-03-22 22:29 UTC  (14+ messages)

[GIT PULL] fscrypt updates for 5.18
 2022-03-22 18:31 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).