linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-04 20:22:19 to 2021-06-08 14:57:02 UTC [more...]

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

[PATCH] [fuse] alloc_page nofs avoid deadlock
 2021-06-08 14:54 UTC  (2+ messages)
` Re:[PATCH] fuse: "

[RFC][PATCHSET] iov_iter work
 2021-06-08 14:43 UTC  (51+ 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 v2 0/6] block: add a sequence number to disks
 2021-06-08 14:31 UTC  (2+ messages)

[PATCH v3 0/6] evm: Prepare for moving to the LSM infrastructure
 2021-06-08 13:02 UTC  (2+ messages)

[RFC PATCH 4/9] audit: add filtering for io_uring records
 2021-06-08 12:55 UTC  (4+ messages)
` [PATCH 1/2] audit: add filtering for io_uring records, addendum

[PATCH RFC] fuse: add generic file store
 2021-06-08 12:41 UTC  (7+ messages)

[PATCH][v2] fanotify: fix permission model of unprivileged group
 2021-06-08 12:28 UTC  (3+ messages)

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-08 12:23 UTC  (24+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[PATCHES] namei cleanups
 2021-06-08 12:12 UTC  (6+ messages)
` [PATCH 1/4] switch file_open_root() to struct path
  ` [PATCH 2/4] take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... space
  ` [PATCH 3/4] teach set_nameidata() to handle setting the root as well
  ` [PATCH 4/4] namei: make sure nd->depth is always valid

fsnotify events for overlayfs real file
 2021-06-08 12:05 UTC  (6+ messages)

[syzbot] WARNING in io_wqe_enqueue
 2021-06-08 12:01 UTC  (3+ messages)

[PATCH v2] fuse: use newer inode info when writeback cache is enabled
 2021-06-08 11:20 UTC  (4+ messages)
` 答复: "

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

[PATCH v8 0/8] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-08  8:54 UTC  (12+ messages)
` [PATCH v8 1/8] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [PATCH v8 2/8] writeback, cgroup: add smp_mb() to cgroup_writeback_umount()
` [PATCH v8 3/8] writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
` [PATCH v8 4/8] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [PATCH v8 5/8] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v8 6/8] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [PATCH v8 7/8] writeback, cgroup: support switching multiple inodes at once
` [PATCH v8 8/8] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH 1/1] sysctl: remove trailing spaces and tabs
 2021-06-08  7:57 UTC 

[PATCH -next] fs: fix doc warnings in read_write.c
 2021-06-08  2:46 UTC 

[PATCH -next] fs: fix doc warnings in ioctl.c
 2021-06-08  2:45 UTC 

[PATCH -next] fs/file: fix doc warnings in file.c
 2021-06-08  2:44 UTC 

[PATCH v5 0/6] kernfs: proposed locking and concurrency improvement
 2021-06-08  1:56 UTC  (12+ messages)
` [PATCH v5 1/6] kernfs: move revalidate to be near lookup
` [PATCH v5 2/6] kernfs: add a revision to identify directory node changes
` [PATCH v5 3/6] kernfs: use VFS negative dentry caching
` [PATCH v5 4/6] kernfs: switch kernfs to use an rwsem
` [PATCH v5 5/6] kernfs: use i_lock to protect concurrent inode updates
` [PATCH v5 6/6] kernfs: add kernfs_need_inode_refresh()

mmotm 2021-06-07-18-33 uploaded
 2021-06-08  1:34 UTC 

[PATCH v7 0/6] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-08  0:20 UTC  (13+ messages)
` [PATCH v7 1/6] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [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

[PATCH v2] mm/memory-failure: make sure wait for page writeback in memory_failure
 2021-06-08  0:02 UTC  (3+ messages)

[PATCH] nsfs: fix oops when ns->ops is not provided
 2021-06-07 23:29 UTC  (11+ messages)

[PATCH] exec: Copy oldsighand->action under spin-lock
 2021-06-07 23:17 UTC  (2+ messages)

[PATCH RERESEND v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-07 19:27 UTC  (3+ messages)

[PATCH v6 0/2] init/initramfs.c: make initramfs support pivot_root
 2021-06-07 12:15 UTC  (7+ 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

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-07 11:10 UTC  (4+ messages)
` [PATCH 6/6] sched: Change task_struct::state

[PATCH V3 0/2] mm: compaction: proactive compaction trigger by user
 2021-06-07 10:38 UTC  (3+ messages)
` [PATCH v3 1/2] mm: compaction: support triggering of proactive compaction "

[PATCH v2] fs: file_table: Fix a typo
 2021-06-07  3:56 UTC 

[PATCH v26 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-06-07  9:55 UTC 

[PATCH v3] libfs: fix error cast of negative value in simple_attr_write()
 2021-06-07  9:26 UTC  (3+ messages)

[PATCH RFC] x86: remove toolchain check for X32 ABI capability
 2021-06-07  7:39 UTC  (4+ messages)

[PATCH] fs: inode: Fix a typo
 2021-06-07  6:32 UTC 

[PATCH] fs: aio: Fix a typo
 2021-06-07  6:20 UTC 

[PATCH 0/2] Change quotactl_path() to an fd-based syscall
 2021-06-07  6:14 UTC  (2+ messages)

[PATCH] fs: fs-writeback: Fix a typo
 2021-06-07  5:55 UTC 

[PATCH] fs: read_write: Fix a typo
 2021-06-07  6:07 UTC 

[PATCH] fs: namespace: Fix a typo
 2021-06-07  3:44 UTC 

[PATCH] fs: file_table: Fix a typo
 2021-06-07  3:41 UTC  (2+ messages)

[PATCH] eventfd: convert global percpu eventfd_wake_count to ctx percpu eventfd_wake_count
 2021-06-07  3:40 UTC  (2+ messages)

[PATCH] fs: block_dev: Fix a typo
 2021-06-07  3:38 UTC 

[PATCH v2] fs: pnode: Fix a typo
 2021-06-07  2:58 UTC 

[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] 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 RESEND v3] writeback: fix obtain a reference to a freeing memcg css
 2021-06-06  3:02 UTC 

[REPOST PATCH v4 0/5] kernfs: proposed locking and concurrency improvement
 2021-06-05 20:52 UTC  (9+ messages)
` [REPOST PATCH v4 2/5] kernfs: use VFS negative dentry caching

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

[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  (11+ messages)
` [PATCH v2 1/2] f2fs: Show casefolding support only when supported
` [PATCH v2 2/2] f2fs: Advertise encrypted casefolding in sysfs


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