Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 12:45:01 to 2021-11-17 05:32:11 UTC [more...]

[syzbot] WARNING in inc_nlink (2)
 2021-11-17  5:32 UTC  (2+ messages)

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-17  4:48 UTC  (28+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 12/28] iomap: Add iomap_invalidate_folio
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio
` [PATCH v2 20/28] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v2 25/28] iomap: Convert iomap_add_to_ioend() to take a folio

[PATCH] ext4: Avoid trim error on fs with small groups
 2021-11-17  4:35 UTC  (2+ messages)

[PATCH 1/2] vfs: check dentry is still valid in get_link()
 2021-11-17  2:19 UTC  (19+ messages)
` [PATCH 2/2] xfs: make sure link path does not go away at access

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-11-17  2:18 UTC  (6+ messages)
` [PATCH v19 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v19 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v19 3/4] overlayfs: override_creds=off option bypass creator_cred
` [PATCH v19 4/4] overlayfs: inode_owner_or_capable called during execv

[PATCH v4 0/4] firmware_loader: built-in API and make x86 use it
 2021-11-17  0:15 UTC  (2+ messages)

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-11-16 23:06 UTC  (4+ messages)

[PATCH] fs: Eliminate compilation warnings for misc
 2021-11-16 23:00 UTC  (3+ messages)

[PATCH v3 2/4] mm/oom: handle remote ooms
 2021-11-16 21:55 UTC  (14+ messages)

[PATCH 0/4] remove PDE_DATA()
 2021-11-16 20:01 UTC  (4+ messages)

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-16 19:00 UTC  (25+ messages)
` [PATCH v2 2/2] sysctl: introduce kernel.pkill_on_warn
        ` [ELISA Safety Architecture WG] [PATCH v2 0/2] Introduce the pkill_on_warn parameter

[bug report] fanotify: record name info for FAN_DIR_MODIFY event
 2021-11-16 18:30 UTC  (5+ messages)

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-11-16 16:29 UTC  (11+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory

[PATCH 1/2] fs: handle circular mappings correctly
 2021-11-16 15:10 UTC  (6+ messages)
` [PATCH 2/2] generic: test circular mappings

[PATCH] netfs: Adjust docs after foliation
 2021-11-16 13:38 UTC 

[PATCH] proc: Make the proc_create[_data]() stubs static inlines
 2021-11-16 13:11 UTC 

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2021-11-16 12:35 UTC  (12+ messages)
` [RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v5 09/10] fs: introduce new helper sync_fs_and_blockdev()

[RFC][PATCH 0/5] shmem/fsverity: Prepare for mandatory integrity enforcement
 2021-11-16 10:43 UTC  (15+ messages)
` [RFC][PATCH 2/5] fsverity: Revalidate built-in signatures at file open
` [RFC][PATCH 3/5] fsverity: Do initialization earlier
` [RFC][PATCH 4/5] shmem: Avoid segfault in shmem_read_mapping_page_gfp()
` [RFC][PATCH 5/5] shmem: Add fsverity support

[PATCH 0/7] Report more information in fanotify dirent events
 2021-11-16 10:12 UTC  (14+ messages)
` [PATCH 5/7] fanotify: record new parent and name in MOVED_FROM event

[syzbot] KASAN: use-after-free Read in remove_wait_queue (3)
 2021-11-16  9:23 UTC 

[PATCH] d_path: Eliminate compilation warnings
 2021-11-16  8:05 UTC 

[PATCH v2] proc/vmcore: fix clearing user buffer by properly using clear_user()
 2021-11-16  8:02 UTC  (3+ messages)

[PATCH] fs: Fix truncate never updates m/ctime
 2021-11-16  7:02 UTC  (6+ messages)

[PATCH] fs: Cleanup unused typedef 'read_actor_t'
 2021-11-16  7:08 UTC 

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-11-16  5:42 UTC  (9+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v1 3/8] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v1 4/8] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v1 6/8] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v1 7/8] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v1 8/8] selftests/bpf: Fix btf_dump test for bpf_iter_link_info

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-16  5:09 UTC  (13+ messages)

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-16  1:59 UTC  (6+ messages)

[PATCH v5] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-16  1:41 UTC  (2+ messages)

[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-11-15 18:53 UTC  (4+ messages)
` [PATCH v17 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v17 2/3] arch: Wire up trusted_for(2)
` [PATCH v17 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[syzbot] WARNING in mntput_no_expire (3)
 2021-11-15 22:27 UTC 

[PATCH 2 0/2] xfs: fix inline link path race
 2021-11-15 22:26 UTC  (6+ messages)
` [PATCH 2 1/2] vfs: check dentry is still valid in get_link()
` [PATCH 2 2/2] xfs: make sure link path does not go away at access

5.15+, blocked tasks, folio_wait_bit_common
 2021-11-15 18:29 UTC  (6+ messages)

[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
 2021-11-15 17:53 UTC  (5+ messages)

[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
 2021-11-15 16:38 UTC  (2+ messages)

[PATCH v2 0/4] fs/ntfs3: Various fixes for xattr and files
 2021-11-15 15:50 UTC  (4+ messages)
` [PATCH 3/4] fs/ntfs3: Update i_ctime when xattr is added

[PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
 2021-11-15 15:28 UTC  (4+ messages)

[PATCH] coredump-ptrace: Delayed delivery of SIGSTOP
 2021-11-15 14:28 UTC  (2+ messages)

[PATCH 0/2] pipe: Fix a potential UAF and delete a duplicate line of code
 2021-11-15 13:05 UTC  (6+ messages)
` [PATCH 1/2] pipe: fix potential use-after-free in pipe_read()
` [PATCH 2/2] pipe: delete a duplicate line of code in pipe_write()

[PATCH v3 RESEND] fcntl: Add 32bit filesystem mode
 2021-11-15 10:56 UTC  (4+ messages)

xas_retry() based loops on PREEMPT_RT
 2021-11-15  7:41 UTC  (3+ messages)

Kernel-4.14: With ubuntu-18.04 building rootfs images and booting gives SQUASHFS error: xz decompression failed, data probably corrupt
 2021-11-15  6:06 UTC  (7+ messages)

[GIT PULL] xfs: cleanups and resyncs for 5.16
 2021-11-14 20:24 UTC  (2+ messages)

[PATCH v16 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-11-14 15:45 UTC  (8+ messages)
` [PATCH v16 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl

I discovered that Aruba Instant On 1930 24G 4SFP/SFP+ JL682A Switch is Running an Operating System with Linux Kernel 4.4.120!
 2021-11-14 12:03 UTC 

[PATCH] aio: Fix incorrect usage of eventfd_signal_allowed()
 2021-11-14  7:15 UTC  (2+ messages)

[GIT PULL] netfs, 9p, afs, ceph: Use folios
 2021-11-13 19:44 UTC  (2+ messages)

[PATCH] kthread: dynamically allocate memory to store kthread's full name
 2021-11-13 15:47 UTC  (6+ messages)

[PATCH] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2021-11-13  9:06 UTC 

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-12 19:28 UTC  (3+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd

[RFC] gfs2: Prevent endless loops in gfs2_file_buffered_write
 2021-11-12 19:15 UTC  (2+ messages)

[syzbot] possible deadlock in snd_timer_notify (2)
 2021-11-12 18:58 UTC 

[PATCH v2 0/2] Dax poison recovery
 2021-11-12 18:00 UTC  (9+ messages)
` [PATCH v2 2/2] dax,pmem: Implement pmem based dax data recovery

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-12 15:19 UTC  (4+ messages)
` [RFC PATCH 8/8] md: "

MTD: How to get actual image size from MTD partition
 2021-11-12 13:58 UTC  (18+ messages)

[PATCH v1] proc/vmcore: fix clearing user buffer by properly using clear_user()
 2021-11-12 13:23 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).