linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-26 13:55:09 to 2021-04-28 02:28:52 UTC [more...]

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

switch block layer polling to a bio based model v2
 2021-04-28  2:28 UTC  (17+ 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

[iov_iter] 2418c34937: Initiating_system_reboot
 2021-04-28  2:37 UTC 

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

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-28  0:58 UTC  (15+ 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 v21 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-27 23:47 UTC  (2+ 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] generic/453: Exclude filenames that are not supported by exfat
 2021-04-27 21:00 UTC  (7+ messages)

[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

[GIT PULL] iomap: new code for 5.13-rc1
 2021-04-27 20:07 UTC  (5+ messages)

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

[PATCH] proc: Use seq_read_iter where possible
 2021-04-27 18:34 UTC 

[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 v4 00/11] evm: Improve usability of portable signatures
 2021-04-27 16:48 UTC  (10+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[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  (30+ 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 04/15] fsnotify: Wire up group information on event initialization
` [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 v8 0/4] Make UTF-8 encoding loadable
 2021-04-27 15:06 UTC  (6+ messages)
` [PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer

[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 

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-27  8:09 UTC  (2+ messages)

[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 01/31] iov_iter: Add ITER_XARRAY
 2021-04-26 22:17 UTC  (15+ messages)
` [PATCH v7 00/31] Network fs helper library & fscache kiocb API
  ` [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

[PATCH v4 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-26 18:08 UTC  (6+ messages)
` [PATCH v4 1/3] dax: Add an enum for specifying dax wakup mode

NULL pointer dereference when access /proc/net
 2021-04-26 17:30 UTC  (5+ messages)

switch block layer polling to a bio based model
 2021-04-26 17:18 UTC  (19+ messages)
` [PATCH 03/12] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/12] blk-mq: factor out a "classic" poll helper
` [PATCH 05/12] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 06/12] blk-mq: refactor hybrid polling
` [PATCH 07/12] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 08/12] blk-mq: remove blk_qc_t_valid
` [PATCH 09/12] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 10/12] block: RCU free polled bios
` [PATCH 11/12] block: define 'struct bvec_iter' as packed
` [PATCH 12/12] block: switch polling to be bio based

[PATCH 0/12 v4] fs: Hole punch vs page cache filling races
 2021-04-26 16:24 UTC  (7+ messages)
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 06/12] zonefs: Convert to using invalidate_lock

[RFC PATCH 0/2] selinux,anon_inodes: Use a separate SELinux class for each type of anon inode
 2021-04-26 16:00 UTC  (7+ messages)
` [RFC PATCH 2/2] selinux: add capability to map anon inode types to separate classes


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