Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-19 01:16:01 to 2023-09-20 08:47:27 UTC [more...]

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-09-20  8:47 UTC  (2+ messages)
` [syzbot] "

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-09-20  8:42 UTC  (6+ messages)
` [PATCH 1/2] fs/fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP
` [PATCH 2/2] docs/fuse-io: Document the usage of DIRECT_IO_ALLOW_MMAP

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20  8:41 UTC  (9+ messages)
` [PATCH v7 12/13] ext4: switch to "

[RFC][PATCH] fanotify: Enable FAN_REPORT_FID on more filesystem types
 2023-09-20  8:26 UTC  (5+ messages)

[PATCH 00/26] Finish the create_empty_buffers() transition
 2023-09-20  8:15 UTC  (42+ messages)
` [PATCH 01/26] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH 02/26] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH 03/26] ext4: Convert to folio_create_empty_buffers
` [PATCH 04/26] buffer: Add get_nth_bh()
` [PATCH 05/26] gfs2: Convert inode unstuffing to use a folio
` [PATCH 06/26] gfs2: Convert gfs2_getbuf() to folios
` [PATCH 07/26] gfs2; Convert gfs2_getjdatabuf to use a folio
` [PATCH 08/26] gfs2: Convert gfs2_write_buf_to_page() "
` [PATCH 09/26] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH 10/26] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH 11/26] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH 12/26] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH 13/26] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH 14/26] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH 15/26] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH 16/26] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH 17/26] ntfs: Convert ntfs_writepage "
` [PATCH 18/26] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH 19/26] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH 20/26] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH 21/26] reiserfs: Convert writepage "
` [PATCH 22/26] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH 23/26] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH 24/26] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH 25/26] ufs: Remove ufs_get_locked_page()
` [PATCH 26/26] buffer: Remove folio_create_empty_buffers()

[RFC 00/23] Enable block size > page size in XFS
 2023-09-20  8:06 UTC  (7+ messages)
` [RFC 02/23] pagemap: use mapping_min_order in fgf_set_order()
` [RFC 03/23] filemap: add folio with at least mapping_min_order in __filemap_get_folio

Poptávka
 2023-09-20  7:56 UTC 

[PATCH 00/17] Add folio_end_read
 2023-09-20  7:45 UTC  (15+ messages)
` [PATCH 09/17] m68k: Implement xor_unlock_is_negative_byte

[syzbot] [ext4?] general protection fault in utf8nlookup
 2023-09-20  7:36 UTC  (2+ messages)

[PATCH] inotify: support returning file_handles
 2023-09-20  7:23 UTC  (3+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-20  6:07 UTC  (5+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-09-20  2:13 UTC  (3+ messages)
` [PATCH 17/18] xfs: remove check for block sizes smaller than PAGE_SIZE

[PATCH 0/3] userfaultfd remap option
 2023-09-20  1:49 UTC  (7+ messages)
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI

[RFC PATCH 0/3] quering mount attributes
 2023-09-20  0:33 UTC  (30+ messages)
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-19 22:57 UTC  (25+ messages)

[PATCH] pipe_fs_i.h: add pipe_buf_init()
 2023-09-19 22:39 UTC  (6+ messages)

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-19 21:51 UTC  (9+ messages)
  ` [PATCH 6/6] shmem: add large folios support to the "

[PATCH v5 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-09-19 21:48 UTC  (14+ messages)
` [PATCH v5 bpf-next 01/13] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v5 bpf-next 02/13] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v5 bpf-next 03/13] bpf: introduce BPF token object
` [PATCH v5 bpf-next 04/13] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v5 bpf-next 05/13] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v5 bpf-next 06/13] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v5 bpf-next 07/13] bpf: take into account BPF token when fetching helper protos
` [PATCH v5 bpf-next 08/13] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v5 bpf-next 09/13] libbpf: add bpf_token_create() API
` [PATCH v5 bpf-next 10/13] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v5 bpf-next 11/13] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v5 bpf-next 12/13] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v5 bpf-next 13/13] selftests/bpf: add BPF token-enabled tests

[RFC 00/23] Enable block size > page size in XFS
 2023-09-19 21:15 UTC  (3+ messages)

[PATCH] fs: add bounds checking when updating ctime
 2023-09-19 17:35 UTC 

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-09-19 16:28 UTC  (10+ messages)
    ` [PATCH v2 1/6] shmem: drop BLOCKS_PER_PAGE macro
    ` [PATCH v2 2/6] shmem: return freed pages in shmem_free_swap
    ` [PATCH v2 3/6] shmem: account for large order folios
    ` [PATCH v2 4/6] shmem: add order parameter support to shmem_alloc_folio
    ` [PATCH v2 5/6] shmem: add file length in shmem_get_folio path
    ` [PATCH v2 6/6] shmem: add large folios support to the write path

[PATCH v4 07/10] fuse: Remove fuse_direct_write_iter code path / use IOCB_DIRECT
 2023-09-19 15:21 UTC  (3+ messages)

[czhong@redhat.com: [bug report] WARNING: CPU: 121 PID: 93233 at fs/dcache.c:365 __dentry_kill+0x214/0x278]
 2023-09-19 15:10 UTC  (6+ messages)

[PATCH 1/4] inotify_user: pass directory fd to inotify_find_inode()
 2023-09-19 14:55 UTC  (27+ messages)
` [PATCH 3/4] inotify_user: add system call inotify_add_watch_at()
          ` inotify maintenance status

[PATCH] linux/fs.h: fix umask on NFS with CONFIG_FS_POSIX_ACL=n
 2023-09-19 14:42 UTC  (4+ messages)

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-19 14:38 UTC  (5+ messages)
` [syzbot] [block] "

[PATCH] fs/splice: don't block splice_direct_to_actor() after data was read
 2023-09-19 14:18 UTC  (2+ messages)

[PATCH] fs/pipe: remove duplicate "offset" initializer
 2023-09-19 13:57 UTC  (2+ messages)

BUG: KCSAN: data-race in xas_clear_mark / xas_find_marked
 2023-09-19 13:36 UTC  (3+ messages)

[PATCH] fs/posix_acl: apply umask if superblock disables ACL support
 2023-09-19 13:15 UTC  (3+ messages)

[PATCH] fuse: remove unneeded lock which protecting update of congestion_threshold
 2023-09-19 13:12 UTC  (4+ messages)

[PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature
 2023-09-19 11:06 UTC  (6+ messages)
` [PATCH v4 2/2] btrfs: Introduce "

[PATCH 1/2] iomap: don't skip reading in !uptodate folios when unsharing a range
 2023-09-19  9:24 UTC  (6+ messages)

[PATCH] vfs: fix readahead(2) on block devices
 2023-09-19  8:43 UTC  (3+ messages)

[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-09-19  8:41 UTC  (8+ messages)
` [PATCH v6 01/45] mm: shrinker: add infrastructure for dynamically allocating shrinker
  ` [PATCH] mm: shrinker: some cleanup

[GIT PULL] timestamp fixes
 2023-09-19  8:28 UTC  (7+ messages)

[PATCH 2/2] iomap: convert iomap_unshare_iter to use large folios
 2023-09-19  8:03 UTC  (2+ messages)

Pytanie o samochód
 2023-09-19  7:30 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 8b010acb3154
 2023-09-19  6:05 UTC 

[PATCH 3/2] fstests: test FALLOC_FL_UNSHARE when pagecache is not loaded
 2023-09-19  5:51 UTC  (2+ messages)

[PATCH V3 0/2] Supporting same fsid mounting through the single-dev compat_ro feature
 2023-09-19  5:15 UTC  (5+ messages)
` [PATCH V3 1/2] btrfs-progs: Add the single-dev feature (to both mkfs/tune)

[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
 2023-09-19  4:20 UTC  (10+ messages)

[linux-next:master] [fs] d6f1066621: WARNING:at_fs/attr.c:#setattr_copy
 2023-09-19  2:10 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).