messages from 2021-02-08 15:25:01 to 2021-02-10 16:31:47 UTC [more...]
[GIT PULL] fscache: I/O API modernisation and netfs helper library
2021-02-10 16:29 UTC (10+ messages)
[PATCH V2 0/8] btrfs: convert kmaps to core page calls
2021-02-10 16:29 UTC (22+ messages)
` [PATCH V2 1/8] mm/highmem: Lift memcpy_[to|from]_page to core
` [PATCH V2 2/8] mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()
` [PATCH V2 3/8] mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()
` [PATCH V2 4/8] mm/highmem: Add VM_BUG_ON() to mem*_page() calls
` [PATCH V2 5/8] iov_iter: Remove memzero_page() in favor of zero_user()
` [PATCH V2 6/8] btrfs: use memcpy_[to|from]_page() and kmap_local_page()
` [PATCH V2 7/8] btrfs: use copy_highpage() instead of 2 kmaps()
` [PATCH V2 8/8] btrfs: convert to zero_user()
[PATCH] proc: use vmalloc for our kernel buffer
2021-02-10 15:54 UTC
[PATCH] virtiofs: Fail dax mount if device does not support it
2021-02-10 14:58 UTC (2+ messages)
[PATCHSET v2 0/3] Improve IOCB_NOWAIT O_DIRECT reads
2021-02-10 14:47 UTC (14+ messages)
` [PATCH 1/3] mm: provide filemap_range_needs_writeback() helper
` [PATCH 2/3] mm: use filemap_range_needs_writeback() for O_DIRECT reads
` [PATCH 3/3] iomap: "
[v7 PATCH 0/12] Make shrinker's nr_deferred memcg aware
2021-02-10 14:36 UTC (41+ messages)
` [v7 PATCH 01/12] mm: vmscan: use nid from shrink_control for tracepoint
` [v7 PATCH 02/12] mm: vmscan: consolidate shrinker_maps handling code
` [v7 PATCH 03/12] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v7 PATCH 04/12] mm: vmscan: remove memcg_shrinker_map_size
` [v7 PATCH 05/12] mm: memcontrol: rename shrinker_map to shrinker_info
` [v7 PATCH 06/12] mm: vmscan: add shrinker_info_protected() helper
` [v7 PATCH 07/12] mm: vmscan: use a new flag to indicate shrinker is registered
` [v7 PATCH 08/12] mm: vmscan: add per memcg shrinker nr_deferred
` [v7 PATCH 09/12] mm: vmscan: use per memcg nr_deferred of shrinker
` [v7 PATCH 10/12] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v7 PATCH 11/12] mm: memcontrol: reparent nr_deferred when memcg offline
` [v7 PATCH 12/12] mm: vmscan: shrink deferred objects proportional to priority
[PATCH v3 00/11] fsdax: introduce fs query to support reflink
2021-02-10 13:44 UTC (13+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()
` [PATCH v3 02/11] blk: Introduce ->corrupted_range() for block device
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v3 06/11] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v3 10/11] xfs: Implement ->corrupted_range() for XFS
` [PATCH v3 11/11] fs/dax: Remove useless functions
[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
2021-02-10 13:19 UTC (14+ messages)
` [PATCH 3/7] fsdax: Copy data before write
` [PATCH 5/7] fsdax: Dedup file range to use a compare function
` [PATCH 6/7] fs/xfs: Handle CoW for fsdax write() path
[PATCH bpf 0/4] Expose network namespace cookies to user space
2021-02-10 12:04 UTC (2+ messages)
` [PATCH bpf 2/4] nsfs: add an ioctl to discover the network namespace cookie
[ANNOUNCE] exfatprogs-1.1.0 version released
2021-02-10 9:27 UTC (5+ messages)
[RFC] Filesystem error notifications proposal
2021-02-10 7:46 UTC (21+ messages)
[PATCH 1/2] ext4: Handle casefolding with encryption
2021-02-10 4:03 UTC (5+ messages)
INFO: task hung in io_uring_cancel_task_requests
2021-02-10 3:02 UTC (3+ messages)
[PATCH 0/4] btrfs: Convert kmaps to core page calls
2021-02-09 22:27 UTC (12+ messages)
` [PATCH 2/4] fs/btrfs: Use memcpy_[to|from]_page()
[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
2021-02-09 20:08 UTC (21+ messages)
` [PATCH v17 07/10] "
` [PATCH v17 08/10] PM: hibernate: disable when there are active secretmem users
[PATCH 0/4] Some more lock_page work
2021-02-09 19:09 UTC (12+ messages)
` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)
[PATCH] fs/affs: release old buffer head on error path
2021-02-09 16:12 UTC (2+ messages)
[PATCH] fs/io_uring.c: fix typo in comment
2021-02-09 14:36 UTC (2+ messages)
mmotm 2021-02-08-15-44 uploaded
2021-02-09 14:26 UTC (5+ messages)
` mmotm 2021-02-08-15-44 uploaded (mm-cma-print-region-name-on-failure.patch)
` mmotm 2021-02-08-15-44 uploaded (drivers/media/i2c/rdacm2*.c)
[PATCH 0/2] quota: Add mountpath based quota support
2021-02-09 9:57 UTC (8+ messages)
` [PATCH 1/2] "
[PATCHSET 0/3] Improve IOCB_NOWAIT O_DIRECT
2021-02-09 2:15 UTC (10+ messages)
` [PATCH 1/3] mm: provide filemap_range_needs_writeback() helper
` [PATCH 2/3] mm: use filemap_range_needs_writeback() for O_DIRECT IO
` [PATCH 3/3] iomap: "
[PATCH v15 43/43] btrfs: zoned: deal with holes writing out tree-log pages
2021-02-09 1:55 UTC (3+ messages)
` [PATCH v15.1 "
[PATCH v15 01/42] block: add bio_add_zone_append_page
2021-02-09 1:49 UTC (4+ messages)
` [PATCH v15 40/42] btrfs: zoned: serialize log transaction on zoned filesystems
[PATCH 0/2 RFC v2] fs: Hole punch vs page cache filling races
2021-02-09 1:43 UTC (6+ messages)
` [PATCH 1/2] mm: Protect operations adding pages to page cache with i_mapping_lock
` [PATCH 2/2] ext4: Convert to use inode->i_mapping_sem
[PATCH v4 00/10] userfaultfd: add minor fault handling
2021-02-09 0:19 UTC (7+ messages)
` [PATCH v4 05/10] userfaultfd: add minor fault registration mode
` [PATCH v4 08/10] userfaultfd: add UFFDIO_CONTINUE ioctl
[PATCH 0/5] block: add a sequence number to disks
2021-02-08 20:55 UTC (2+ messages)
Bitcoin Investment
2021-02-08 17:42 UTC
[PATCH v5 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
2021-02-08 17:24 UTC (6+ messages)
` [PATCH v5 2/2] procfs/dmabuf: Add inode number to /proc/*/fdinfo
[PATCH v6 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
2021-02-08 15:53 UTC (2+ messages)
` [PATCH v6 2/2] procfs/dmabuf: Add inode number to /proc/*/fdinfo
page: next (older) | prev (newer) | latest
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).