linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-15 16:54:09 to 2021-10-18 17:49:11 UTC [more...]

don't use ->bd_inode to access the block device size v3
 2021-10-18 17:49 UTC  (36+ 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: "

[GIT PULL] Memory folios for v5.15
 2021-10-18 17:25 UTC  (12+ messages)
` Folio discussion recap
          ` Folios for 5.15 request - Was: re: Folio discussion recap -

[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()

[PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
 2021-10-18 17:18 UTC 

[RFC 0/3] extend vmalloc support for constrained allocations
 2021-10-18 16:48 UTC  (5+ 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

[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 v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-18 15:11 UTC  (12+ messages)
` [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

[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  (12+ messages)
` [PATCH v7 02/28] fsnotify: pass dentry instead of inode data
` [PATCH v7 19/28] fanotify: Limit number of marks with FAN_FS_ERROR per group
` [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  (13+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c

[PATCH V2] fs: switch over to vmemdup_user()
 2021-10-18 11:31 UTC 

[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
 2021-10-18 10:23 UTC  (11+ messages)

[PATCH] fsnotify: extend fsnotify for event broadcast
 2021-10-18  9:45 UTC 

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-18  9:24 UTC  (4+ messages)

[PATCH] fs: switch over to vmemdup_user()
 2021-10-18  8:01 UTC 

[PATCH] elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
 2021-10-18  6:51 UTC  (2+ messages)

don't use ->bd_inode to access the block device size v2
 2021-10-18  6:22 UTC  (32+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 11/30] affs: "
` [PATCH 12/30] btrfs: 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 v10 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-10-18  4:36 UTC  (5+ messages)
` [PATCH v10 7/8] xfs: support CoW in fsdax mode

[PATCH] fs: inode: use queue_rcu_work() instead of call_rcu()
 2021-10-18  2:02 UTC  (3+ messages)

Problem with direct IO
 2021-10-18  1:09 UTC  (2+ messages)

[syzbot] WARNING in fuse_evict_inode
 2021-10-17 21:30 UTC 

[PATCH 0/5] fs/ntfs3: Reworking symlink functions
 2021-10-17  8:10 UTC  (3+ messages)
` [PATCH 1/5] fs/ntfs3: Rework ntfs_utf16_to_nls

[PATCH] Unit mismatch (Slab/SReclaimable/SUnreclaim) in meminfo
 2021-10-17  4:36 UTC  (3+ messages)
` Not [PATCH] :)

[PATCH] sysctl: Avoid open coded arithmetic in memory allocator functions
 2021-10-16 16:18 UTC  (2+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-16 11:28 UTC  (10+ messages)
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[PATCH 0/2] Removing of old code
 2021-10-16 10:42 UTC  (3+ messages)
` [PATCH 1/2] fs/ntfs3: Remove unnecessary functions

[RFC v4 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-15 21:48 UTC  (3+ messages)

The one and only "permission denied" in find /sys
 2021-10-15 21:40 UTC  (4+ messages)

[PATCH v2 0/2] block: 7th -- last batch of add_disk() error handling conversions
 2021-10-15 18:43 UTC  (6+ messages)
` [PATCH v2 1/2] block: make __register_blkdev() return an error

[PATCH v10 3/3] mm: add anonymous vma name refcounting
 2021-10-15 18:33 UTC  (20+ messages)


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).