linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-27 11:53:34 to 2022-11-01 00:34:28 UTC [more...]

xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-01  0:34 UTC  (4+ messages)
` [PATCH 1/7] xfs: write page faults in iomap are not buffered writes
` [PATCH 2/7] xfs: punching delalloc extents on write failure is racy
` [PATCH 3/7] xfs: use byte ranges for write cleanup ranges

[PATCH -next 0/5] fs: fix possible null-ptr-deref when parsing param
 2022-11-01  0:32 UTC  (5+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-01  0:02 UTC  (18+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory

[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
 2022-10-31 22:31 UTC  (5+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read
` [PATCH 2/2] kernfs: dont take i_lock on revalidate

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-31 21:33 UTC  (5+ messages)

[PATCH v1] coredump: Use vmsplice_to_pipe() for pipes in dump_emit_page()
 2022-10-31 21:03 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH 0/2] iov_iter: Provide a function to extract/pin/get pages from an iteraor
 2022-10-31 20:46 UTC  (4+ messages)
` [RFC PATCH 1/2] iov_iter: Add a function to extract a page list from an iterator

[PATCH v2] fs: use acquire ordering in __fget_light()
 2022-10-31 19:31 UTC  (7+ messages)

[syzbot] kernel BUG in dnotify_free_mark
 2022-10-31 18:18 UTC  (3+ messages)

[PATCH] fs: add memory barrier in __fget_light()
 2022-10-31 17:37 UTC  (2+ messages)

[PATCH 2] MAINTAINERS: NFSD should be responsible for fs/exportfs
 2022-10-31 17:05 UTC  (2+ messages)

consolidate btrfs checksumming, repair and bio splitting
 2022-10-31 16:06 UTC  (10+ messages)

[PATCH 0/1] Mapping an entire folio
 2022-10-31 15:14 UTC  (5+ messages)
` [PATCH 1/1] mm: Add folio_map_local()

[PATCH v2] fs: fix undefined behavior in bit shift for SB_NOUSER
 2022-10-31 14:36 UTC  (5+ messages)

[PATCH 1/2] fs: introduce dedicated idmap type for mounts
 2022-10-31 14:33 UTC  (4+ messages)
` [PATCH 2/2] acl: conver higher-level helpers to rely on mnt_idmap

[PATCH v3] fs: fix undefined behavior in bit shift for SB_NOUSER
 2022-10-31 14:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: NFSD should be responsible for fs/exportfs
 2022-10-31 13:59 UTC 

[PATCH] fs: fix undefined behavior in bit shift for SB_NOUSER
 2022-10-31 13:56 UTC  (3+ messages)

[PATCH] fs: simplify vfs_get_super
 2022-10-31 12:46 UTC 

[PATCH v1 2/2] exfat: hint the empty entry which at the end of cluster chain
 2022-10-31 11:04 UTC  (3+ messages)

[PATCH -next 2/2] selftests/mincore: Optimize TEST(check_file_mmap) accoring to filemap read around
 2022-10-31 12:13 UTC 

[PATCH v1 1/2] exfat: simplify empty entry hint
 2022-10-31 11:04 UTC  (3+ messages)

[PATCH -next 2/2] selftests/mincore: Optimize TEST(check_file_mmap) accoring to filemap read around
 2022-10-31 10:27 UTC  (2+ messages)

[RFC 0/2] iomap: Add support for subpage dirty state tracking to improve write performance
 2022-10-31 10:27 UTC  (16+ messages)
` [RFC 1/2] iomap: Change uptodate variable name to state
` [RFC 2/2] iomap: Support subpage size dirty tracking to improve write performance

[PATCH v2] vfs: Make vfs_get_super() internal
 2022-10-31  7:55 UTC  (3+ messages)

[PATCH 0/2] zonefs fixes
 2022-10-31  3:00 UTC  (3+ messages)
` [PATCH 1/2] zonefs: fix zone report size in __zonefs_io_error()
` [PATCH 2/2] zonefs: Remove to_attr() helper function

INFO: task hung in fuse_mount_remove
 2022-10-30  9:50 UTC 

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-10-30  9:31 UTC  (13+ messages)

[PATCH] iomap: directly use logical block size
 2022-10-30  8:27 UTC  (3+ messages)

How to convert I/O iterators to iterators, sglists and RDMA lists
 2022-10-30  8:12 UTC  (29+ messages)
` [PATCH v2 01/12] get rid of unlikely() on page_copy_sane() calls
  ` [PATCH v2 02/12] csum_and_copy_to_iter(): handle ITER_DISCARD
  ` [PATCH v2 03/12] [s390] copy_oldmem_kernel() - WRITE is "data source", not destination
  ` [PATCH v2 04/12] [fsi] "
  ` [PATCH v2 05/12] [infiniband] READ is "data destination", not source
  ` [PATCH v2 06/12] [s390] zcore: WRITE is "data source", not destination
  ` [PATCH v2 07/12] [s390] memcpy_real(): "
  ` [PATCH v2 08/12] [target] fix iov_iter_bvec() "direction" argument
  ` [PATCH v2 09/12] [vhost] fix 'direction' argument of iov_iter_{init,bvec}()
  ` [PATCH v2 10/12] [xen] fix "direction" argument of iov_iter_kvec()
  ` [PATCH v2 11/12] iov_iter: saner checks for attempt to copy to/from iterator
  ` [PATCH v2 12/12] use less confusing names for iov_iter direction initializers

[PATCH v10 00/27] Rust support
 2022-10-29 18:23 UTC  (4+ messages)
` [PATCH v10 04/27] kallsyms: support "big" kernel symbols

[PATCH -next v2 3/6] landlock: add chmod and chown support
 2022-10-29  8:33 UTC  (2+ messages)

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-29  4:47 UTC  (9+ messages)
` [PATCH v3 08/23] ceph: Convert ceph_writepages_start() to use filemap_get_folios_tag()
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
  ` [f2fs-dev] "
` [PATCH v3 12/23] f2fs: Convert f2fs_flush_inline_data() "
  ` [f2fs-dev] "
` [PATCH v3 13/23] f2fs: Convert f2fs_sync_node_pages() "
  ` [f2fs-dev] "

[PATCH 0/6] fsverity: support for non-4K pages
 2022-10-28 22:45 UTC  (7+ messages)
` [PATCH 1/6] fsverity: support verification with tree block size < PAGE_SIZE
` [PATCH 2/6] fsverity: support enabling "
` [PATCH 3/6] ext4: simplify ext4_readpage_limit()
` [PATCH 4/6] f2fs: simplify f2fs_readpage_limit()
` [PATCH 5/6] fs/buffer.c: support fsverity in block_read_full_folio()
` [PATCH 6/6] ext4: allow verity with fs block size < PAGE_SIZE

Subject: magic symbolic links and CAP_DAC_READ_SEARCH
 2022-10-28 19:32 UTC 

bcachefs status update
 2022-10-28 19:23 UTC 

[PATCH v3] fsverity: stop using PG_error to track error status
 2022-10-28 17:58 UTC 

[PATCH v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-10-28 17:48 UTC  (4+ messages)
` [PATCH v2 2/2] fsverity: stop using PG_error to track error status
  ` [f2fs-dev] "

[PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring
 2022-10-28 17:08 UTC  (15+ messages)
` [PATCH 01/14] fs/ntfs3: Fixing work with sparse clusters
` [PATCH 02/14] fs/ntfs3: Change new sparse cluster processing
` [PATCH 03/14] fs/ntfs3: Fix wrong indentations
` [PATCH 04/14] fs/ntfs3: atomic_open implementation
` [PATCH 05/14] fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate
` [PATCH 06/14] fs/ntfs3: Changing locking in ntfs_rename
` [PATCH 07/14] fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_block
` [PATCH 08/14] fs/ntfs3: Correct ntfs_check_for_free_space
` [PATCH 09/14] fs/ntfs3: Check fields while reading
` [PATCH 10/14] fs/ntfs3: Fix incorrect if in ntfs_set_acl_ex
` [PATCH 11/14] fs/ntfs3: Use ALIGN kernel macro
` [PATCH 12/14] fs/ntfs3: Fix wrong if in hdr_first_de
` [PATCH 13/14] fs/ntfs3: Improve checking of bad clusters
` [PATCH 14/14] fs/ntfs3: Make if more readable

[GIT PULL] fscrypt fix for 6.1-rc3
 2022-10-28 16:53 UTC  (5+ messages)

[RFC PATCH 0/9] smb3: Add iter helpers and use iov_iters down to the network transport
 2022-10-28 15:56 UTC  (10+ messages)
` [RFC PATCH 1/9] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [RFC PATCH 2/9] netfs: Add a function to extract an iterator into a scatterlist
` [RFC PATCH 3/9] cifs: Add a function to build an RDMA SGE list from an iterator
` [RFC PATCH 4/9] cifs: Add a function to Hash the contents of "
` [RFC PATCH 5/9] cifs: Add some helper functions
` [RFC PATCH 6/9] cifs: Add a function to read into an iter from a socket
` [RFC PATCH 7/9] cifs: Change the I/O paths to use an iterator rather than a page list
` [RFC PATCH 8/9] cifs: Build the RDMA SGE list directly from an iterator
` [RFC PATCH 9/9] cifs: Remove unused code

[PATCH 13/15] fcntl: remove FASYNC_MAGIC
 2022-10-28 13:59 UTC  (2+ messages)

thoughts about fanotify and HSM
 2022-10-28 12:50 UTC  (9+ messages)

[PATCH v3] fuse: Rearrange fuse_allow_current_process checks
 2022-10-28 12:36 UTC  (2+ messages)

[PATCH 5.10 61/73] fcntl: make F_GETOWN(EX) return 0 on dead owner task
 2022-10-28 12:03 UTC 

[ANNOUNCE] exfatprogs-1.2.0 version released
 2022-10-28 10:46 UTC 

[PATCH v2 0/3] fsnotify: fix softlockups iterating over d_subdirs
 2022-10-28  9:32 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] fsnotify: Use d_find_any_alias to get dentry associated with inode
  ` [PATCH v3 2/3] fsnotify: Protect i_fsnotify_mask and child flags with inode rwsem
  ` [PATCH v3 3/3] fsnotify: allow sleepable child flag update

[RFC] fsnotify: allow sleepable child dentry flag update
 2022-10-28  8:58 UTC  (7+ messages)
` [PATCH 0/2] fsnotify: fix softlockups iterating over d_subdirs

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-28  4:05 UTC  (11+ messages)

[PATCH 2/2] fsnotify: allow sleepable child flag update
 2022-10-27 22:12 UTC  (4+ messages)

[PATCH 5.10 67/79] fcntl: make F_GETOWN(EX) return 0 on dead owner task
 2022-10-27 16:56 UTC 

[PATCH stable 0/5] Fix missing patches in stable
 2022-10-27 14:15 UTC  (2+ messages)

[PATCH 2/9] fscache,netfs: rename netfs_io_source as fscache_io_source
 2022-10-27 13:13 UTC  (10+ messages)
` [PATCH 0/9] fscache,netfs: decouple raw fscache APIs from libnetfs
  ` [PATCH 8/9] fscache,netfs: move PageFsCache() family helpers to fscache.h
  ` [PATCH 3/9] fscache,netfs: rename netfs_io_terminated_t as fscache_io_terminated_t
  ` [PATCH 6/9] fscache,netfs: rename netfs_cache_resources as fscache_resources
  ` [PATCH 4/9] fscache,netfs: rename netfs_read_from_hole as fscache_read_from_hole
  ` [PATCH 5/9] fscache,netfs: rename netfs_cache_ops as fscache_ops
  ` [PATCH 7/9] fscache,netfs: define flags for prepare_read()
  ` [PATCH 9/9] fscache,netfs: move "fscache_" prefixed structures to fscache.h

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-27 12:02 UTC  (3+ messages)
` [PATCH printk v2 36/38] proc: consoles: use console_list_lock for list iteration

[PATCH 9/9] fscache,netfs: move "fscache_" prefixed structures to fscache.h
 2022-10-27 11:52 UTC  (2+ messages)

[PATCH 8/9] fscache,netfs: move PageFsCache() family helpers to fscache.h
 2022-10-27  8:35 UTC 

[PATCH 7/9] fscache,netfs: define flags for prepare_read()
 2022-10-27  8:35 UTC 

[PATCH 6/9] fscache,netfs: rename netfs_cache_resources as fscache_resources
 2022-10-27  8:35 UTC 

[PATCH 5/9] fscache,netfs: rename netfs_cache_ops as fscache_ops
 2022-10-27  8:35 UTC 

[PATCH 3/9] fscache,netfs: rename netfs_io_terminated_t as fscache_io_terminated_t
 2022-10-27  8:35 UTC 

[PATCH 4/9] fscache,netfs: rename netfs_read_from_hole as fscache_read_from_hole
 2022-10-27  8:35 UTC 


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