linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 18:25:29 to 2020-12-19 13:49:09 UTC [more...]

[PATCH][RESEND] vfs: protect file->f_sb_err with f_lock
 2020-12-19 13:48 UTC 

[PATCH v3] errseq: split the ERRSEQ_SEEN flag into two new flags
 2020-12-19 13:25 UTC  (9+ messages)

[PATCH] selinux: fix inconsistency between inode_getxattr and inode_listsecurity
 2020-12-19 10:05 UTC 

[PATCH] inotify, memcg: account inotify instances to kmemcg
 2020-12-19  9:48 UTC  (2+ messages)

[PATCH v2 0/6] kernfs: proposed locking and concurrency improvement
 2020-12-19  7:47 UTC  (23+ messages)
`  "

set_page_dirty vs truncate
 2020-12-19  7:04 UTC  (6+ messages)

[PATCH v13 0/4] xfs: avoid transaction reservation recursion
 2020-12-19  0:31 UTC  (15+ 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

mmotm 2020-12-18-16-27 uploaded
 2020-12-19  0:28 UTC 

[PATCH v3 1/2] proc: Allow pid_revalidate() during LOOKUP_RCU
 2020-12-19  0:06 UTC  (2+ messages)
` [PATCH v3 2/2] proc: ensure security hook is called after exec

[GIT PULL] xfs: new code for 5.11
 2020-12-18 20:54 UTC  (2+ messages)

[RFC PATCH 0/3] vfs, overlayfs: Fix syncfs() to return error
 2020-12-18 20:25 UTC  (15+ 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()

how to track down cause for EBUSY on /dev/vda4?
 2020-12-18 18:49 UTC  (2+ messages)

KASAN: use-after-free Read in idr_for_each (2)
 2020-12-18 16:44 UTC  (3+ messages)

[PATCH v10 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-18 15:41 UTC  (18+ 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
    ` [External] "
` [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

[PATCH RFC] fs: fix a hungtask problem when freeze/unfreeze fs
 2020-12-18 15:32 UTC 

[PATCH 1/4] selftests/core: fix close_range_test build after XFAIL removal
 2020-12-18 14:54 UTC  (4+ messages)
` [PATCH 2/4] selftests/core: handle missing syscall number for close_range
` [PATCH 3/4] selftests/core: add test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXEC
` [PATCH 4/4] selftests/core: add regression "

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-18 10:32 UTC  (10+ messages)
` [PATCH man-pages v6] Document encoded I/O
                ` Ping: "

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2020-12-18  9:13 UTC  (16+ 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

[fuse-devel] Cross-host entry caching and file open/create
 2020-12-18  4:39 UTC  (7+ messages)

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-18  1:09 UTC  (13+ messages)
` [v2 PATCH 2/9] mm: memcontrol: use shrinker_rwsem to protect shrinker_maps allocation
` [v2 PATCH 7/9] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers

[PATCH 0/8] Superblock Notifications
 2020-12-18  1:06 UTC  (5+ messages)
` [PATCH 4/8] vfs: Add superblock notifications

[PATCH] close_range: cap range for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXEC
 2020-12-17 21:33 UTC 

[PATCH] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2020-12-17 21:15 UTC  (6+ messages)

[GIT PULL] Fsnotify fixes and improvements for 5.11-rc1
 2020-12-17 20:21 UTC  (2+ messages)

[GIT PULL] fuse update for 5.11
 2020-12-17 20:21 UTC  (2+ messages)

[GIT PULL] overlayfs update for 5.11
 2020-12-17 20:21 UTC  (2+ messages)

[GIT PULL] ext2, reiserfs, quota and writeback fixes and cleanups for 5.11-rc1
 2020-12-17 20:21 UTC  (2+ messages)

[PATCH 00/25] Page folios
 2020-12-17 19:36 UTC  (29+ messages)
` [PATCH 02/25] mm: Add put_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 11/25] mm: Convert mapping_get_entry to return a folio
` [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

[RFC PATCH 0/2] errseq+overlayfs: accomodate the volatile upper layer use-case
 2020-12-17 19:28 UTC  (3+ messages)
` [RFC PATCH 2/2] overlayfs: propagate errors from upper to overlay sb in sync_fs

[PATCHSET 0/4] fs: Support for LOOKUP_CACHED / RESOLVE_CACHED
 2020-12-17 19:23 UTC  (7+ 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

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

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

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

[PATCH v9 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-17 10:42 UTC  (27+ messages)
` [PATCH v9 03/11] mm/hugetlb: Free the vmemmap pages associated with each "
        ` [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 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 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 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)

[PATCH v2 0/2] Fix locking for btrfs direct writes
 2020-12-16 21:07 UTC  (4+ messages)
` [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)


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