linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-12 16:28:36 to 2021-02-16 12:09:25 UTC [more...]

[PATCH 0/6] Add generated flag to filesystem struct to block copy_file_range
 2021-02-16 12:08 UTC  (43+ messages)
` [PATCH 1/6] fs: Add flag to file_system_type to indicate content is generated
                      ` [PATCH v2] vfs: prevent copy_file_range to copy across devices

[PATCH] proc_sysctl: clamp sizes using table->maxlen
 2021-02-16 12:12 UTC  (4+ messages)
  ` [proc_sysctl] 459b3085f2: sysctl_table_check_failed

[PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]
 2021-02-16 11:55 UTC  (51+ messages)
` [PATCH 01/33] iov_iter: Add ITER_XARRAY
` [PATCH 02/33] mm: Add an unlock function for PG_private_2/PG_fscache
` [PATCH 03/33] mm: Implement readahead_control pageset expansion
` [PATCH 04/33] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/33] netfs: Make a netfs helper module
` [PATCH 06/33] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH 07/33] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache()
` [PATCH 08/33] netfs: Provide readahead and readpage netfs helpers
` [PATCH 09/33] netfs: Add tracepoints
` [PATCH 10/33] netfs: Gather stats
` [PATCH 11/33] netfs: Add write_begin helper
` [PATCH 12/33] netfs: Define an interface to talk to a cache
` [PATCH 13/33] netfs: Hold a ref on a page when PG_private_2 is set
` [PATCH 14/33] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 15/33] afs: Disable use of the fscache I/O routines
` [PATCH 16/33] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 17/33] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 18/33] afs: Move key to afs_read struct
` [PATCH 19/33] afs: Don't truncate iter during data fetch
` [PATCH 20/33] afs: Log remote unmarshalling errors
` [PATCH 21/33] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 22/33] afs: Use ITER_XARRAY for writing
` [PATCH 23/33] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 24/33] afs: Extract writeback extension into its own function
` [PATCH 25/33] afs: Prepare for use of THPs
` [PATCH 26/33] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 27/33] afs: Use new fscache read helper API
` [PATCH 28/33] ceph: disable old fscache readpage handling
` [PATCH 29/33] ceph: rework PageFsCache handling
` [PATCH 30/33] ceph: fix fscache invalidation
` [PATCH 31/33] ceph: convert readpage to fscache read helper
` [PATCH 32/33] ceph: plug write_begin into "
` [PATCH 33/33] ceph: convert ceph_readpages to ceph_readahead
` [PATCH 34/33] netfs: Use in_interrupt() not in_softirq()

[PATCH v15 00/42] btrfs: zoned block device support
 2021-02-16 11:46 UTC  (10+ messages)

cleanup updating the size of block devices v3
 2021-02-16 11:46 UTC  (4+ messages)
` [PATCH 12/78] dm: use set_capacity_and_notify

[PATCH -next] fs: fix new and older kernel-doc warnings in fs/
 2021-02-16  9:41 UTC  (6+ messages)
` [PATCH -next] fs: libfs: fix kernel-doc for mnt_userns
` [PATCH -next] fs: namei: fix kernel-doc for struct renamedata and more
` [PATCH -next] fs: xattr: fix kernel-doc for mnt_userns and vfs xattr helpers

[PATCH v15 0/8] Free some vmemmap pages of HugeTLB page
 2021-02-16  9:03 UTC  (23+ messages)
` [PATCH v15 4/8] mm: hugetlb: alloc the vmemmap pages associated with each "
    ` [External] "

[RFC PATCH] mm, oom: introduce vm.sacrifice_hugepage_on_oom
 2021-02-16  8:12 UTC  (2+ messages)

[PATCH 1/2] exfat: add initial ioctl function
 2021-02-16  4:07 UTC  (4+ messages)
` [PATCH 2/2] exfat: add support FITRIM ioctl

[PATCHSET v3 0/4] fs: Support for LOOKUP_NONBLOCK / RESOLVE_NONBLOCK
 2021-02-16  2:41 UTC  (10+ messages)
  ` [PATCHSET v3 0/4] fs: Support for LOOKUP_NONBLOCK / RESOLVE_NONBLOCK (Insufficiently faking current?)

[PATCH] zonefs: fix build warning for s390 in tracepoints
 2021-02-16  1:06 UTC  (2+ messages)

[Virtio-fs] Question on ACLs support in virtiofs
 2021-02-15 20:52 UTC 

[PATCH v17 07/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-15 19:20 UTC  (16+ messages)

[git pull] namei stuff
 2021-02-15 17:19 UTC 

[RFC v3] nvfs: a filesystem for persistent memory
 2021-02-15 15:03 UTC 

[PATCH] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX
 2021-02-15 14:49 UTC  (4+ messages)
` [PATCH v2 0/2] fuse: fscrypt ioctl support
  ` [PATCH v2 2/2] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX

[fuse:fs_fuse_split 5/5] fs/fuse/virtio_fs.c:1458 virtio_fs_get_tree() error: uninitialized symbol 'fc'
 2021-02-15 12:48 UTC 

[GIT PULL] fcntl fix
 2021-02-15 11:50 UTC 

[PATCH v21 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-02-15  7:07 UTC  (7+ messages)
` [PATCH v21 05/10] fs/ntfs3: Add attrib operations
` [PATCH v21 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

[PATCH RFC] namei: don't drop link paths acquired under LOOKUP_RCU
 2021-02-15  3:31 UTC  (6+ messages)

[GIT PULL] fscache: I/O API modernisation and netfs helper library
 2021-02-15  1:01 UTC  (10+ messages)

[git pull] sendfile fixes
 2021-02-14 21:18 UTC  (3+ messages)

[PATCH] binfmt_misc: Fix possible deadlock in bm_register_write
 2021-02-14 18:52 UTC  (2+ messages)

[PATCH] fs: export kern_path_locked
 2021-02-14 18:17 UTC 

WARNING in mark_buffer_dirty (3)
 2021-02-14 16:48 UTC 

[PATCH v2 0/2] quota: Add mountpath based quota support
 2021-02-14 13:48 UTC  (3+ messages)
` [PATCH 1/2] "

possible deadlock in evict
 2021-02-13 10:38 UTC 

[PATCH] proc: Convert S_<FOO> permission uses to octal
 2021-02-13  8:02 UTC  (9+ messages)

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2021-02-13  7:40 UTC  (3+ messages)

[PATCH v5 00/10] userfaultfd: add minor fault handling
 2021-02-12 23:01 UTC  (19+ messages)
` [PATCH v5 02/10] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH v5 04/10] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH v5 05/10] userfaultfd: add minor fault registration mode

[PATCH v6 0/7] userfaultfd: add minor fault handling
 2021-02-12 21:54 UTC  (8+ messages)
` [PATCH v6 1/7] userfaultfd: introduce a new reason enum instead of using VM_* flags
` [PATCH v6 2/7] userfaultfd: add minor fault registration mode
` [PATCH v6 3/7] userfaultfd: disable huge PMD sharing for minor fault registered VMAs
` [PATCH v6 4/7] userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
` [PATCH v6 5/7] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v6 6/7] userfaultfd: update documentation to describe minor fault handling
` [PATCH v6 7/7] userfaultfd/selftests: add test exercising "

mmotm 2021-02-11-22-05 uploaded
 2021-02-12 19:04 UTC  (2+ messages)
` mmotm 2021-02-11-22-05 uploaded (drivers/net/wireless/intel/iwlwifi/pcie/drv.o)

[RESEND PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-02-12 19:04 UTC  (6+ messages)
` [RESEND PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method


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