Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-01-22 20:05:34 to 2024-01-24 05:01:02 UTC [more...]

[PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
 2024-01-24  5:00 UTC 

[RFC PATCH 00/19] Rust abstractions for VFS
 2024-01-24  4:24 UTC  (10+ messages)
` [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH 12/19] rust: fs: introduce `FileSystem::statfs`
` [RFC PATCH 16/19] rust: fs: allow file systems backed by a block device

[LSF/MM TOPIC] Rust
 2024-01-24  3:57 UTC  (5+ messages)

[PATCH v2 bpf-next 00/30] BPF token
 2024-01-24  2:21 UTC  (31+ messages)
` [PATCH v2 bpf-next 01/30] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v2 bpf-next 02/30] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v2 bpf-next 03/30] bpf: introduce BPF token object
` [PATCH v2 bpf-next 04/30] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v2 bpf-next 05/30] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v2 bpf-next 06/30] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v2 bpf-next 07/30] bpf: take into account BPF token when fetching helper protos
` [PATCH v2 bpf-next 08/30] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v2 bpf-next 09/30] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v2 bpf-next 10/30] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v2 bpf-next 11/30] bpf,lsm: add BPF token "
` [PATCH v2 bpf-next 12/30] libbpf: add bpf_token_create() API
` [PATCH v2 bpf-next 13/30] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v2 bpf-next 14/30] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v2 bpf-next 15/30] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v2 bpf-next 16/30] selftests/bpf: add BPF token-enabled tests
` [PATCH v2 bpf-next 17/30] bpf,selinux: allocate bpf_security_struct per BPF token
` [PATCH v2 bpf-next 18/30] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH v2 bpf-next 19/30] bpf: support symbolic BPF FS delegation mount options
` [PATCH v2 bpf-next 20/30] selftests/bpf: utilize string values for delegate_xxx "
` [PATCH v2 bpf-next 21/30] libbpf: split feature detectors definitions from cached results
` [PATCH v2 bpf-next 22/30] libbpf: further decouple feature checking logic from bpf_object
` [PATCH v2 bpf-next 23/30] libbpf: move feature detection code into its own file
` [PATCH v2 bpf-next 24/30] libbpf: wire up token_fd into feature probing logic
` [PATCH v2 bpf-next 25/30] libbpf: wire up BPF token support at BPF object level
` [PATCH v2 bpf-next 26/30] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH v2 bpf-next 27/30] selftests/bpf: add tests for BPF object load with implicit token
` [PATCH v2 bpf-next 28/30] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
` [PATCH v2 bpf-next 29/30] selftests/bpf: add tests for "
` [PATCH v2 bpf-next 30/30] selftests/bpf: incorporate LSM policy to token-based tests

[PATCH 0/5] Fix and cleanups to page-writeback
 2024-01-24  2:01 UTC  (10+ 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

[PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-24  1:51 UTC  (10+ messages)
` [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH -next] fs: remove NTFS classic from docum. index
 2024-01-24  1:14 UTC 

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2024-01-24  0:09 UTC  (12+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "

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

[PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-23 23:31 UTC  (10+ 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

[PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe
 2024-01-23 23:10 UTC  (3+ messages)
` [PATCH v2 2/3] mm: add mm_struct sequence number to detect write locks
` [PATCH v2 3/3] mm/maps: read proc/pid/maps under RCU

[syzbot] [hfs?] KASAN: invalid-free in hfsplus_release_folio (2)
 2024-01-23 18:58 UTC 

[syzbot] [reiserfs?] kernel BUG in direntry_check_right
 2024-01-23 18:57 UTC  (3+ messages)

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

[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  (6+ messages)
` [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode

[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 

[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] 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  (5+ messages)

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox