messages from 2021-11-26 08:54:05 to 2021-11-29 16:10:09 UTC [more...]
[PATCH v2 0/7] task comm cleanups
2021-11-29 16:07 UTC (9+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[PATCH 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
2021-11-29 15:36 UTC (18+ messages)
` [PATCH 0/3] Avoid live-lock in fault-in+uaccess loops "
[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 (13+ messages)
[PATCH] fs: Eliminate compilation warnings for misc
2021-11-29 13:19 UTC (6+ messages)
[PATCH 00/64] fscache, cachefiles: Rewrite
2021-11-29 14:38 UTC (65+ 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 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 (23+ messages)
` [PATCH v2 1/4] mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
` [PATCH v2 2/4] mm/vmalloc: add support for __GFP_NOFAIL
` [PATCH v2 3/4] mm/vmalloc: be more explicit about supported gfp flags
` [PATCH v2 4/4] mm: allow !GFP_KERNEL allocations for kvmalloc
[PATCH] pipe: remove needless spin_lock in pipe_read/pipe_write
2021-11-29 6:22 UTC (2+ messages)
[PATCH v4 0/4] Deterministic charging of shared memory
2021-11-29 6:00 UTC (3+ messages)
[PATCH] fuse: unnecessary fsync for read-only mounts
2021-11-29 2:38 UTC
[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
2021-11-28 4:10 UTC (2+ messages)
[GIT PULL] iomap: bug fixes and doc improvements for 5.16-rc2
2021-11-27 21:03 UTC (2+ messages)
[GIT PULL] xfs: bug fixes for 5.16-rc2
2021-11-27 21:03 UTC (2+ messages)
[PATCH v2] hugetlbfs: avoid overflow in hugetlbfs_fallocate
2021-11-27 17:50 UTC (2+ messages)
Bug using new ntfs3 file system driver (5.15.2 on Arch Linux)
2021-11-27 14:50 UTC (2+ messages)
[RFC PATCH V6 0/7] implement containerized syncfs for overlayfs
2021-11-27 9:26 UTC (19+ messages)
` [RFC PATCH V6 1/7] ovl: setup overlayfs' private bdi
` [RFC PATCH V6 2/7] ovl: mark overlayfs inode dirty when it has upper
` [RFC PATCH V6 3/7] ovl: implement overlayfs' own ->write_inode operation
` [RFC PATCH V6 4/7] ovl: set 'DONTCACHE' flag for overlayfs inode
` [RFC PATCH V6 5/7] fs: export wait_sb_inodes()
` [RFC PATCH V6 6/7] ovl: introduce ovl_sync_upper_blockdev()
` [RFC PATCH V6 7/7] ovl: implement containerized syncfs for overlayfs
` 回复:[RFC PATCH V6 0/7] "
お問い合わせ
2021-11-27 9:16 UTC
[PATCH v5 0/3] io_uring: add getdents64 support
2021-11-27 6:03 UTC (4+ messages)
` [PATCH v5 1/3] fs: split off do_iterate_dir from iterate_dir function
` [PATCH v5 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v5 3/3] io_uring: add support for getdents64
[PATCH v4 0/3] io_uring: add getdents64 support
2021-11-27 5:55 UTC (5+ messages)
` [PATCH v4 1/3] fs: add parameter use_fpos to iterate_dir function
` [PATCH v4 1/3] fs: split off do_iterate_dir from "
` [PATCH v4 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v4 3/3] io_uring: add support for getdents64
[PATCH 0/3] Some improvements on panic_print
2021-11-26 21:34 UTC (2+ messages)
[GIT PULL] fuse fixes for 5.16-rc3
2021-11-26 20:40 UTC (2+ messages)
[PATCH v4 0/4] firmware_loader: built-in API and make x86 use it
2021-11-26 15:54 UTC (3+ messages)
[PATCH v2 0/9] Extend fanotify dirent events
2021-11-26 15:28 UTC (6+ messages)
` [PATCH v2 6/9] fanotify: record old and new parent and name in FAN_RENAME event
` [PATCH v2 7/9] fanotify: record either old name new name or both for FAN_RENAME
[PATCH REPOST] fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT
2021-11-26 14:04 UTC (3+ messages)
[PATCH v2 0/8] sysctl: 3rd set of kernel/sysctl cleanups
2021-11-26 12:51 UTC (3+ messages)
` [PATCH v2 5/8] printk: move printk sysctl to printk/sysctl.c
Any bio_clone_slow() implementation which doesn't share bi_io_vec?
2021-11-26 12:33 UTC (5+ messages)
[PATCH] fuse: Rename virtio_fs.c to virtiofs.c and clean up Makefile
2021-11-26 12:23 UTC
[ramfs] 0858d7da8a: canonical_address#:#[##]
2021-11-26 11:36 UTC (2+ messages)
[PATCH v1 0/3] io_uring: add getdents64 support
2021-11-26 10:53 UTC (3+ messages)
` [PATCH v1 2/3] fs: split off vfs_getdents function of getdents64 syscall
[PATCH] exfat: move super block magic number to magic.h
2021-11-26 10:47 UTC (2+ messages)
[PATCH] ceph: fix up non-directory creation in SGID directories
2021-11-26 10:00 UTC
[PATCH v2 0/9] sysctl: first set of kernel/sysctl cleanups
2021-11-26 9:46 UTC (5+ messages)
` [PATCH v2 3/9] hung_task: Move hung_task sysctl interface to hung_task.c
` [PATCH v2 4/9] watchdog: move watchdog sysctl interface to watchdog.c
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).