linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-28 11:55:59 to 2022-05-01 17:38:38 UTC [more...]

[PATCH RFC v24 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-05-01 17:38 UTC  (7+ messages)
` [PATCH RFC v24 1/7] NFSD: add courteous server support for thread with only delegation
` [PATCH RFC v24 2/7] NFSD: add support for share reservation conflict to courteous server
` [PATCH RFC v24 3/7] NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd
` [PATCH RFC v24 4/7] fs/lock: add helper locks_owner_has_blockers to check for blockers
` [PATCH RFC v24 5/7] fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict
` [PATCH RFC v24 6/7] NFSD: add support for lock conflict to courteous server

[LSF/MM TOPIC] FS, MM, and stable trees
 2022-05-01 16:25 UTC  (11+ messages)

[RFC PATCH 0/1] erofs: change to use asynchronous io for fscache readahead
 2022-05-01  9:32 UTC  (6+ messages)
` [RFC PATCH 1/1] "
    ` [External] "
  ` [External] Re: [RFC PATCH 0/1] "

[RFC v3 0/9] fixed worker
 2022-05-01  7:00 UTC  (14+ messages)
` [PATCH 1/9] io-wq: add a worker flag for individual exit
` [PATCH 2/9] io-wq: change argument of create_io_worker() for convienence
` [PATCH 3/9] io-wq: add infra data structure for fixed workers
` [PATCH 4/9] io-wq: tweak io_get_acct()
` [PATCH 5/9] io-wq: fixed worker initialization
` [PATCH 6/9] io-wq: fixed worker exit
` [PATCH 7/9] io-wq: implement fixed worker logic
` [PATCH 8/9] io-wq: batch the handling of fixed worker private works
` [PATCH 9/9] io_uring: add register fixed worker interface

[PATCH v5 0/3] use standard sysctl macro
 2022-05-01  3:55 UTC  (4+ messages)
` [PATCH v5 1/3] net: sysctl: use shared "
` [PATCH v5 2/3] net: sysctl: introduce sysctl SYSCTL_THREE
` [PATCH v5 3/3] selftests/sysctl: add sysctl macro test

[net-next v4 0/3] use standard sysctl macro
 2022-05-01  3:31 UTC  (4+ messages)
` [net-next v4 3/3] selftests/sysctl: add sysctl macro test

[PATCH RFC v23 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-04-30 22:54 UTC  (21+ messages)
` [PATCH RFC v23 1/7] NFSD: add courteous server support for thread with only delegation
` [PATCH RFC v23 2/7] NFSD: add support for share reservation conflict to courteous server
` [PATCH RFC v23 5/7] fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict

generic/068 crash on 5.18-rc2?
 2022-04-30 21:40 UTC  (8+ messages)

[GIT PULL] Rare page cache data corruption fix
 2022-04-30 19:22 UTC  (2+ messages)

[PATCH v5 1/3] fat: split fat_truncate_time() into separate functions
 2022-04-30 14:52 UTC  (5+ messages)
` [PATCH v5 2/3] fat: ignore ctime updates, and keep ctime identical to mtime in memory
` [PATCH v5 3/3] fat: report creation time in statx

[PATCH v1] proc: limit schedstate node write operation
 2022-04-30 13:48 UTC  (3+ messages)

[PATCH v4 1/3] fat: split fat_truncate_time() into separate functions
 2022-04-30  4:15 UTC  (6+ messages)
` [PATCH v4 3/3] fat: report creation time in statx

[PATCH 0/4] Printbufs & shrinker OOM reporting
 2022-04-30  4:00 UTC  (2+ messages)

[PATCH] exfat: check if cluster num is valid
 2022-04-30  3:26 UTC  (3+ messages)

[PATCH v2] fs/ntfs3: validate BOOT sectors_per_clusters
 2022-04-30  2:40 UTC  (3+ messages)

[PATCH] fs/ntfs3: validate BOOT sectors_per_clusters
 2022-04-29 19:16 UTC  (6+ messages)

[syzbot] WARNING: suspicious RCU usage in mas_walk
 2022-04-29 18:01 UTC  (3+ messages)

[PATCH 00/16] support non power of 2 zoned devices
 2022-04-29 17:30 UTC  (22+ messages)
  ` [PATCH 12/16] zonefs: allow "
  ` [PATCH 04/16] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH 16/16] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
  ` [PATCH 06/16] nvmet: use blk_queue_zone_no()
  ` [PATCH 13/16] null_blk: allow non power of 2 zoned devices

[PATCH 00/69] Filesystem/page cache patches for 5.19
 2022-04-29 17:25 UTC  (70+ messages)
` [PATCH 01/69] scsicam: Fix use of page cache
` [PATCH 02/69] ext4: Use page_symlink() instead of __page_symlink()
` [PATCH 03/69] namei: Merge page_symlink() and __page_symlink()
` [PATCH 04/69] namei: Convert page_symlink() to use memalloc_nofs_save()
` [PATCH 05/69] f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs
` [PATCH 06/69] ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
` [PATCH 07/69] ext4: Use scoped memory API in mext_page_double_lock()
` [PATCH 08/69] ext4: Use scoped memory APIs in ext4_da_write_begin()
` [PATCH 09/69] ext4: Use scoped memory APIs in ext4_write_begin()
` [PATCH 10/69] fs: Remove AOP_FLAG_NOFS
` [PATCH 11/69] fs: Remove aop_flags parameter from netfs_write_begin()
` [PATCH 12/69] fs: Remove aop flags parameter from block_write_begin()
` [PATCH 13/69] fs: Remove aop flags parameter from cont_write_begin()
` [PATCH 14/69] fs: Remove aop flags parameter from grab_cache_page_write_begin()
` [PATCH 15/69] fs: Remove aop flags parameter from nobh_write_begin()
` [PATCH 16/69] fs: Remove flags parameter from aops->write_begin
` [PATCH 17/69] buffer: Call aops write_begin() and write_end() directly
` [PATCH 18/69] namei: "
` [PATCH 19/69] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
` [PATCH 20/69] hfs: Call hfs_write_begin() and generic_write_end() directly
` [PATCH 21/69] hfsplus: Call hfsplus_write_begin() "
` [PATCH 22/69] ext4: Call aops write_begin() and write_end() directly
` [PATCH 23/69] f2fs: "
` [PATCH 24/69] i915: "
` [PATCH 25/69] fs: Remove pagecache_write_begin() and pagecache_write_end()
` [PATCH 26/69] filemap: Remove obsolete comment in lock_page
` [PATCH 27/69] filemap: Update the folio_lock documentation
` [PATCH 28/69] filemap: Update the folio_mark_dirty documentation
` [PATCH 29/69] readahead: Use a folio in read_pages()
` [PATCH 30/69] fs: Convert is_dirty_writeback() to take a folio
` [PATCH 31/69] mm/readahead: Convert page_cache_async_readahead "
` [PATCH 32/69] buffer: Rewrite nobh_truncate_page() to use folios
` [PATCH 33/69] fs: Introduce aops->read_folio
` [PATCH 34/69] fs: read_folio documentation
` [PATCH 35/69] fs: Convert netfs_readpage to netfs_read_folio
` [PATCH 36/69] fs: Convert iomap_readpage to iomap_read_folio
` [PATCH 37/69] fs: Convert block_read_full_page() to block_read_full_folio()
` [PATCH 38/69] fs: Convert mpage_readpage to mpage_read_folio
` [PATCH 39/69] fs: Convert simple_readpage to simple_read_folio
` [PATCH 40/69] affs: Convert affs to read_folio
` [PATCH 41/69] afs: Convert afs_symlink_readpage to afs_symlink_read_folio
` [PATCH 42/69] befs: Convert befs to read_folio
` [PATCH 43/69] btrfs: Convert btrfs "
` [PATCH 44/69] cifs: Convert cifs "
` [PATCH 45/69] coda: Convert coda "
` [PATCH 46/69] cramfs: Convert cramfs "
` [PATCH 47/69] ecryptfs: Convert ecryptfs "
` [PATCH 48/69] efs: Convert efs symlinks "
` [PATCH 49/69] erofs: Convert erofs zdata "
` [PATCH 50/69] ext4: Convert ext4 "
` [PATCH 51/69] f2fs: Convert f2fs "
` [PATCH 52/69] freevxfs: Convert vxfs_immed "
` [PATCH 53/69] fuse: Convert fuse "
` [PATCH 54/69] hostfs: Convert hostfs "
` [PATCH 55/69] hpfs: Convert symlinks "
` [PATCH 56/69] isofs: Convert symlinks and zisofs "
` [PATCH 57/69] jffs2: Convert jffs2 "
` [PATCH 58/69] jfs: Convert metadata pages "
` [PATCH 59/69] nfs: Convert nfs "
` [PATCH 60/69] ntfs: Convert ntfs "
` [PATCH 61/69] ocfs2: Convert ocfs2 "
` [PATCH 62/69] orangefs: Convert orangefs "
` [PATCH 63/69] romfs: Convert romfs "
` [PATCH 64/69] squashfs: Convert squashfs "
` [PATCH 65/69] ubifs: Convert ubifs "
` [PATCH 66/69] udf: Convert adinicb and symlinks "
` [PATCH 67/69] vboxsf: Convert vboxsf "
` [PATCH 68/69] mm: Convert swap_readpage to call read_folio instead of readpage
` [PATCH 69/69] mm,fs: Remove stray references to ->readpage

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-04-29 15:19 UTC  (27+ messages)
` [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)

[PATCH] docs: Add small intro to idmap examples
 2022-04-29 13:57 UTC 

[syzbot] possible deadlock in do_page_fault
 2022-04-29  6:50 UTC  (2+ messages)

[PATCH v2 0/2] FUSE: Implement atomic lookup + open
 2022-04-29  4:34 UTC  (7+ messages)
` [PATCH v2 1/2] "

[PATCH v4 00/10] Add Copy offload support
 2022-04-29  3:39 UTC  (7+ messages)
            ` [dm-devel] "

[PATCH v2 0/3] fanotify: Allow user space to pass back additional audit info
 2022-04-29  0:55 UTC  (5+ messages)
` [PATCH v2 1/3] fanotify: Ensure consistent variable type for response
` [PATCH v2 2/3] fanotify: define struct members to hold response decision context
` [PATCH v2 3/3] fanotify: Allow audit to use the full permission event response

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-28 23:49 UTC  (6+ messages)
` [PATCH v3 4/6] KVM: arm64/mmu: count KVM page table pages in pagetable stats

[PATCH] unicode: Handle memory allocation failures in mkutf8data
 2022-04-28 22:21 UTC  (2+ messages)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-04-28 21:54 UTC  (15+ messages)
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 06/18] xfs: add iomap async buffered write support
` [RFC PATCH v1 11/18] xfs: add "
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes

RFC fuse waitq latency
 2022-04-28 21:23 UTC  (5+ messages)

[RFC] Documentation for folio_lock() and friends
 2022-04-28 17:28 UTC  (3+ messages)

[PATCH v4 07/10] dm: Add support for copy offload
 2022-04-28 15:54 UTC  (2+ messages)

[PATCH] direct-io: prevent possible race condition on bio_list
 2022-04-28 15:00 UTC  (4+ messages)

[PATCH v4 06/10] nvmet: add copy command support for bdev and file ns
 2022-04-28 14:53 UTC  (2+ messages)

[PATCH v4 05/10] nvme: add copy offload support
 2022-04-28 14:02 UTC  (2+ messages)

[PATCH v9 0/7] DAX poison recovery
 2022-04-28 13:09 UTC  (3+ messages)
` [PATCH v9 2/7] x86/mce: relocate set{clear}_mce_nospec() functions

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:37 UTC  (4+ messages)
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages

Fanotify Directory exclusion not working when using FAN_MARK_MOUNT
 2022-04-28 12:38 UTC  (7+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:29 UTC  (11+ messages)

[PATCH v8 1/4] fs: add mode_strip_sgid() helper
 2022-04-28 11:55 UTC  (7+ 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).