messages from 2021-08-12 18:21:52 to 2021-08-20 11:11:44 UTC [more...]
[PATCH 0/7] add simple copy support
2021-08-20 11:11 UTC (28+ messages)
` [PATCH 1/7] block: make bio_map_kern() non static
` [PATCH 2/7] block: Introduce queue limits for copy-offload support
` [PATCH 3/7] block: copy offload support infrastructure
` [PATCH 4/7] block: Introduce a new ioctl for simple copy
` [PATCH 5/7] block: add emulation "
` [PATCH 6/7] nvme: add simple copy support
` [PATCH 7/7] dm kcopyd: add simple copy offload support
` [dm-devel] "
[PATCH v10 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
2021-08-20 9:13 UTC (32+ messages)
` [PATCH v10 01/14] fs: export rw_verify_area()
` [PATCH v10 02/14] fs: export variant of generic_write_checks without iov_iter
` [PATCH v10 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v10 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v10 05/14] btrfs: support different disk extent size for delalloc
` [PATCH v10 06/14] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v10 07/14] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v10 08/14] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v10 09/14] btrfs: add BTRFS_IOC_ENCODED_WRITE
` [PATCH v10 10/14] btrfs: add send stream v2 definitions
` [PATCH v10 11/14] btrfs: send: write larger chunks when using stream v2
` [PATCH v10 12/14] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v10 13/14] btrfs: send: send compressed extents with encoded writes
` [PATCH v10 14/14] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v10 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v10 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v10 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v10 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v10 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v10 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v10 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v10 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v10 09/10] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v10 10/10] btrfs-progs: receive: add tests for basic encoded_write send/receive
[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
2021-08-20 8:46 UTC (11+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH v2 2/7] kernel/fork: factor out replacing the current MM exe_file
` [PATCH v2 3/7] kernel/fork: always deny write access to "
` [PATCH v2 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH v2 5/7] mm: remove VM_DENYWRITE
` [PATCH v2 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH v2 7/7] fs: update documentation of get_write_access() and friends
[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
2021-08-20 8:30 UTC (45+ messages)
` [PATCH v1 3/7] kernel/fork: always deny write access to current MM exe_file
` Removing Mandatory Locks
[PATCH v2] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
2021-08-19 18:38 UTC (5+ messages)
[PATCH v6 00/21] File system wide monitoring
2021-08-19 3:58 UTC (54+ messages)
` [PATCH v6 01/21] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v6 02/21] fanotify: Fold event size calculation to its own function
` [PATCH v6 03/21] fanotify: Split fsid check from other fid mode checks
` [PATCH v6 04/21] fsnotify: Reserve mark flag bits for backends
` [PATCH v6 05/21] fanotify: Split superblock marks out to a new cache
` [PATCH v6 06/21] inotify: Don't force FS_IN_IGNORED
` [PATCH v6 07/21] fsnotify: Add helper to detect overflow_event
` [PATCH v6 08/21] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v6 09/21] fsnotify: Allow events reported with an empty inode
` [PATCH v6 10/21] fsnotify: Support FS_ERROR event type
` [PATCH v6 11/21] fanotify: Allow file handle encoding for unhashed events
` [PATCH v6 12/21] fanotify: Encode invalid file handle when no inode is provided
` [PATCH v6 13/21] fanotify: Require fid_mode for any non-fd event
` [PATCH v6 14/21] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event
` [PATCH v6 16/21] fanotify: Handle FAN_FS_ERROR events
` [PATCH v6 17/21] fanotify: Report fid info for file related file system errors
` [PATCH v6 18/21] fanotify: Emit generic error info type for error event
` [PATCH v6 19/21] ext4: Send notifications on error
` [PATCH v6 20/21] samples: Add fs error monitoring example
` [PATCH v6 21/21] docs: Document the FAN_FS_ERROR event
[PATCH 0/4] futex2: Add wait on multiple futexes syscall
2021-08-19 3:38 UTC (9+ messages)
` [PATCH 1/4] futex: Prepare for futex_wait_multiple()
` [PATCH 2/4] futex2: Implement vectorized wait
[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
2021-08-18 16:38 UTC (19+ messages)
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
[PATCH v5 00/11] Add futex2 syscalls
2021-08-18 16:20 UTC (4+ messages)
` [PATCH v5 02/11] futex2: Implement vectorized wait
[PATCH v4] mm: Enable suspend-only swap spaces
2021-08-17 18:32 UTC (7+ messages)
[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
2021-08-16 18:11 UTC (5+ messages)
` [PATCH v5 07/14] enic: Use irq_update_affinity_hint
` [PATCH v5 10/14] mailbox: "
[PATCH v4 0/5] Add pidfd support to the fanotify API
2021-08-16 5:03 UTC (4+ messages)
[PATCH v5 00/23] File system wide monitoring
2021-08-13 17:25 UTC (8+ messages)
` [PATCH v5 14/23] fanotify: Encode invalid file handler when no inode is provided
[PATCH 1/5] Add manpage for open_tree(2)
2021-08-13 0:23 UTC (15+ messages)
` [PATCH 2/5] Add manpages for move_mount(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).