linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-26 16:21:21 to 2023-09-28 11:05:07 UTC [more...]

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (13+ messages)
` [PATCH 02/87] fs: convert core infrastructure to new {a,m}time accessors
  ` [PATCH 03/87] arch/powerpc/platforms/cell/spufs: convert to new inode "
  ` [PATCH 04/87] arch/s390/hypfs: "
  ` [PATCH 05/87] drivers/android: "
  ` [PATCH 06/87] drivers/char: "
  ` [PATCH 07/87] drivers/infiniband/hw/qib: "
  ` [PATCH 08/87] drivers/misc/ibmasm: "
  ` [PATCH 09/87] drivers/misc: "
  ` [PATCH 10/87] drivers/platform/x86: "
  ` [PATCH 11/87] drivers/tty: "
  ` [PATCH 12/87] drivers/usb/core: "
` [PATCH 01/87] fs: new accessor methods for atime and mtime

[PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-09-28 10:32 UTC  (5+ messages)
` [PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "
  ` [PATCH v15] "

[PATCH v3] vfs: avoid delegating to task_work when cleaning up failed open
 2023-09-28 10:25 UTC 

[RFC PATCH 0/3] quering mount attributes
 2023-09-28 10:07 UTC  (14+ messages)
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH] ovl: punt write aio completion to workqueue
 2023-09-28  9:22 UTC  (4+ messages)

[PATCH] Fixed Kunit test warning message for 'fs' module
 2023-09-28  8:53 UTC 

[PATCH 0/3] Sq thread real utilization statistics
 2023-09-28  8:41 UTC  (10+ messages)
    ` [PATCH 1/3] SCHEDULER: Add an interface for counting real utilization
    ` [PATCH 2/3] PROC FILESYSTEM: Add real utilization data of sq thread
    ` [PATCH 3/3] IO_URING: Statistics of the true utilization of sq threads

[PATCH 0/2] Two cleanups to pipe
 2023-09-28 16:17 UTC  (3+ messages)
` [PATCH 1/2] pipe: remove pipe_full check with wrong head in pipe_write
` [PATCH 2/2] pipe: avoid repeat check of pipe->readers with pipe lock held

[PATCH] binfmt_elf_fdpic: clean up debug warnings
 2023-09-28  4:53 UTC  (3+ messages)

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

[PATCH v2 0/3] userfaultfd remap option
 2023-09-27 22:48 UTC  (12+ messages)
` [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
  ` potential new userfaultfd vs khugepaged conflict [was: Re: [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI]

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-27 22:23 UTC  (12+ messages)

[PATCH 2/2] bcachefs: remove writeback bio size limit
 2023-09-27 22:03 UTC 

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-09-27 21:43 UTC  (37+ messages)
` [PATCH 14/29] s390/dasd: Convert to bdev_open_by_path()
` [PATCH v4 0/29] block: Make blkdev_get_by_*() return handle
` [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 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

[PATCH v2] vfs: shave work on failed file open
 2023-09-27 21:30 UTC  (13+ messages)

[PATCH 00/13] Pass data temperature information to zoned UFS devices
 2023-09-27 20:49 UTC  (3+ messages)

[PATCH v3 0/4] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-09-27 20:25 UTC  (7+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] binfmt_elf: elf_bss no longer used by load_elf_binary()
` [PATCH v3 3/4] binfmt_elf: Provide prot bits as context for padzero() errors
` [PATCH v3 4/4] binfmt_elf: Use elf_load() for interpreter

[PATCH] vfs: shave work on failed file open
 2023-09-27 18:43 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 18030226a48de1fbfabf4ae16aaa2695a484254f
 2023-09-27 17:11 UTC 

[PATCH v5 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-09-27 16:03 UTC  (6+ messages)
` [PATCH v5 bpf-next 03/13] bpf: introduce BPF token object

[PATCH 0/7] Implement freeze and thaw as holder operations
 2023-09-27 16:01 UTC  (18+ messages)
` [PATCH 1/7] bdev: rename freeze and thaw helpers
` [PATCH 2/7] bdev: add freeze and thaw holder operations
` [PATCH 3/7] bdev: implement "
` [PATCH 4/7] fs: remove get_active_super()
` [PATCH 5/7] super: remove bd_fsfreeze_{mutex,sb}
` [PATCH 6/7] fs: remove unused helper
` [PATCH 7/7] porting: document block device freeze and thaw changes

[ANNOUNCE] xfs-linux: iomap-for-next updated to 381c043233e6
 2023-09-27 15:33 UTC 

[syzbot] [overlayfs?] KASAN: invalid-free in ovl_copy_up_one
 2023-09-27 15:10 UTC  (3+ messages)

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in ntfs_write_bh
 2023-09-27 15:08 UTC  (3+ messages)

[bug report] buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
 2023-09-27 15:03 UTC  (4+ messages)

[PATCH v1 00/20] Permission Overlay Extension
 2023-09-27 14:01 UTC  (21+ messages)
` [PATCH v1 01/20] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v1 02/20] arm64/sysreg: update CPACR_EL1 register
` [PATCH v1 03/20] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v1 04/20] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v1 05/20] arm64: context switch POR_EL0 register
` [PATCH v1 06/20] KVM: arm64: Save/restore POE registers
` [PATCH v1 07/20] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v1 08/20] arm64: add POIndex defines
` [PATCH v1 09/20] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v1 10/20] arm64: mask out POIndex when modifying a PTE
` [PATCH v1 11/20] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v1 12/20] arm64: handle PKEY/POE faults
` [PATCH v1 13/20] arm64: stop using generic mm_hooks.h
` [PATCH v1 14/20] arm64: implement PKEYS support
` [PATCH v1 15/20] arm64: add POE signal support
` [PATCH v1 16/20] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v1 17/20] arm64: enable POE and PIE to coexist
` [PATCH v1 18/20] kselftest/arm64: move get_header()
` [PATCH v1 19/20] selftests: mm: move fpregs printing
` [PATCH v1 20/20] selftests: mm: make protection_keys test work on arm64

[RFC PATCH 0/3] tmpfs: Add tmpfs project quota support
 2023-09-27 12:48 UTC  (6+ messages)
` [PATCH 3/3] tmpfs: Add project quota interface support for get/set attr

[PATCH v8 0/5] fs: multigrain timestamps for XFS's change_cookie
 2023-09-27 10:26 UTC  (10+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 59c71548cf10
 2023-09-27  9:36 UTC 

[PATCH] eventfd: move 'eventfd-count' printing out of spinlock
 2023-09-27  7:32 UTC  (2+ messages)

Fwd: kernel bug when performing heavy IO operations
 2023-09-27  7:19 UTC  (5+ messages)

[PATCH] xarray: Clean up errors in xarray.h
 2023-09-27  6:55 UTC  (2+ messages)

[PATCH] xarray: Clean up errors in xarray.h
 2023-09-27  6:07 UTC 

[PATCH] fs/proc/task_mmu: hide unused pagemap_scan_backout_range() function
 2023-09-27  6:02 UTC 

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-27  5:19 UTC  (5+ messages)
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[PATCH] fuse: remove unneeded lock which protecting update of congestion_threshold
 2023-09-27  3:04 UTC  (5+ messages)

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-27  2:34 UTC  (9+ messages)
      ` [PATCH] binfmt_elf: Support segments with 0 filesz and misaligned starts

[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-09-26 21:32 UTC  (8+ messages)
` [PATCH v4 2/12] "

[MEGAPATCHSET v27] xfs: online repair, second part of part 1
 2023-09-26 23:14 UTC 

[linux-next:master] BUILD REGRESSION 4ae73bba62a367f2314f6ce69e3085a941983d8b
 2023-09-26 23:03 UTC 

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-09-26 16:56 UTC  (8+ messages)
` [PATCH v13 08/10] fuse: update inode size/mtime after passthrough write
  ` [External] "


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