linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-22 11:50:16 to 2024-01-23 18:29:58 UTC [more...]

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2024-01-23 18:30 UTC  (13+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "

[PATCH 09/82] select: Avoid wrap-around instrumentation in do_sys_poll()
 2024-01-23 18:03 UTC  (9+ messages)
` [PATCH 19/82] fs: Refactor intentional wrap-around calculation
` [PATCH 37/82] aio: Refactor intentional wrap-around test
` [PATCH 53/82] fs: "

[RFC] HACK: overlayfs: Optimize overlay/restore creds
 2024-01-23 16:37 UTC  (10+ messages)

[GIT PULL] fixes for exportfs
 2024-01-23 16:28 UTC  (2+ messages)

[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
 2024-01-23 15:59 UTC  (18+ messages)
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
  ` [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields

[PATCH v3] eventfd: move 'eventfd-count' printing out of spinlock
 2024-01-23 15:55 UTC  (2+ messages)

[PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-01-23 15:51 UTC  (7+ messages)

[PATCH v5 0/2] fix the fallback implementation of get_name
 2024-01-23 15:51 UTC  (2+ messages)

[PATCH v1 0/9] fuse: basic support for idmapped mounts
 2024-01-23 15:45 UTC  (4+ messages)

[PATCH v2] readahead: Avoid multiple marked readahead pages
 2024-01-23 15:32 UTC 

[PATCH v4 5/6] add listmount(2) syscall
 2024-01-23 15:31 UTC  (4+ messages)

[PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code
 2024-01-23 15:25 UTC  (10+ messages)
` [PATCH 1/9] udf: Remove GFP_NOFS from dir iteration code
` [PATCH 2/9] udf: Avoid GFP_NOFS allocation in udf_symlink()
` [PATCH 3/9] udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()
` [PATCH 4/9] udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
` [PATCH 5/9] ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()
` [PATCH 6/9] ext2: Drop GFP_NOFS use in ext2_get_blocks()
` [PATCH 7/9] ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()
` [PATCH 8/9] quota: Set nofs allocation context when acquiring dqio_sem
` [PATCH 9/9] quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_sem

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2024-01-23 15:07 UTC  (3+ messages)
  `  "

[PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-23 15:03 UTC  (20+ messages)
` [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
` [PATCH 02/10] afs: "
` [PATCH 03/10] cifs: "
` [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH 07/10] afs: Hide silly-rename files from userspace
` [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock

[PATCH 0/5] Fix and cleanups to page-writeback
 2024-01-23 18:33 UTC  (7+ messages)
` [PATCH 1/5] mm: enable __wb_calc_thresh to calculate dirty background threshold
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
` [PATCH 3/5] mm: call __wb_calc_thresh instead of wb_calc_thresh "
` [PATCH 4/5] mm: remove redundant check in wb_min_max_ratio
` [PATCH 5/5] mm: remove stale comment __folio_mark_dirty

[REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init
 2024-01-23 13:57 UTC  (6+ messages)

[PATCH v2 00/34] Open block devices as files
 2024-01-23 13:26 UTC  (35+ messages)
` [PATCH v2 01/34] bdev: open block device "
` [PATCH v2 02/34] block/ioctl: port blkdev_bszset() to file
` [PATCH v2 03/34] block/genhd: port disk_scan_partitions() "
` [PATCH v2 04/34] md: port block device access "
` [PATCH v2 05/34] swap: port block device usage "
` [PATCH v2 06/34] power: port block device access "
` [PATCH v2 07/34] xfs: port block device access to files
` [PATCH v2 08/34] drbd: port block device access to file
` [PATCH v2 09/34] pktcdvd: "
` [PATCH v2 10/34] rnbd: "
` [PATCH v2 11/34] xen: "
` [PATCH v2 12/34] zram: "
` [PATCH v2 13/34] bcache: port block device access to files
` [PATCH v2 14/34] block2mtd: port "
` [PATCH v2 15/34] nvme: port block device access to file
` [PATCH v2 16/34] s390: "
` [PATCH v2 17/34] target: "
` [PATCH v2 18/34] bcachefs: "
` [PATCH v2 19/34] btrfs: port "
` [PATCH v2 20/34] erofs: "
` [PATCH v2 21/34] ext4: port block "
` [PATCH v2 22/34] f2fs: port block device access to files
` [PATCH v2 23/34] jfs: port block device access to file
` [PATCH v2 24/34] nfs: port block device access to files
` [PATCH v2 25/34] ocfs2: port block device access to file
` [PATCH v2 26/34] reiserfs: "
` [PATCH v2 27/34] bdev: remove bdev_open_by_path()
` [PATCH v2 28/34] bdev: make bdev_release() private to block layer
` [PATCH v2 29/34] bdev: make struct bdev_handle private to the "
` [PATCH v2 30/34] bdev: remove bdev pointer from struct bdev_handle
` [PATCH v2 31/34] block: use file->f_op to indicate restricted writes
` [PATCH v2 32/34] block: remove bdev_handle completely
` [PATCH v2 33/34] block: expose bdev_file_inode()
` [PATCH v2 34/34] ext4: rely on sb->f_bdev only

[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
 2024-01-23 11:40 UTC  (7+ messages)

[RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured
 2024-01-23 11:35 UTC  (6+ messages)

[PATCH] virtiofs: avoid unnecessary VM_MIXEDMAP for mmap support
 2024-01-23 10:58 UTC 

[PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-23  9:43 UTC  (6+ messages)
` [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH 2/5] dm: dm-zoned: pass GFP_KERNEL to blkdev_zone_mgmt
` [PATCH 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt

[syzbot] [gfs2?] INFO: task hung in gfs2_gl_hash_clear (3)
 2024-01-23  9:05 UTC  (2+ messages)

[PATCH v10 2/8] fuse: introduce atomic open
 2024-01-23  8:40 UTC  (3+ messages)
` [PATCH 0/1] Fix-atomic_open-not-using-negative-d_entry
  ` [PATCH 1/1] fuse: Make atomic_open use negative d_entry

[PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-23  8:40 UTC  (11+ messages)
` [PATCH v2 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH 3/3] mm/maps: read proc/pid/maps under RCU
 2024-01-23  6:07 UTC  (3+ messages)

[LSF/MM TOPIC] Rust
 2024-01-23  4:23 UTC 

[PATCH] netfs, fscache: Remove duplicate include
 2024-01-23  2:06 UTC 

[PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-23  1:32 UTC  (12+ messages)
` [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions
` [PATCH v2 02/10] afs: "
` [PATCH v2 03/10] cifs: "
` [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH v2 07/10] afs: Hide silly-rename files from userspace
` [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock

[PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
 2024-01-23  0:42 UTC  (10+ messages)

[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-22 23:03 UTC  (5+ messages)
` [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same

Recent-ish changes in binfmt_elf made my program segfault
 2024-01-22 22:12 UTC  (7+ messages)

[PATCH] Fix error handling in begin_new_exec
 2024-01-22 20:53 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[syzbot] [reiserfs?] kernel BUG in flush_journal_list
 2024-01-22 19:57 UTC  (3+ messages)

[syzbot] [reiserfs?] kernel BUG in balance_leaf
 2024-01-22 19:54 UTC  (2+ messages)

[syzbot] [jfs?] general protection fault in diRead (2)
 2024-01-22 18:21 UTC 

[PATCH v3 0/9] File abstractions needed by Rust Binder
 2024-01-22 17:59 UTC  (3+ messages)
` [PATCH v3 8/9] rust: file: add `DeferredFdCloser`

[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
 2024-01-22 17:39 UTC  (7+ messages)
    ` SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY

[PATCH] hfs: fix a memleak in hfs_find_init
 2024-01-22 17:27 UTC 

[PATCH] fs: improve dump_mapping() robustness
 2024-01-22 16:28 UTC  (6+ messages)

[GIT PULL] BPF token for v6.8
 2024-01-22 15:25 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 04/23] fast_dput(): handle underflows gracefully
 2024-01-22 15:17 UTC 

[PATCH AUTOSEL 5.4 04/24] fast_dput(): handle underflows gracefully
 2024-01-22 15:16 UTC 

[PATCH AUTOSEL 5.10 05/28] fast_dput(): handle underflows gracefully
 2024-01-22 15:14 UTC 

[PATCH AUTOSEL 5.15 05/35] fast_dput(): handle underflows gracefully
 2024-01-22 15:12 UTC 

Race in fs/posix_acl.c posix_acl_update_mode and related checks on inode->i_mode in kernel v6.6
 2024-01-22 15:10 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 05/53] fast_dput(): handle underflows gracefully
 2024-01-22 15:08 UTC 

[PATCH AUTOSEL 6.6 05/73] fast_dput(): handle underflows gracefully
 2024-01-22 15:01 UTC 

[PATCH] keys, dns: Fix size check of V1 server-list header
 2024-01-22 15:02 UTC  (3+ messages)

[PATCH AUTOSEL 6.7 05/88] fast_dput(): handle underflows gracefully
 2024-01-22 14:50 UTC 

[PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
 2024-01-22 14:43 UTC  (4+ messages)
` [PATCH 1/2] netfs, cachefiles: Change mailing list
` [PATCH 2/2] netfs: Add Jeff Layton as reviewer

[PATCH] mm: Support order-1 folios in the page cache
 2024-01-22 14:36 UTC 

[PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
 2024-01-22 12:25 UTC  (3+ messages)


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).