messages from 2021-11-29 08:29:02 to 2021-11-30 05:12:11 UTC [more...]
[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
[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
2021-11-30 4:57 UTC (23+ messages)
[PATCH v1 0/5] io_uring: add xattr support
2021-11-30 3:16 UTC (9+ 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
` [PATCH v1 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v1 5/5] io_uring: add fgetxattr and getxattr support
[PATCH v2 0/7] task comm cleanups
2021-11-30 3:03 UTC (17+ 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
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 00/64] fscache, cachefiles: Rewrite
2021-11-29 21:40 UTC (67+ messages)
` [PATCH 01/64] fscache, cachefiles: Disable configuration
` [PATCH 02/64] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH 03/64] fscache: Remove the contents of the fscache driver, "
` [PATCH 04/64] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 05/64] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH 06/64] fscache: Introduce new driver
` [PATCH 07/64] fscache: Implement a hash function
` [PATCH 08/64] fscache: Implement cache registration
` [PATCH 09/64] fscache: Implement volume registration
` [PATCH 10/64] fscache: Implement cookie registration
` [PATCH 11/64] fscache: Implement cache-level access helpers
` [PATCH 12/64] fscache: Implement volume-level "
` [PATCH 13/64] fscache: Implement cookie-level "
` [PATCH 14/64] fscache: Implement functions add/remove a cache
` [PATCH 15/64] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH 16/64] fscache: Add a function for a cache backend to note an I/O error
` [PATCH 17/64] fscache: Implement simple cookie state machine
` [PATCH 18/64] fscache: Implement cookie user counting and resource pinning
` [PATCH 19/64] fscache: Implement cookie invalidation
` [PATCH 20/64] fscache: Provide a means to begin an operation
` [PATCH 21/64] fscache: Count data storage objects in a cache
` [PATCH 22/64] fscache: Provide read/write stat counters for the cache
` [PATCH 23/64] fscache: Provide a function to let the netfs update its coherency data
` [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH 25/64] fscache: Implement raw I/O interface
` [PATCH 26/64] fscache: Implement higher-level write "
` [PATCH 27/64] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH 28/64] fscache: Provide a function to note the release of a page
` [PATCH 29/64] fscache: Provide a function to resize a cookie
` [PATCH 30/64] cachefiles: Introduce rewritten driver
` [PATCH 31/64] cachefiles: Define structs
` [PATCH 32/64] cachefiles: Add some error injection support
` [PATCH 33/64] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH 34/64] cachefiles: Add cache error reporting macro
` [PATCH 35/64] cachefiles: Add security derivation
` [PATCH 36/64] cachefiles: Register a miscdev and parse commands over it
` [PATCH 37/64] cachefiles: Provide a function to check how much space there is
` [PATCH 38/64] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH 39/64] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH 40/64] cachefiles: Implement cache registration and withdrawal
` [PATCH 41/64] cachefiles: Implement volume support
` [PATCH 42/64] cachefiles: Add tracepoints for calls to the VFS
` [PATCH 43/64] cachefiles: Implement object lifecycle funcs
` [PATCH 44/64] cachefiles: Implement key to filename encoding
` [PATCH 45/64] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH 46/64] cachefiles: Mark a backing file in use with an inode flag
` [PATCH 47/64] cachefiles: Implement culling daemon commands
` [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 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
[PATCH] netfs: Adjust docs after foliation
2021-11-29 15:23 UTC (3+ messages)
` [Linux-cachefs] "
[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
2021-11-29 15:01 UTC (7+ messages)
[PATCH] fs: Eliminate compilation warnings for misc
2021-11-29 13:19 UTC (6+ messages)
[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
2021-11-29 12:55 UTC (4+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts
[PATCH v2] fuse: rename some files and clean up Makefile
2021-11-29 13:33 UTC (5+ messages)
[PATCH v2] ceph: fix up non-directory creation in SGID directories
2021-11-29 12:09 UTC (2+ messages)
[PATCH 00/10] Extend and tweak mapping support
2021-11-29 10:36 UTC (2+ messages)
decouple DAX from block devices v2
2021-11-29 10:22 UTC (30+ messages)
` [PATCH 01/29] dm: fix alloc_dax error handling in alloc_dev
` [PATCH 02/29] dm: make the DAX support depend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [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 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [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 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK
[PATCH v2 0/4] extend vmalloc support for constrained allocations
2021-11-29 8:56 UTC (5+ messages)
` [PATCH v2 2/4] mm/vmalloc: add support for __GFP_NOFAIL
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).