messages from 2023-06-26 11:23:56 to 2023-06-27 14:20:18 UTC [more...]
[PATCH v4 0/3] shmemfs stable directory offsets
2023-06-27 14:19 UTC (11+ messages)
` [PATCH v4 1/3] libfs: Add directory operations for stable offsets
` [PATCH v4 2/3] shmem: Refactor shmem_symlink()
` [PATCH v4 3/3] shmem: stable directory offsets
[PATCH 0/2] btrfs: port to new mount api
2023-06-27 14:08 UTC (5+ messages)
` [PATCH 1/2] fs: indicate request originates from old "
` [PATCH 2/2] btrfs: port to new "
[PATCH] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
2023-06-27 14:06 UTC (11+ messages)
[PATCH] fs/vboxsf: Replace kmap() with kmap_local_{page, folio}()
2023-06-27 13:51 UTC
[PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring
2023-06-27 13:49 UTC (4+ messages)
` [PATCH 09/14] fs/ntfs3: Check fields while reading
[ANNOUNCE] util-linux v2.39.1
2023-06-27 12:53 UTC
[PATCH 00/12] Convert write_cache_pages() to an iterator
2023-06-27 11:16 UTC (25+ messages)
` [PATCH 01/12] writeback: Factor out writeback_finish()
` [PATCH 02/12] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 03/12] writeback: Factor should_writeback_folio() "
` [PATCH 04/12] writeback: Simplify the loops in write_cache_pages()
` [PATCH 05/12] pagevec: Add ability to iterate a queue
` [PATCH 06/12] writeback: Use the folio_batch queue iterator
` [PATCH 07/12] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 08/12] writeback: Factor writeback_get_folio() "
` [PATCH 09/12] writeback: Factor writeback_iter_next() "
` [PATCH 10/12] writeback: Add for_each_writeback_folio()
` [PATCH 11/12] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 12/12] writeback: Remove a use of write_cache_pages() from do_writepages()
[Reproducer] Corruption, possible race between splice and FALLOC_FL_PUNCH_HOLE
2023-06-27 10:31 UTC (4+ messages)
[PATCH] fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap_file_buffered_write_punch_delalloc
2023-06-27 10:03 UTC
[PATCH] mm: introduce statistic for inode's gen&tier
2023-06-27 9:17 UTC
[PATCH v21 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-06-27 9:00 UTC (8+ messages)
` [PATCH v21 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v21 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v21 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v21 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v21 5/5] selftests: mm: add pagemap ioctl tests
[PATCH 1/2] kernfs: add kernfs_ops.free operation to free resources tied to the file
2023-06-27 8:24 UTC (7+ messages)
` [PATCH 2/2] sched/psi: tie psi trigger destruction with file's lifecycle
[PATCH v3 0/8] Per-VMA lock support for swap and userfaults
2023-06-27 8:06 UTC (11+ messages)
` [PATCH v3 1/8] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v3 2/8] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v3 3/8] mm: drop per-VMA lock in handle_mm_fault if retrying or when finished
` [PATCH v3 4/8] mm: replace folio_lock_or_retry with folio_lock_fault
` [PATCH v3 5/8] mm: make folio_lock_fault indicate the state of mmap_lock upon return
` [PATCH v3 6/8] mm: handle swap page faults under per-VMA lock
` [PATCH v3 7/8] mm: drop VMA lock before waiting for migration
` [PATCH v3 8/8] mm: handle userfaults under VMA lock
[PATCH v2 00/12] multiblock allocator improvements
2023-06-27 6:51 UTC (4+ messages)
` [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
[PATCH] fs/buffer.c: remove per-CPU buffer_head lookup cache
2023-06-27 6:39 UTC (7+ messages)
splice(-> FIFO) never wakes up inotify IN_MODIFY?
2023-06-27 6:27 UTC (22+ messages)
` [PATCH v2 0/3] fanotify accounting for fs/splice.c
` [PATCH v2 1/3] splice: always fsnotify_access(in), fsnotify_modify(out) on success
` [PATCH v2 2/3] splice: fsnotify_modify(fd) in vmsplice
` [PATCH v2 3/3] splice: fsnotify_access(in), fsnotify_modify(out) on success in tee
[PATCH] zonefs: do not use append if device does not support it
2023-06-27 5:45 UTC (10+ messages)
decouple block open flags from fmode_t
2023-06-27 5:41 UTC (3+ messages)
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
[PATCH] readahead: Correct the start and size in ondemand_readahead()
2023-06-27 5:07 UTC
[linus:master] [page cache] 9425c591e0: vm-scalability.throughput -20.0% regression
2023-06-27 4:38 UTC (4+ messages)
[GIT PULL] bcachefs
2023-06-27 4:36 UTC (13+ messages)
[PATCH v10 00/25] DEPT(Dependency Tracker)
2023-06-27 0:27 UTC (28+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 04/25] dept: Add lock "
` [PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 13/25] dept: Distinguish each work "
` [PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}
[syzbot] possible deadlock in page_cache_ra_unbounded
2023-06-26 23:27 UTC (2+ messages)
` [syzbot] [reiserfs?] "
[PATCH v2] poll: Fix use-after-free in poll_freewait()
2023-06-26 20:22 UTC (8+ messages)
[GIT PULL] fscrypt updates for 6.5
2023-06-26 20:02 UTC (2+ messages)
[GIT PULL] fsverity updates for 6.5
2023-06-26 20:02 UTC (2+ messages)
[GIT PULL] zonefs changes for 6.5-rc1
2023-06-26 20:02 UTC (2+ messages)
[GIT PULL] Splice updates for 6.5
2023-06-26 20:02 UTC (2+ messages)
[GIT PULL] overlayfs update for 6.5
2023-06-26 19:18 UTC
[RFC PATCH] fuse: invalidate page cache pages before direct write
2023-06-26 18:23 UTC (3+ messages)
[PATCH v2 0/6] Landlock: ioctl support
2023-06-26 18:13 UTC (4+ messages)
[PATCH] fuse: add a new flag to allow shared mmap in FOPEN_DIRECT_IO mode
2023-06-26 17:59 UTC (4+ messages)
` [fuse-devel] "
[syzbot] [wireless?] [reiserfs?] general protection fault in __iterate_interfaces
2023-06-26 17:55 UTC (3+ messages)
[PATCH v5 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
2023-06-26 17:49 UTC (2+ messages)
[GIT PULL] fs: ntfs
2023-06-26 17:34 UTC (2+ messages)
[GIT PULL] vfs: misc
2023-06-26 17:34 UTC (2+ messages)
[GIT PULL] vfs: mount
2023-06-26 17:34 UTC (2+ messages)
[GIT PULL] vfs: rename
2023-06-26 17:34 UTC (2+ messages)
[GIT PULL] vfs: file
2023-06-26 17:34 UTC (2+ messages)
Pending splice(file -> FIFO) always blocks read(FIFO), regardless of O_NONBLOCK on read side?
2023-06-26 16:14 UTC (5+ messages)
` Pending splice(file -> FIFO) excludes all other FIFO operations forever (was: ... always blocks read(FIFO), regardless of O_NONBLOCK on read side?)
[PATCH v3 0/3] shmemfs stable directory offsets
2023-06-26 15:22 UTC (10+ messages)
` [PATCH v3 1/3] libfs: Add directory operations for stable offsets
` [PATCH v3 3/3] shmem: stable directory offsets
[syzbot] [nilfs?] possible deadlock in nilfs_dirty_inode
2023-06-26 14:49 UTC
[PATCH] ovl: move all parameter handling into params.{c,h}
2023-06-26 14:40 UTC (2+ messages)
[RESEND PATCH v3 0/2] clean up block_commit_write
2023-06-26 13:41 UTC (7+ messages)
` [RESEND PATCH v3 1/2] fs/buffer: "
` [RESEND PATCH v3 2/2] fs: convert block_commit_write to return void
[PATCH v1 0/2] exfat: get file size from DataLength
2023-06-26 12:37 UTC (5+ messages)
[PATCH v5 00/14] ceph: support idmapped mounts
2023-06-26 11:49 UTC (14+ 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).