messages from 2021-06-12 00:47:29 to 2021-06-15 10:34:07 UTC [more...]
[PATCH v4] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
2021-06-15 10:33 UTC (4+ messages)
[PATCH v7 0/6] kernfs: proposed locking and concurrency improvement
2021-06-15 10:27 UTC (7+ messages)
` [PATCH v7 1/6] kernfs: move revalidate to be near lookup
` [PATCH v7 2/6] kernfs: add a revision to identify directory node changes
` [PATCH v7 3/6] kernfs: use VFS negative dentry caching
` [PATCH v7 4/6] kernfs: switch kernfs to use an rwsem
` [PATCH v7 5/6] kernfs: use i_lock to protect concurrent inode updates
` [PATCH v7 6/6] kernfs: dont call d_splice_alias() under kernfs node lock
[PATCH] fanotify: fix copy_event_to_user() fid error clean up
2021-06-15 10:23 UTC (6+ messages)
Kernel 4.14: SQUASHFS error: xz decompression failed, data probably corrupt
2021-06-15 10:01 UTC (4+ messages)
[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
2021-06-15 9:35 UTC (3+ messages)
[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
2021-06-15 9:18 UTC (15+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "
[PATCH 4/4] driver core: Allow showing cpu as offline if not valid in cpuset context
2021-06-15 9:14 UTC (6+ messages)
` [PATCH 0/4] cgroup/cpuset: Allow cpuset to bound displayed cpu info
[PATCH] afs: fix tracepoint string placement with built-in AFS
2021-06-15 8:49 UTC (6+ messages)
[PATCH v4 00/10] cifsd: introduce new SMB3 kernel server
2021-06-15 8:47 UTC (7+ messages)
` [PATCH v4 02/10] cifsd: add server handler
` [PATCH v4 03/10] cifsd: add trasport layers
` [PATCH v4 08/10] cifsd: add file operations
About `bio->bi_iter.bi_size` at write endio time
2021-06-15 8:37 UTC (2+ messages)
[PATCH RFCv3 0/3] make '%pD' print full path for file
2021-06-15 8:32 UTC (20+ messages)
` [PATCH RFCv3 2/3] lib/vsprintf.c: make %pD "
` [PATCH RFCv3 3/3] lib/test_printf: add test cases for '%pD'
[PATCH v4] mm/compaction: let proactive compaction order configurable
2021-06-15 8:04 UTC (4+ messages)
` 答复: "
[PATCH] afs: Fix an IS_ERR() vs NULL check
2021-06-15 7:39 UTC
[PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
2021-06-15 7:21 UTC (2+ messages)
` [PATCH v6.1 "
[PATCH] fuse: set limit size
2021-06-15 6:41 UTC
[PATCH v11 00/33] Memory folios
2021-06-15 6:31 UTC (39+ messages)
` [PATCH v11 01/33] mm: Convert get_page_unless_zero() to return bool
` [PATCH v11 02/33] mm: Introduce struct folio
` [PATCH v11 03/33] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v11 04/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v11 05/33] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
` [PATCH v11 06/33] mm: Add folio reference count functions
` [PATCH v11 07/33] mm: Add folio_put()
` [PATCH v11 08/33] mm: Add folio_get()
` [PATCH v11 09/33] mm: Add folio_try_get_rcu()
` [PATCH v11 10/33] mm: Add folio flag manipulation functions
` [PATCH v11 11/33] mm/lru: Add folio LRU functions
` [PATCH v11 12/33] mm: Handle per-folio private data
` [PATCH v11 13/33] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v11 14/33] mm/filemap: Add folio_next_index()
` [PATCH v11 15/33] mm/filemap: Add folio_offset() and folio_file_offset()
` [PATCH v11 16/33] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v11 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v11 18/33] mm/filemap: Add folio_unlock()
` [PATCH v11 19/33] mm/filemap: Add folio_lock()
` [PATCH v11 20/33] mm/filemap: Add folio_lock_killable()
` [PATCH v11 21/33] mm/filemap: Add __folio_lock_async()
` [PATCH v11 22/33] mm/filemap: Add folio_wait_locked()
` [PATCH v11 23/33] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v11 24/33] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v11 25/33] mm/filemap: Add folio_end_writeback()
` [PATCH v11 26/33] mm/writeback: Add folio_wait_writeback()
` [PATCH v11 27/33] mm/writeback: Add folio_wait_stable()
` [PATCH v11 28/33] mm/filemap: Add folio_wait_bit()
` [PATCH v11 29/33] mm/filemap: Add folio_wake_bit()
` [PATCH v11 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v11 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v11 32/33] fs/netfs: Add folio fscache functions
` [PATCH v11 33/33] mm: Add folio_mapped()
[PATCH 1/4] mm: remove irqsave/restore locking from contexts with irqs enabled
2021-06-15 6:26 UTC (8+ messages)
` [PATCH 2/4] fs: drop_caches: fix skipping over shadow cache inodes
` [PATCH 3/4] fs: inode: count invalidated shadow pages in pginodesteal
` [PATCH 4/4] vfs: keep inodes with page cache off the inode shrinker LRU
mmotm 2021-06-14-22-08 uploaded
2021-06-15 5:11 UTC
[tip:tmp.tmp2 223/364] fs/namei.c: linux/audit.h is included more than once
2021-06-15 1:06 UTC (2+ messages)
` [RFC PATCH tip] sched/headers, audit: fix duplicated inclusion
[PATCH v2] net: inline function get_net_ns_by_fd if NET_NS is disabled
2021-06-14 23:52 UTC
[PATCH v4] net: make get_net_ns return error if NET_NS is disabled
2021-06-14 23:35 UTC (4+ messages)
[PATCH] init/do_mounts.c: Add root="fstag:<tag>" syntax for root device
2021-06-14 23:14 UTC (8+ messages)
[PATCH] pstore/blk: Use the normal block device I/O path
2021-06-14 21:46 UTC (3+ messages)
WARNING at asm/kfence.h:44 kfence_protect_page
2021-06-14 21:29 UTC (5+ messages)
[PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end
2021-06-14 21:11 UTC (12+ messages)
` [PATCH 2/3] afs: Fix afs_write_end() to handle short writes
` [PATCH 3/3] netfs: fix test for whether we can skip read when writing beyond EOF
[PATCH v2 0/2] Add support to boot virtiofs and 9pfs as rootfs
2021-06-14 17:44 UTC (3+ messages)
` [PATCH v2 1/2] init/do_mounts.c: Add a path to boot from tag based filesystems
` [PATCH v2 2/2] init/do_mounts.c: Add 9pfs to the list of "
[PATCH] mark pstore-blk as broken
2021-06-14 17:33 UTC (5+ messages)
[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
2021-06-14 16:59 UTC (15+ messages)
` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
` [PATCH] "
[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
2021-06-14 16:42 UTC (8+ messages)
` [PATCH v9] "
remove the implicit .set_page_dirty default
2021-06-14 16:17 UTC (17+ messages)
` [PATCH 1/3] fs: unexport __set_page_dirty
` [PATCH 2/3] fs: move ramfs_aops to libfs
` [PATCH 3/3] mm: require ->set_page_dirty to be explicitly wire up
[PATCH V3 0/2] mm: compaction: proactive compaction trigger by user
2021-06-14 14:57 UTC (4+ messages)
` [PATCH v3 1/2] mm: compaction: support triggering of proactive compaction "
ANNOUNCE: nfs-utils-2.5.4 released
2021-06-14 14:23 UTC
[PATCH] cifs: Rough, incomplete conversion to revised fscache I/O API
2021-06-14 12:46 UTC (2+ messages)
futex/call -to plist_for_each_entry_safe with head=NULL
2021-06-14 11:12 UTC (3+ messages)
Possible bogus "fuse: trying to steal weird page" warning related to PG_workingset
2021-06-14 9:56 UTC
[PATCH v6 0/7] kernfs: proposed locking and concurrency improvement
2021-06-14 7:16 UTC (19+ messages)
` [PATCH v6 3/7] kernfs: use VFS negative dentry caching
` [PATCH v6 4/7] kernfs: switch kernfs to use an rwsem
` [PATCH v6 5/7] kernfs: use i_lock to protect concurrent inode updates
[LSF/MM/BPF TOPIC] durability vs performance for flash devices (especially embedded!)
2021-06-13 20:41 UTC (2+ messages)
` [LSF/MM/BPF TOPIC] SSDFS: LFS file system without GC operations + NAND flash devices lifetime prolongation
[PATCH] fs/proc/vmcore: hide mmap_vmcore_fault() and vmcore_mmap_ops for nommu
2021-06-12 13:09 UTC
[PATCH] exfat: avoid incorrectly releasing for root inode
2021-06-12 0:57 UTC (2+ messages)
page: next (older) | prev (newer) | latest
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).