messages from 2023-08-23 18:31:46 to 2023-08-25 14:20:16 UTC [more...]
[PATCH fstests v2 0/3] fstests: add appropriate checks for fs features for some tests
2023-08-25 14:16 UTC (8+ messages)
` [PATCH fstests v2 1/3] common/attr: fix the _require_acl test
` [PATCH fstests v2 2/3] generic/513: limit to filesystems that support capabilities
` [PATCH fstests v2 3/3] generic/578: only run on filesystems that support FIEMAP
[PATCH RFC v5 00/29] io_uring getdents
2023-08-25 14:09 UTC (31+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-25 13:47 UTC (5+ messages)
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-25 13:32 UTC (67+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 14/29] s390/dasd: "
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
` [PATCH 19/29] fs: Convert to bdev_open_by_dev()
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
` [PATCH 21/29] erofs: Convert to use bdev_open_by_path()
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
` [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [PATCH 24/29] jfs: Convert to bdev_open_by_dev()
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()
` [PATCH 26/29] ocfs2: Convert to use bdev_open_by_dev()
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()
` [PATCH 29/29] block: Remove blkdev_get_by_*() functions
[syzbot] [ext4?] BUG: unable to handle kernel paging request in ext4_calculate_overhead
2023-08-25 12:22 UTC (2+ messages)
[PATCH v3 0/5] Landlock: IOCTL support
2023-08-25 11:55 UTC (4+ messages)
` [PATCH v3 5/5] landlock: Document ioctl support
[syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
2023-08-25 5:37 UTC (5+ messages)
` [PATCH] f2fs: fix deadlock in f2f2_add_dentry
[PATCH] proc: remove unneeded semicolon
2023-08-25 3:57 UTC
[PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2023-08-25 3:52 UTC (6+ messages)
` [PATCH v13] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "
[PATCH v5 00/45] use refcount+RCU method to implement lockless slab shrink
2023-08-25 2:54 UTC (57+ messages)
` [PATCH v5 01/45] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v5 02/45] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v5 03/45] binder: dynamically allocate the android-binder shrinker
` [PATCH v5 04/45] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v5 05/45] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v5 06/45] erofs: dynamically allocate the erofs-shrinker
` [PATCH v5 07/45] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v5 08/45] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v5 09/45] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v5 10/45] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v5 11/45] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v5 12/45] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v5 13/45] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v5 14/45] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v5 15/45] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v5 16/45] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v5 17/45] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v5 18/45] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v5 19/45] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v5 20/45] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v5 21/45] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v5 22/45] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v5 23/45] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v5 24/45] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v5 25/45] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v5 26/45] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v5 27/45] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v5 28/45] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v5 29/45] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v5 30/45] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v5 31/45] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v5 32/45] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v5 33/45] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v5 34/45] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v5 35/45] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v5 36/45] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v5 37/45] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v5 38/45] fs: super: dynamically allocate the s_shrink
` [PATCH v5 39/45] mm: shrinker: remove old APIs
` [PATCH v5 40/45] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v5 41/45] mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg_{alloc|remove}()
` [PATCH v5 42/45] mm: shrinker: make global slab shrink lockless
` [PATCH v5 43/45] mm: shrinker: make memcg "
` [PATCH v5 44/45] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v5 45/45] mm: shrinker: convert shrinker_rwsem to mutex
decouple block open flags from fmode_t v2
2023-08-25 2:44 UTC (3+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
pagevec: Fix array-index-out-of-bounds error
2023-08-25 2:05 UTC (3+ messages)
[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
2023-08-24 20:55 UTC (4+ messages)
` [PATCH 2/3] btrfs: Introduce the single-dev feature
[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
2023-08-24 17:38 UTC (12+ messages)
[PATCH] kernel: Add Mount Option For Efivarfs
2023-08-24 17:16 UTC (4+ messages)
[GIT PULL] file locking updates for v6.6
2023-08-24 16:19 UTC
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-08-24 15:24 UTC (6+ messages)
[PATCH 0/5 v2] fuse direct write consolidation and parallel IO
2023-08-24 15:05 UTC (6+ messages)
` [PATCH 1/5] fuse: direct IO can use the write-through code path
` [PATCH 2/5] fuse: Create helper function if DIO write needs exclusive lock
` [PATCH 3/5] fuse: Allow parallel direct writes for O_DIRECT
` [PATCH 4/5] [RFC] fuse: Set and use IOCB_DIRECT when FOPEN_DIRECT_IO is set
` [PATCH 5/5] fuse: Remove page flush/invaliation in fuse_direct_io
[GIT PULL] procfs fixes
2023-08-24 14:48 UTC
[GIT PULL] autofs fixes
2023-08-24 14:47 UTC
[GIT PULL] mount api updates
2023-08-24 14:46 UTC
[GIT PULL] fchmodat2
2023-08-24 14:44 UTC
[GIT PULL] super updates
2023-08-24 14:41 UTC
[GIT PULL] misc updates
2023-08-24 14:26 UTC
[GIT PULL] libfs and tmpfs updates
2023-08-24 14:23 UTC
[GIT PULL] multi-grained timestamps
2023-08-24 14:19 UTC
[PATCH] exfat: add ioctls for accessing attributes
2023-08-24 12:50 UTC (2+ messages)
[PATCH v13 00/10] fuse: Add support for passthrough read/write
2023-08-24 12:11 UTC (8+ messages)
` [PATCH v13 05/10] fuse: Handle asynchronous read and write in passthrough
[PATCH RFC -next 0/2] fuse: Parallel DIO writes with O_DIRECT
2023-08-24 9:51 UTC (6+ messages)
` [PATCH 1/2] [RFC for fuse-next ] fuse: DIO writes always use the same code path
` [fuse-devel] "
[syzbot] Monthly overlayfs report (Aug 2023)
2023-08-24 7:15 UTC
[PATCH 0/3] Simplify rejection of unexpected casefold inode flag
2023-08-24 4:53 UTC (2+ messages)
[PATCH v3 0/4] cleanups for lockless slab shrink
2023-08-24 3:35 UTC (5+ messages)
` [PATCH v3 1/4] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 2/4] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 3/4] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 4/4] drm/ttm: introduce pool_shrink_rwsem
[PATCH 0/5] FUSE consistency improvements
2023-08-23 22:55 UTC (6+ messages)
` [PATCH 4/5] fuse: writeback_cache consistency enhancement (writeback_cache_v2)
[PATCH] [-next] fuse: Conditionally fill kstat in fuse_do_statx
2023-08-23 22:33 UTC
[PATCH 0/7] lockd: dlm: async lock request changes
2023-08-23 21:33 UTC (8+ messages)
` [PATCH 1/7] lockd: introduce safe async lock op
` [PATCH 2/7] lockd: don't call vfs_lock_file() for pending requests
` [PATCH 3/7] lockd: fix race in async lock request handling
` [PATCH 4/7] lockd: add doc to enable EXPORT_OP_SAFE_ASYNC_LOCK
` [PATCH 5/7] dlm: use fl_owner from lockd
` [PATCH 6/7] dlm: use FL_SLEEP to determine blocking vs non-blocking
` [PATCH 7/7] dlm: implement EXPORT_OP_SAFE_ASYNC_LOCK
[PATCH v5] proc/ksm: add ksm stats to /proc/pid/smaps
2023-08-23 18:30 UTC (2+ 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).