linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 07:39:24 to 2021-09-15 18:20:14 UTC [more...]

[PATCH 5.10] fanotify: limit number of event merge attempts
 2021-09-15 18:20 UTC 

[MAINTAINER SUMMIT] Folios as a potential Kernel/Maintainers Summit topic?
 2021-09-15 18:03 UTC  (2+ messages)

/proc/stat interrupt counter wrap-around
 2021-09-15 17:58 UTC  (19+ messages)
` [PATCH 0/7] proc/stat: Maintain monotonicity of "intr" and "softirq"
  ` [PATCH v2 00/12] "
    ` [PATCH v2 01/12] genirq: Use READ_ONCE for IRQ counter reads
    ` [PATCH v2 02/12] genirq: Use unsigned long for IRQ counters
    ` [PATCH v2 03/12] powerpc/irq: Use READ_ONCE for IRQ counter reads
    ` [PATCH v2 04/12] powerpc/irq: Use unsigned long for IRQ counters
    ` [PATCH v2 05/12] powerpc/irq: Use unsigned long for IRQ counter sum
    ` [PATCH v2 06/12] x86/irq: Use READ_ONCE for IRQ counter reads
    ` [PATCH v2 07/12] x86/irq: Use unsigned long for IRQ counters
    ` [PATCH v2 08/12] x86/irq: Use unsigned long for IRQ counters more
    ` [PATCH v2 09/12] x86/irq: Use unsigned long for IRQ counter sum
    ` [PATCH v2 10/12] proc/stat: Use unsigned long for "intr" sum
    ` [PATCH v2 11/12] proc/stat: Use unsigned long for "softirq" sum
    ` [PATCH v2 12/12] docs: proc.rst: stat: Note the interrupt counter wrap-around

[GIT PULL] Memory folios for v5.15
 2021-09-15 17:55 UTC  (4+ messages)
` Folio discussion recap

[RFC PATCH 0/4] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-15 17:48 UTC  (9+ messages)
` [PATCH 1/4] mm: filemap: check if any subpage is hwpoisoned for PMD page fault
` [PATCH 2/4] mm: khugepaged: check if file page is on LRU after locking page
` [PATCH 3/4] mm: shmem: don't truncate page if memory failure happens
` [PATCH 4/4] mm: hwpoison: handle non-anonymous THP correctly

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-15 17:26 UTC  (12+ messages)
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc version of cc_platform_has()
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()

[PATCH 0/3 RFC] Remove DAX experimental warnings
 2021-09-15 17:22 UTC  (4+ messages)
` [PATCH 1/3] xfs: remove dax EXPERIMENTAL warning
` [PATCH 2/3] ext4: "
` [PATCH 3/3] ext2: "

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-15 17:02 UTC  (21+ messages)
` [PATCH 1/6] MM: improve documentation for __GFP_NOFAIL
` [PATCH 2/6] MM: annotate congestion_wait() and wait_iff_congested() as ineffective
` [PATCH 6/6] XFS: remove congestion_wait() loop from xfs_buf_alloc_pages()
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops

[PATCH v3 0/1] Relax restrictions on user.* xattr
 2021-09-15 16:33 UTC  (15+ messages)

[PATCH v4 0/8] Add LSM access controls and auditing to io_uring
 2021-09-15 16:50 UTC  (9+ messages)
` [PATCH v4 1/8] audit: prepare audit_context for use in calling contexts beyond syscalls
` [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
` [PATCH v4 3/8] audit: add filtering for io_uring records
` [PATCH v4 4/8] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [PATCH v4 5/8] io_uring: convert io_uring to the secure anon inode interface
` [PATCH v4 6/8] lsm,io_uring: add LSM hooks to io_uring
` [PATCH v4 7/8] selinux: add support for the io_uring access controls
` [PATCH v4 8/8] Smack: Brutalist io_uring support

[PATCH 0/7] Performance improvement for fanotify merge
 2021-09-15 16:33 UTC  (6+ messages)
` [PATCH 5/7] fanotify: limit number of event merge attempts

[PATCHSET v3 0/3] Add ability to save/restore iov_iter state
 2021-09-15 16:29 UTC  (4+ messages)
` [PATCH 1/3] iov_iter: add helper to save "
` [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
` [PATCH 3/3] Revert "iov_iter: track truncated size"

[PATCH 0/3] dax: clear poison on the fly along pwrite
 2021-09-15 16:15 UTC  (8+ messages)
` [PATCH 1/3] dax: introduce dax_operation dax_clear_poison
` [PATCH 2/3] dax: introduce dax_clear_poison to dax pwrite operation
` [PATCH 2/3] dax: introduce dax clear poison to page aligned "
` [PATCH 3/3] libnvdimm/pmem: Provide pmem_dax_clear_poison for dax operation

fs/ntfs3: Runtree implementation with rbtree or others
 2021-09-15 15:44 UTC  (2+ messages)

[PATCH] init/do_mounts.c: Harden split_fs_names() against buffer overflow
 2021-09-15 15:22 UTC 

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-09-15 14:12 UTC  (13+ messages)

[PATCH AUTOSEL 5.14 19/25] connector: send event on write to /proc/[pid]/comm
 2021-09-15 13:45 UTC  (2+ messages)

[PATCH v9 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-15 10:45 UTC  (9+ messages)
` [PATCH v9 1/8] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v9 2/8] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v9 3/8] fsdax: Replace mmap entry in case of CoW
` [PATCH v9 4/8] fsdax: Convert dax_iomap_zero to iter model
` [PATCH v9 5/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v9 6/8] fsdax: Dedup file range to use a compare function
` [PATCH v9 7/8] xfs: support CoW in fsdax mode
` [PATCH v9 8/8] xfs: Add dax dedupe support

[PATCH v6 00/21] File system wide monitoring
 2021-09-15 10:31 UTC  (7+ messages)
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event

[syzbot] KASAN: use-after-free Read in h4_recv_buf
 2021-09-15  9:51 UTC 

[PATCH v3 00/76] Optimize list lru memory consumption
 2021-09-15  7:30 UTC  (45+ messages)
` [PATCH v3 35/76] hpfs: allocate inode by using alloc_inode_sb()
` [PATCH v3 36/76] hugetlbfs: "
` [PATCH v3 37/76] isofs: "
` [PATCH v3 38/76] jffs2: "
` [PATCH v3 39/76] jfs: "
` [PATCH v3 40/76] minix: "
` [PATCH v3 41/76] nfs: "
` [PATCH v3 42/76] nilfs2: "
` [PATCH v3 43/76] ntfs: "
` [PATCH v3 44/76] ocfs2: "
` [PATCH v3 45/76] openpromfs: "
` [PATCH v3 46/76] orangefs: "
` [PATCH v3 47/76] overlayfs: "
` [PATCH v3 48/76] proc: "
` [PATCH v3 49/76] qnx4: "
` [PATCH v3 50/76] qnx6: "
` [PATCH v3 51/76] reiserfs: "
` [PATCH v3 52/76] romfs: "
` [PATCH v3 53/76] squashfs: "
` [PATCH v3 54/76] sysv: "
` [PATCH v3 55/76] ubifs: "
` [PATCH v3 56/76] udf: "
` [PATCH v3 57/76] ufs: "
` [PATCH v3 58/76] vboxsf: "
` [PATCH v3 59/76] xfs: "
` [PATCH v3 60/76] zonefs: "
` [PATCH v3 61/76] ipc: "
` [PATCH v3 62/76] shmem: "
` [PATCH v3 63/76] net: "
` [PATCH v3 64/76] rpc: "
` [PATCH v3 65/76] f2fs: "
` [PATCH v3 66/76] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v3 67/76] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v3 68/76] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v3 69/76] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v3 70/76] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v3 71/76] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v3 72/76] mm: list_lru: replace linear array with xarray
` [PATCH v3 73/76] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v3 74/76] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v3 75/76] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v3 76/76] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

unicode cleanups, and split the data table into a separate module v2
 2021-09-15  7:00 UTC  (12+ messages)
` [PATCH 01/11] ext4: simplify ext4_sb_read_encoding
` [PATCH 02/11] f2fs: simplify f2fs_sb_read_encoding
` [PATCH 03/11] unicode: remove the charset field from struct unicode_map
` [PATCH 04/11] unicode: mark the version field in struct unicode_map unsigned
` [PATCH 05/11] unicode: pass a UNICODE_AGE() tripple to utf8_load
` [PATCH 06/11] unicode: remove the unused utf8{,n}age{min,max} functions
` [PATCH 07/11] unicode: simplify utf8len
` [PATCH 08/11] unicode: move utf8cursor to utf8-selftest.c
` [PATCH 09/11] unicode: cache the normalization tables in struct unicode_map
` [PATCH 10/11] unicode: Add utf8-data module
` [PATCH 11/11] unicode: only export internal symbols for the selftests

start switching sysfs attributes to expose the seq_file
 2021-09-15  7:07 UTC  (12+ messages)
` [PATCH 13/13] xfs: convert xfs_sysfs attrs to use ->seq_show

[syzbot] general protection fault in fuse_test_super
 2021-09-15  4:56 UTC 

[PATCH] kernfs: fix the race in the creation of negative dentry
 2021-09-15  2:09 UTC  (4+ messages)

[PATCHSET v2 0/3] Add ability to save/restore iov_iter state
 2021-09-14 23:02 UTC  (7+ messages)
` [PATCH 1/3] iov_iter: add helper to save "
` [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
` [PATCH 3/3] Revert "iov_iter: track truncated size"

[RFC PATCH 0/8] fscache: Replace and remove old I/O API
 2021-09-14 21:59 UTC  (18+ messages)
` [PATCH 1/8] fscache: Generalise the ->begin_read_operation method
` [PATCH 2/8] fscache: Implement an alternate I/O interface to replace the old API
` [PATCH 3/8] nfs: Move to using the alternate (deprecated) fscache I/O API
` [PATCH 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching
` [PATCH 5/8] cifs: (untested) Move to using the alternate (deprecated) fscache I/O API
` [PATCH 6/8] fscache: Remove the old "
` [PATCH 7/8] fscache: Remove stats that are no longer used
` [PATCH 8/8] fscache: Update the documentation to reflect I/O API changes

[PATCH] mnt: add support for non-rootfs initramfs
 2021-09-14 17:09 UTC  (3+ messages)
` [PATCH v3] "

ntfs3 mount options
 2021-09-14 16:33 UTC  (4+ messages)

[PATCH] fs/ioctl: Remove unnecessary __user annotation
 2021-09-14 14:49 UTC 

[PATCH] aio: Fix incorrect usage of eventfd_signal_allowed()
 2021-09-14 12:46 UTC  (2+ messages)

[PATCH] aio: convert active_reqs into a hashtable
 2021-09-14 11:45 UTC  (2+ 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).