Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-07-04 06:40:22 to 2024-07-08 15:53:52 UTC [more...]

[PATCH v4 0/9] fs: multigrain timestamp redux
 2024-07-08 15:53 UTC  (4+ messages)
` [PATCH v4 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v4 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v4 3/9] fs: add percpu counters for significant "

[PATCH v3 0/9] fs: multigrain timestamp redux
 2024-07-08 15:32 UTC  (16+ messages)
` [PATCH v3 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v3 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v3 3/9] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v3 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v3 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v3 6/9] xfs: switch to "
` [PATCH v3 7/9] ext4: "
` [PATCH v3 8/9] btrfs: convert "
` [PATCH v3 9/9] tmpfs: add support for "

[PATCH v2 00/13] forcealign for xfs
 2024-07-08 14:48 UTC  (24+ messages)
` [PATCH v2 01/13] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v2 02/13] xfs: always tail align maxlen allocations
` [PATCH v2 03/13] xfs: simplify extent allocation alignment
` [PATCH v2 04/13] xfs: make EOF allocation simpler
` [PATCH v2 05/13] xfs: introduce forced allocation alignment
` [PATCH v2 06/13] xfs: align args->minlen for "
` [PATCH v2 07/13] xfs: Introduce FORCEALIGN inode flag
` [PATCH v2 08/13] xfs: Do not free EOF blocks for forcealign
` [PATCH v2 09/13] xfs: Update xfs_inode_alloc_unitsize() "
` [PATCH v2 10/13] xfs: Unmap blocks according to forcealign
` [PATCH v2 11/13] xfs: Only free full extents for forcealign
` [PATCH v2 12/13] xfs: Don't revert allocated offset "
` [PATCH v2 13/13] xfs: Enable file data forcealign feature

[syzbot] [lsm?] general protection fault in hook_inode_free_security
 2024-07-08 14:11 UTC  (7+ messages)

[PATCH v9 00/10] enable bs > ps in XFS
 2024-07-08 13:53 UTC  (16+ messages)
` [PATCH v9 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v9 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v9 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v9 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v9 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v9 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v9 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v9 08/10] xfs: expose block size in stat
` [PATCH v9 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v9 10/10] xfs: enable block size larger than page size support

[PATCH v2 0/7] Make core VMA operations internal and testable
 2024-07-08 13:14 UTC  (10+ messages)
` [PATCH v2 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH v2 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH v2 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH v2 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH v2 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH v2 6/7] tools: separate out shared radix-tree components
` [PATCH v2 7/7] tools: add skeleton code for userland testing of VMA logic

[PATCH v3 0/3] man2: Document RWF_ATOMIC
 2024-07-08 11:42 UTC  (4+ messages)
` [PATCH v3 1/3] statx.2: Document STATX_WRITE_ATOMIC
` [PATCH v3 2/3] readv.2: Document RWF_ATOMIC flag
` [PATCH v3 3/3] io_submit.2: Document RWF_ATOMIC

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-08 11:35 UTC  (5+ messages)
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 13/13] mm: Remove devmap related functions and page table bits

[PATCH] inotify: Added pid and uid information in inotify event
 2024-07-08 10:12 UTC 

[RFC PATCH v19 0/5] Script execution control (was O_MAYEXEC)
 2024-07-08  8:56 UTC  (21+ messages)
` [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
` [RFC PATCH v19 2/5] security: Add new SHOULD_EXEC_CHECK and SHOULD_EXEC_RESTRICT securebits
` [RFC PATCH v19 3/5] selftests/exec: Add tests for AT_CHECK and related securebits
` [RFC PATCH v19 4/5] selftests/landlock: Add tests for execveat + AT_CHECK
` [RFC PATCH v19 5/5] samples/should-exec: Add set-should-exec

[PATCH 1/1] backing-file: convert to using fops->splice_write
 2024-07-08  7:22 UTC 

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
 2024-07-08  6:54 UTC  (2+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in copy_name
 2024-07-08  6:52 UTC  (7+ messages)
` [PATCH] hfsplus: fix "

[PATCH v3] kpageflags: detect isolated KPF_THP folios
 2024-07-08  6:26 UTC 

[PATCH 1/1] backing-file: covert to using fops->splice_write
 2024-07-07 23:52 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 49cdc4e834e4
 2024-07-07  6:01 UTC 

Security issue in NFS localio
 2024-07-05 21:56 UTC  (7+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-05 19:34 UTC  (14+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support
` [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records

[PATCH v8 00/10] enable bs > ps in XFS
 2024-07-05 15:14 UTC  (19+ messages)
` [PATCH v8 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead

[PATCH][RESEND] fuse: add simple request tracepoints
 2024-07-05 15:02 UTC  (4+ messages)

[PATCH] kpageflags: detect isolated KPF_THP folios
 2024-07-05 14:03 UTC  (2+ messages)

[PATCH] fuse: make foffset alignment opt-in for optimum backend performance
 2024-07-05 12:00 UTC  (3+ messages)

[syzbot] [fs?] KCSAN: data-race in __ep_remove / __fput (4)
 2024-07-05 10:34 UTC  (3+ messages)

[syzbot] [fs?] KCSAN: data-race in __fsnotify_parent / __fsnotify_recalc_mask (5)
 2024-07-05  8:36 UTC  (4+ messages)

[PATCH] exfat: check disk status during buffer write
 2024-07-05  8:15 UTC 

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-07-05  7:56 UTC  (15+ messages)
` [PATCH v3 0/3] fs/file.c: optimize the critical section of file_lock in
  ` [PATCH v3 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
  ` [PATCH v3 3/3] fs/file.c: add fast path in find_next_fd()

[PATCH 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups
 2024-07-05  6:26 UTC  (3+ messages)
` [PATCH 1/2] fs/dcache: introduce d_alloc_parallel_check_existing
` [PATCH 2/2] ext4: in lookup call d_add_ci if there is a case mismatch

[PATCH v2 0/2] Introduce tracepoint for hugetlbfs
 2024-07-05  6:24 UTC  (8+ messages)
` [PATCH v2 1/2] hugetlbfs: support tracepoint

Non-power-of-2 zone size (was: [PATCH] dm-table:fix zone block_device not aligned with zonesize)
 2024-07-05  0:13 UTC  (3+ messages)
    ` Non-power-of-2 zone size

[PATCH v2] mm/filemap: Allow arch to request folio size for exec memory
 2024-07-04 16:23 UTC  (4+ messages)

[PATCH v7 0/8] File abstractions needed by Rust Binder
 2024-07-04 15:55 UTC  (3+ messages)
` [PATCH v7 1/8] rust: types: add `NotThreadSafe`

[PATCH] fuse: Allow to align reads/writes
 2024-07-04 15:49 UTC  (10+ messages)

[PATCH] fuse: Disable the combination of passthrough and writeback cache
 2024-07-04 15:09 UTC  (2+ messages)

[PATCH] fs/hfsplus: expand s_vhdr_buf size to avoid slab oob
 2024-07-04 14:05 UTC  (2+ messages)

[PATCH v6] fs: Improve eventpoll logging to stop indicting timerfd
 2024-07-04 14:03 UTC  (3+ messages)

[syzbot] [jffs2?] KASAN: slab-out-of-bounds Read in jffs2_sum_add_kvec
 2024-07-04 14:03 UTC  (2+ messages)

[PATCH v5] fs: Improve eventpoll logging to stop indicting timerfd
 2024-07-04 12:44 UTC  (4+ messages)

[PATCH 0/7] Make core VMA operations internal and testable
 2024-07-04 11:44 UTC  (8+ messages)
` [PATCH 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH 7/7] tools: add skeleton code for userland testing of VMA logic

[syzbot] [gfs2?] KASAN: stack-out-of-bounds Read in gfs2_dump_glock
 2024-07-04 11:04 UTC  (2+ messages)

[PATCH 0/7] Make core VMA operations internal and testable
 2024-07-04 10:18 UTC  (4+ messages)

[PATCH 0/2] Reject invalid mount id values early
 2024-07-04  8:58 UTC  (3+ messages)
` [PATCH 1/2] fs: refuse mnt id requests with invalid ids early
` [PATCH 2/2] fs: reject invalid last mount id early

[ANNOUNCE] util-linux v2.40.2
 2024-07-04  8:52 UTC 


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