messages from 2021-11-29 14:36:17 to 2021-12-01 06:01:47 UTC [more...]
[PATCH v2 0/3] io_uring: add getdents64 support
2021-12-01 6:01 UTC (3+ messages)
[PATCH v2 0/5] io_uring: add xattr support
2021-12-01 5:51 UTC (6+ messages)
` [PATCH v2 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v2 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v2 3/5] fs: split off do_getxattr from getxattr
` [PATCH v2 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v2 5/5] io_uring: add fgetxattr and getxattr support
[PATCH 35/64] cachefiles: Add security derivation
2021-12-01 5:46 UTC (25+ messages)
` [PATCH 00/64] fscache, cachefiles: Rewrite
` [PATCH 44/64] cachefiles: Implement key to filename encoding
` [PATCH 48/64] cachefiles: Implement backing file wrangling
` [PATCH 49/64] cachefiles: Implement begin and end I/O operation
` [PATCH 50/64] cachefiles: Implement cookie resize for truncate
` [PATCH 51/64] cachefiles: Implement the I/O routines
` [PATCH 52/64] cachefiles: Allow cachefiles to actually function
` [PATCH 53/64] fscache, cachefiles: Display stats of no-space events
` [PATCH 54/64] fscache, cachefiles: Display stat of culling events
` [PATCH 55/64] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 56/64] afs: Fix afs_write_end() to handle len > page size
` [PATCH 57/64] afs: Convert afs to use the new fscache API
` [PATCH 58/64] afs: Copy local writes to the cache when writing to the server
` [PATCH 59/64] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 60/64] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 61/64] 9p: Copy local writes to the cache when writing to the server
` [PATCH 62/64] nfs: Convert to new fscache volume/cookie API
` [PATCH 63/64] cifs: Support fscache indexing rewrite (untested)
` [PATCH 64/64] fscache: Rewrite documentation
[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
2021-12-01 4:32 UTC (13+ messages)
[PATCH bpf-next v3 00/10] Introduce BPF iterators for io_uring and epoll
2021-12-01 4:23 UTC (11+ messages)
` [PATCH bpf-next v3 01/10] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v3 02/10] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v3 03/10] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v3 04/10] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v3 05/10] bpftool: Output io_uring iterator info
` [PATCH bpf-next v3 06/10] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v3 07/10] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v3 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v3 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
` [PATCH RFC bpf-next v3 10/10] samples/bpf: Add example to checkpoint/restore io_uring
[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
2021-12-01 3:52 UTC (33+ messages)
[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
2021-12-01 2:37 UTC (14+ messages)
[PATCH] firmware_loader: export sysctl registration
2021-11-30 22:59 UTC (2+ messages)
[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
2021-11-30 20:27 UTC (3+ messages)
decouple DAX from block devices v2
2021-11-30 19:06 UTC (17+ messages)
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
2021-11-30 18:56 UTC (3+ messages)
[PATCH] fs/ntfs3: Fix NULL dereference in ntfs_update_mftmirr
2021-11-30 16:41 UTC
[syzbot] INFO: trying to register non-static key in l2cap_sock_teardown_cb
2021-11-30 16:19 UTC
[PATCH v2 0/7] task comm cleanups
2021-11-30 15:53 UTC (21+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
2021-11-30 15:36 UTC (13+ messages)
[PATCH v1 0/5] io_uring: add xattr support
2021-11-30 13:40 UTC (14+ messages)
` [PATCH v1 1/5] fs: make user_path_at_empty() take a struct filename
` [PATCH v1 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v1 3/5] fs: split off the vfs_getxattr from getxattr
` [fs] 23a831cdec: WARNING:at_include/linux/thread_info.h:#do_getxattr
` [PATCH v1 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v1 5/5] io_uring: add fgetxattr and getxattr support
[PATCH v2 00/10] Extend and tweak mapping support
2021-11-30 12:10 UTC (11+ messages)
` [PATCH v2 01/10] fs: add is_idmapped_mnt() helper
` [PATCH v2 02/10] fs: move mapping helpers
` [PATCH v2 03/10] fs: tweak fsuidgid_has_mapping()
` [PATCH v2 04/10] fs: account for filesystem mappings
` [PATCH v2 05/10] docs: update mapping documentation
` [PATCH v2 06/10] fs: use low-level mapping helpers
` [PATCH v2 07/10] fs: remove unused "
` [PATCH v2 08/10] fs: port higher-level "
` [PATCH v2 09/10] fs: add i_user_ns() helper
` [PATCH v2 10/10] fs: support mapped mounts of mapped filesystems
[PATCH v3] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
2021-11-30 11:59 UTC
[PATCH 00/10] Extend and tweak mapping support
2021-11-30 8:53 UTC (17+ messages)
` [PATCH 01/10] fs: add is_mapped_mnt() helper
` [PATCH 02/10] fs: move mapping helpers
` [PATCH 03/10] fs: tweak fsuidgid_has_mapping()
` [PATCH 07/10] fs: remove unused low-level mapping helpers
` [PATCH 08/10] fs: port higher-level "
` [PATCH 09/10] fs: add i_user_ns() helper
[PATCH] fs: remove duplicate permission checks in do_sendfile()
2021-11-30 8:02 UTC
[PATCH 0/3] Some improvements on panic_print
2021-11-30 5:12 UTC (5+ messages)
` [PATCH 1/3] docs: sysctl/kernel: Add missing bit to panic_print
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print
mmotm 2021-11-29-18-58 uploaded
2021-11-30 2:58 UTC
[PATCH 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
2021-11-29 23:12 UTC (19+ messages)
` [PATCH 0/3] Avoid live-lock in fault-in+uaccess loops "
[PATCH 0/6] sysctl: 5th set of kernel/sysctl cleanups
2021-11-29 21:19 UTC (7+ messages)
` [PATCH 1/6] sysctl: add and use base directory declarer and registration helper
` [PATCH 2/6] fs: move namespace sysctls and declare fs base directory
` [PATCH 3/6] kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
` [PATCH 4/6] printk: fix build warning when CONFIG_PRINTK=n
` [PATCH 5/6] fs/coredump: move coredump sysctls into its own file
` [PATCH 6/6] kprobe: move sysctl_kprobes_optimization to kprobes.c
[PATCH v3 00/11] Extend fanotify dirent events
2021-11-29 20:15 UTC (12+ messages)
` [PATCH v3 01/11] fsnotify: clarify object type argument
` [PATCH v3 02/11] fsnotify: separate mark iterator type from object type enum
` [PATCH v3 03/11] fanotify: introduce group flag FAN_REPORT_TARGET_FID
` [PATCH v3 04/11] fsnotify: generate FS_RENAME event with rich information
` [PATCH v3 05/11] fanotify: use macros to get the offset to fanotify_info buffer
` [PATCH v3 06/11] fanotify: use helpers to parcel "
` [PATCH v3 07/11] fanotify: support secondary dir fh and name in fanotify_info
` [PATCH v3 08/11] fanotify: record old and new parent and name in FAN_RENAME event
` [PATCH v3 09/11] fanotify: record either old name new name or both for FAN_RENAME
` [PATCH v3 10/11] fanotify: report old and/or new parent+name in FAN_RENAME event
` [PATCH v3 11/11] fanotify: wire up "
[PATCH 0/9] sysctl: 4th set of kernel/sysctl cleanups
2021-11-29 20:55 UTC (10+ messages)
` [PATCH 1/9] fs: move inode sysctls to its own file
` [PATCH 2/9] fs: move fs stat sysctls to file_table.c
` [PATCH 3/9] fs: move dcache sysctls to its own file
` [PATCH 4/9] sysctl: move maxolduid as a sysctl specific const
` [PATCH 5/9] fs: move shared sysctls to fs/sysctls.c
` [PATCH 6/9] fs: move locking sysctls where they are used
` [PATCH 7/9] fs: move namei sysctls to its own file
` [PATCH 8/9] fs: move fs/exec.c sysctls into "
` [PATCH 9/9] fs: move pipe sysctls to is "
[PATCH v2 0/9] Extend fanotify dirent events
2021-11-29 19:15 UTC (6+ messages)
` [PATCH v2 7/9] fanotify: record either old name new name or both for FAN_RENAME
[PATCH v2 0/8] sysctl: 3rd set of kernel/sysctl cleanups
2021-11-29 20:48 UTC (4+ messages)
` [PATCH v2 5/8] printk: move printk sysctl to printk/sysctl.c
[PATCH v2 0/9] sysctl: first set of kernel/sysctl cleanups
2021-11-29 21:01 UTC (4+ messages)
` [PATCH v2 1/9] sysctl: add a new register_sysctl_init() interface
[PATCH 0/2] ceph: adapt ceph to the fscache rewrite
2021-11-29 16:46 UTC (4+ messages)
` [PATCH 1/2] ceph: conversion to new fscache API
` [PATCH 2/2] ceph: add fscache writeback support
[PATCH] netfs: Adjust docs after foliation
2021-11-29 15:26 UTC
[Linux-cachefs] [PATCH] netfs: Adjust docs after foliation
2021-11-29 15:23 UTC (3+ messages)
` "
[PATCH] fs: Eliminate compilation warnings for misc
2021-11-29 13:19 UTC (4+ messages)
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).