messages from 2022-06-22 19:47:07 to 2022-06-27 04:15:31 UTC [more...]
[PATCH v3 00/25] iomap/xfs folio patches
2022-06-27 4:15 UTC (5+ messages)
` [PATCH v3 25/25] xfs: Support large folios
[PATCH v2 0/2] New fanotify API for ignoring events
2022-06-26 15:57 UTC (5+ messages)
` [PATCH v2 1/2] fanotify: prepare for setting event flags in ignore mask
` [PATCH v2 2/2] fanotify: introduce FAN_MARK_IGNORE
[RFC PATCH v2 0/3] powerpc/pseries: add support for local secure storage called Platform KeyStore(PKS)
2022-06-26 15:48 UTC (10+ messages)
` [RFC PATCH v2 1/3] powerpc/pseries: define driver for Platform KeyStore
` [RFC PATCH v2 2/3] fs: define a firmware security filesystem named fwsecurityfs
` [RFC PATCH v2 3/3] powerpc/pseries: expose authenticated variables stored in LPAR PKS
[PATCH 06/12] VFS: support concurrent renames
2022-06-26 13:07 UTC (2+ messages)
` [VFS] 46a2afd9f6: ltp.rename10.fail
[PATCH v3 0/8] make statx() return DIO alignment information
2022-06-26 10:20 UTC (12+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices
[PATCH v2 0/8] cleanup llseek and splice
2022-06-26 0:54 UTC (17+ messages)
` [PATCH v2 1/8] ksmbd: use vfs_llseek instead of dereferencing NULL
` [PATCH v2 2/8] fs: do not set no_llseek in fops
` [PATCH v2 3/8] fs: clear or set FMODE_LSEEK based on llseek function
` [PATCH v2 4/8] fs: check FMODE_LSEEK to control internal pipe splicing
` [PATCH v2 5/8] fs: do not compare against ->llseek
` [PATCH v2 6/8] fs: remove no_llseek
` [PATCH v2 7/8] dma-buf: remove useless FMODE_LSEEK flag
` [PATCH v2 8/8] vfio: do not set "
[syzbot] general protection fault in do_mpage_readpage
2022-06-25 13:29 UTC (2+ messages)
[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
2022-06-25 12:48 UTC (20+ messages)
` [RESEND PATCH v9 01/14] mm: Move starting of background writeback into the main balancing loop
` [RESEND PATCH v9 02/14] mm: Move updates of dirty_exceeded into one place
` [RESEND PATCH v9 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [RESEND PATCH v9 11/14] io_uring: Add support for async buffered writes
` [RESEND PATCH v9 12/14] io_uring: Add tracepoint for short writes
` [RESEND PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks
` (subset) [RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
[PATCH 0/6] cleanup llseek and splice
2022-06-25 10:52 UTC (18+ messages)
` [PATCH 1/6] ksmbd: use vfs_llseek instead of dereferencing NULL
` [PATCH 2/6] fs: do not set no_llseek in fops
` [PATCH 3/6] fs: clear FMODE_LSEEK if no llseek function
` [PATCH 4/6] fs: check FMODE_LSEEK to control internal pipe splicing
` [PATCH 5/6] dma-buf: remove useless FMODE_LSEEK flag
` [PATCH 6/6] vfio: do not set "
[PATCH] drop caches: skip tmpfs and ramfs
2022-06-25 9:31 UTC (3+ messages)
[PATCH] btrfs: remove btrfs_writepage_cow_fixup
2022-06-25 9:11 UTC (6+ messages)
[PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies
2022-06-25 6:29 UTC (2+ messages)
Delegating fstests maintenance work (Was: Re: [PATCH 3/4] xfs/{422,517}: add missing killall to _cleanup())
2022-06-25 3:11 UTC (2+ messages)
Triggered assertion from "mm: Add an assertion that PG_private and folio->private are in sync"
2022-06-24 23:17 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 2f9cb3d3bd73fc2225d66aa8fcffb632ed3eb235
2022-06-24 20:20 UTC
[PATCH] fuse: writeback_cache consistency enhancement (writeback_cache_v2)
2022-06-24 18:28 UTC (2+ messages)
strange interaction between fuse + pidns
2022-06-24 17:36 UTC (4+ messages)
Bug report: ntfs_read_block may crash system
2022-06-24 15:26 UTC (13+ messages)
` [PATCH] fs/ntfs: fix BUG_ON of ntfs_read_block()
` [PATCH v2] "
[PATCH RFC 00/12] Allow concurrent directory updates
2022-06-24 14:43 UTC (11+ messages)
` [PATCH 11/12] nfsd: use (un)lock_inode instead of fh_(un)lock
` [PATCH 09/12] nfsd: support concurrent renames
` [PATCH 08/12] nfsd: allow parallel creates from nfsd
` [PATCH 12/12] nfsd: discard fh_locked flag and fh_lock/fh_unlock
` [PATCH 10/12] nfsd: reduce locking in nfsd_lookup()
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-24 13:01 UTC (13+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH 0/2] New fanotify API for ignoring events
2022-06-24 12:35 UTC (12+ messages)
` [PATCH 1/2] fanotify: prepare for setting event flags in ignore mask
` [PATCH 2/2] fanotify: introduce FAN_MARK_IGNORE
[PATCH 0/3] fs/ntfs3: Various bug fixes
2022-06-24 11:43 UTC (4+ messages)
` [PATCH 1/3] fs/ntfs3: Do not change mode if ntfs_set_ea failed
` [PATCH 2/3] fs/ntfs3: Check reserved size for maximum allowed
` [PATCH 3/3] fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY
[RFC] Per file OOM-badness / RSS once more
2022-06-24 9:59 UTC (16+ messages)
` [PATCH 01/14] fs: add per file RSS
` [PATCH 02/14] oom: take per file RSS into account
` [PATCH 03/14] proc: expose per file RSS
` [PATCH 04/14] mm: shmem: provide RSS for shmem files
` [PATCH 05/14] dma-buf: provide file RSS for DMA-buf files
` [PATCH 06/14] drm/gem: adjust per file RSS on handling buffers
` [PATCH 07/14] drm/gma500: use drm_file_rss
` [PATCH 08/14] drm/amdgpu: "
` [PATCH 09/14] drm/radeon: use drm_oom_badness
` [PATCH 10/14] drm/i915: use drm_file_rss
` [PATCH 11/14] drm/nouveau: "
` [PATCH 12/14] drm/omap: "
` [PATCH 13/14] drm/vmwgfx: "
` [PATCH 14/14] drm/tegra: "
[PATCH v2 0/2] Fixes for fanotify parent dir ignore mask logic
2022-06-24 8:41 UTC (7+ messages)
` [PATCH v2 2/2] fsnotify: consistent behavior for parent not watching children
Napływ Klientów ze strony
2022-06-24 8:05 UTC
[PATCH] fuse: force sync attr when inode is invalidated
2022-06-24 6:24 UTC (4+ messages)
` [External] "
[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-06-24 1:51 UTC (4+ messages)
` [RFC PATCH v3] "
[PATCH v2 0/2] procfs: Add file path and size to /proc/<pid>/fdinfo
2022-06-23 22:06 UTC (3+ messages)
` [PATCH v2 1/2] procfs: Add 'size' to /proc/<pid>/fdinfo/
` [PATCH v2 2/2] procfs: Add 'path' "
[PATCHv6 11/11] iomap: add support for dma aligned direct-io
2022-06-23 21:34 UTC (5+ messages)
[PATCH v2 0/8] introduce dedicated type for idmapped mounts
2022-06-23 21:03 UTC (5+ messages)
` [PATCH v2 8/8] attr: port attribute changes to new types
[RFC][CFT][PATCHSET] iov_iter stuff
2022-06-23 20:32 UTC (3+ messages)
[GIT PULL] Pagecache fixes for 5.19-rc4
2022-06-23 17:19 UTC (2+ messages)
[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
2022-06-23 17:13 UTC (4+ messages)
[PATCH 6/7] ext4: Enable negative dentries on case-insensitive lookup
2022-06-23 16:36 UTC (3+ messages)
53889cbba5: unixbench.score 4.9% improvement
2022-06-23 14:36 UTC
[PATCH] fs: inotify: Fix typo in inotify comment
2022-06-23 14:34 UTC (2+ messages)
[PATCH] virtio_fs: Modify format for virtio_fs_direct_access
2022-06-23 12:48 UTC (2+ messages)
[PATCH 0/7] Support negative dentries on case-insensitive directories
2022-06-23 12:44 UTC (4+ messages)
` [PATCH 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH 7/7] f2fs: Enable negative dentries on case-insensitive lookup
[PATCH] walk_component(): get inode in lookup_slow branch statement block
2022-06-23 9:57 UTC (6+ messages)
[PATCH] mnt: Fix spelling mistake
2022-06-23 6:39 UTC
[PATCH v9 00/14] io-uring/xfs: support async buffered writes
2022-06-23 6:29 UTC (7+ 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).