messages from 2021-10-22 00:10:00 to 2021-10-25 08:33:59 UTC [more...]
[PATCH v6 00/12] extend task comm from 16 to 24
2021-10-25 8:33 UTC (4+ messages)
` [PATCH v6 01/12] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v6 02/12] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v6 03/12] drivers/connector: make connector comm always nul ternimated
[PATCH] seq_file: Fix potential addition overflow
2021-10-25 7:31 UTC
[PATCH 1/2] vfs: parse: deal with zero length string value
2021-10-25 4:05 UTC (2+ messages)
` [PATCH 2/2] vfs: escape hash as well
[git pull] autofs braino fix
2021-10-24 19:56 UTC (2+ messages)
[PATCH v2][next] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-24 18:54 UTC (6+ messages)
[PATCH] fuse: add FOPEN_NOFLUSH
2021-10-24 15:30 UTC (2+ messages)
[PATCH 0/4] fs/ntfs3: Various fixes for xattr and files
2021-10-24 10:43 UTC (10+ messages)
` [PATCH 1/4] fs/ntfs3: Keep preallocated only if option prealloc enabled
` [PATCH 2/4] fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
` [PATCH 3/4] fs/ntfs3: Optimize locking in ntfs_save_wsl_perm
` [PATCH 4/4] fs/ntfs3: Update i_ctime when xattr is added
[PATCH v3 0/3] last batch of add_disk() error handling conversions
2021-10-24 0:03 UTC (7+ messages)
Folios for 5.15 request - Was: re: Folio discussion recap -
2021-10-23 22:23 UTC (20+ messages)
[PATCH] fs: kill unused ret2 argument from iocb->ki_complete()
2021-10-23 14:01 UTC (8+ messages)
[PATCH] dup: delete error write to stack variable on common path
2021-10-23 12:39 UTC
[PATCH] vfs: delete cast in namei code
2021-10-23 12:38 UTC
[PATCH] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-23 10:31 UTC (3+ messages)
[PATCH v3 0/4] firmware_loader: built-in API and make x86 use it
2021-10-23 6:43 UTC (6+ messages)
` [PATCH v3 1/4] firmware_loader: rename EXTRA_FIRMWARE and EXTRA_FIRMWARE_DIR
` [PATCH v3 2/4] firmware_loader: move builtin build helper to shared library
` [PATCH v3 3/4] test_firmware: move a few test knobs out to its library
` [PATCH v3 4/4] test_firmware: add support for testing built-in firmware
Problem with direct IO
2021-10-23 2:06 UTC (7+ messages)
[RFC PATCH 0/5] Shared memory for shared extents
2021-10-23 1:43 UTC (8+ messages)
` [RFC PATCH 1/5] mm: Use file parameter to determine bdi
` [RFC PATCH 2/5] mm: Switch mapping to device mapping
` [RFC PATCH 3/5] btrfs: Add sharedext mount option
` [RFC PATCH 4/5] btrfs: Set s_bdev for btrfs super block
` [RFC PATCH 5/5] btrfs: function to convert file offset to device offset
[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
2021-10-22 23:41 UTC (5+ messages)
` [PATCH v5 13/15] tools/testing/selftests/bpf: "
[PATCH] fs/super.c: defer more work after super_block is off of the super_blocks list
2021-10-22 23:28 UTC
[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
2021-10-22 20:52 UTC (16+ messages)
` [PATCH 4/6] dm,dax,pmem: prepare dax_copy_to/from_iter() APIs with DAXDEV_F_RECOVERY
` correction: "
` [PATCH 5/6] dax,pmem: Add data recovery feature to pmem_copy_to/from_iter()
` [dm-devel] [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
[GIT PULL] fuse fixes for 5.15-rc7
2021-10-22 20:46 UTC (2+ messages)
[PATCH v2 00/53] fscache: Rewrite index API and management system
2021-10-22 20:24 UTC (58+ messages)
` [PATCH v2 01/53] fscache_old: Move the old fscache driver to one side
` [PATCH v2 02/53] fscache_old: Rename CONFIG_FSCACHE* to CONFIG_FSCACHE_OLD*
` [PATCH v2 03/53] cachefiles_old: Move the old cachefiles driver to one side
` [PATCH v2 04/53] cachefiles_old: Rename CONFIG_CACHEFILES* to CONFIG_CACHEFILES_OLD*
` [PATCH v2 05/53] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v2 06/53] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v2 07/53] fscache: Introduce new driver
` [PATCH v2 08/53] fscache: Implement a hash function
` [PATCH v2 09/53] fscache: Implement cache registration
` [PATCH v2 10/53] fscache: Implement volume registration
` [PATCH v2 11/53] fscache: Implement cookie registration
` [PATCH v2 12/53] fscache: Implement cache-level access helpers
` [PATCH v2 13/53] fscache: Implement volume-level "
` [PATCH v2 14/53] fscache: Implement cookie-level "
` [PATCH v2 15/53] fscache: Implement functions add/remove a cache
` [PATCH v2 16/53] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 17/53] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v2 18/53] fscache: Implement simple cookie state machine
` [PATCH v2 19/53] fscache: Implement cookie user counting and resource pinning
` [PATCH v2 20/53] fscache: Implement cookie invalidation
` [PATCH v2 21/53] fscache: Provide a means to begin an operation
` [PATCH v2 22/53] fscache: Provide read/write stat counters for the cache
` [PATCH v2 23/53] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v2 24/53] fscache: Implement I/O interface
` [PATCH v2 25/53] fscache: Provide fallback I/O functions
` [PATCH v2 26/53] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v2 27/53] fscache: Provide a function to note the release of a page
` [PATCH v2 28/53] fscache: Provide a function to resize a cookie
` [PATCH v2 29/53] cachefiles: Introduce new driver
` [PATCH v2 30/53] cachefiles: Add some error injection support
` [PATCH v2 31/53] cachefiles: Define structs
` [PATCH v2 32/53] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v2 33/53] cachefiles: Add I/O error reporting macros
` [PATCH v2 34/53] cachefiles: Provide a function to check how much space there is
` [PATCH v2 35/53] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v2 36/53] cachefiles: Implement daemon UAPI and cache registration
` [PATCH v2 37/53] cachefiles: Implement volume support
` [PATCH v2 38/53] cachefiles: Implement data storage object handling
` [PATCH v2 39/53] cachefiles: Implement begin and end I/O
` [PATCH v2 40/53] cachefiles: Implement the I/O routines
` [PATCH v2 41/53] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 42/53] afs: Fix afs_write_end() to handle len > page size
` [PATCH v2 43/53] afs: Make afs_write_begin() return the THP subpage
` [PATCH v2 44/53] afs: Convert afs to use the new fscache API
` [PATCH v2 45/53] afs: Copy local writes to the cache when writing to the server
` [PATCH v2 46/53] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v2 47/53] afs: Add synchronous O_DIRECT support
` [PATCH v2 48/53] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v2 49/53] 9p: Copy local writes to the cache when writing to the server
` [PATCH v2 50/53] nfs: Convert to new fscache volume/cookie API
` [PATCH v2 51/53] cifs: Support fscache indexing rewrite (untested)
` [PATCH v2 52/53] fscache, cachefiles: Display stats of no-space events
` [PATCH v2 53/53] fscache, cachefiles: Display stat of culling events
[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
2021-10-22 19:22 UTC (8+ messages)
[PATCH 00/67] fscache: Rewrite index API and management system
2021-10-22 18:52 UTC (4+ messages)
[PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
2021-10-22 18:41 UTC (17+ messages)
` [RFC][arm64] possible infinite loop in btrfs search_ioctl()
[PATCH v2 00/10] firmware_loader: built-in API and make x86 use it
2021-10-22 17:15 UTC (6+ messages)
` [PATCH v2 07/10] firmware_loader: rename EXTRA_FIRMWARE and EXTRA_FIRMWARE_DIR
` [PATCH v2 08/10] firmware_loader: move builtin build helper to shared library
[PATCH v2] fs: replace the ki_complete two integer arguments with a single argument
2021-10-22 15:47 UTC (15+ messages)
[PATCH v5 0/8] Remove dependency on congestion_wait in mm/
2021-10-22 14:46 UTC (9+ messages)
` [PATCH 1/8] mm/vmscan: Throttle reclaim until some writeback completes if congested
` [PATCH 2/8] mm/vmscan: Throttle reclaim and compaction when too may pages are isolated
` [PATCH 3/8] mm/vmscan: Throttle reclaim when no progress is being made
` [PATCH 4/8] mm/writeback: Throttle based on page writeback instead of congestion
` [PATCH 5/8] mm/page_alloc: Remove the throttling logic from the page allocator
` [PATCH 6/8] mm/vmscan: Centralise timeout values for reclaim_throttle
` [PATCH 7/8] mm/vmscan: Increase the timeout if page reclaim is not making progress
` [PATCH 8/8] mm/vmscan: Delay waking of tasks throttled on NOPROGRESS
[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
2021-10-22 14:13 UTC
[PATCH v4 0/8] Remove dependency on congestion_wait in mm/
2021-10-22 13:17 UTC (11+ messages)
` [PATCH 6/8] mm/vmscan: Centralise timeout values for reclaim_throttle
` [PATCH 7/8] mm/vmscan: Increase the timeout if page reclaim is not making progress
[FUSE]: io_submit() always blocks?
2021-10-22 11:57 UTC (2+ messages)
Readahead for compressed data
2021-10-22 10:40 UTC (14+ messages)
simplify bdi unregistation
2021-10-22 9:02 UTC (11+ messages)
` [PATCH 1/5] mm: export bdi_unregister
` [PATCH 2/5] mtd: call bdi_unregister explicitly
` [PATCH 3/5] fs: explicitly unregister per-superblock BDIs
` [PATCH 4/5] mm: don't automatically unregister bdis
` [PATCH 5/5] mm: simplify bdi refcounting
[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
2021-10-22 8:18 UTC (11+ messages)
[RFC] Optional FUSE flush-on-close
2021-10-22 7:34 UTC (3+ messages)
[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
2021-10-22 6:54 UTC (6+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
2021-10-22 6:35 UTC (3+ messages)
` [PATCH v11 09/10] btrfs-progs: send: stream v2 ioctl flags
[PATCH v5 00/15] extend task comm from 16 to 24 for CONFIG_BASE_FULL
2021-10-22 6:23 UTC (7+ messages)
` [PATCH v5 03/15] sched.h: introduce TASK_COMM_LEN_16
[PATCH] selftests: proc: Make sure wchan works when it exists
2021-10-22 3:35 UTC (5+ messages)
[PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
2021-10-22 0:34 UTC (2+ messages)
[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
2021-10-22 0:09 UTC (12+ 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).