linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-04 07:08:37 to 2022-03-07 22:52:39 UTC [more...]

Buffered I/O broken on s390x with page faults disabled (gfs2)
 2022-03-07 22:52 UTC 

[PATCH RFC 0/3] MAP_POPULATE for device memory
 2022-03-07 22:11 UTC  (22+ messages)
` [PATCH RFC 1/3] mm: Add f_ops->populate()
` [PATCH RFC 2/3] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH RFC 3/3] x86/sgx: Implement EAUG population with MAP_POPULATE

mmotm 2022-03-06-20-33 uploaded
 2022-03-07 21:54 UTC  (5+ messages)
` mmotm 2022-03-06-20-33 uploaded (sound/soc/intel/boards/)
` mmotm 2022-03-06-20-33 uploaded (x86-android-tablets)
` mmotm 2022-03-06-20-33 uploaded (sound/soc/codecs/snd-soc-lpass-[rt]x-macro.ko)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-07 20:42 UTC  (19+ messages)

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-07 19:15 UTC  (4+ messages)

[PATCH 0/5] Volatile fanotify marks
 2022-03-07 15:57 UTC  (6+ messages)
` [PATCH 1/5] fsnotify: move inotify control flags to mark flags
` [PATCH 2/5] fsnotify: pass flags argument to fsnotify_add_mark()
` [PATCH 3/5] fsnotify: allow adding an inode mark without pinning inode
` [PATCH 4/5] fanotify: add support for exclusive create of mark
` [PATCH 5/5] fanotify: add support for "volatile" inode marks

[PATCH RFC v2] mm: Add f_ops->populate()
 2022-03-07 15:44 UTC  (9+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-07 15:42 UTC  (11+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 03/12] mm: Introduce memfile_notifier

Report a fuse deadlock scenario issue
 2022-03-07 15:40 UTC  (2+ messages)
    `  "

[PATCH] fs/affs: remove redundant assignment to ch
 2022-03-07 15:07 UTC 

remove write hint leftovers
 2022-03-07 13:52 UTC  (4+ messages)
` [PATCH 1/2] fs: remove kiocb.ki_hint
` [PATCH 2/2] fs: remove fs.f_write_hint

[PATCH v4 00/21] fscache,erofs: fscache-based on-demand read semantics
 2022-03-07 12:33 UTC  (22+ messages)
` [PATCH v4 01/21] fscache: export fscache_end_operation()
` [PATCH v4 02/21] cachefiles: export write routine
` [PATCH v4 03/21] cachefiles: introduce on-demand read mode
` [PATCH v4 04/21] cachefiles: notify user daemon with anon_fd when opening cache file
` [PATCH v4 05/21] cachefiles: implement on-demand read
` [PATCH v4 06/21] cachefiles: document on-demand read mode
` [PATCH v4 07/21] erofs: use meta buffers for erofs_read_superblock()
` [PATCH v4 08/21] erofs: export erofs_map_blocks()
` [PATCH v4 09/21] erofs: add mode checking helper
` [PATCH v4 10/21] erofs: register global fscache volume
` [PATCH v4 11/21] erofs: add cookie context helper functions
` [PATCH v4 12/21] erofs: add anonymous inode managing page cache of blob file
` [PATCH v4 13/21] erofs: add erofs_fscache_read_pages() helper
` [PATCH v4 14/21] erofs: register cookie context for bootstrap blob
` [PATCH v4 15/21] erofs: implement fscache-based metadata read
` [PATCH v4 16/21] erofs: implement fscache-based data read for non-inline layout
` [PATCH v4 17/21] erofs: implement fscache-based data read for inline layout
` [PATCH v4 18/21] erofs: register cookie context for data blobs
` [PATCH v4 19/21] erofs: implement fscache-based data read "
` [PATCH v4 20/21] erofs: implement fscache-based data readahead
` [PATCH v4 21/21] erofs: add 'uuid' mount option

[PATCH v4 0/9] Generic per-sb io stats
 2022-03-07 10:04 UTC  (14+ messages)
` [PATCH v4 1/9] lib/percpu_counter: add helpers for "relaxed" counters
` [PATCH v4 2/9] lib/percpu_counter: add helpers for arrays of counters
` [PATCH v4 3/9] fs: tidy up fs_flags definitions
` [PATCH v4 4/9] fs: add optional iostats counters to struct super_block
` [PATCH v4 5/9] fs: collect per-sb io stats
` [PATCH v4 6/9] fs: report "
` [PATCH v4 7/9] ovl: opt-in for "
` [PATCH v4 8/9] fuse: "
` [PATCH v4 9/9] fs: enable per-sb io stats for all blockdev filesystems

[PATCH 5.16 050/186] binfmt_elf: Avoid total_mapping_size for ET_EXEC
 2022-03-07  9:18 UTC 

[PATCH] fs: aio: fixed purely styling errors
 2022-03-07  8:22 UTC 

[PATCH v2] fuse: fix deadlock between atomic O_TRUNC open() and page invalidations
 2022-03-07  7:55 UTC  (5+ messages)
  ` [External] "

[PATCH mmotm] tmpfs: do not allocate pages on read
 2022-03-07  6:44 UTC  (5+ messages)
  ` [PATCH mmotm v2] "

[PATCH] exfat: do not clear VolumeDirty in writeback
 2022-03-07  5:34 UTC  (7+ messages)

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-07  2:43 UTC  (15+ messages)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-06 23:54 UTC  (11+ messages)

[PATCH 1/2] nvme: remove support or stream based temperature hint
 2022-03-06 23:17 UTC  (15+ messages)
` [PATCH 2/2] block: remove the per-bio/request write hint

Ihre Spende für Goliathwatch
 2022-03-06  4:36 UTC 

[PATCH RFC] mm: Add f_ops->populate()
 2022-03-06  4:36 UTC  (8+ messages)

[PATCH 1/4] ksmbd: remove internal.h include
 2022-03-06  1:10 UTC  (4+ messages)
` [PATCH v2 2/4] ksmbd: remove filename in ksmbd_file
` [PATCH v4 3/4] ksmbd: fix racy issue from using ->d_parent and ->d_name
` [PATCH v2 4/4] ksmbd: increment reference count of parent fp

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

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-04 23:38 UTC  (16+ messages)
` [PATCH v4 06/24] dept: Apply Dept to mutex families
` [PATCH v4 09/24] dept: Apply Dept to seqlock
` [PATCH v4 10/24] dept: Apply Dept to rwsem
` [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph
` [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them
` [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v4 14/24] dept: Apply SDT to swait
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v4 18/24] dept: Distinguish each work from another
` [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default
` [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case

[LSF/MM/BPF TOPIC] Dynamic allocation of pseudo file systems
 2022-03-04 22:56 UTC 

[PATCH] vfs: do not try to evict inode when super is frozen
 2022-03-04 22:18 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Netfs support library
 2022-03-04 20:06 UTC  (3+ messages)

[PATCH v3 0/6] Generic per-sb io stats
 2022-03-04 20:03 UTC  (11+ messages)
    ` nfs generic/373 failure after "fs: allow cross-vfsmount reflink/dedupe"

mmotm 2022-03-03-21-24 uploaded
 2022-03-04 17:42 UTC  (5+ messages)
` mmotm 2022-03-03-21-24 uploaded [drivers/platform/x86/x86-android-tablets.ko]
` mmotm 2022-03-03-21-24 uploaded (sound/soc/intel/boards/)
` mmotm 2022-03-03-21-24 uploaded (security/apparmor/policy_unpack.o)

[ANNOUNCE] util-linux v2.38-rc2
 2022-03-04 15:32 UTC 

[syzbot] possible deadlock in snd_timer_interrupt (2)
 2022-03-04 14:46 UTC  (2+ messages)

[PATCH v5 1/2] fs/proc: optimize register ctl_tables
 2022-03-04 11:23 UTC  (2+ messages)
` [PATCH v5 2/2] fs/proc: sysctl: remove register ctl_table end with empty

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-03-04 11:14 UTC  (7+ messages)
` [PATCH 06/11] ceph: remove reliance on bdi congestion

[PATCH v2] binfmt_elf: Introduce KUnit test
 2022-03-04  7:52 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).