linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-02 01:30:45 to 2021-05-05 15:41:36 UTC [more...]

[PATCH v9 00/96] Memory folios
 2021-05-05 15:05 UTC  (29+ messages)
` [PATCH v9 01/96] mm: Optimise nth_page for contiguous memmap
` [PATCH v9 02/96] mm: Make __dump_page static
` [PATCH v9 03/96] mm/debug: Factor PagePoisoned out of __dump_page
` [PATCH v9 04/96] mm/page_owner: Constify dump_page_owner
` [PATCH v9 05/96] mm: Make compound_head const-preserving
` [PATCH v9 06/96] mm: Constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [PATCH v9 07/96] mm: Constify page_count and page_ref_count
` [PATCH v9 08/96] mm: Fix struct page layout on 32-bit systems
` [PATCH v9 09/96] mm: Introduce struct folio
` [PATCH v9 10/96] mm: Add folio_pgdat and folio_zone
` [PATCH v9 11/96] mm/vmstat: Add functions to account folio statistics
` [PATCH v9 12/96] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v9 13/96] mm: Add folio reference count functions
` [PATCH v9 14/96] mm: Add folio_put
` [PATCH v9 15/96] mm: Add folio_get
` [PATCH v9 16/96] mm: Add folio flag manipulation functions
` [PATCH v9 17/96] mm: Add folio_young() and folio_idle()
` [PATCH v9 18/96] mm: Handle per-folio private data
` [PATCH v9 19/96] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v9 20/96] mm/filemap: Add folio_next_index
` [PATCH v9 21/96] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v9 22/96] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v9 23/96] mm: Add folio_mapcount
` [PATCH v9 24/96] mm/memcg: Add folio wrappers for various functions
` [PATCH v9 25/96] mm/filemap: Add folio_unlock
` [PATCH v9 26/96] mm/filemap: Add folio_lock
` [PATCH v9 27/96] mm/filemap: Add folio_lock_killable
` [PATCH v9 28/96] mm/filemap: Add __folio_lock_async

[PATCH 1/3] 9p: add support for root file systems
 2021-05-05 15:10 UTC  (2+ messages)

[PATCH v1 0/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-05 15:10 UTC  (30+ messages)
` [PATCH v1 1/7] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v1 2/7] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v1 3/7] mm: rename and move page_is_poisoned()
` [PATCH v1 4/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v1 5/7] mm: introduce page_offline_(begin|end|freeze|unfreeze) to synchronize setting PageOffline()
` [PATCH v1 6/7] virtio-mem: use page_offline_(start|end) when "
` [PATCH v1 7/7] fs/proc/kcore: use page_offline_(freeze|unfreeze)

[RFC][PATCH] fanotify: introduce filesystem view mark
 2021-05-05 14:56 UTC  (14+ messages)

[iov_iter] 8db1c12ebc: WARNING:at_lib/iov_iter.c:#iov_iter_revert
 2021-05-05 15:09 UTC 

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-05-05 12:21 UTC  (4+ messages)
` [PATCH RESEND V12 4/8] fuse: Passthrough initialization and release

[PATCH v3] virtiofs: propagate sync() to file server
 2021-05-05 12:16 UTC 

[BUG RERPORT] BUG_ON(!list_empty(&inode->i_wb_list))
 2021-05-05 12:06 UTC  (2+ messages)

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

[PATCH v6 00/10] userfaultfd: add minor fault handling for shmem
 2021-05-05  1:32 UTC  (12+ messages)
` [PATCH v6 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v6 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v6 03/10] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v6 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v6 05/10] userfaultfd/shmem: advertise shmem minor fault support
` [PATCH v6 06/10] userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
` [PATCH v6 07/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v6 08/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v6 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v6 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-05-05  1:13 UTC  (8+ messages)
      ` [External] "

[PATCH v2] proc: Use seq_read_iter for /proc/*/maps
 2021-05-04 20:24 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v3 00/15] lib/string_helpers: get rid of ugly *_escape_mem_ascii()
 2021-05-04 18:08 UTC  (16+ messages)
` [PATCH v3 01/15] lib/string_helpers: Switch to use BIT() macro
` [PATCH v3 02/15] lib/string_helpers: Move ESCAPE_NP check inside 'else' branch in a loop
` [PATCH v3 03/15] lib/string_helpers: Drop indentation level in string_escape_mem()
` [PATCH v3 04/15] lib/string_helpers: Introduce ESCAPE_NA for escaping non-ASCII
` [PATCH v3 05/15] lib/string_helpers: Introduce ESCAPE_NAP to escape non-ASCII and non-printable
` [PATCH v3 06/15] lib/string_helpers: Allow to append additional characters to be escaped
` [PATCH v3 07/15] lib/test-string_helpers: Print flags in hexadecimal format
` [PATCH v3 08/15] lib/test-string_helpers: Get rid of trailing comma in terminators
` [PATCH v3 09/15] lib/test-string_helpers: Add test cases for new features
` [PATCH v3 10/15] MAINTAINERS: Add myself as designated reviewer for generic string library
` [PATCH v3 11/15] seq_file: Introduce seq_escape_mem()
` [PATCH v3 12/15] seq_file: Add seq_escape_str() as replica of string_escape_str()
` [PATCH v3 13/15] seq_file: Convert seq_escape() to use seq_escape_str()
` [PATCH v3 14/15] nfsd: Avoid non-flexible API in seq_quote_mem()
` [PATCH v3 15/15] seq_file: Drop unused *_escape_mem_ascii()

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

[PATCH v2 00/14] lib/string_helpers: get rid of ugly *_escape_mem_ascii()
 2021-05-04 16:26 UTC  (20+ messages)
` [PATCH v2 01/14] lib/string_helpers: Switch to use BIT() macro
` [PATCH v2 02/14] lib/string_helpers: Move ESCAPE_NP check inside 'else' branch in a loop
` [PATCH v2 03/14] lib/string_helpers: Drop indentation level in string_escape_mem()
` [PATCH v2 04/14] lib/string_helpers: Introduce ESCAPE_NA for escaping non-ASCII
` [PATCH v2 05/14] lib/string_helpers: Introduce ESCAPE_NAP to escape non-ASCII and non-printable
` [PATCH v2 06/14] lib/string_helpers: Allow to append additional characters to be escaped
` [PATCH v2 07/14] lib/test-string_helpers: Print flags in hexadecimal format
` [PATCH v2 08/14] lib/test-string_helpers: Get rid of trailing comma in terminators
` [PATCH v2 09/14] lib/test-string_helpers: Add test cases for new features
` [PATCH v2 10/14] MAINTAINERS: Add myself as designated reviewer for generic string library
` [PATCH v2 11/14] seq_file: Introduce seq_escape_mem()
` [PATCH v2 12/14] seq_file: Replace seq_escape() with inliner
` [PATCH v2 13/14] nfsd: Avoid non-flexible API in seq_quote_mem()
` [PATCH v2 14/14] seq_file: Drop unused *_escape_mem_ascii()

[ANNOUNCE] xfs-linux: iomap-for-next updated to 6e552494fb90
 2021-05-04 16:26 UTC 

[PATCH v5 00/12] evm: Improve usability of portable signatures
 2021-05-04 14:49 UTC  (22+ messages)
` [PATCH v5 06/12] evm: Ignore INTEGRITY_NOLABEL/INTEGRITY_NOXATTRS if conditions are safe
` [PATCH v5 07/12] evm: Allow xattr/attr operations for portable signatures
` [PATCH v5 09/12] evm: Allow setxattr() and setattr() for unmodified metadata

[PATCH] eventfd: convert to using ->write_iter()
 2021-05-04  8:07 UTC  (6+ messages)

[PATCH v1 00/12] lib/string_helpers: get rid of ugly *_escape_mem_ascii() API
 2021-05-03 21:14 UTC  (18+ messages)
` [PATCH v1 01/12] lib/string_helpers: Switch to use BIT() macro
` [PATCH v1 02/12] lib/string_helpers: Move ESCAPE_NP check inside 'else' branch in a loop
` [PATCH v1 03/12] lib/string_helpers: Introduce ESCAPE_NA for escaping non-ASCII
` [PATCH v1 04/12] lib/string_helpers: Introduce ESCAPE_NAP to escape non-ASCII and non-printable
` [PATCH v1 05/12] lib/string_helpers: Drop indentation level in string_escape_mem()
` [PATCH v1 06/12] lib/string_helpers: Allow to append additional characters to be escaped
` [PATCH v1 07/12] lib/test-string_helpers: Print flags in hexadecimal format
` [PATCH v1 08/12] lib/test-string_helpers: Get rid of trailing comma in terminators
` [PATCH v1 09/12] lib/test-string_helpers: Add test cases for new features
` [PATCH v1 10/12] nfsd: Avoid non-flexible API in seq_quote_mem()
` [PATCH v1 11/12] lib/string_helpers: Drop unused *_escape_mem_ascii()
` [PATCH v1 12/12] MAINTAINERS: Add myself as designated reviewer for generic string library

[vfs:untested.iov_iter-2 2/30] lib/iov_iter.c:925:5: warning: comparison of distinct pointer types ('typeof (bytes) *' (aka 'unsigned int *') and 'typeof (((1UL) << (12)) - offset) *' (aka 'unsigned long *'))
 2021-05-03 20:22 UTC 

[PATCH] poll: Ignore benign race on pwd->triggered
 2021-05-03 18:46 UTC  (2+ messages)

[vfs:untested.iov_iter-2 2/30] lib/iov_iter.c:925:5: warning: comparison of distinct pointer types ('typeof (bytes) (aka 'unsigned int and 'typeof (((1UL) << 14) - offset) (aka 'unsigned long
 2021-05-03 18:31 UTC 

[git pull] more simple_recursive_removal() stuff
 2021-05-03 18:14 UTC  (2+ messages)

[git pull] #work.file
 2021-05-03 18:14 UTC  (2+ messages)

[GIT PULL] orangefs pull request for 5.13
 2021-05-03 15:43 UTC  (4+ messages)

NULL pointer dereference when access /proc/net
 2021-05-03 15:31 UTC  (6+ messages)

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-05-03 13:21 UTC  (6+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-05-03 11:37 UTC  (4+ messages)

[PATCH v2] generic/631: Add a check for extended attributes
 2021-05-03 10:26 UTC 

[PATCH 0/4] udf: Better LVID checking and VLA cleanup
 2021-05-03 10:12 UTC  (5+ messages)
` [PATCH 1/4] udf: Check LVID earlier
` [PATCH 2/4] udf: Remove unused declaration
` [PATCH 3/4] udf: Get rid of 0-length arrays
` [PATCH 4/4] udf: Get rid of 0-length arrays in struct fileIdentDesc

[PATCH] MAINTAINERS: Add Matthew Bobrowski as a reviewer
 2021-05-03 10:08 UTC 

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

fuse: kernel BUG at mm/truncate.c:763!
 2021-05-03  8:52 UTC  (12+ messages)

[git pull] work.misc
 2021-05-02 18:32 UTC  (5+ messages)

[git pull] ecryptfs series
 2021-05-02 18:32 UTC  (2+ messages)

[PATCH v8.1 00/31] Memory Folios
 2021-05-02  2:31 UTC  (7+ 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).