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

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-15 20:32 UTC  (26+ messages)
` [v2 PATCH 1/9] mm: vmscan: use nid from shrink_control for tracepoint
` [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 4/9] mm: vmscan: use a new flag to indicate shrinker is registered
` [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

"do_copy_range:: Invalid argument"
 2020-12-15 20:20 UTC  (4+ messages)

[PATCHSET v3 0/4] fs: Support for LOOKUP_NONBLOCK / RESOLVE_NONBLOCK
 2020-12-15 19:38 UTC  (21+ messages)
` [PATCH 1/4] fs: make unlazy_walk() error handling consistent
` [PATCH 2/4] fs: add support for LOOKUP_NONBLOCK
` [PATCH 3/4] fs: expose LOOKUP_NONBLOCK through openat2() RESOLVE_NONBLOCK
` [PATCH 4/4] io_uring: enable LOOKUP_NONBLOCK path resolution for filename lookups

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-15 19:05 UTC  (4+ messages)

[PATCH v2] proc: Allow pid_revalidate() during LOOKUP_RCU
 2020-12-15 18:09 UTC  (11+ messages)

[PATCH v2 0/2] Fix locking for btrfs direct writes
 2020-12-15 18:06 UTC  (3+ 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

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

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-15 16:44 UTC  (9+ messages)
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

[RFC PATCH v2 0/2] errseq+overlayfs: accomodate the volatile upper layer use-case
 2020-12-15 16:43 UTC  (5+ messages)
` [RFC PATCH v2 1/2] errseq: split the SEEN flag into two new flags
` [RFC PATCH v2 2/2] overlayfs: propagate errors from upper to overlay sb in sync_fs

[PATCH v3 0/7] Convert all THP vmstat counters to pages
 2020-12-15 16:21 UTC  (7+ messages)
` [PATCH v3 2/7] mm: memcontrol: convert NR_ANON_THPS account "
    ` [External] "
` [PATCH v3 7/7] mm: memcontrol: make the slab calculation consistent
    ` [External] "

Lockdep warning on io_file_data_ref_zero() with 5.10-rc5
 2020-12-15 16:18 UTC  (5+ messages)

[PATCH 0/2] io_uring: add mkdirat support
 2020-12-15 16:20 UTC  (4+ messages)

[RFC PATCH 0/2] errseq+overlayfs: accomodate the volatile upper layer use-case
 2020-12-15 15:39 UTC  (17+ messages)
` [RFC PATCH 1/2] errseq: split the SEEN flag into two new flags
` [RFC PATCH 2/2] overlayfs: propagate errors from upper to overlay sb in sync_fs

[PATCH v1 0/6] no-copy bvec
 2020-12-15 14:05 UTC  (24+ messages)
` [PATCH v1 1/6] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO

[LSFMMBPF 2021] A status update
 2020-12-15 13:43 UTC  (4+ messages)

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

[PATCH v2] proc: Escape more characters in /proc/mounts output
 2020-12-15 12:53 UTC 

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2020-12-15 12:14 UTC  (10+ messages)
` [RFC PATCH v3 1/9] pagemap: Introduce ->memory_failure()
` [RFC PATCH v3 2/9] blk: Introduce ->corrupted_range() for block device
` [RFC PATCH v3 3/9] fs: Introduce ->corrupted_range() for superblock
` [RFC PATCH v3 4/9] mm, fsdax: Refactor memory-failure handler for dax mapping
` [RFC PATCH v3 5/9] mm, pmem: Implement ->memory_failure() in pmem driver
` [RFC PATCH v3 6/9] pmem: Implement ->corrupted_range() for "
` [RFC PATCH v3 7/9] dm: Introduce ->rmap() to find bdev offset
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()
` [RFC PATCH v3 9/9] xfs: Implement ->corrupted_range() for XFS

[PATCH v2 00/10] allow unprivileged overlay mounts
 2020-12-15 11:03 UTC  (15+ messages)
` [PATCH v2 04/10] ovl: make ioctl() safe
` [PATCH v2 08/10] ovl: do not fail because of O_NOATIME

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-12-15  9:43 UTC  (9+ messages)

[PATCH] proc: Escape more characters in /proc/mounts output
 2020-12-15  7:30 UTC  (3+ messages)

[PATCH v12 0/4] xfs: avoid transaction reservation recursion
 2020-12-15  4:39 UTC  (8+ messages)
` [PATCH v12 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}

[RESEND,PATCH] fs/binfmt_elf: Fix regression limiting ELF program header size
 2020-12-15  3:46 UTC 

[PATCH RFC 0/8] dcache: increase poison resistance
 2020-12-14 23:10 UTC  (4+ messages)

[git pull] epoll rework
 2020-12-14 22:34 UTC 

[GIT PULL] fscrypt updates for 5.11
 2020-12-14 20:56 UTC  (2+ messages)

[GIT PULL] fsverity updates for 5.11
 2020-12-14 20:56 UTC  (2+ messages)
` [f2fs-dev] "

[PATCHSET RFC v2 0/5] fs: Support for LOOKUP_NONBLOCK / RESOLVE_NONBLOCK
 2020-12-14 18:06 UTC  (12+ messages)
` [PATCH 4/5] fs: honor LOOKUP_NONBLOCK for the last part of file open

[GIT PULL] file locking fixes for 5.11
 2020-12-14 13:22 UTC 

[PATCH] fuse: clean up redundant assignment
 2020-12-14  5:43 UTC  (2+ messages)

[PATCH RESEND v5 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-12-14  2:53 UTC  (3+ messages)
` [PATCH RESEND v5 1/2] NFS: NFSv2/NFSv3: Use cred from fs_context during mount
` [PATCH RESEND v5 2/2] NFSv4: Refactor to use user namespaces for nfs4idmap

bcachefs-for-review
 2020-12-13 22:37 UTC 

[RFC 0/2] nocopy bvec for direct IO
 2020-12-13 22:09 UTC  (10+ messages)
` [PATCH 1/2] iov: introduce ITER_BVEC_FLAG_FIXED

[PATCH -next] fs/omfs: convert comma to semicolon
 2020-12-13 21:30 UTC 

INFO: task hung in fuse_simple_request
 2020-12-13 21:13 UTC 

[PATCH v2 0/3] Check errors on sync for volatile overlayfs mounts
 2020-12-13 20:06 UTC  (6+ messages)
` [PATCH v2 2/3] errseq: Add mechanism to snapshot errseq_counter and check snapshot

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

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-12-13  8:36 UTC  (4+ messages)
` [PATCH 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM


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