messages from 2021-12-16 03:14:22 to 2021-12-20 11:12:42 UTC [more...]
Problem with data=ordered ext4 mount option in linux-next
2021-12-20 11:12 UTC (6+ messages)
[PATCH v5 00/16] Optimize list lru memory consumption
2021-12-20 9:27 UTC (18+ messages)
` [PATCH v5 01/16] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v5 02/16] mm: introduce kmem_cache_alloc_lru
` [PATCH v5 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v5 04/16] fs: allocate inode by using alloc_inode_sb()
` [PATCH v5 05/16] f2fs: "
` [PATCH v5 06/16] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v5 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v5 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v5 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v5 11/16] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v5 12/16] mm: list_lru: replace linear array with xarray
` [PATCH v5 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v5 14/16] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v5 15/16] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v5 16/16] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
[PATCH -next V2] sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax
2021-12-20 9:26 UTC
[PATCH -next] sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax
2021-12-20 8:53 UTC (3+ messages)
[PATCH v3 0/3] Convert vmcore to use an iov_iter
2021-12-20 8:10 UTC (4+ messages)
` [PATCH v3 1/3] vmcore: Convert copy_oldmem_page() to take "
[syzbot] possible deadlock in _snd_pcm_stream_lock_irqsave (3)
2021-12-20 2:22 UTC (2+ messages)
[PATCH] exfat: fix missing REQ_SYNC in exfat_update_bhs()
2021-12-20 1:52 UTC
[PATCH 0/3] Some improvements on panic_print
2021-12-19 20:11 UTC (5+ messages)
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print
[PATCH v4 00/17] Optimize list lru memory consumption
2021-12-19 9:58 UTC (5+ messages)
[syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
2021-12-19 4:20 UTC (3+ messages)
[PATCH -mm v3] replace old hard-coded 16 with TASK_COMM_LEN_16
2021-12-19 3:02 UTC
[PATCH] proc: convert the return type of proc_fd_access_allowed() to be boolean
2021-12-19 2:44 UTC
[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
2021-12-18 8:28 UTC (17+ messages)
[PATCH 1/4] dcache: sweep cached negative dentries to the end of list of siblings
2021-12-18 8:17 UTC (2+ messages)
` [dcache] 5384bd38a8: WARNING:at_fs/nfsd/nfsctl.c:#nfsdfs_remove_files[nfsd]
[GIT PULL] zonefs fixes for 5.16-rc6
2021-12-18 1:35 UTC (2+ messages)
[PATCH RFC v8 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
2021-12-17 21:54 UTC (9+ messages)
` [PATCH RFC v8 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
[PATCH v3 00/68] fscache, cachefiles: Rewrite
2021-12-17 20:43 UTC (81+ messages)
` [PATCH v3 01/68] fscache, cachefiles: Disable configuration
` [PATCH v3 02/68] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH v3 03/68] fscache: Remove the contents of the fscache driver, "
` [PATCH v3 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v3 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v3 06/68] fscache: Introduce new driver
` [PATCH v3 07/68] fscache: Implement a hash function
` [PATCH v3 08/68] fscache: Implement cache registration
` [PATCH v3 09/68] fscache: Implement volume registration
` [PATCH v3 10/68] fscache: Implement cookie registration
` [PATCH v3 11/68] fscache: Implement cache-level access helpers
` [PATCH v3 12/68] fscache: Implement volume-level "
` [PATCH v3 13/68] fscache: Implement cookie-level "
` [PATCH v3 14/68] fscache: Implement functions add/remove a cache
` [PATCH v3 15/68] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v3 16/68] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v3 17/68] fscache: Implement simple cookie state machine
` [PATCH v3 18/68] fscache: Implement cookie user counting and resource pinning
` [PATCH v3 19/68] fscache: Implement cookie invalidation
` [PATCH v3 20/68] fscache: Provide a means to begin an operation
` [PATCH v3 21/68] fscache: Count data storage objects in a cache
` [PATCH v3 22/68] fscache: Provide read/write stat counters for the cache
` [PATCH v3 23/68] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v3 24/68] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v3 25/68] fscache: Implement raw I/O interface
` [PATCH v3 26/68] fscache: Implement higher-level write "
` [PATCH v3 27/68] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v3 28/68] fscache: Provide a function to note the release of a page
` [PATCH v3 29/68] fscache: Provide a function to resize a cookie
` [PATCH v3 30/68] cachefiles: Introduce rewritten driver
` [PATCH v3 31/68] cachefiles: Define structs
` [PATCH v3 32/68] cachefiles: Add some error injection support
` [PATCH v3 33/68] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v3 34/68] cachefiles: Add cache error reporting macro
` [PATCH v3 35/68] cachefiles: Add security derivation
` [PATCH v3 36/68] cachefiles: Register a miscdev and parse commands over it
` [PATCH v3 37/68] cachefiles: Provide a function to check how much space there is
` [PATCH v3 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v3 39/68] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v3 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v3 41/68] cachefiles: Implement volume support
` [PATCH v3 42/68] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v3 43/68] cachefiles: Implement object lifecycle funcs
` [PATCH v3 44/68] cachefiles: Implement key to filename encoding
` [PATCH v3 45/68] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v3 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v3 47/68] cachefiles: Implement culling daemon commands
` [PATCH v3 48/68] cachefiles: Implement backing file wrangling
` [PATCH v3 49/68] cachefiles: Implement begin and end I/O operation
` [PATCH v3 50/68] cachefiles: Implement cookie resize for truncate
` [PATCH v3 51/68] cachefiles: Implement the I/O routines
` [PATCH v3 52/68] fscache, cachefiles: Store the volume coherency data
` [PATCH v3 53/68] cachefiles: Allow cachefiles to actually function
` [PATCH v3 54/68] fscache, cachefiles: Display stats of no-space events
` [PATCH v3 55/68] fscache, cachefiles: Display stat of culling events
` [PATCH v3 56/68] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v3 57/68] afs: Fix afs_write_end() to handle len > page size
` [PATCH v3 58/68] afs: Convert afs to use the new fscache API
` [PATCH v3 59/68] afs: Copy local writes to the cache when writing to the server
` [PATCH v3 60/68] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v3 61/68] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v3 62/68] 9p: Copy local writes to the cache when writing to the server
` [PATCH v3 63/68] nfs: Convert to new fscache volume/cookie API
` [PATCH v3 64/68] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v3 65/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v3 66/68] ceph: conversion to new fscache API
` [PATCH v3 67/68] ceph: add fscache writeback support
` [PATCH v3 68/68] fscache: Rewrite documentation
[PATCH] ceph: Make ceph_netfs_issue_op() handle inlined data (untested)
2021-12-17 20:27 UTC (2+ messages)
[PATCH v2 1/2] ceph: Uninline the data on a file opened for writing
2021-12-17 17:29 UTC (7+ messages)
` [PATCH v2 2/2] ceph: Remove some other inline-setting bits
[PATCH 0/9] sysctl: 4th set of kernel/sysctl cleanups
2021-12-17 16:15 UTC (3+ messages)
` [PATCH 4/9] sysctl: move maxolduid as a sysctl specific const
[PATCH] ceph: Uninline the data on a file opened for writing
2021-12-17 15:04 UTC
[PATCH] fuse: drop obsoleted lockd restriction in fuse_setlk
2021-12-17 11:59 UTC
[PATCH v2] zonefs: add MODULE_ALIAS_FS
2021-12-17 7:57 UTC (3+ messages)
[PATCH] zonefs: add MODULE_ALIAS_FS
2021-12-17 2:48 UTC (3+ messages)
[PATCH v3 00/25] iomap/xfs folio patches
2021-12-16 21:43 UTC (27+ messages)
` [PATCH v3 01/25] block: Add bio_add_folio()
` [PATCH v3 02/25] block: Add bio_for_each_folio_all()
` [PATCH v3 03/25] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v3 04/25] iomap: Convert to_iomap_page "
` [PATCH v3 05/25] iomap: Convert iomap_page_create "
` [PATCH v3 06/25] iomap: Convert iomap_page_release "
` [PATCH v3 07/25] iomap: Convert iomap_releasepage to use "
` [PATCH v3 08/25] iomap: Add iomap_invalidate_folio
` [PATCH v3 09/25] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v3 10/25] iomap: Convert bio completions to use folios
` [PATCH v3 11/25] iomap: Use folio offsets instead of page offsets
` [PATCH v3 12/25] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v3 13/25] iomap: Convert readahead and readpage to use "
` [PATCH v3 14/25] iomap: Convert iomap_page_mkwrite "
` [PATCH v3 15/25] iomap: Allow iomap_write_begin() to be called with the full length
` [PATCH v3 16/25] iomap: Convert __iomap_zero_iter to use a folio
` [PATCH v3 17/25] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v3 18/25] iomap: Convert iomap_write_end_inline to take a folio
` [PATCH v3 19/25] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH v3 20/25] iomap: Simplify iomap_writepage_map()
` [PATCH v3 21/25] iomap: Simplify iomap_do_writepage()
` [PATCH v3 22/25] iomap: Convert iomap_add_to_ioend() to take a folio
` [PATCH v3 23/25] iomap: Convert iomap_migrate_page() to use folios
` [PATCH v3 24/25] iomap: Support large folios in invalidatepage
` [PATCH v3 25/25] xfs: Support large folios
[PATCH v2 00/28] iomap/xfs folio patches
2021-12-16 20:43 UTC (5+ messages)
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio
[PATCH] afs: Fix mmap
2021-12-16 17:13 UTC (2+ messages)
[PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed
2021-12-16 14:56 UTC (3+ messages)
` [mm] 86cda95957: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
` [External] "
[PATCH] fuse: fix deadlock between O_TRUNC open() and non-O_TRUNC open()
2021-12-16 14:45 UTC
Vi har tagit emot din förfrågan
2021-12-16 14:36 UTC
[fuse-devel] Reconnect to FUSE session
2021-12-16 12:59 UTC (2+ messages)
[PATCH] exfat: remove argument 'sector' from exfat_get_dentry()
2021-12-16 13:06 UTC (3+ messages)
[PATCH] fs: xattr: use vmemdup_user instead of kvmalloc and copy_from_user
2021-12-16 12:23 UTC (2+ messages)
` [fs] 7db4f49247: WARNING:at_mm/slub.c:#kfree
[PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount
2021-12-16 11:26 UTC (2+ messages)
` [PATCH v2 2/2] binfmt_misc: enable sandboxed mounts
[PATCH 0/3] Convert vmcore to use an iov_iter
2021-12-16 9:28 UTC (4+ messages)
` [PATCH 1/3] vmcore: Convert copy_oldmem_page() to take "
[PATCH] pipe: remove needless spin_lock in pipe_read/pipe_write
2021-12-16 8:31 UTC (3+ messages)
[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
2021-12-16 7:46 UTC (9+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
[PATCH v9 00/17] Introduce VDUSE - vDPA Device in Userspace
2021-12-16 3:14 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).