linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-21 09:24:47 to 2021-04-23 16:06:51 UTC [more...]

[RFC PATCH v2 0/7] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-04-23 16:06 UTC  (17+ messages)
` [RFC PATCH v2 1/7] jbd2: remove the out label in __jbd2_journal_remove_checkpoint()
` [RFC PATCH v2 2/7] jbd2: ensure abort the journal if detect IO error when writing original buffer back
` [RFC PATCH v2 3/7] jbd2: don't abort the journal when freeing buffers
` [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  (17+ messages)
` [PATCH v34 01/13] landlock: Add object management
` [PATCH v34 02/13] landlock: Add ruleset and domain management
` [PATCH v34 03/13] landlock: Set up the security framework and manage credentials
` [PATCH v34 04/13] landlock: Add ptrace restrictions
` [PATCH v34 05/13] LSM: Infrastructure management of the superblock
` [PATCH v34 06/13] fs,security: Add sb_delete hook
` [PATCH v34 07/13] landlock: Support filesystem access-control
` [PATCH v34 08/13] landlock: Add syscall implementations
` [PATCH v34 09/13] arch: Wire up Landlock syscalls
` [PATCH v34 10/13] selftests/landlock: Add user space tests
` [PATCH v34 11/13] samples/landlock: Add a sandbox manager example
` [PATCH v34 12/13] landlock: Add user and kernel documentation
` [PATCH v34 13/13] landlock: Enable user space to infer supported features

[RFC PATCH 0/2] selinux,anon_inodes: Use a separate SELinux class for each type of anon inode
 2021-04-23 15:20 UTC  (10+ messages)
` [RFC PATCH 1/2] LSM,anon_inodes: explicitly distinguish anon inode types
` [RFC PATCH 2/2] selinux: add capability to map anon inode types to separate classes

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

[PATCH v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-23 14:33 UTC  (34+ 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 v3] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-23 14:27 UTC  (3+ messages)

[PATCH 1/3] fcntl: remove unused VALID_UPGRADE_FLAGS
 2021-04-23 13:50 UTC  (5+ 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 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

[PATCH v4 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-23 13:07 UTC  (4+ 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

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

[PATCH 0/2] fanotify: Adding pidfd support to the fanotify API
 2021-04-23  8:14 UTC  (16+ messages)
` [PATCH 2/2] fanotify: Add "

[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 0/2] mm/filemap: fix 5.12-rc regressions
 2021-04-22 23:04 UTC  (9+ messages)
` [PATCH 1/2] mm/filemap: fix find_lock_entries hang on 32-bit THP
` [PATCH 2/2] mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
        ` [PATCH v2 "

[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  (3+ messages)

[PATCH v3 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-22 20:07 UTC  (19+ messages)
` [PATCH v3 1/3] dax: Add an enum for specifying dax wakup mode
` [PATCH v3 2/3] dax: Add a wakeup mode parameter to put_unlocked_entry()
  ` [Virtio-fs] "
` [PATCH v3 3/3] dax: Wake up all waiters after invalidating dax entry

(in)consistency of page/folio function naming
 2021-04-22 15:55 UTC  (5+ messages)

[PATCH v6 00/30] Network fs helper library & fscache kiocb API
 2021-04-22 14:51 UTC  (5+ messages)
` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY

[PATCH v5] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-22 14:08 UTC  (13+ messages)

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-22 13:45 UTC  (4+ messages)
` [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code
` [PATCH v3 2/3] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 3/3] fsdax: Output address in dax_iomap_pfn() and rename it

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-22 13:37 UTC 

Hole punch races in CIFS
 2021-04-22 11:58 UTC 

Hole punch races in GFS2
 2021-04-22 11:26 UTC 

[PATCH v4 00/10] Add support for synchronous signals on perf events
 2021-04-22  8:16 UTC  (18+ messages)
  ` [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo

[PATCH v2 00/10] cifsd: introduce new SMB3 kernel server
 2021-04-22  8:11 UTC  (13+ messages)
    ` [PATCH v2 01/10] cifsd: add document
      ` cifsd/nfsd interop
    ` [PATCH v2 02/10] cifsd: add server handler
    ` [PATCH v2 03/10] cifsd: add trasport layers
    ` [PATCH v2 04/10] cifsd: add authentication
    ` [PATCH v2 05/10] cifsd: add smb3 engine part 1
    ` [PATCH v2 06/10] cifsd: add smb3 engine part 2
    ` [PATCH v2 07/10] cifsd: add oplock/lease cache mechanism
    ` [PATCH v2 08/10] cifsd: add file operations
    ` [PATCH v2 09/10] cifsd: add Kconfig and Makefile
    ` [PATCH v2 10/10] MAINTAINERS: add cifsd kernel server

mmotm 2021-04-21-23-03 uploaded
 2021-04-22  6:04 UTC 

[PATCH] fuse: Avoid potential use after free
 2021-04-22  0:44 UTC  (4+ messages)

[PATCH v2] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-04-22  0:08 UTC  (2+ messages)

[PATCH 0/2] fs: provide a stop gap fix for buggy resume firmware API calls
 2021-04-21 22:23 UTC  (5+ messages)
` [PATCH 1/2] test_firmware: add suspend support to test buggy drivers
` [PATCH 2/2] fs/kernel_read_file: use usermodehelper_read_trylock() as a stop gap

[PATCH v1 0/3] perf/binfmt/mm: remove in-tree usage of MAP_EXECUTABLE
 2021-04-21 20:56 UTC  (7+ messages)
` [PATCH v1 1/3] perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
` [PATCH v1 2/3] binfmt: remove in-tree usage of MAP_EXECUTABLE
` [PATCH v1 3/3] mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()

[PATCH v2] mm/readahead: Handle ractl nr_pages being modified
 2021-04-21 17:09 UTC 

[PATCH] mm/readahead: Handle ractl nr_pages being modified
 2021-04-21 16:49 UTC  (6+ messages)

[PATCH v9 0/4] block device interposer
 2021-04-21 16:45 UTC  (5+ messages)
` [PATCH v9 1/4] Adds blk_interposer
` [PATCH v9 2/4] Applying the blk_interposer in the block device layer
` [PATCH v9 3/4] Add blk_interposer in DM
` [PATCH v9 4/4] Using dm_get_device_ex() instead of dm_get_device()


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