linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 09:09:03 to 2021-05-12 01:27:29 UTC [more...]

[PATCH v5 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-12  1:26 UTC  (16+ messages)
` [PATCH v5 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v5 2/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v5 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v5 4/7] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v5 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v5 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v5 7/7] fs/xfs: Add dax dedupe support

[PATCH v4 0/5] kernfs: proposed locking and concurrency improvement
 2021-05-12  0:39 UTC  (6+ messages)
` [PATCH v4 1/5] kernfs: move revalidate to be near lookup
` [PATCH v4 2/5] kernfs: use VFS negative dentry caching
` [PATCH v4 3/5] kernfs: switch kernfs to use an rwsem
` [PATCH v4 4/5] kernfs: use i_lock to protect concurrent inode updates
` [PATCH v4 5/5] kernfs: add kernfs_need_inode_refresh()

problem with exfat on 4k logical sector devices
 2021-05-11 23:57 UTC  (5+ messages)

[PATCH 00/17] Optimize list lru memory consumption
 2021-05-11 23:40 UTC  (19+ messages)
` [PATCH 01/17] mm: list_lru: fix list_lru_count_one() return value
` [PATCH 02/17] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH 03/17] mm: memcontrol: remove the kmem states
` [PATCH 04/17] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH 05/17] mm: list_lru: remove holding lru node lock
` [PATCH 06/17] mm: list_lru: only add the memcg aware lrus to the list
` [PATCH 07/17] mm: list_lru: optimize the array of per memcg lists
` [PATCH 08/17] mm: list_lru: remove memcg_aware from struct list_lru
` [PATCH 09/17] mm: introduce kmem_cache_alloc_lru
` [PATCH 10/17] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH 11/17] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH 12/17] xarray: replace kmem_cache_alloc with kmem_cache_alloc_lru
` [PATCH 13/17] mm: workingset: allocate list_lru on xa_node allocation
` [PATCH 14/17] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH 15/17] mm: list_lru: allocate list_lru_one only when needed
` [PATCH 16/17] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH 17/17] mm: list_lru: replace linear array with xarray

[PATCH v3 0/5] Cleanup and fixup for huge_memory
 2021-05-11 23:03 UTC  (7+ messages)
` [PATCH v3 1/5] mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
` [PATCH v3 2/5] mm/huge_memory.c: use page->deferred_list
` [PATCH v3 3/5] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
` [PATCH v3 4/5] mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmd
` [PATCH v3 5/5] mm/huge_memory.c: don't discard hugepage if other processes are mapping it

mmotm 2021-05-10-21-46 uploaded
 2021-05-11 22:22 UTC  (4+ messages)
` mmotm 2021-05-10-21-46 uploaded (mm/*)

[PATCH v10 00/33] Memory folios
 2021-05-11 21:47 UTC  (34+ messages)
` [PATCH v10 01/33] mm: Introduce struct folio
` [PATCH v10 02/33] mm: Add folio_pgdat and folio_zone
` [PATCH v10 03/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v10 04/33] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v10 05/33] mm: Add folio reference count functions
` [PATCH v10 06/33] mm: Add folio_put
` [PATCH v10 07/33] mm: Add folio_get
` [PATCH v10 08/33] mm: Add folio_try_get_rcu
` [PATCH v10 09/33] mm: Add folio flag manipulation functions
` [PATCH v10 10/33] mm: Add folio_young and folio_idle
` [PATCH v10 11/33] mm: Handle per-folio private data
` [PATCH v10 12/33] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v10 13/33] mm/filemap: Add folio_next_index
` [PATCH v10 14/33] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v10 15/33] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v10 16/33] mm: Add folio_mapcount
` [PATCH v10 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v10 18/33] mm/filemap: Add folio_unlock
` [PATCH v10 19/33] mm/filemap: Add folio_lock
` [PATCH v10 20/33] mm/filemap: Add folio_lock_killable
` [PATCH v10 21/33] mm/filemap: Add __folio_lock_async
` [PATCH v10 22/33] mm/filemap: Add __folio_lock_or_retry
` [PATCH v10 23/33] mm/filemap: Add folio_wait_locked
` [PATCH v10 24/33] mm/swap: Add folio_rotate_reclaimable
` [PATCH v10 25/33] mm/filemap: Add folio_end_writeback
` [PATCH v10 26/33] mm/writeback: Add folio_wait_writeback
` [PATCH v10 27/33] mm/writeback: Add folio_wait_stable
` [PATCH v10 28/33] mm/filemap: Add folio_wait_bit
` [PATCH v10 29/33] mm/filemap: Add folio_wake_bit
` [PATCH v10 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v10 32/33] fs/netfs: Add folio fscache functions
` [PATCH v10 33/33] mm: Add folio_mapped

[PATCH v2] vfs/dedupe: Pass file pointer to read_mapping_page
 2021-05-11 20:06 UTC  (2+ messages)

Compile warning with current kernel and netfs
 2021-05-11 19:41 UTC  (6+ messages)

[PATCH v3 00/15] lib/string_helpers: get rid of ugly *_escape_mem_ascii()
 2021-05-11 18:57 UTC  (2+ messages)

[PATCH v3 0/3] audit: add support for openat2
 2021-05-11 18:50 UTC  (6+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros

[PATCH] vfs/dedupe: Pass file pointer to read_mapping_page
 2021-05-11 18:33 UTC  (3+ messages)

[PATCH V1 1/1] Fix race between iscsi logout and systemd-udevd
 2021-05-11 18:15 UTC 

[PATCH V1] audit: log xattr args not covered by syscall record
 2021-05-11 15:52 UTC  (9+ messages)

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-05-11 15:48 UTC  (12+ messages)

[PATCH v3] mm/compaction:let proactive compaction order configurable
 2021-05-11 15:00 UTC  (5+ messages)
    ` 答复: "

[PATCH] [RFC] Trigger retry from fault vm operation
 2021-05-11 14:59 UTC  (3+ messages)

[PATCH] virtiofs: Enable multiple request queues
 2021-05-11 14:41 UTC  (6+ messages)

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

9p: fscache duplicate cookie
 2021-05-11 12:53 UTC  (10+ messages)

[PATCH 1/3] fs/buffer.c: add new api to allow eof writeback
 2021-05-11 12:19 UTC  (4+ messages)
` [Ocfs2-devel] "

[PATCH v2] fuse: use newer inode info when writeback cache is enabled
 2021-05-11 11:21 UTC  (2+ messages)
` 答复: "

[PATCH RFC 00/15] File system wide monitoring
 2021-05-11 10:43 UTC  (9+ messages)
` [PATCH RFC 10/15] fanotify: Introduce code location record

[PATCH] mm/memory-failure: make sure wait for page writeback in memory_failure
 2021-05-11  9:34 UTC  (4+ messages)

[PATCH v23 0/9] Free some vmemmap pages of HugeTLB page
 2021-05-11  8:07 UTC  (11+ messages)
` [PATCH v23 5/9] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v23 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v23 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
    ` [External] "

general protection fault in try_to_wake_up (2)
 2021-05-11  6:58 UTC  (2+ messages)
` [syzbot] "

[PATCH v8 0/4] Make UTF-8 encoding loadable
 2021-05-11  4:35 UTC  (9+ messages)
` [PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer

fanotify and network/cluster fs
 2021-05-11  4:33 UTC  (2+ messages)

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-05-11  4:20 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Block device congestion
 2021-05-11  2:57 UTC  (2+ messages)

Allow btime to set any value or specify btime
 2021-05-11  1:35 UTC  (2+ messages)

[PATCH 0/3] bcachefs support
 2021-05-11  1:26 UTC  (4+ messages)

[PATCH] mm/filemap: Fix readahead return types
 2021-05-10 23:17 UTC  (3+ messages)

[PATCH] serial: core: fix suspicious security_locked_down() call
 2021-05-10 19:36 UTC  (2+ messages)

[PATCH 2/2] proc: convert everything to "struct proc_ops"
 2021-05-10 18:39 UTC  (3+ messages)

[PATCH 0/2] virtiofs, dax: Fix couple of smatch warnings
 2021-05-10 18:16 UTC  (5+ messages)
` [PATCH 1/2] virtiofs, dax: Fix smatch warning about loss of info during shift

[LSF/MM/BPF TOPIC] I/O completions in softirq context
 2021-05-10 18:11 UTC 

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-10 18:02 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-10 17:56 UTC 

[RESEND] LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 17:42 UTC 

[PATCH RESEND v9 0/9] fs: interface for directly reading/writing compressed data
 2021-05-10 17:08 UTC  (3+ messages)

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-10 17:03 UTC  (18+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()
` [PATCH RFC 2/3] lib/vsprintf.c: make %pD print full path for file

[PATCH] copy_file_range.2: Update cross-filesystem support for 5.12
 2021-05-10 16:34 UTC  (4+ messages)

Personal
 2021-05-10 14:06 UTC 

fsnotify events for overlayfs real file
 2021-05-10 16:31 UTC 

[PATCH 0/8] Folio Prequel patches
 2021-05-10 16:29 UTC  (3+ messages)

LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 15:52 UTC 

[RFC PATCH 0/3] block_dump: remove block dump
 2021-05-10 15:21 UTC  (2+ messages)

[RFC][PATCH] fanotify: introduce filesystem view mark
 2021-05-10 15:27 UTC  (15+ messages)

[PATCH V1] fuse: Set fuse request error upon fuse abort connection
 2021-05-10 14:05 UTC  (3+ messages)

cat /proc/sys/kernel/tainted => page allocation failure: order:6
 2021-05-10 12:43 UTC  (3+ messages)

[syzbot] UBSAN: shift-out-of-bounds in do_mpage_readpage
 2021-05-10 12:19 UTC 

[fs] aec499039e: unixbench.score 19.2% improvement
 2021-05-10 12:03 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.37-rc2
 2021-05-10 11:40 UTC 

[PATCH] zonefs: Macros with complex values should be enclosed in parentheses
 2021-05-10  9:54 UTC 

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-05-10  9:10 UTC  (12+ messages)
` [PATCH v8] "


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