messages from 2021-10-18 10:11:53 to 2021-10-19 05:51:10 UTC [more...]
[RFC v4 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
2021-10-19 5:50 UTC (3+ messages)
` [v4 PATCH 2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
[PATCH v8 00/32] file system-wide error monitoring
2021-10-19 5:50 UTC (36+ messages)
` [PATCH v8 01/32] fsnotify: pass data_type to fsnotify_name()
` [PATCH v8 02/32] fsnotify: pass dentry instead of inode data
` [PATCH v8 03/32] fsnotify: clarify contract for create event hooks
` [PATCH v8 04/32] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v8 05/32] fanotify: Fold event size calculation to its own function
` [PATCH v8 06/32] fanotify: Split fsid check from other fid mode checks
` [PATCH v8 07/32] inotify: Don't force FS_IN_IGNORED
` [PATCH v8 08/32] fsnotify: Add helper to detect overflow_event
` [PATCH v8 09/32] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v8 10/32] fsnotify: Retrieve super block from the data field
` [PATCH v8 11/32] fsnotify: Protect fsnotify_handle_inode_event from no-inode events
` [PATCH v8 12/32] fsnotify: Pass group argument to free_event
` [PATCH v8 13/32] fanotify: Support null inode event in fanotify_dfid_inode
` [PATCH v8 14/32] fanotify: Allow file handle encoding for unhashed events
` [PATCH v8 15/32] fanotify: Encode empty file handle when no inode is provided
` [PATCH v8 16/32] fanotify: Require fid_mode for any non-fd event
` [PATCH v8 17/32] fsnotify: Support FS_ERROR event type
` [PATCH v8 18/32] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v8 19/32] fanotify: Pre-allocate pool of error events
` [PATCH v8 20/32] fanotify: Dynamically resize the FAN_FS_ERROR pool
` [PATCH v8 21/32] fanotify: Support enqueueing of error events
` [PATCH v8 22/32] fanotify: Support merging "
` [PATCH v8 23/32] fanotify: Wrap object_fh inline space in a creator macro
` [PATCH v8 24/32] fanotify: Add helpers to decide whether to report FID/DFID
` [PATCH v8 25/32] fanotify: Report fid entry even for zero-length file_handle
` [PATCH v8 26/32] fanotify: WARN_ON against too large file handles
` [PATCH v8 27/32] fanotify: Report fid info for file related file system errors
` [PATCH v8 28/32] fanotify: Emit generic error info for error event
` [PATCH v8 29/32] fanotify: Allow users to request FAN_FS_ERROR events
` [PATCH v8 30/32] ext4: Send notifications on error
` [PATCH v8 31/32] samples: Add fs error monitoring example
` [PATCH v8 32/32] docs: Document the FAN_FS_ERROR event
[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
2021-10-19 4:32 UTC (12+ messages)
[PATCH] exfat: fix incorrect loading of i_blocks for large files
2021-10-19 3:58 UTC
Problem with direct IO
2021-10-19 3:39 UTC (4+ messages)
[PATCH v8 00/12] syfs: generic deadlock fix with module removal
2021-10-19 2:34 UTC (12+ messages)
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
don't use ->bd_inode to access the block device size v3
2021-10-19 1:04 UTC (40+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "
[RFC 0/3] extend vmalloc support for constrained allocations
2021-10-19 0:44 UTC (6+ messages)
` [RFC 1/3] mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
` [RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
` [RFC 3/3] mm: allow !GFP_KERNEL allocations for kvmalloc
[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
2021-10-19 0:11 UTC (24+ messages)
` [PATCH v11 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v11 07/14] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v11 08/14] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v11 10/14] btrfs: add send stream v2 definitions
` [PATCH v11 11/14] btrfs: send: write larger chunks when using stream v2
` [PATCH v11 12/14] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v11 13/14] btrfs: send: send compressed extents with encoded writes
` [PATCH v11 14/14] btrfs: send: enable support for stream v2 and compressed writes
[GIT PULL] Memory folios for v5.15
2021-10-18 23:16 UTC (17+ messages)
` Folio discussion recap
` Folios for 5.15 request - Was: re: Folio discussion recap -
[PATCH 00/14] firmware_loader: built-in API and make x86 use it
2021-10-18 21:00 UTC (7+ messages)
` [PATCH 04/14] firmware_loader: add built-in firmware kconfig entry
[PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
2021-10-18 18:47 UTC (2+ messages)
[PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
2021-10-18 17:13 UTC (11+ messages)
` [RFC][arm64] possible infinite loop in btrfs search_ioctl()
[RFC 0/5] kernel: Introduce CPU Namespace
2021-10-18 16:29 UTC (6+ messages)
[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
2021-10-18 15:21 UTC (13+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
` [PATCH v6 3/7] fuse: support per-file DAX in fuse protocol
` [PATCH v6 4/7] fuse: negotiate per-file DAX in FUSE_INIT
` [PATCH v6 5/7] fuse: enable per-file DAX
` [PATCH v6 6/7] fuse: mark inode DONT_CACHE when per-file DAX hint changes
[PATCH 00/67] fscache: Rewrite index API and management system
2021-10-18 15:09 UTC (68+ messages)
` [PATCH 01/67] mm: Stop filemap_read() from grabbing a superfluous page
` [PATCH 02/67] vfs: Provide S_KERNEL_FILE inode flag
` [PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 04/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 05/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 07/67] fscache: Remove the netfs data from the cookie
` [PATCH 08/67] fscache: Remove struct fscache_cookie_def
` [PATCH 09/67] fscache: Remove store_limit* from struct fscache_object
` [PATCH 10/67] fscache: Remove fscache_check_consistency()
` [PATCH 11/67] fscache: Remove fscache_attr_changed()
` [PATCH 12/67] fscache: Remove obsolete stats
` [PATCH 13/67] fscache: Remove old I/O tracepoints
` [PATCH 14/67] fscache: Temporarily disable fscache_invalidate()
` [PATCH 15/67] fscache: Disable fscache_begin_operation()
` [PATCH 16/67] fscache: Remove the I/O operation manager
` [PATCH 17/67] fscache: Rename fscache_cookie_{get,put,see}()
` [PATCH 18/67] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 19/67] cachefiles: Don't set an xattr on the root of the cache
` [PATCH 20/67] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 21/67] cachefiles: Prevent inode from going away when burying a dentry
` [PATCH 22/67] cachefiles: Simplify the pathwalk and save the filename for an object
` [PATCH 23/67] cachefiles: trace: Improve the lookup tracepoint
` [PATCH 24/67] cachefiles: Remove separate backer dentry from cachefiles_object
` [PATCH 25/67] cachefiles: Fold fscache_object into cachefiles_object
` [PATCH 26/67] cachefiles: Change to storing file* rather than dentry*
` [PATCH 27/67] cachefiles: trace: Log coherency checks
` [PATCH 28/67] cachefiles: Trace truncations
` [PATCH 29/67] cachefiles: Trace read and write operations
` [PATCH 30/67] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 31/67] cachefiles: Don't use XATTR_ flags with vfs_setxattr()
` [PATCH 32/67] fscache: Replace the object management state machine
` [PATCH 33/67] cachefiles: Trace decisions in cachefiles_prepare_read()
` [PATCH 34/67] cachefiles: Make cachefiles_write_prepare() check for space
` [PATCH 35/67] fscache: Automatically close a file that's been unused for a while
` [PATCH 36/67] fscache: Add stats for the cookie commit LRU
` [PATCH 37/67] fscache: Move fscache_update_cookie() complete inline
` [PATCH 38/67] fscache: Remove more obsolete stats
` [PATCH 39/67] fscache: Note the object size during invalidation
` [PATCH 40/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 41/67] afs: Render cache cookie key as big endian
` [PATCH 42/67] cachefiles: Use tmpfile/link
` [PATCH 43/67] fscache: Rewrite invalidation
` [PATCH 44/67] fscache: disable cookie when doing an invalidation for DIO write
` [PATCH 45/67] cachefiles: Simplify the file lookup/creation/check code
` [PATCH 46/67] fscache: Provide resize operation
` [PATCH 47/67] cachefiles: Put more information in the xattr attached to the cache file
` [PATCH 48/67] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 49/67] fscache: Add support for writing to the cache
` [PATCH 50/67] fscache: Make fscache_clear_page_bits() conditional on cookie
` [PATCH 51/67] fscache: Make fscache_write_to_cache() "
` [PATCH 52/67] afs: Copy local writes to the cache when writing to the server
` [PATCH 53/67] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 54/67] afs: Add O_DIRECT read support
` [PATCH 55/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 56/67] afs: Make afs_write_begin() return the THP subpage
` [PATCH 57/67] cachefiles, afs: Drive FSCACHE_COOKIE_NO_DATA_TO_READ
` [PATCH 58/67] NFS: Convert fscache_acquire_cookie and fscache_relinquish_cookie
` [PATCH 59/67] NFS: Convert fscache_enable_cookie and fscache_disable_cookie
` [PATCH 60/67] NFS: Convert fscache invalidation and update aux_data and i_size
` [PATCH 61/67] nfs: Convert to new fscache volume/cookie API
` [PATCH 62/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 63/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH 64/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 65/67] cachefiles: Add tracepoints to log errors from ops on the backing fs
` [PATCH 66/67] cachefiles: Add error injection support
` [PATCH 67/67] cifs: Support fscache indexing rewrite (untested)
[RFC Proposal] Deterministic memcg charging for shared memory
2021-10-18 14:31 UTC (4+ messages)
[PATCH v7 00/28] file system-wide error monitoring
2021-10-18 13:55 UTC (6+ messages)
` [PATCH v7 21/28] fanotify: Support merging of error events
[RFC] fuse: Avoid invalidating attrs if writeback_cache enabled
2021-10-18 13:08 UTC (7+ messages)
[PATCH v2] security: Return xattr name from security_dentry_init_security()
2021-10-18 12:35 UTC (2+ messages)
futher decouple DAX from block devices
2021-10-18 12:25 UTC (3+ messages)
` [PATCH 07/11] dax: remove dax_capable
[PATCH V2] fs: switch over to vmemdup_user()
2021-10-18 11:31 UTC
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).