linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 20:01:25 to 2021-04-26 18:08:51 UTC [more...]

[PATCH v4 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-26 18:08 UTC  (9+ messages)
` [PATCH v4 1/3] dax: Add an enum for specifying dax wakup mode
` [PATCH v4 2/3] dax: Add a wakeup mode parameter to put_unlocked_entry()
` [PATCH v4 3/3] dax: Wake up all waiters after invalidating dax entry

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 v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-26 17:14 UTC  (39+ messages)
` [PATCH v7 01/31] iov_iter: Add ITER_XARRAY
` [PATCH v7 02/31] mm: Add set/end/wait functions for PG_private_2
` [PATCH v7 03/31] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH v7 04/31] fs: Document file_ra_state
` [PATCH v7 05/31] mm/readahead: Handle ractl nr_pages being modified
` [PATCH v7 06/31] mm: Implement readahead_control pageset expansion
` [PATCH v7 07/31] netfs: Make a netfs helper module
` [PATCH v7 08/31] netfs: Documentation for helper library
` [PATCH v7 09/31] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v7 10/31] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v7 11/31] netfs: Provide readahead and readpage netfs helpers
` [PATCH v7 12/31] netfs: Add tracepoints
` [PATCH v7 13/31] netfs: Gather stats
` [PATCH v7 14/31] netfs: Add write_begin helper
` [PATCH v7 15/31] netfs: Define an interface to talk to a cache
` [PATCH v7 16/31] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v7 17/31] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v7 18/31] afs: Disable use of the fscache I/O routines
` [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 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 

[RFC PATCH v2] implement orangefs_readahead
 2021-04-26 14:53 UTC  (25+ messages)
` [RFC PATCH] "

[PATCH 1/3] fcntl: remove unused VALID_UPGRADE_FLAGS
 2021-04-26 13:34 UTC  (7+ messages)
` [PATCH 2/3] open: don't silently ignore unknown O-flags in openat2()
` [PATCH 3/3] test: add openat2() test for invalid upper 32 bit flag value

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

[GIT PULL] file locking fixes for v5.13
 2021-04-26 11:18 UTC 

[PATCH 0/2] fanotify: Adding pidfd support to the fanotify API
 2021-04-26 11:11 UTC  (13+ messages)
` [PATCH 2/2] fanotify: Add "

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

[PATCH RFC 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-04-23 13:16 UTC  (8+ messages)
` [PATCH RFC 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH RFC 2/7] kernel/fork: factor out atomcially replacing the current MM exe_file
` [PATCH RFC 3/7] kernel/fork: always deny write access to "
` [PATCH RFC 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH RFC 5/7] mm: remove VM_DENYWRITE
` [PATCH RFC 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH RFC 7/7] fs: update documentation of get_write_access() and friends

[RFC] Reclaiming PG_private
 2021-04-23 10:26 UTC  (2+ messages)

[PATCH 0/2] audit: add support for openat2
 2021-04-23  7:48 UTC  (6+ messages)
` [PATCH 1/2] audit: add support for the openat2 syscall

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-04-23  4:40 UTC  (9+ messages)
` [PATCH v8] "

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-22 22:05 UTC  (5+ messages)
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE "

[PATCH 0/7] fs: tweak and switch more fses to private mounts
 2021-04-22 20:46 UTC  (4+ messages)
` [PATCH 6/7] ecryptfs: switch to using a private mount

[PATCH v2] mm/compaction:let proactive compaction order configurable
 2021-04-22 20:33 UTC  (2+ messages)

[PATCH v3 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-22 20:07 UTC  (8+ messages)
` [PATCH v3 2/3] dax: Add a wakeup mode parameter to put_unlocked_entry()
  ` [Virtio-fs] "


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