linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-10 11:15:53 to 2021-06-14 20:24:53 UTC [more...]

[PATCH v11 00/33] Memory folios
 2021-06-14 20:14 UTC  (14+ messages)
` [PATCH v11 01/33] mm: Convert get_page_unless_zero() to return bool
` [PATCH v11 02/33] mm: Introduce struct folio
` [PATCH v11 03/33] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v11 04/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v11 05/33] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
` [PATCH v11 06/33] mm: Add folio reference count functions
` [PATCH v11 07/33] mm: Add folio_put()
` [PATCH v11 08/33] mm: Add folio_get()
` [PATCH v11 09/33] mm: Add folio_try_get_rcu()
` [PATCH v11 10/33] mm: Add folio flag manipulation functions
` [PATCH v11 11/33] mm/lru: Add folio LRU functions
` [PATCH v11 12/33] mm: Handle per-folio private data
` [PATCH v11 13/33] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()

[PATCH] pstore/blk: Use the normal block device I/O path
 2021-06-14 20:09 UTC  (2+ messages)

WARNING at asm/kfence.h:44 kfence_protect_page
 2021-06-14 20:07 UTC  (3+ messages)

[PATCH v4] net: make get_net_ns return error if NET_NS is disabled
 2021-06-14 19:12 UTC  (3+ messages)

[PATCH v2 0/2] Add support to boot virtiofs and 9pfs as rootfs
 2021-06-14 17:44 UTC  (3+ messages)
` [PATCH v2 1/2] init/do_mounts.c: Add a path to boot from tag based filesystems
` [PATCH v2 2/2] init/do_mounts.c: Add 9pfs to the list of "

[PATCH] mark pstore-blk as broken
 2021-06-14 17:33 UTC  (5+ messages)

[PATCH 4/4] driver core: Allow showing cpu as offline if not valid in cpuset context
 2021-06-14 17:00 UTC  (3+ messages)

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-06-14 16:59 UTC  (17+ messages)
              ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                      ` [PATCH] "

[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-14 16:42 UTC  (11+ messages)
  ` [PATCH v9] "

remove the implicit .set_page_dirty default
 2021-06-14 16:17 UTC  (17+ messages)
` [PATCH 1/3] fs: unexport __set_page_dirty
` [PATCH 2/3] fs: move ramfs_aops to libfs
` [PATCH 3/3] mm: require ->set_page_dirty to be explicitly wire up

[PATCH] afs: fix tracepoint string placement with built-in AFS
 2021-06-14 16:07 UTC  (2+ messages)

[PATCH RFCv3 0/3] make '%pD' print full path for file
 2021-06-14 15:44 UTC  (8+ messages)
` [PATCH RFCv3 1/3] fs: introduce helper d_path_unsafe()
` [PATCH RFCv3 2/3] lib/vsprintf.c: make %pD print full path for file
` [PATCH RFCv3 3/3] lib/test_printf: add test cases for '%pD'

[PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end
 2021-06-14 15:43 UTC  (11+ messages)
` [PATCH 2/3] afs: Fix afs_write_end() to handle short writes
` [PATCH 3/3] netfs: fix test for whether we can skip read when writing beyond EOF

[PATCH V3 0/2] mm: compaction: proactive compaction trigger by user
 2021-06-14 14:57 UTC  (4+ messages)
` [PATCH v3 1/2] mm: compaction: support triggering of proactive compaction "

[PATCH] init/do_mounts.c: Add root="fstag:<tag>" syntax for root device
 2021-06-14 14:28 UTC  (7+ messages)

ANNOUNCE: nfs-utils-2.5.4 released
 2021-06-14 14:23 UTC 

[PATCH] cifs: Rough, incomplete conversion to revised fscache I/O API
 2021-06-14 12:46 UTC  (2+ messages)

futex/call -to plist_for_each_entry_safe with head=NULL
 2021-06-14 11:12 UTC  (3+ messages)

Kernel 4.14: SQUASHFS error: xz decompression failed, data probably corrupt
 2021-06-14 10:39 UTC 

[PATCH] fanotify: fix copy_event_to_user() fid error clean up
 2021-06-14 10:28 UTC  (4+ messages)

Possible bogus "fuse: trying to steal weird page" warning related to PG_workingset
 2021-06-14  9:56 UTC 

[PATCH v6 0/7] kernfs: proposed locking and concurrency improvement
 2021-06-14  7:16 UTC  (34+ messages)
` [PATCH v6 1/7] kernfs: move revalidate to be near lookup
` [PATCH v6 2/7] kernfs: add a revision to identify directory node changes
` [PATCH v6 3/7] kernfs: use VFS negative dentry caching
` [PATCH v6 4/7] kernfs: switch kernfs to use an rwsem
` [PATCH v6 5/7] kernfs: use i_lock to protect concurrent inode updates
` [PATCH v6 6/7] kernfs: add kernfs_need_inode_refresh()
` [PATCH v6 7/7] kernfs: dont call d_splice_alias() under kernfs node lock

[LSF/MM/BPF TOPIC] durability vs performance for flash devices (especially embedded!)
 2021-06-13 20:41 UTC  (12+ messages)
` [LSF/MM/BPF TOPIC] SSDFS: LFS file system without GC operations + NAND flash devices lifetime prolongation

[PATCH] fs/proc/vmcore: hide mmap_vmcore_fault() and vmcore_mmap_ops for nommu
 2021-06-12 13:09 UTC 

[PATCH] exfat: avoid incorrectly releasing for root inode
 2021-06-12  0:57 UTC  (2+ messages)

[PATCH] fuse: fix illegal access to inode with reused nodeid
 2021-06-11 23:13 UTC  (5+ messages)

[PATCH v3 08/23] elf/vdso: Modify arch_setup_additional_pages() parameters
 2021-06-11 18:02 UTC 

[PATCH 0/3] DAX Small clean ups
 2021-06-11 17:23 UTC  (3+ messages)
` [PATCH 1/3] fs/fuse: Remove unneeded kaddr parameter

slow close() for inotify fd
 2021-06-11 15:50 UTC  (2+ messages)

[PATCH v2 0/7] fuse: Some fixes for submounts
 2021-06-11 14:44 UTC  (5+ messages)
` [PATCH v2 6/7] fuse: Switch to fc_mount() "

[PATCH v3] net: make get_net_ns return error if NET_NS is disabled
 2021-06-11 13:53 UTC  (4+ messages)

[PATCH RFC] fuse: add generic file store
 2021-06-11 12:46 UTC  (8+ messages)

[PATCH] [fuse] alloc_page nofs avoid deadlock
 2021-06-11 12:14 UTC  (2+ messages)
` Re:[PATCH] fuse: "

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-11 11:10 UTC  (24+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-11 10:37 UTC  (6+ messages)

[PATCH v3] eventfd: convert global percpu eventfd_wake_count to ctx percpu eventfd_wake_count
 2021-06-11  1:39 UTC  (2+ messages)

[PATCH] exfat: handle wrong stream entry size in exfat_readdir()
 2021-06-11  0:40 UTC 

[PATCH v2 0/5] Add pidfd support to the fanotify API
 2021-06-11  0:35 UTC  (8+ messages)
` [PATCH v2 5/5] fanotify: add "

[PATCH] nsfs: fix oops when ns->ops is not provided
 2021-06-11  0:14 UTC  (9+ messages)

[PATCH 1/3] initramfs: move unnecessary memcmp from hot path
 2021-06-10 22:17 UTC  (5+ messages)
` [PATCH 2/3] initramfs: print helpful cpio error on "crc" magic
` [PATCH 3/3] docs: remove mention of "crc" cpio format support

[RFC][PATCHSET] iov_iter work
 2021-06-10 19:08 UTC  (5+ messages)

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-10 16:12 UTC  (10+ messages)
` [RFC PATCH v4 1/8] jbd2: remove the out label in __jbd2_journal_remove_checkpoint()
` [RFC PATCH v4 2/8] jbd2: ensure abort the journal if detect IO error when writing original buffer back
` [RFC PATCH v4 3/8] jbd2: don't abort the journal when freeing buffers
` [RFC PATCH v4 4/8] jbd2: remove redundant buffer io error checks
` [RFC PATCH v4 5/8] jbd2,ext4: add a shrinker to release checkpointed buffers
` [RFC PATCH v4 6/8] jbd2: simplify journal_clean_one_cp_list()
` [RFC PATCH v4 7/8] ext4: remove bdev_try_to_free_page() callback
` [RFC PATCH v4 8/8] fs: remove bdev_try_to_free_page callback

[PATCH] net: make get_net_ns_by_fd inline if NET_NS is disabled
 2021-06-10 15:38 UTC 

qemu: arm: mounting ubifs using nandsim on busybox
 2021-06-10 15:34 UTC  (5+ messages)

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-10 12:42 UTC  (3+ messages)
` [PATCH 12/14] fuse: Convert to using invalidate_lock


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