linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 11:12:42 to 2021-12-23 07:37:35 UTC [more...]

[PATCH 00/48] Folios for 5.17
 2021-12-23  7:36 UTC  (51+ messages)
` [PATCH 01/48] filemap: Remove PageHWPoison check from next_uptodate_page()
` [PATCH 02/48] fs/writeback: Convert inode_switch_wbs_work_fn to folios
` [PATCH 03/48] mm/doc: Add documentation for folio_test_uptodate
` [PATCH 04/48] mm/writeback: Improve __folio_mark_dirty() comment
` [PATCH 05/48] pagevec: Add folio_batch
` [PATCH 06/48] iov_iter: Add copy_folio_to_iter()
` [PATCH 07/48] iov_iter: Convert iter_xarray to use folios
` [PATCH 08/48] mm: Add folio_test_pmd_mappable()
` [PATCH 09/48] filemap: Add folio_put_wait_locked()
` [PATCH 10/48] filemap: Convert page_cache_delete to take a folio
` [PATCH 11/48] filemap: Add filemap_unaccount_folio()
` [PATCH 12/48] filemap: Convert tracing of page cache operations to folio
` [PATCH 13/48] filemap: Add filemap_remove_folio and __filemap_remove_folio
` [PATCH 14/48] filemap: Convert find_get_entry to return a folio
` [PATCH 15/48] filemap: Remove thp_contains()
` [PATCH 16/48] filemap: Convert filemap_get_read_batch to use folios
` [PATCH 17/48] filemap: Convert find_get_pages_contig to folios
` [PATCH 18/48] filemap: Convert filemap_read_page to take a folio
` [PATCH 19/48] filemap: Convert filemap_create_page to folio
` [PATCH 20/48] filemap: Convert filemap_range_uptodate to folios
` [PATCH 21/48] readahead: Convert page_cache_async_ra() to take a folio
` [PATCH 22/48] readahead: Convert page_cache_ra_unbounded to folios
` [PATCH 23/48] filemap: Convert do_async_mmap_readahead to take a folio
` [PATCH 24/48] filemap: Convert filemap_fault to folio
` [PATCH 33/48] mm: Add unmap_mapping_folio()

[PATCH] chardev: fix error handling in cdev_device_add()
 2021-12-23  7:15 UTC  (3+ messages)

mmotm 2021-12-22-19-02 uploaded
 2021-12-23  6:38 UTC  (2+ messages)
` mmotm 2021-12-22-19-02 uploaded (drivers/gpu/drm/i915/display/intel_backlight.o)

[syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
 2021-12-23  5:32 UTC  (6+ messages)

[PATCH] mm,fs: Split dump_mapping() out from dump_page()
 2021-12-23  5:12 UTC  (2+ messages)

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2021-12-22 23:31 UTC  (69+ messages)
` [PATCH v4 01/68] fscache, cachefiles: Disable configuration
` [PATCH v4 02/68] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH v4 03/68] fscache: Remove the contents of the fscache driver, "
` [PATCH v4 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v4 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v4 06/68] fscache: Introduce new driver
` [PATCH v4 07/68] fscache: Implement a hash function
` [PATCH v4 08/68] fscache: Implement cache registration
` [PATCH v4 09/68] fscache: Implement volume registration
` [PATCH v4 10/68] fscache: Implement cookie registration
` [PATCH v4 11/68] fscache: Implement cache-level access helpers
` [PATCH v4 12/68] fscache: Implement volume-level "
` [PATCH v4 13/68] fscache: Implement cookie-level "
` [PATCH v4 14/68] fscache: Implement functions add/remove a cache
` [PATCH v4 15/68] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v4 16/68] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v4 17/68] fscache: Implement simple cookie state machine
` [PATCH v4 18/68] fscache: Implement cookie user counting and resource pinning
` [PATCH v4 19/68] fscache: Implement cookie invalidation
` [PATCH v4 20/68] fscache: Provide a means to begin an operation
` [PATCH v4 21/68] fscache: Count data storage objects in a cache
` [PATCH v4 22/68] fscache: Provide read/write stat counters for the cache
` [PATCH v4 23/68] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v4 24/68] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v4 25/68] fscache: Implement raw I/O interface
` [PATCH v4 26/68] fscache: Implement higher-level write "
` [PATCH v4 27/68] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v4 28/68] fscache: Provide a function to note the release of a page
` [PATCH v4 29/68] fscache: Provide a function to resize a cookie
` [PATCH v4 30/68] cachefiles: Introduce rewritten driver
` [PATCH v4 31/68] cachefiles: Define structs
` [PATCH v4 32/68] cachefiles: Add some error injection support
` [PATCH v4 33/68] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v4 34/68] cachefiles: Add cache error reporting macro
` [PATCH v4 35/68] cachefiles: Add security derivation
` [PATCH v4 36/68] cachefiles: Register a miscdev and parse commands over it
` [PATCH v4 37/68] cachefiles: Provide a function to check how much space there is
` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 39/68] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v4 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v4 41/68] cachefiles: Implement volume support
` [PATCH v4 42/68] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v4 43/68] cachefiles: Implement object lifecycle funcs
` [PATCH v4 44/68] cachefiles: Implement key to filename encoding
` [PATCH v4 45/68] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v4 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 47/68] cachefiles: Implement culling daemon commands
` [PATCH v4 48/68] cachefiles: Implement backing file wrangling
` [PATCH v4 49/68] cachefiles: Implement begin and end I/O operation
` [PATCH v4 50/68] cachefiles: Implement cookie resize for truncate
` [PATCH v4 51/68] cachefiles: Implement the I/O routines
` [PATCH v4 52/68] fscache, cachefiles: Store the volume coherency data
` [PATCH v4 53/68] cachefiles: Allow cachefiles to actually function
` [PATCH v4 54/68] fscache, cachefiles: Display stats of no-space events
` [PATCH v4 55/68] fscache, cachefiles: Display stat of culling events
` [PATCH v4 56/68] afs: Convert afs to use the new fscache API
` [PATCH v4 57/68] afs: Copy local writes to the cache when writing to the server
` [PATCH v4 58/68] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v4 59/68] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v4 60/68] 9p: Copy local writes to the cache when writing to the server
` [PATCH v4 61/68] nfs: Convert to new fscache volume/cookie API
` [PATCH v4 62/68] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v4 64/68] ceph: conversion to new fscache API
` [PATCH v4 65/68] ceph: add fscache writeback support
` [PATCH v4 66/68] fscache: Rewrite documentation
` [PATCH v4 67/68] fscache: Add a tracepoint for cookie use/unuse
` [PATCH v4 68/68] 9p, afs, ceph, cifs, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()

[PATCH v6 0/5] io_uring: add xattr support
 2021-12-22 21:01 UTC  (6+ messages)
` [PATCH v6 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v6 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v6 3/5] fs: split off do_getxattr from getxattr
` [PATCH v6 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v6 5/5] io_uring: add fgetxattr and getxattr support

[PATCH 0/3] Some improvements on panic_print
 2021-12-22 12:37 UTC  (11+ messages)
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH linux-next] sysctl: add comments to make the code more clear
 2021-12-22 11:51 UTC 

[PATCH] exec: Make suid_dumpable apply to SUID/SGID binaries irrespective of invoking users
 2021-12-22  6:29 UTC  (11+ messages)

[syzbot] kernel BUG in __page_mapcount
 2021-12-22  1:42 UTC  (6+ messages)

[PATCH -next] sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax
 2021-12-22  1:26 UTC  (7+ messages)

[PATCH v3 00/15] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-22  1:22 UTC  (18+ messages)
` [PATCH v3 01/15] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 02/15] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v3 03/15] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 04/15] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 05/15] KVM: Implement fd-based memory using MEMFD_OPS interfaces
` [PATCH v3 06/15] KVM: Refactor hva based memory invalidation code
` [PATCH v3 07/15] KVM: Special handling for fd-based memory invalidation
` [PATCH v3 08/15] KVM: Split out common memory invalidation code
` [PATCH v3 09/15] KVM: Implement fd-based memory invalidation
` [PATCH v3 10/15] KVM: Add kvm_map_gfn_range
` [PATCH v3 11/15] KVM: Implement fd-based memory fallocation
` [PATCH v3 12/15] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v3 13/15] KVM: Handle page fault for private memory
` [PATCH v3 14/15] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v3 15/15] KVM: Register/unregister private memory slot to memfd

[PATCH v5 0/5] io_uring: add xattr support
 2021-12-21 22:57 UTC  (11+ messages)
` [PATCH v5 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v5 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v5 3/5] fs: split off do_getxattr from getxattr
` [PATCH v5 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v5 5/5] io_uring: add fgetxattr and getxattr support

[syzbot] INFO: task hung in filename_create (4)
 2021-12-21 22:55 UTC 

[PATCH][next] kernel/sysctl.c: remove unused variable ten_thousand
 2021-12-21 22:48 UTC  (4+ messages)

[PATCH v3 00/25] iomap/xfs folio patches
 2021-12-21 22:46 UTC  (6+ messages)
` [PATCH v3 16/25] iomap: Convert __iomap_zero_iter to use a folio
  ` iomap-folio & nvdimm merge

[PATCH v7 0/3] io_uring: add getdents64 support
 2021-12-21 19:17 UTC  (6+ messages)
` [PATCH v7 1/3] fs: add offset parameter to iterate_dir function
` [PATCH v7 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v7 3/3] io_uring: add support for getdents64

[PATCH v4 0/5] io_uring: add xattr support
 2021-12-21 17:32 UTC  (5+ messages)
` [PATCH v4 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v4 5/5] io_uring: add fgetxattr and getxattr support

[PATCH] exfat: fix missing REQ_SYNC in exfat_update_bhs()
 2021-12-21 12:34 UTC  (3+ messages)

[PATCH v3 0/3] Convert vmcore to use an iov_iter
 2021-12-21  8:30 UTC  (9+ messages)
` [PATCH v3 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH v3 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH v3 3/3] vmcore: Convert read_from_oldmem() to take "

[PATCH] iomap: Fix error handling in iomap_zero_iter()
 2021-12-21  8:27 UTC  (2+ messages)

[PATCH] iomap: turn the byte variable in iomap_zero_iter into a ssize_t
 2021-12-21  4:12 UTC  (3+ messages)

[PATCH -next V2] sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax
 2021-12-21  1:21 UTC  (3+ messages)

[PATCH 0/9] sysctl: 4th set of kernel/sysctl cleanups
 2021-12-20 19:25 UTC  (4+ messages)
` [PATCH 4/9] sysctl: move maxolduid as a sysctl specific const

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-12-20 18:22 UTC  (12+ messages)

initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2021-12-20 16:05 UTC  (2+ messages)

[PATCH] fuse: fix deadlock between O_TRUNC open() and non-O_TRUNC open()
 2021-12-20 12:49 UTC  (2+ messages)

Problem with data=ordered ext4 mount option in linux-next
 2021-12-20 11:12 UTC  (6+ 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).