linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 20:40:35 to 2020-12-17 16:56:10 UTC [more...]

[PATCH] proc/wchan: Use printk format instead of lookup_symbol_name()
 2020-12-17 16:54 UTC 

KASAN: null-ptr-deref Read in filp_close
 2020-12-17 16:44 UTC  (2+ messages)

[PATCHSET 0/4] fs: Support for LOOKUP_CACHED / RESOLVE_CACHED
 2020-12-17 16:19 UTC  (5+ messages)
` [PATCH 1/4] fs: make unlazy_walk() error handling consistent
` [PATCH 2/4] fs: add support for LOOKUP_CACHED
` [PATCH 3/4] fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHED
` [PATCH 4/4] io_uring: enable LOOKUP_CACHED path resolution for filename lookups

[RFC PATCH 0/3] vfs, overlayfs: Fix syncfs() to return error
 2020-12-17 16:15 UTC  (8+ messages)
` [PATCH 1/3] vfs: add new f_op->syncfs vector
` [PATCH 2/3] overlayfs: Implement f_op->syncfs() call
` [PATCH 3/3] overlayfs: Check writeback errors w.r.t upper in ->syncfs()

[PATCH v10 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-17 15:52 UTC  (15+ messages)
` [PATCH v10 01/11] mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c
` [PATCH v10 02/11] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v10 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
` [PATCH v10 04/11] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v10 05/11] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v10 06/11] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v10 07/11] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v10 08/11] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v10 09/11] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v10 10/11] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v10 11/11] mm/hugetlb: Optimize the code with the help of the compiler
  ` [External] Re: [PATCH v10 00/11] Free some vmemmap pages of HugeTLB page

WARNING: suspicious RCU usage in count
 2020-12-17 15:19 UTC  (4+ messages)

[PATCH v2 0/6] kernfs: proposed locking and concurrency improvement
 2020-12-17 15:14 UTC  (15+ messages)
`  "

[PATCH v3] errseq: split the ERRSEQ_SEEN flag into two new flags
 2020-12-17 15:00 UTC 

[PATCH 00/25] Page folios
 2020-12-17 14:35 UTC  (34+ messages)
` [PATCH 01/25] mm: Introduce struct folio
` [PATCH 02/25] mm: Add put_folio
` [PATCH 03/25] mm: Add get_folio
` [PATCH 04/25] mm: Create FolioFlags
` [PATCH 05/25] mm: Add unlock_folio
` [PATCH 06/25] mm: Add lock_folio
` [PATCH 07/25] mm: Add lock_folio_killable
` [PATCH 08/25] mm: Add __alloc_folio_node and alloc_folio
` [PATCH 09/25] mm: Convert __page_cache_alloc to return a folio
` [PATCH 10/25] mm/filemap: Convert end_page_writeback to use "
` [PATCH 11/25] mm: Convert mapping_get_entry to return "
` [PATCH 12/25] mm: Add mark_folio_accessed
` [PATCH 13/25] mm: Add filemap_get_folio and find_get_folio
` [PATCH 14/25] mm/filemap: Add folio_add_to_page_cache
` [PATCH 15/25] mm/swap: Convert rotate_reclaimable_page to folio
` [PATCH 16/25] mm: Add folio_mapping
` [PATCH 17/25] mm: Rename THP_SUPPORT to MULTI_PAGE_FOLIOS
` [PATCH 18/25] btrfs: Use readahead_batch_length
` [PATCH 19/25] fs: Change page refcount rules for readahead
` [PATCH 20/25] fs: Change readpage to take a folio
` [PATCH 21/25] mm: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH 22/25] mm: Add wait_on_folio_locked & wait_on_folio_locked_killable
` [PATCH 23/25] mm: Add flush_dcache_folio
` [PATCH 24/25] mm: Add read_cache_folio and read_mapping_folio
` [PATCH 25/25] fs: Convert vfs_dedupe_file_range_compare to folios

[GIT PULL] overlayfs update for 5.11
 2020-12-17 14:20 UTC 

[PATCH] writeback: add warning messages for not registered bdi
 2020-12-17 11:28 UTC 

[GIT PULL] fuse update for 5.11
 2020-12-17 13:18 UTC 

[GIT PULL] ext2, reiserfs, quota and writeback fixes and cleanups for 5.11-rc1
 2020-12-17 11:25 UTC 

[GIT PULL] Fsnotify fixes and improvements for 5.11-rc1
 2020-12-17 11:15 UTC 

[PATCH v9 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-17 10:42 UTC  (41+ messages)
` [PATCH v9 02/11] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v9 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v9 04/11] mm/hugetlb: Defer freeing of HugeTLB pages
    ` [External] "
` [PATCH v9 05/11] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v9 06/11] mm/hugetlb: Set the PageHWPoison to the raw error page
    ` [External] "
` [PATCH v9 08/11] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [PATCH v9 09/11] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v9 10/11] mm/hugetlb: Gather discrete indexes of tail page
    ` [External] "
` [PATCH v9 11/11] mm/hugetlb: Optimize the code with the help of the compiler
    ` [External] "

KASAN: invalid-free in bdev_free_inode
 2020-12-17  8:54 UTC 

[PATCH v13 0/4] xfs: avoid transaction reservation recursion
 2020-12-17  4:46 UTC  (8+ messages)
` [PATCH v13 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v13 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v13 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v13 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[PATCH v15 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
 2020-12-17  4:36 UTC  (2+ messages)

[PATCH v5 0/7] Convert all THP vmstat counters to pages
 2020-12-17  3:43 UTC  (8+ messages)
` [PATCH v5 1/7] mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
` [PATCH v5 2/7] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH v5 3/7] mm: memcontrol: convert NR_FILE_THPS "
` [PATCH v5 4/7] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH v5 5/7] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH v5 6/7] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH v5 7/7] mm: memcontrol: make the slab calculation consistent

[RFC PATCH v2 0/2] errseq+overlayfs: accomodate the volatile upper layer use-case
 2020-12-16 23:51 UTC  (3+ messages)
` [RFC PATCH v2 1/2] errseq: split the SEEN flag into two new flags

WARNING in percpu_ref_kill_and_confirm (2)
 2020-12-16 22:33 UTC  (3+ messages)

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-16 21:56 UTC  (29+ messages)
` [v2 PATCH 2/9] mm: memcontrol: use shrinker_rwsem to protect shrinker_maps allocation
` [v2 PATCH 3/9] mm: vmscan: guarantee shrinker_slab_memcg() sees valid shrinker_maps for online memcg
` [v2 PATCH 5/9] mm: memcontrol: add per memcg shrinker nr_deferred
` [v2 PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker
` [v2 PATCH 7/9] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v2 PATCH 8/9] mm: memcontrol: reparent nr_deferred when memcg offline
` [v2 PATCH 9/9] mm: vmscan: shrink deferred objects proportional to priority

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2020-12-16 21:26 UTC  (10+ messages)
` [RFC PATCH v3 4/9] mm, fsdax: Refactor memory-failure handler for dax mapping
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()
` [RFC PATCH v3 9/9] xfs: Implement ->corrupted_range() for XFS

[PATCH v2 0/2] Fix locking for btrfs direct writes
 2020-12-16 21:07 UTC  (7+ messages)
` [PATCH 1/2] iomap: Separate out generic_write_sync() from iomap_dio_complete()
` [PATCH 2/2] btrfs: Make btrfs_direct_write atomic with respect to inode_lock

mmotm 2020-12-16-10-40 uploaded
 2020-12-16 18:41 UTC 

[PATCH v3] proc: Escape more characters in /proc/mounts output
 2020-12-16 19:08 UTC 

[PATCH RFC 0/8] dcache: increase poison resistance
 2020-12-16 18:46 UTC  (5+ messages)

[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2020-12-16 18:04 UTC  (3+ messages)

INFO: task hung in remove_proc_subtree
 2020-12-16 17:54 UTC 

[PATCH] vfs, syncfs: Do not ignore return code from ->sync_fs()
 2020-12-16 17:16 UTC  (6+ messages)

[PATCH V10 0/5] fuse: Add support for passthrough read/write
 2020-12-16 16:55 UTC  (7+ messages)
` [PATCH V10 2/5] fuse: Passthrough initialization and release

[PATCH v2 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2020-12-16 16:20 UTC  (3+ messages)
` [PATCH v2 01/13] btrfs-progs: send: fix crash on unknown option

[GIT PULL] exec fixes for v5.11-rc1
 2020-12-16 14:35 UTC  (4+ messages)

[PATCH] writeback: don't warn on an unregistered BDI in __mark_inode_dirty
 2020-12-16 14:19 UTC  (5+ messages)

[PATCH 0/2] io_uring: add mkdirat support
 2020-12-16  6:05 UTC  (5+ messages)

[RFC] FUSE: Adding a requests resend mechanism to support userspace process' failover
 2020-12-16  5:40 UTC 

[PATCH v2] proc: Escape more characters in /proc/mounts output
 2020-12-16  5:25 UTC  (3+ messages)

[GIT PULL] file locking fixes for 5.11
 2020-12-16  3:44 UTC  (2+ messages)

[git pull] epoll rework
 2020-12-16  3:44 UTC  (2+ messages)

[PATCHSET v3 0/4] fs: Support for LOOKUP_NONBLOCK / RESOLVE_NONBLOCK
 2020-12-16  3:39 UTC  (12+ messages)
` [PATCH 2/4] fs: add support for LOOKUP_NONBLOCK
` [PATCH 3/4] fs: expose LOOKUP_NONBLOCK through openat2() RESOLVE_NONBLOCK

[PATCH] fget: Do not loop with rcu lock held
 2020-12-16  2:47 UTC  (2+ messages)

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-16  2:46 UTC  (6+ messages)

INFO: task can't die in corrupted (2)
 2020-12-16  2:45 UTC 

[PATCH v2] proc: Allow pid_revalidate() during LOOKUP_RCU
 2020-12-16  1:05 UTC  (12+ 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).