linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 13:33:02 to 2021-04-27 02:24:05 UTC [more...]

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27  2:23 UTC  (7+ 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 "

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

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

[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

[git pull] fileattr series from Miklos
 2021-04-26 22:42 UTC 

[git pull] vfs.git inode type handling fixes
 2021-04-26 22:28 UTC 

[PATCH v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-26 22:17 UTC  (33+ messages)
` [PATCH v7 01/31] iov_iter: Add ITER_XARRAY
` [PATCH v7 19/31] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v7 20/31] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v7 21/31] afs: Move key to afs_read struct
` [PATCH v7 22/31] afs: Don't truncate iter during data fetch
` [PATCH v7 23/31] afs: Log remote unmarshalling errors
` [PATCH v7 24/31] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v7 25/31] afs: Use ITER_XARRAY for writing
` [PATCH v7 26/31] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v7 27/31] afs: Extract writeback extension into its own function
` [PATCH v7 28/31] afs: Prepare for use of THPs
` [PATCH v7 29/31] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v7 30/31] afs: Use new netfs lib read helper API
` [PATCH v7 31/31] afs: Use the netfs_write_begin() helper
` [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  (27+ 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 v4 00/11] evm: Improve usability of portable signatures
 2021-04-26 19:49 UTC  (4+ messages)
` [PATCH v4 04/11] 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 RFC 00/15] File system wide monitoring
 2021-04-26 18:42 UTC  (16+ 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 v4 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-26 18:08 UTC  (7+ 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  (8+ messages)

switch block layer polling to a bio based model
 2021-04-26 17:18 UTC  (21+ messages)
` [PATCH 01/12] direct-io: remove blk_poll support
` [PATCH 02/12] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [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  (25+ messages)
` [PATCH 01/12] mm: Fix comments mentioning i_mutex
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 03/12] ext4: Convert to use mapping->invalidate_lock
` [PATCH 04/12] ext2: Convert to using invalidate_lock
` [PATCH 05/12] xfs: Convert to use invalidate_lock
` [PATCH 06/12] zonefs: Convert to using invalidate_lock
` [PATCH 07/12] f2fs: "
` [PATCH 08/12] fuse: "
` [PATCH 09/12] shmem: "
` [PATCH 10/12] shmem: Use invalidate_lock to protect fallocate
` [PATCH 11/12] ceph: Fix race between hole punch and page fault
` [PATCH 12/12] cifs: "

[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

[PATCH v2] virtiofs: propagate sync() to file server
 2021-04-26 15:10 UTC 

[PATCH 1/3] fcntl: remove unused VALID_UPGRADE_FLAGS
 2021-04-26 13:34 UTC  (5+ messages)
` [PATCH 2/3] open: don't silently ignore unknown O-flags in openat2()

[PATCH] generic/453: Exclude filenames that are not supported by exfat
 2021-04-26 12:37 UTC  (5+ messages)

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

[PATCH 0/2] remove redundant check buffer_uptodate()
 2021-04-26  8:16 UTC  (3+ messages)
` [PATCH 1/2] fs: "
` [PATCH 2/2] ntfs: "

[PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
 2021-04-26  7:35 UTC  (2+ messages)

[PATCH] fat: Mark dirty just before updating metadata
 2021-04-26 12:56 UTC 

[PATCH v3 0/3] implement zone-aware probing/wiping for zoned btrfs
 2021-04-26  5:50 UTC  (4+ messages)
` [PATCH v3 1/3] blkid: implement zone-aware probing
` [PATCH v3 2/3] blkid: add magic and probing for zoned btrfs
` [PATCH v3 3/3] blkid: support zone reset for wipefs

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

[PATCH v2 0/3] implement zone-aware probing/wiping for zoned btrfs
 2021-04-26  1:38 UTC  (4+ messages)
` [PATCH v2 2/3] blkid: add magic and probing "

NULL pointer dereference when access /proc/net
 2021-04-25 15:47 UTC 

[PATCH] fs: direct-io: Remove redundant assignment to retval
 2021-04-25 10:33 UTC 

[PATCH v5] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-25  8:40 UTC  (12+ messages)

[PATCH v21 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-25  7:07 UTC  (10+ messages)
` [PATCH v21 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v21 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v21 3/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v21 4/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v21 5/9] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v21 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
` [PATCH v21 7/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v21 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
` [PATCH v21 9/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate

[PATCH] zonefs: add uid,gid,perm mount option
 2021-04-24 16:23 UTC  (2+ messages)

[PATCH v8 0/4] Make UTF-8 encoding loadable
 2021-04-23 20:51 UTC  (5+ messages)
` [PATCH v8 1/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v8 2/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v8 3/4] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH 0/2] mm/filemap: fix 5.12-rc regressions
 2021-04-23 20:08 UTC  (10+ messages)
` [PATCH 2/2] mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
        ` [PATCH v2 "

[PATCH v2] ceph: clamp length of an OSD read to rsize mount option
 2021-04-23 19:43 UTC 

[PATCH] ceph: clamp length of a read to CEPH_MSG_MAX_DATA_LEN
 2021-04-23 18:52 UTC 

[RFC PATCH v2 0/7] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-04-23 16:06 UTC  (11+ messages)
` [RFC PATCH v2 7/7] ext4: fix race between blkdev_releasepage() and ext4_put_super()

[PATCH v34 00/13] Landlock LSM
 2021-04-23 15:22 UTC  (3+ messages)

[PATCH] fuse: Send FUSE_WRITE_KILL_SUIDGID for killpriv v1
 2021-04-23 15:19 UTC 

[PATCH v3] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-23 14:27 UTC  (2+ 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 NNTP newsgroup(s).