Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-03 11:33:34 to 2021-06-07 02:37:15 UTC [more...]

[PATCH] fs: direct-io: Fix a typo
 2021-06-07  2:36 UTC 

[PATCH] fs: pnode: Fix a typo
 2021-06-07  2:28 UTC  (2+ messages)

[PATCH] fs: exec: deleted the repeated word
 2021-06-07  1:57 UTC 

[PATCH] fs: namei: deleted the repeated word
 2021-06-07  1:49 UTC 

[PATCH] nsfs: fix oops when ns->ops is not provided
 2021-06-07  0:37 UTC  (8+ messages)

[PATCH v2] mm/memory-failure: make sure wait for page writeback in memory_failure
 2021-06-06 23:53 UTC  (2+ messages)

[RFC][PATCHSET] iov_iter work
 2021-06-06 23:29 UTC  (41+ messages)
` [RFC PATCH 01/37] ntfs_copy_from_user_iter(): don't bother with copying iov_iter
  ` [RFC PATCH 02/37] generic_perform_write()/iomap_write_actor(): saner logics for short copy
  ` [RFC PATCH 03/37] fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()
  ` [RFC PATCH 04/37] iov_iter: Remove iov_iter_for_each_range()
  ` [RFC PATCH 05/37] teach copy_page_to_iter() to handle compound pages
  ` [RFC PATCH 06/37] copy_page_to_iter(): fix ITER_DISCARD case
  ` [RFC PATCH 07/37] [xarray] iov_iter_fault_in_readable() should do nothing in xarray case
  ` [RFC PATCH 08/37] iov_iter_advance(): use consistent semantics for move past the end
  ` [RFC PATCH 09/37] iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()
  ` [RFC PATCH 10/37] iov_iter: reorder handling of flavours in primitives
  ` [RFC PATCH 11/37] iov_iter_advance(): don't modify ->iov_offset for ITER_DISCARD
  ` [RFC PATCH 12/37] iov_iter: separate direction from flavour
  ` [RFC PATCH 13/37] iov_iter: optimize iov_iter_advance() for iovec and kvec
  ` [RFC PATCH 14/37] sanitize iov_iter_fault_in_readable()
  ` [RFC PATCH 15/37] iov_iter_alignment(): don't bother with iterate_all_kinds()
  ` [RFC PATCH 16/37] iov_iter_gap_alignment(): get rid of iterate_all_kinds()
  ` [RFC PATCH 17/37] get rid of iterate_all_kinds() in iov_iter_get_pages()/iov_iter_get_pages_alloc()
  ` [RFC PATCH 18/37] iov_iter_npages(): don't bother with iterate_all_kinds()
  ` [RFC PATCH 19/37] [xarray] iov_iter_npages(): just use DIV_ROUND_UP()
  ` [RFC PATCH 20/37] iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant
  ` [RFC PATCH 21/37] csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()
  ` [RFC PATCH 22/37] iterate_and_advance(): get rid of magic in case when n is 0
  ` [RFC PATCH 23/37] iov_iter: massage iterate_iovec and iterate_kvec to logics similar to iterate_bvec
  ` [RFC PATCH 24/37] iov_iter: unify iterate_iovec and iterate_kvec
  ` [RFC PATCH 25/37] iterate_bvec(): expand bvec.h macro forest, massage a bit
  ` [RFC PATCH 26/37] iov_iter: teach iterate_{bvec,xarray}() about possible short copies
  ` [RFC PATCH 27/37] iov_iter: get rid of separate bvec and xarray callbacks
  ` [RFC PATCH 28/37] iov_iter: make the amount already copied available to iterator callbacks
  ` [RFC PATCH 29/37] iov_iter: make iterator callbacks use base and len instead of iovec
  ` [RFC PATCH 30/37] pull handling of ->iov_offset into iterate_{iovec,bvec,xarray}
  ` [RFC PATCH 31/37] iterate_xarray(): only of the first iteration we might get offset != 0
  ` [RFC PATCH 32/37] copy_page_to_iter(): don't bother with kmap_atomic() for bvec/kvec cases
  ` [RFC PATCH 33/37] copy_page_from_iter(): don't need kmap_atomic() for kvec/bvec cases
  ` [RFC PATCH 34/37] iov_iter: clean csum_and_copy_...() primitives up a bit
  ` [RFC PATCH 35/37] pipe_zero(): we don't need no stinkin' kmap_atomic()
  ` [RFC PATCH 36/37] clean up copy_mc_pipe_to_iter()
  ` [RFC PATCH 37/37] csum_and_copy_to_pipe_iter(): leave handling of csum_state to caller

[PATCH] afs: Fix partial writeback of large files on fsync and close
 2021-06-06 20:21 UTC 

[PATCH] Fix error handling in begin_new_exec
 2021-06-06 19:34 UTC  (2+ messages)

[PATCH v10 00/33] Memory folios
 2021-06-06 14:13 UTC  (7+ messages)
` [PATCH v10 08/33] mm: Add folio_try_get_rcu

[PATCH RESEND v3] writeback: fix obtain a reference to a freeing memcg css
 2021-06-06  3:02 UTC 

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-06  2:11 UTC  (21+ messages)

[PATCH v7 0/6] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-05 21:37 UTC  (13+ messages)
` [PATCH v7 1/6] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [PATCH v7 2/6] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [PATCH v7 3/6] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v7 4/6] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [PATCH v7 5/6] writeback, cgroup: support switching multiple inodes at once
` [PATCH v7 6/6] writeback, cgroup: release dying cgwbs by switching attached inodes

[REPOST PATCH v4 0/5] kernfs: proposed locking and concurrency improvement
 2021-06-05 20:52 UTC  (21+ messages)
` [REPOST PATCH v4 1/5] kernfs: move revalidate to be near lookup
` [REPOST PATCH v4 2/5] kernfs: use VFS negative dentry caching
` [REPOST PATCH v4 3/5] kernfs: switch kernfs to use an rwsem

fanotify: FAN_OPEN_EXEC_PERM stops invoking the commands
 2021-06-05 18:25 UTC  (3+ messages)

[PATCH v6 0/2] init/initramfs.c: make initramfs support pivot_root
 2021-06-05 14:47 UTC  (5+ messages)
` [PATCH v6 1/2] init/main.c: introduce function ramdisk_exec_exist()
` [PATCH v6 2/2] init/do_mounts.c: create second mount for initramfs

[RFC v2 00/43] PKRAM: Preserved-over-Kexec RAM
 2021-06-05 13:39 UTC  (2+ messages)

[PATCH] fs/super: simplify superblock destroy action
 2021-06-05  0:18 UTC  (2+ messages)

[PATCH v2 0/2] Fix up casefolding sysfs entries for F2FS
 2021-06-05  0:15 UTC  (24+ messages)
` [PATCH v2 1/2] f2fs: Show casefolding support only when supported
` [PATCH v2 2/2] f2fs: Advertise encrypted casefolding in sysfs

[syzbot] WARNING in io_wqe_enqueue
 2021-06-04 20:22 UTC 

[PATCH v2 0/2] mm: support NOSIGBUS on fault of mmap
 2021-06-04 16:22 UTC  (5+ messages)
` [PATCH v2 1/2] mm: make "vm_flags" be an u64
` [PATCH v2 2/2] mm: adds NOSIGBUS extension to mmap()

[PATCH v2 0/7] fuse: Some fixes for submounts
 2021-06-04 16:11 UTC  (8+ messages)
` [PATCH v2 1/7] fuse: Fix crash in fuse_dentry_automount() error path
` [PATCH v2 2/7] fuse: Fix crash if superblock of submount gets killed early
` [PATCH v2 3/7] fuse: Fix infinite loop in sget_fc()
` [PATCH v2 4/7] fuse: Add dedicated filesystem context ops for submounts
` [PATCH v2 5/7] fuse: Call vfs_get_tree() "
` [PATCH v2 6/7] fuse: Switch to fc_mount() "
` [PATCH v2 7/7] fuse: Make fuse_fill_super_submount() static

[PATCH] eventfd: convert global percpu eventfd_wake_count to ctx percpu eventfd_wake_count
 2021-06-04 15:03 UTC  (3+ messages)

[PATCH v5 0/3] init/initramfs.c: make initramfs support pivot_root
 2021-06-04 14:02 UTC  (5+ messages)
` [PATCH v5 1/3] init/main.c: introduce function ramdisk_exec_exist()
` [PATCH v5 2/3] init/do_mounts.c: create second mount for initramfs
` [PATCH v5 3/3] init/do_mounts.c: fix rootfs_fs_type with ramfs

[PATCH] fscache: Select netfs stats if fscache stats are enabled
 2021-06-04 11:36 UTC  (2+ messages)

[PATCH v4 0/3] init/initramfs.c: make initramfs support pivot_root
 2021-06-04  9:59 UTC  (5+ messages)
` [PATCH v4 2/3] init/do_mounts.c: create second mount for initramfs

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-04  5:48 UTC  (14+ messages)
` [PATCH v4 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v4 02/10] dax: Introduce holder for dax_device
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v4 06/10] fs/dax: Implement dax_holder_operations
` [PATCH v4 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH v4 08/10] md: Implement dax_holder_operations
` [PATCH v4 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH v4 10/10] fs/dax: Remove useless functions

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-06-04  5:04 UTC  (22+ messages)
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support "

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-06-04  4:06 UTC  (5+ messages)

mmotm 2021-06-03-21-08 uploaded
 2021-06-04  4:09 UTC 

[PATCH v6 0/5] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-04  1:36 UTC  (4+ messages)
` [PATCH v6 5/5] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH -next] virtiofs: Fix spelling mistakes
 2021-06-04  1:46 UTC 

[fanotify] a8b98c808e: stress-ng.fanotify.ops_per_sec 32.2% improvement
 2021-06-03 21:56 UTC  (3+ messages)

[PATCH 2/2] mm: adds NOSIGBUS extension for out-of-band shmem read
 2021-06-03 19:57 UTC  (10+ messages)

[PATCH v2 0/4] radix tree test framework additions
 2021-06-03 18:47 UTC  (5+ messages)
` [PATCH v2 2/4] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v2 1/4] radix tree test suite: Add pr_err define
` [PATCH v2 3/4] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v2 4/4] radix tree test suite: Add support for slab bulk APIs

question about mapping_set_error when writeback fails?
 2021-06-03 18:02 UTC  (3+ messages)

[PATCH v2] unicode: Implement UTF-8 tests as a KUnit test
 2021-06-03 17:55 UTC  (2+ messages)

[PATCH v3] libfs: fix error cast of negative value in simple_attr_write()
 2021-06-03 16:09 UTC  (2+ messages)

[PATCH 0/2] Change quotactl_path() to an fd-based syscall
 2021-06-03 15:02 UTC  (7+ messages)
` [PATCH 1/2] quota: Change quotactl_path() systcall to an fd-based one

[PATCH v2] ext4: Correct encrypted_casefolding sysfs entry
 2021-06-03 14:42 UTC  (2+ messages)

[PATCH] [fuse] alloc_page nofs avoid deadlock
 2021-06-03 12:52 UTC 

[PATCH 0/2] use DIV_ROUND_UP helper macro for calculations
 2021-06-03 12:30 UTC  (3+ messages)
` [PATCH 1/2] crypto: af_alg - "

mmotm 2021-06-01-19-57 uploaded
 2021-06-03 12:10 UTC  (5+ messages)
` mmotm 2021-06-01-19-57 uploaded (xillybus)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-03 11:33 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).