linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-20 20:17:58 to 2022-08-24 15:51:37 UTC [more...]

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2022-08-24 15:51 UTC  (15+ messages)
                    ` [PATCH 0/2] coredump: Allow io_uring using apps to dump to pipes
                      ` [PATCH 2/2] coredump: Allow coredumps to pipes to work with io_uring

[PATCH] PM: suspend: select SUSPEND_SKIP_SYNC too if PM_USERSPACE_AUTOSLEEP is selected
 2022-08-24 15:00 UTC  (4+ messages)

[PATCH v4 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-24 13:02 UTC  (6+ messages)
` [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process
` [PATCH v4 2/2] ksm: add profit monitoring documentation

[PATCH] iversion: update comments with info about atime updates
 2022-08-24 12:53 UTC  (18+ messages)

[PATCH v3 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-24 12:52 UTC  (5+ messages)
` [PATCH v3 1/2] ksm: count allocated ksm rmap_items for each process
` [PATCH v3 2/2] ksm: add profit monitoring documentation

[PATCH v3] cachefiles: fix error return code in cachefiles_ondemand_copen()
 2022-08-24 11:33 UTC  (3+ messages)

[Linux-cachefs] [External] Re: [PATCH] cachefiles: make on-demand request distribution fairer
 2022-08-24 11:00 UTC  (7+ messages)
`  "
  ` [Linux-cachefs] "
    ` [External] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-24 10:37 UTC  (22+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH] vfs: report an inode version in statx for IS_I_VERSION inodes
 2022-08-24 10:17 UTC  (5+ messages)

[PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-08-24 10:09 UTC 

[PATCH v2 0/2] watermark related improvement on zone movable
 2022-08-24  8:10 UTC  (4+ messages)
` [PATCH v2 1/2] mm: Cap zone movable's min wmark to small value

[fs] 41191cf6bf: aim7.jobs-per-min 20.1% improvement
 2022-08-24  7:14 UTC  (2+ messages)
  ` [GIT PULL] file_remove_privs() fix for v6.0-rc3

[PATCH 0/5] smb3: Fix missing locks and invalidation in fallocate
 2022-08-24  5:58 UTC  (10+ messages)
` [PATCH 1/5] smb3: Move the flush out of smb2_copychunk_range() into its callers
` [PATCH 2/5] smb3: missing inode locks in zero range
` [PATCH 3/5] smb3: fix temporary data corruption in collapse range
` [PATCH 4/5] smb3: missing inode locks in punch hole
` [PATCH 5/5] smb3: fix temporary data corruption in insert range

[PATCH v2 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-24  4:42 UTC  (4+ messages)
` [PATCH v2 1/2] ksm: count allocated ksm rmap_items for each process
` [PATCH v2 2/2] ksm: add profit monitoring documentation

[PATCH v3 0/7] Convert to filemap_get_folios_contig()
 2022-08-24  4:11 UTC  (9+ messages)
` [PATCH v3 1/7] filemap: Add filemap_get_folios_contig()
` [PATCH v3 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()
` [PATCH v3 3/7] btrfs: Convert end_compressed_writeback() to use filemap_get_folios()
` [PATCH v3 4/7] btrfs: Convert process_page_range() to use filemap_get_folios_contig()
` [PATCH v3 5/7] nilfs2: Convert nilfs_find_uncommited_extent() "
` [PATCH v3 6/7] ramfs: Convert ramfs_nommu_get_unmapped_area() "
` [PATCH v3 7/7] filemap: Remove find_get_pages_contig()

[PATCH 0/7] smb3: Add iter helpers and use iov_iters down to the network transport
 2022-08-24  3:52 UTC  (9+ messages)
` [PATCH 1/7] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH 2/7] iov_iter: Add a general purpose iteration function
` [PATCH 3/7] cifs: Add some helper functions
` [PATCH 4/7] cifs: Add a function to read into an iter from a socket
` [PATCH 5/7] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH 6/7] cifs: Remove unused code
` [PATCH 7/7] cifs: Add some RDMA send tracepoints

[GIT PULL] file_remove_privs() fix for v6.0-rc3
 2022-08-24  2:45 UTC  (2+ messages)

[syzbot] INFO: trying to register non-static key in __access_remote_vm
 2022-08-24  1:45 UTC 

[PATCH v2 0/7] Convert to filemap_get_folios_contig()
 2022-08-23 20:38 UTC  (10+ messages)
` [PATCH v2 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()
` [PATCH v2 3/7] btrfs: Convert end_compressed_writeback() to use filemap_get_folios()
` [PATCH v2 4/7] btrfs: Convert process_page_range() to use filemap_get_folios_contig()

[PATCHSET for-6.1] kernfs, cgroup: implement kernfs_deactivate() and cgroup_file_show()
 2022-08-23 20:31 UTC  (17+ messages)
` [PATCH 1/7] kernfs: Simply by replacing kernfs_deref_open_node() with of_on()
` [PATCH 2/7] kernfs: Drop unnecessary "mutex" local variable initialization
` [PATCH 3/7] kernfs: Refactor kernfs_get_open_node()
` [PATCH 4/7] kernfs: Skip kernfs_drain_open_files() more aggressively
` [PATCH 5/7] kernfs: Make kernfs_drain() skip draining "
` [PATCH 6/7] kernfs: Allow kernfs nodes to be deactivated and re-activated

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23 17:41 UTC  (14+ messages)

[syzbot] WARNING in iomap_iter
 2022-08-23 15:54 UTC  (18+ messages)

[syzbot] BUG: sleeping function called from invalid context in check_noncircular
 2022-08-23 13:47 UTC 

[PATCH v9 00/27] Rust support
 2022-08-23 12:16 UTC  (9+ messages)
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
` [PATCH v9 20/27] scripts: add `rust_is_available.sh`
` [PATCH v9 23/27] Kbuild: add Rust support

[PATCHES] struct path constification
 2022-08-23  7:08 UTC  (7+ messages)
` Subject: [PATCH 01/11] ->getprocattr(): attribute name is const char *, TYVM
` [PATCH 02/11] do_sys_name_to_handle(): constify path
  ` [PATCH 04/11] fs/notify: "

[syzbot] UBSAN: shift-out-of-bounds in __access_remote_vm
 2022-08-23  6:59 UTC 

[PATCH v1] fs/coredump: check return value of dump_emit()
 2022-08-23  5:54 UTC 

[PATCH v1] fs/select: check return value of poll_select_set_timeout()
 2022-08-23  5:47 UTC 

[bug report] disk quota exceed after multiple write/delete loops
 2022-08-23  4:16 UTC 

[PATCH] exfat: fix overflow for large capacity partition
 2022-08-23  3:26 UTC 

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-23  3:22 UTC  (11+ messages)
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes

[PATCH] xfs: fix i_version handling in xfs
 2022-08-23  1:33 UTC  (10+ messages)

[PATCH v2] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
 2022-08-22 23:34 UTC  (2+ messages)

fuse: incorrect attribute caching with writeback cache disabled
 2022-08-22 22:54 UTC  (4+ messages)

[PATCH] Squashfs: don't call kmalloc in decompressors
 2022-08-22 21:54 UTC 

[PATCH] ksm: count allocated ksm rmap_items for each process
 2022-08-22 21:08 UTC  (2+ messages)

folio_map
 2022-08-22 19:54 UTC  (5+ messages)
` [RFC] vmap_folio()

[syzbot] usb-testing boot error: general protection fault in alloc_bprm
 2022-08-22 19:48 UTC 

[PATCH v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-08-22 19:21 UTC  (3+ messages)

[PATCH v3 0/3] fscrypt: rework keyring and stop using request_queue
 2022-08-22 19:08 UTC  (4+ messages)
` [PATCH v3 1/3] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH v3 2/3] fscrypt: stop holding extra request_queue references
` [PATCH v3 3/3] fscrypt: work on block_devices instead of request_queues

[GIT PULL] fix file locking regression for v6.0
 2022-08-22 18:48 UTC  (2+ messages)

[GIT PULL] fs idmapped fixes for v6.0-rc3
 2022-08-22 18:48 UTC  (2+ messages)

[PATCH] ntfs: fix acl handling
 2022-08-22 17:40 UTC  (3+ messages)

[PATCH] fuse: Add filesystem attribute in sysfs control dir
 2022-08-22 13:36 UTC  (2+ messages)

[syzbot] INFO: task hung in walk_component (5)
 2022-08-22 12:38 UTC 

[PATCH v2 0/2] fscrypt: rework filesystem-level keyring
 2022-08-22 12:25 UTC  (2+ messages)

[PATCH v3 3/4] Display inflated memory to users
 2022-08-22 11:37 UTC 

[PATCH] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
 2022-08-22 10:40 UTC  (3+ messages)

[syzbot] BUG: sleeping function called from invalid context in __access_remote_vm
 2022-08-22 10:03 UTC  (2+ messages)

[eventpoll] 50f6f89519: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_fwd_prog_cr
 2022-08-22  9:56 UTC 

[PATCH v3 1/3] ext4: don't increase iversion counter for ea_inodes
 2022-08-22  8:33 UTC  (6+ messages)
` [PATCH v3 2/3] fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE

Zwiększenie płynności finansowej
 2022-08-22  7:50 UTC 

[PATCH] kernel/sysctl.c: remove unnecessary (void*) conversions
 2022-08-22  6:30 UTC 

164f4064ca: unixbench.score 1.4% improvement
 2022-08-22  2:10 UTC 

[PATCH] xfs: on memory failure, only shut down fs after scanning all mappings
 2022-08-21 23:32 UTC  (2+ messages)

6.0-rc1 BUG squashfs_decompress, and sleeping function called from invalid context at include/linux/sched/mm.h
 2022-08-21 20:44 UTC  (2+ messages)

[RESEND PATCH 0/4] hfsplus: Replace kmap() with kmap_local_page()
 2022-08-21 18:10 UTC  (5+ messages)
` [RESEND PATCH 1/4] hfsplus: Unmap the page in the "fail_page" label
` [RESEND PATCH 2/4] hfsplus: Convert kmap() to kmap_local_page() in bnode.c
` [RESEND PATCH 3/4] hfsplus: Convert kmap() to kmap_local_page() in bitmap.c
` [RESEND PATCH 4/4] hfsplus: Convert kmap() to kmap_local_page() in btree.c

[RESEND PATCH 0/3] hfs: Replace kmap() with kmap_local_page()
 2022-08-21 18:04 UTC  (4+ messages)
` [RESEND PATCH 1/3] hfs: Unmap the page in the "fail_page" label
` [RESEND PATCH 2/3] hfs: Replace kmap() with kmap_local_page() in bnode.c
` [RESEND PATCH 3/3] hfs: Replace kmap() with kmap_local_page() in btree.c

[syzbot] WARNING in mark_buffer_dirty (4)
 2022-08-21 12:10 UTC  (2+ messages)
` [PATCH] fs: fix "

[PATCH 2/2] tomoyo: struct path it might get from LSM callers won't have NULL dentry or mnt
 2022-08-21  3:40 UTC  (2+ messages)

[syzbot] linux-next boot error: BUG: unable to handle kernel paging request in insert_header
 2022-08-21  3:04 UTC 

[PATCH 1/5] dynamic_dname(): drop unused dentry argument
 2022-08-21  2:06 UTC  (9+ messages)
` [PATCH 4/5] ksmbd: don't open-code %pf

[PATCHES] file_inode() and ->f_mapping cleanups
 2022-08-20 20:20 UTC  (5+ messages)
` [PATCH 5/8] nfs_finish_open(): don't open-code file_inode()
` [PATCH 6/8] dma_buf: no need to bother with file_inode()->i_mapping
` [PATCH 7/8] _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping
` [PATCH 8/8] orangefs: use ->f_mapping


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