messages from 2020-05-05 20:43:06 to 2020-05-07 21:44:19 UTC [more...]
[RFC PATCH V3 0/9] Introduce attach/detach_page_private to cleanup code
2020-05-07 21:43 UTC
[PATCH] fs/io_uring: fix O_PATH fds in openat, openat2, statx
2020-05-07 20:53 UTC (10+ messages)
[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
2020-05-07 20:45 UTC (8+ messages)
[PATCH] kernel: add panic_on_taint
2020-05-07 20:42 UTC (6+ messages)
[PATCH v2] kernel: add panic_on_taint
2020-05-07 20:33 UTC (7+ messages)
exec: Promised cleanups after introducing exec_update_mutex
2020-05-07 19:51 UTC (21+ messages)
` [PATCH 1/7] binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf
` [PATCH 2/7] exec: Make unlocking exec_update_mutex explict
` [PATCH 3/7] exec: Rename the flag called_exec_mmap point_of_no_return
` [PATCH 4/7] exec: Merge install_exec_creds into setup_new_exec
` [PATCH 5/7] exec: In setup_new_exec cache current in the local variable me
` [PATCH 6/7] exec: Move most of setup_new_exec into flush_old_exec
` [PATCH 7/7] exec: Rename flush_old_exec begin_new_exec
[PATCH 0/2] Control over userfaultfd kernel-fault handling
2020-05-07 19:15 UTC (4+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
[PATCH] fs/binfmt_elf.c: Replace zero-length array with flexible-array
2020-05-07 18:52 UTC
[PATCH] fanotify: Replace zero-length array with flexible-array
2020-05-07 18:52 UTC
[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
2020-05-07 18:41 UTC (48+ messages)
` [RFC 01/43] mm: add PKRAM API stubs and Kconfig
` [RFC 02/43] mm: PKRAM: implement node load and save functions
` [RFC 03/43] mm: PKRAM: implement object "
` [RFC 04/43] mm: PKRAM: implement page stream operations
` [RFC 05/43] mm: PKRAM: support preserving transparent hugepages
` [RFC 06/43] mm: PKRAM: implement byte stream operations
` [RFC 07/43] mm: PKRAM: link nodes by pfn before reboot
` [RFC 08/43] mm: PKRAM: introduce super block
` [RFC 09/43] PKRAM: build a physical mapping pagetable of pages to be preserved
` [RFC 10/43] PKRAM: add code for walking the preserved pages pagetable
` [RFC 11/43] PKRAM: pass the preserved pages pagetable to the next kernel
` [RFC 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC 13/43] mm: PKRAM: free preserved pages pagetable
` [RFC 14/43] mm: memblock: PKRAM: prevent memblock resize from clobbering preserved pages
` [RFC 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC 16/43] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC 17/43] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC 18/43] kexec: PKRAM: avoid clobbering already "
` [RFC 19/43] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC 20/43] PKRAM: disable feature when running the kdump kernel
` [RFC 21/43] x86/KASLR: PKRAM: support physical kaslr
` [RFC 22/43] mm: shmem: introduce shmem_insert_page
` [RFC 23/43] mm: shmem: enable saving to PKRAM
` [RFC 24/43] mm: shmem: prevent swapping of PKRAM-enabled tmpfs pages
` [RFC 25/43] mm: shmem: specify the mm to use when inserting pages
` [RFC 26/43] mm: shmem: when inserting, handle pages already charged to a memcg
` [RFC 27/43] x86/mm/numa: add numa_isolate_memblocks()
` [RFC 28/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC 29/43] memblock: PKRAM: mark memblocks that contain preserved pages
` [RFC 30/43] memblock: add for_each_reserved_mem_range()
` [RFC 31/43] memblock, mm: defer initialization of preserved pages
` [RFC 32/43] shmem: PKRAM: preserve shmem files a chunk at a time
` [RFC 33/43] PKRAM: atomically add and remove link pages
` [RFC 34/43] shmem: PKRAM: multithread preserving and restoring shmem pages
` [RFC 35/43] shmem: introduce shmem_insert_pages()
` [RFC 36/43] PKRAM: add support for loading pages in bulk
` [RFC 37/43] shmem: PKRAM: enable bulk loading of preserved pages into shmem
` [RFC 38/43] mm: implement splicing a list of pages to the LRU
` [RFC 39/43] shmem: optimize adding pages to the LRU in shmem_insert_pages()
` [RFC 40/43] shmem: initial support for adding multiple pages to pagecache
` [RFC 41/43] XArray: add xas_export_node() and xas_import_node()
` [RFC 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC 43/43] PKRAM: improve index alignment of pkram_link entries
[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
2020-05-07 17:45 UTC (2+ messages)
[GIT PULL] configfs fix for 5.7
2020-05-07 17:35 UTC (2+ messages)
[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
2020-05-07 16:02 UTC (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/3] Add a new LSM-supporting anonymous inode interface
[PATCH for-5.7] splice: move f_mode checks to do_{splice,tee}()
2020-05-07 15:45 UTC (7+ messages)
fix fiemap for ext4 bitmap files (+ cleanups) v3
2020-05-07 14:59 UTC (18+ messages)
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap
` [PATCH 04/11] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 05/11] fs: mark __generic_block_fiemap static
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 11/11] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache
[PATCH AUTOSEL 5.4 29/35] Fix use after free in get_tree_bdev()
2020-05-07 14:28 UTC
[PATCH AUTOSEL 5.6 38/50] Fix use after free in get_tree_bdev()
2020-05-07 14:27 UTC (3+ messages)
` [PATCH AUTOSEL 5.6 42/50] fibmap: Warn and return an error in case of block > INT_MAX
` [PATCH AUTOSEL 5.6 45/50] io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
[PATCH v5 0/6] Add support for O_MAYEXEC
2020-05-07 13:38 UTC (11+ messages)
fuse doesn't use security_inode_init_security?
2020-05-07 13:06 UTC (5+ messages)
[PATCH 1/2] fuse: virtiofs: Fix nullptr dereference
2020-05-07 8:10 UTC (6+ messages)
` [PATCH 2/2] fuse: virtiofs: Add basic multiqueue support
[PATCH 0/1] hibernate: restrict writes to the snapshot device
2020-05-07 8:04 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] fsnotify: avoid gcc-10 zero-length-bounds warning
2020-05-07 8:01 UTC (4+ messages)
[PATCH -next] exfat: fix possible memory leak in exfat_find()
2020-05-07 2:50 UTC (2+ messages)
[PATCH v3 0/7] libfs: group and simplify linux fs code
2020-05-07 0:10 UTC (3+ messages)
` [PATCH v3 7/7] tracefs: switch to simplefs inode creation API
[PATCH v2 0/2] Add file-system authentication to BTRFS
2020-05-06 21:24 UTC (37+ messages)
` [PATCH v2 1/2] btrfs: add authentication support
` btree [was Re: [PATCH v2 1/2] btrfs: add authentication support]
[PATCH v3 00/25] Large pages in the page cache
2020-05-06 18:32 UTC (8+ messages)
` [PATCH v3 02/25] mm: Introduce thp_size
` [PATCH v3 17/25] mm: Add __page_cache_alloc_order
` [PATCH v3 18/25] mm: Allow large pages to be added to the page cache
[PATCH] ext4: fix race between ext4_sync_parent() and rename()
2020-05-06 18:31 UTC
[PATCH v10 0/9] Introduce Zone Append for writing to zoned block devices
2020-05-06 18:18 UTC (12+ messages)
` [PATCH v10 1/9] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v10 2/9] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v10 3/9] block: introduce blk_req_zone_write_trylock
` [PATCH v10 4/9] block: Modify revalidate zones
` [PATCH v10 5/9] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v10 6/9] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v10 7/9] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v10 8/9] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v10 9/9] zonefs: use REQ_OP_ZONE_APPEND for sync DIO
remove set_fs calls from the coredump code v6
2020-05-06 15:44 UTC (8+ messages)
[PATCH RFC] fuse: invalidate inode attr in writeback cache mode
2020-05-06 15:20 UTC
[RFC PATCH 54/61] afs: Wait on PG_fscache before modifying/releasing a page
2020-05-06 14:24 UTC (6+ messages)
` [RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter
fuse: trying to steal weird page
2020-05-06 13:57 UTC (8+ messages)
` [fuse-devel] "
INFO: task hung in linkwatch_event (2)
2020-05-06 11:22 UTC
INFO: task hung in linkwatch_event (2)
2020-05-06 11:20 UTC (3+ messages)
[PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices
2020-05-06 3:23 UTC (19+ messages)
` [PATCH v9 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v9 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v9 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v9 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v9 06/11] block: Modify revalidate zones
` [PATCH v9 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v9 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v9 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v9 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
[PATCH v3 6/7] misc: bcm-vk: add Broadcom VK driver
2020-05-05 23:58 UTC (2+ messages)
[PATCH] sysctl: Make sure proc handlers can't expose heap memory
2020-05-05 23:23 UTC (8+ messages)
mmotm 2020-05-05-15-28 uploaded
2020-05-05 22:29 UTC
[PATCH 1/1] epoll: call final ep_events_available() check under the lock
2020-05-05 20:58 UTC (4+ messages)
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).