linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-26 18:43:01 to 2021-04-28 15:33:26 UTC [more...]

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-28 15:32 UTC  (3+ messages)

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-28 15:11 UTC  (17+ messages)
` [PATCH v5 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v5 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v5 03/10] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v5 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v5 05/10] userfaultfd/shmem: advertise shmem minor fault support
` [PATCH v5 06/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v5 07/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v5 08/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v5 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

[PATCH v8 0/4] Make UTF-8 encoding loadable
 2021-04-28 14:12 UTC  (7+ messages)
` [PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH] generic/453: Exclude filenames that are not supported by exfat
 2021-04-28 13:50 UTC  (8+ messages)

[PATCH] proc: Use seq_read_iter where possible
 2021-04-28 13:03 UTC  (4+ messages)

[PATCH] afs: Fix speculative status fetches
 2021-04-28 12:35 UTC 

[PATCH v21 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-28 12:26 UTC  (3+ messages)
  ` [External] "

[GIT PULL] Quota, ext2, reiserfs cleanups & improvents for 5.13-rc1
 2021-04-28 12:24 UTC 

[GIT PULL] fsnotify changes for 5.13-rc1
 2021-04-28 12:19 UTC 

[PATCH v3 0/3] implement zone-aware probing/wiping for zoned btrfs
 2021-04-28 11:36 UTC  (2+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-04-28 10:29 UTC  (2+ messages)

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-04-28  9:49 UTC  (10+ messages)
` [PATCH 1/9] mm: list_lru: fix list_lru_count_one() return value
` [PATCH 2/9] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH 3/9] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH 4/9] mm: memcontrol: remove the kmem states
` [PATCH 5/9] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH 6/9] mm: list_lru: support for shrinking list lru
` [PATCH 7/9] ida: introduce ida_max() to return the maximum allocated ID
` [PATCH 8/9] mm: memcontrol: shrink the list lru size
` [PATCH 9/9] mm: memcontrol: rename memcg_{get,put}_cache_ids to memcg_list_lru_resize_{lock,unlock}

[GIT PULL] iomap: new code for 5.13-rc1
 2021-04-28  8:47 UTC  (11+ messages)

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-04-28  7:48 UTC  (11+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH] block: reexpand iov_iter after read/write
 2021-04-28  6:16 UTC  (5+ messages)

[iov_iter] 2418c34937: Initiating_system_reboot
 2021-04-28  4:32 UTC  (3+ messages)

switch block layer polling to a bio based model v2
 2021-04-28  2:36 UTC  (19+ messages)
` [PATCH 01/15] direct-io: remove blk_poll support
` [PATCH 02/15] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/15] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/15] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 05/15] blk-mq: factor out a "classic" poll helper
` [PATCH 06/15] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 07/15] blk-mq: remove blk_qc_t_valid
` [PATCH 08/15] io_uring: don't sleep when polling for I/O
` [PATCH 09/15] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 10/15] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 11/15] block: define 'struct bvec_iter' as packed
` [PATCH 12/15] block: switch polling to be bio based
` [PATCH 13/15] block: add a QUEUE_FLAG_POLL_CAPABLE flag
` [PATCH 14/15] nvme-multipath: set QUEUE_FLAG_NOWAIT
` [PATCH 15/15] nvme-multipath: enable polled I/O

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-04-28  2:28 UTC 

[PATCH v3] mm/compaction:let proactive compaction order configurable
 2021-04-28  1:38 UTC  (7+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v2 00/10] cifsd: introduce new SMB3 kernel server
 2021-04-27 21:38 UTC  (3+ messages)

[PATCH 0/3] bcachefs support
 2021-04-27 21:18 UTC  (9+ messages)
` [PATCH 1/3] Initial "
` [PATCH 2/3] Improved .gitignore
` [PATCH 3/3] Use --yes option to lvcreate

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27 20:59 UTC  (20+ messages)
` [PATCH v4 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
` [PATCH v4 04/10] userfaultfd/shmem: support minor fault registration "
` [PATCH v4 09/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v4 10/10] userfaultfd: update documentation to mention shmem minor faults

[GIT PULL] Network fs helper library & fscache kiocb API
 2021-04-27 20:37 UTC  (5+ messages)
` [GIT PULL] afs: Preparation for fscache overhaul

[GIT PULL] fs helper kernel-doc update
 2021-04-27 20:07 UTC  (4+ messages)
` [GIT PULL] fs mapping helpers update

[PATCH v2] virtiofs: propagate sync() to file server
 2021-04-27 19:09 UTC  (3+ messages)

[git pull] fileattr series from Miklos
 2021-04-27 18:37 UTC  (3+ messages)

[git pull] vfs.git inode type handling fixes
 2021-04-27 18:37 UTC  (2+ messages)

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-27 16:34 UTC  (5+ messages)
` [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code

[PATCH RFC 00/15] File system wide monitoring
 2021-04-27 15:44 UTC  (29+ messages)
` [PATCH RFC 01/15] fanotify: Fold event size calculation to its own function
` [PATCH RFC 02/15] fanotify: Split fsid check from other fid mode checks
` [PATCH RFC 03/15] fsnotify: Wire flags field on group allocation
` [PATCH RFC 05/15] fsnotify: Support event submission through ring buffer
` [PATCH RFC 06/15] fanotify: Support "
` [PATCH RFC 07/15] fsnotify: Support FS_ERROR event type
` [PATCH RFC 08/15] fsnotify: Introduce helpers to send error_events
` [PATCH RFC 09/15] fanotify: Introduce generic error record
` [PATCH RFC 10/15] fanotify: Introduce code location record
` [PATCH RFC 11/15] fanotify: Introduce filesystem specific data record
` [PATCH RFC 12/15] fanotify: Introduce the FAN_ERROR mark
` [PATCH RFC 13/15] ext4: Send notifications on error
` [PATCH RFC 14/15] samples: Add fs error monitoring example
` [PATCH RFC 15/15] Documentation: Document the FAN_ERROR framework

[PATCH v3 0/6] evm: Prepare for moving to the LSM infrastructure
 2021-04-27 11:37 UTC  (7+ messages)
` [PATCH v3 1/6] reiserfs: Add missing calls to reiserfs_security_free()
` [PATCH v3 2/6] security: Rewrite security_old_inode_init_security()
` [PATCH v3 3/6] security: Pass xattrs allocated by LSMs to the inode_init_security hook
` [PATCH v3 4/6] security: Support multiple LSMs implementing "
` [PATCH v3 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v3 6/6] evm: Support multiple LSMs providing an xattr

[PATCH V1 1/1] Fix race between iscsi logout and systemd-udevd
 2021-04-27 10:13 UTC 

[vfs:untested.iov_iter 11/13] lib/iov_iter.c:598:9: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2021-04-27  7:06 UTC 

[PATCH 2/2] fanotify: Add pidfd support to the fanotify API
 2021-04-27  5:14 UTC  (12+ messages)

[PATCH v2 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-26 22:48 UTC  (3+ messages)
` [PATCH v2 1/3] fsdax: Factor helpers to simplify dax fault code

[PATCH v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-26 22:17 UTC  (14+ messages)
` [PATCH v7 01/31] iov_iter: Add ITER_XARRAY
` [PATCH] iov_iter: Four fixes for ITER_XARRAY
` [PATCH] netfs: Miscellaneous fixes
  ` [PATCH v2] "

[PATCH 1/3] fs/buffer.c: add new api to allow eof writeback
 2021-04-26 22:05 UTC  (3+ messages)
` [PATCH 2/3] ocfs2: allow writing back pages out of inode size
` [PATCH 3/3] gfs2: fix out of inode size writeback

[GIT PULL] file locking fixes for v5.13
 2021-04-26 20:57 UTC  (2+ messages)

[RFC PATCH v2] implement orangefs_readahead
 2021-04-26 20:01 UTC  (22+ messages)
` [RFC PATCH] "

[PATCH v5 00/12] evm: Improve usability of portable signatures
 2021-04-26 19:49 UTC  (4+ messages)
` [PATCH v5 04/12] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH RESEND v9 0/9] fs: interface for directly reading/writing compressed data
 2021-04-26 19:06 UTC  (10+ messages)
` [PATCH RESEND v9 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH RESEND v9 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH RESEND v9 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH RESEND v9 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH RESEND v9 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH RESEND v9 6/9] btrfs: support different disk extent size for delalloc
` [PATCH RESEND v9 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH RESEND v9 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH RESEND v9 9/9] btrfs: implement RWF_ENCODED writes


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