linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 14:10:09 to 2021-01-21 14:57:05 UTC [more...]

[PATCH v6 00/40] idmapped mounts
 2021-01-21 13:19 UTC  (23+ messages)
` [PATCH v6 08/40] acl: handle "
` [PATCH v6 10/40] commoncap: "
` [PATCH v6 11/40] stat: "
` [PATCH v6 13/40] namei: introduce struct renamedata
` [PATCH v6 17/40] af_unix: handle idmapped mounts
` [PATCH v6 18/40] utimes: "
` [PATCH v6 21/40] ioctl: "
` [PATCH v6 22/40] would_dump: "
` [PATCH v6 23/40] exec: "
` [PATCH v6 24/40] fs: make helpers idmap mount aware
` [PATCH v6 25/40] apparmor: handle idmapped mounts
` [PATCH v6 27/40] ecryptfs: do not mount on top of "
` [PATCH v6 28/40] overlayfs: "
` [PATCH v6 29/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v6 31/40] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v6 32/40] fs: split out functions to hold writers
` [PATCH v6 34/40] fs: add mount_setattr()
` [PATCH v6 35/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v6 36/40] tests: add mount_setattr() selftests
` [PATCH v6 37/40] fat: handle idmapped mounts
` [PATCH v6 39/40] xfs: support "
` [PATCH v6 40/40] generic/622: add fstests for "

[RFC][PATCH 00/25] Network fs helper library & fscache kiocb API
 2021-01-21 14:54 UTC  (28+ messages)
` [PATCH 01/25] iov_iter: Add ITER_XARRAY
` [PATCH 02/25] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/25] mm: Implement readahead_control pageset expansion
` [PATCH 04/25] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/25] cachefiles: Drop superfluous readpages aops NULL check
` [PATCH 06/25] netfs: Make a netfs helper module
` [PATCH 07/25] netfs: Provide readahead and readpage netfs helpers
` [PATCH 08/25] netfs: Add tracepoints
` [PATCH 09/25] netfs: Gather stats
` [PATCH 10/25] netfs: Add write_begin helper
` [PATCH 11/25] netfs: Define an interface to talk to a cache
` [PATCH 12/25] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 13/25] afs: Disable use of the fscache I/O routines
` [PATCH 14/25] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 15/25] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 16/25] afs: Move key to afs_read struct
` [PATCH 17/25] afs: Don't truncate iter during data fetch
` [PATCH 18/25] afs: Log remote unmarshalling errors
` [PATCH 19/25] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 20/25] afs: Use ITER_XARRAY for writing
` [PATCH 21/25] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 22/25] afs: Extract writeback extension into its own function
` [PATCH 23/25] afs: Prepare for use of THPs
` [PATCH 24/25] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 25/25] afs: Use new fscache read helper API

reduce sub-block DIO serialisation v3
 2021-01-21 13:33 UTC  (17+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split unaligned DIO write code out
` [PATCH 08/11] iomap: rename the flags variable in __iomap_dio_rw
` [PATCH 09/11] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

[RFC] Filesystem error notifications proposal
 2021-01-21 13:27 UTC  (4+ messages)

[GIT PULL] Fs & udf fixes for v5.11-rc5
 2021-01-21 13:17 UTC 

[PATCH 0/4] vboxsf: Add support for the atomic_open directory-inode op
 2021-01-21 13:03 UTC  (5+ messages)
` [PATCH 1/4] vboxsf: Honor excl flag to the dir-inode create op
` [PATCH 2/4] vboxsf: Make vboxsf_dir_create() return the handle for the created file
` [PATCH 3/4] vboxsf: Add vboxsf_[create|release]_sf_handle() helpers
` [PATCH 4/4] vboxsf: Add support for the atomic_open directory-inode op

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21 12:27 UTC  (12+ messages)
` [PATCH v16 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v16 02/11] mmap: make mlock_future_check() global
` [PATCH v16 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v16 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v16 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v16 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v16 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] vmalloc: remove redundant NULL check
 2021-01-21  8:23 UTC  (2+ messages)

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 UTC  (3+ messages)

[PATCH v4 00/18] Refactor generic_file_buffered_read
 2021-01-21  8:23 UTC  (29+ messages)
` [PATCH v4 01/18] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH v4 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
` [PATCH v4 03/18] mm/filemap: Convert filemap_get_pages to take a pagevec
` [PATCH v4 04/18] mm/filemap: Use head pages in generic_file_buffered_read
` [PATCH v4 05/18] mm/filemap: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH v4 06/18] mm/filemap: Support readpage splitting a page
` [PATCH v4 07/18] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH v4 08/18] mm/filemap: Don't call ->readpage if IOCB_WAITQ is set
` [PATCH v4 09/18] mm/filemap: Change filemap_read_page calling conventions
` [PATCH v4 10/18] mm/filemap: Change filemap_create_page "
` [PATCH v4 11/18] mm/filemap: Convert filemap_update_page to return an errno
` [PATCH v4 12/18] mm/filemap: Move the iocb checks into filemap_update_page
` [PATCH v4 13/18] mm/filemap: Add filemap_range_uptodate
` [PATCH v4 14/18] mm/filemap: Split filemap_readahead out of filemap_get_pages
` [PATCH v4 15/18] mm/filemap: Restructure filemap_get_pages
` [PATCH v4 16/18] mm/filemap: Don't relock the page after calling readpage
` [PATCH v4 17/18] mm/filemap: Rename generic_file_buffered_read to filemap_read
` [PATCH v4 18/18] mm/filemap: Simplify generic_file_read_iter

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21  0:12 UTC  (15+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] fs: fix a hungtask problem when freeze/unfreeze fs
 2021-01-21  2:00 UTC  (2+ messages)

[PATCH 2/2] security.capability: fix conversions on getxattr
 2021-01-20 21:08 UTC  (3+ messages)

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-20 20:28 UTC  (3+ messages)

reduce sub-block DIO serialisation v2
 2021-01-20 19:58 UTC  (31+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split unaligned DIO write code out
` [PATCH 08/11] iomap: rename the flags variable in __iomap_dio_rw
` [PATCH 09/11] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_UNALIGNED flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-01-20 18:28 UTC  (18+ messages)
` [RFC PATCH v4 01/17] vfs: export new_inode_pseudo
` [RFC PATCH v4 02/17] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v4 03/17] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v4 04/17] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v4 05/17] ceph: crypto context handling for ceph
` [RFC PATCH v4 06/17] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v4 07/17] ceph: preallocate inode for ops that may create one
` [RFC PATCH v4 08/17] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v4 09/17] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v4 10/17] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v4 11/17] ceph: decode alternate_name in lease info
` [RFC PATCH v4 12/17] ceph: send altname in MClientRequest
` [RFC PATCH v4 13/17] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v4 14/17] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v4 15/17] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v4 16/17] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v4 17/17] ceph: add fscrypt ioctls

[PATCH 0/3 RFC] fs: Hole punch vs page cache filling races
 2021-01-20 17:56 UTC  (9+ messages)
` [PATCH 1/3] mm: Do not pass iter into generic_file_buffered_read_get_pages()
` [PATCH 2/3] mm: Provide address_space operation for filling pages for read
` [PATCH 3/3] ext4: Fix stale data exposure when read races with hole punch

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-20 14:22 UTC  (4+ messages)
    ` [External] "

[PATCH] Increase limit of max_user_watches from 1/25 to 1/16
 2021-01-20 13:39 UTC  (2+ messages)

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH] cachefiles: Drop superfluous readpages aops NULL check
 2021-01-20 16:12 UTC  (3+ messages)

[PATCH] cachefiles: Drop superfluous readpages aops NULL check
 2021-01-20 16:11 UTC 

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-20 15:44 UTC  (10+ messages)
` Expense of read_iter

[PATCH] overlay: Plumb through flush method
 2021-01-20 15:24 UTC  (5+ messages)

[PATCH v4] overlay: Implement volatile-specific fsync error behaviour
 2021-01-20 15:08 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).