linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-29 19:24:00 to 2021-05-03 15:48:23 UTC [more...]

[PATCH v5 00/12] evm: Improve usability of portable signatures
 2021-05-03 15:48 UTC  (20+ messages)
` [PATCH v5 03/12] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
` [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

[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] eventfd: convert to using ->write_iter()
 2021-05-03 14:57 UTC 

[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 v1 0/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-03 11:35 UTC  (23+ 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)

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

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

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

[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  (41+ messages)
` [PATCH v8 01/31] mm: Introduce struct folio
` [PATCH v8 02/31] mm: Add folio_pgdat and folio_zone
` [PATCH v8 03/31] mm/vmstat: Add functions to account folio statistics
` [PATCH v8 04/31] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v8 05/31] mm: Add folio reference count functions
` [PATCH v8 06/31] mm: Add folio_put
` [PATCH v8 07/31] mm: Add folio_get
` [PATCH v8 08/31] mm: Add folio flag manipulation functions
` [PATCH v8 09/31] mm: Add folio_young() and folio_idle()
` [PATCH v8 10/31] mm: Handle per-folio private data
` [PATCH v8 11/31] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v8 12/31] mm/filemap: Add folio_next_index
` [PATCH v8 13/31] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v8 14/31] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v8 15/31] mm: Add folio_mapcount
` [PATCH v8 16/31] mm/memcg: Add folio wrappers for various functions
` [PATCH v8 17/31] mm/filemap: Add folio_unlock
` [PATCH v8 18/31] mm/filemap: Add folio_lock
` [PATCH v8 19/31] mm/filemap: Add folio_lock_killable
` [PATCH v8 20/31] mm/filemap: Add __folio_lock_async
` [PATCH v8 21/31] mm/filemap: Add __folio_lock_or_retry
` [PATCH v8 22/31] mm/filemap: Add folio_wait_locked
` [PATCH v8 23/31] mm/swap: Add folio_rotate_reclaimable
` [PATCH v8 24/31] mm/filemap: Add folio_end_writeback
` [PATCH v8 25/31] mm/writeback: Add folio_wait_writeback
` [PATCH v8 26/31] mm/writeback: Add folio_wait_stable
` [PATCH v8 27/31] mm/filemap: Add folio_wait_bit
` [PATCH v8 28/31] mm/filemap: Add folio_wake_bit
` [PATCH v8 29/31] mm/filemap: Convert page wait queues to be folios
` [PATCH v8 30/31] mm/filemap: Add folio private_2 functions
` [PATCH v8 31/31] fs/netfs: Add folio fscache functions

[PATCH 1/3] fcntl: remove unused VALID_UPGRADE_FLAGS
 2021-05-01  0:53 UTC  (9+ messages)
` [PATCH 2/3] open: don't silently ignore unknown O-flags in openat2()
` [PATCH 3/3] test: add openat2() test for invalid upper 32 bit flag value

[vfs:untested.iov_iter 18/22] lib/iov_iter.c:888:5: warning: comparison of distinct pointer types ('typeof (bytes) *' (aka 'unsigned int *') and 'typeof ((1UL << 12) - offset) *' (aka 'unsigned long *'))
 2021-05-01  0:43 UTC 

[GIT PULL] fuse update for 5.13
 2021-04-30 22:40 UTC  (2+ messages)

[GIT PULL] overlayfs update for 5.13
 2021-04-30 22:40 UTC  (3+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-04-30 21:48 UTC  (3+ messages)

[syzbot] WARNING in do_epoll_ctl
 2021-04-30 20:58 UTC 

[PATCH v3 0/3] audit: add support for openat2
 2021-04-30 20:35 UTC  (4+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v3 2/3] audit: add support for the openat2 syscall
` [PATCH v3 3/3] audit: add OPENAT2 record to list how

[vfs:untested.iov_iter 18/20] lib/iov_iter.c:888:5: warning: comparison of distinct pointer types ('typeof (bytes) *' (aka 'unsigned int *') and 'typeof (((1UL) << 12) - offset) *' (aka 'unsigned long *'))
 2021-04-30 19:28 UTC 

[GIT PULL] iomap: new code for 5.13-rc1
 2021-04-30 19:02 UTC  (18+ messages)

[PATCH v2] .gitignore: prefix local generated files with a slash
 2021-04-30 18:41 UTC  (3+ messages)

exposing i_version to userspace?
 2021-04-30 18:13 UTC 

[PATCH v8 00/27] Memory Folios
 2021-04-30 17:44 UTC  (21+ messages)
` [PATCH v8 01/27] mm: Introduce struct folio
` [PATCH v8 02/27] mm: Add folio_pgdat and folio_zone
` [PATCH v8 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v8 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v8 05/27] mm: Add folio reference count functions
` [PATCH v8 06/27] mm: Add folio_put
` [PATCH v8 07/27] mm: Add folio_get
` [PATCH v8 08/27] mm: Add folio flag manipulation functions
` [PATCH v8 09/27] mm: Add folio_young() and folio_idle()
` [PATCH v8 10/27] mm: Handle per-folio private data
` [PATCH v8 11/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v8 12/27] mm/filemap: Add folio_next_index
` [PATCH v8 13/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v8 14/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v8 15/27] mm: Add folio_mapcount
` [PATCH v8 16/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v8 17/27] mm/filemap: Add folio_unlock
` [PATCH v8 18/27] mm/filemap: Add folio_lock
` [PATCH v8 19/27] mm/filemap: Add folio_lock_killable

[PATCH v2 0/3] audit: add support for openat2
 2021-04-30 17:42 UTC  (5+ messages)
` [PATCH v2 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v2 2/3] audit: add support for the openat2 syscall
` [PATCH v2 3/3] audit: add OPENAT2 record to list how

[PATCH] generic/631: Add a check for extended attributes
 2021-04-30 16:17 UTC  (3+ messages)

[iov_iter] 2418c34937: Initiating_system_reboot
 2021-04-30 15:54 UTC  (6+ messages)

[PATCH 0/8] Folio Prequel patches
 2021-04-30 14:55 UTC  (9+ messages)
` [PATCH 1/8] mm: Optimise nth_page for contiguous memmap
` [PATCH 2/8] mm: Make __dump_page static
` [PATCH 3/8] mm/debug: Factor PagePoisoned out of __dump_page
` [PATCH 4/8] mm/page_owner: Constify dump_page_owner
` [PATCH 5/8] mm: Make compound_head const-preserving
` [PATCH 6/8] mm: Constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [PATCH 7/8] mm: Constify page_count and page_ref_count
` [PATCH 8/8] mm: Fix struct page layout on 32-bit systems

[PATCH] block: reexpand iov_iter after read/write
 2021-04-30 14:35 UTC  (7+ messages)

[PATCH] afs: Fix speculative status fetches
 2021-04-30 12:47 UTC 

[PATCH v2] virtiofs: propagate sync() to file server
 2021-04-30 12:32 UTC  (5+ messages)

[PATCH] afs: Fix speculative status fetches
 2021-04-30 12:26 UTC 

BUG_ON(!mapping_empty(&inode->i_data))
 2021-04-30  5:41 UTC  (11+ messages)

[PATCH v22 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-30  3:13 UTC  (10+ messages)
` [PATCH v22 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v22 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v22 3/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v22 4/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v22 5/9] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v22 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
` [PATCH v22 7/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v22 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
` [PATCH v22 9/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate

[PATCH v21 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-29 23:19 UTC  (7+ messages)
  ` [External] "

[PATCH v3] mm/compaction:let proactive compaction order configurable
 2021-04-29 19:45 UTC  (4+ messages)
  ` 答复: "

[GIT PULL] xfs: new code for 5.13
 2021-04-29 19:19 UTC  (3+ 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).