Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-07 06:41:03 to 2022-01-11 23:14:27 UTC [more...]

[syzbot] kernel BUG in __page_mapcount
 2022-01-11 23:14 UTC  (6+ messages)

[GIT PULL] fscache, cachefiles: Rewrite
 2022-01-11 23:07 UTC 

[PATCH v2] select: Fix indefinitely sleeping task in poll_schedule_timeout()
 2022-01-11 21:43 UTC  (5+ messages)

[GIT PULL] DAX / LIBNVDIMM update for v5.17
 2022-01-11 20:58 UTC 

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-11 20:00 UTC  (26+ messages)
` [PATCH v5 01/16] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v5 02/16] mm: introduce kmem_cache_alloc_lru
` [PATCH v5 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v5 04/16] fs: allocate inode by using alloc_inode_sb()
` [PATCH v5 05/16] f2fs: "
` [PATCH v5 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v5 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v5 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-01-11 19:26 UTC  (50+ messages)
` [RFC PATCH v10 01/48] vfs: export new_inode_pseudo
` [RFC PATCH v10 02/48] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v10 03/48] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v10 04/48] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v10 05/48] ceph: preallocate inode for ops that may create one
` [RFC PATCH v10 06/48] ceph: crypto context handling for ceph
` [RFC PATCH v10 07/48] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v10 08/48] ceph: add fscrypt_* handling to caps.c
` [RFC PATCH v10 09/48] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v10 10/48] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v10 11/48] ceph: decode alternate_name in lease info
` [RFC PATCH v10 12/48] ceph: add fscrypt ioctls
` [RFC PATCH v10 13/48] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v10 14/48] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v10 15/48] ceph: send altname in MClientRequest
` [RFC PATCH v10 16/48] ceph: encode encrypted name in dentry release
` [RFC PATCH v10 17/48] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v10 18/48] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v10 19/48] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v10 20/48] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v10 21/48] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v10 22/48] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v10 23/48] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v10 24/48] ceph: add a new ceph.fscrypt.auth vxattr
` [RFC PATCH v10 25/48] ceph: add some fscrypt guardrails
` [RFC PATCH v10 26/48] ceph: don't allow changing layout on encrypted files/directories
` [RFC PATCH v10 27/48] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [RFC PATCH v10 28/48] ceph: size handling for encrypted inodes in cap updates
` [RFC PATCH v10 29/48] ceph: fscrypt_file field handling in MClientRequest messages
` [RFC PATCH v10 30/48] ceph: get file size from fscrypt_file when present in inode traces
` [RFC PATCH v10 31/48] ceph: handle fscrypt fields in cap messages from MDS
` [RFC PATCH v10 32/48] ceph: add __ceph_get_caps helper support
` [RFC PATCH v10 33/48] ceph: add __ceph_sync_read "
` [RFC PATCH v10 34/48] ceph: add object version support for sync read
` [RFC PATCH v10 35/48] ceph: add infrastructure for file encryption and decryption
` [RFC PATCH v10 36/48] ceph: add truncate size handling support for fscrypt
` [RFC PATCH v10 37/48] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [RFC PATCH v10 38/48] ceph: disable fallocate for encrypted inodes
` [RFC PATCH v10 39/48] ceph: disable copy offload on "
` [RFC PATCH v10 40/48] ceph: don't use special DIO path for "
` [RFC PATCH v10 41/48] ceph: set encryption context on open
` [RFC PATCH v10 42/48] ceph: align data in pages in ceph_sync_write
` [RFC PATCH v10 43/48] ceph: add read/modify/write to ceph_sync_write
` [RFC PATCH v10 44/48] ceph: plumb in decryption during sync reads
` [RFC PATCH v10 45/48] ceph: set i_blkbits to crypto block size for encrypted inodes
` [RFC PATCH v10 46/48] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [RFC PATCH v10 47/48] ceph: add encryption support to writepage
` [RFC PATCH v10 48/48] ceph: fscrypt support for writepages

[PATCH v3 0/7] DAX poison recovery
 2022-01-11 18:59 UTC  (8+ messages)
` [PATCH v3 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v3 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v3 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v3 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v3 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v3 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [PATCH v3 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

[PATCH linux] sysctl: Remove redundant ret assignment
 2022-01-11 18:35 UTC  (2+ messages)

[bug report] NFS: Support statx_get and statx_set ioctls
 2022-01-11 18:08 UTC  (3+ messages)

[PATCH] sysctl: Fix duplicate path separator in printed entries
 2022-01-11 18:04 UTC  (3+ messages)

[PATCH RFC v9 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-01-11 15:49 UTC  (7+ messages)
` [PATCH RFC v9 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC v9 2/2] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH] iomap: Address soft lockup in iomap_finish_ioend()
 2022-01-11 14:33 UTC  (14+ messages)

INFO: task hung in path_openat
 2022-01-11 14:10 UTC  (5+ messages)
      ` KCSAN: data-race in step_into / vfs_unlink
        ` KCSAN: data-race in task_mem / unmap_region

KCSAN: data-race in task_mem / unmap_region
 2022-01-11 13:56 UTC 

[PATCH v12 00/13] Introduce VDUSE - vDPA Device in Userspace
 2022-01-11 13:04 UTC  (10+ messages)

[PATCH v2 0/2] Add support for getting page info of ZONE_DEVICE by /proc/kpage*
 2022-01-11  7:51 UTC  (5+ messages)
` [PATCH v2 1/2] mm/memremap.c: Add pfn_to_devmap_page() to get page in ZONE_DEVICE
` [PATCH v2 2/2] proc: Add getting pages info of ZONE_DEVICE support

[PATCH] fs/eventfd.c: Check error number after calling ida_simple_get
 2022-01-11  7:00 UTC 

[syzbot] KASAN: use-after-free Read in remove_wait_queue (3)
 2022-01-11  3:02 UTC  (11+ messages)
    ` psi_trigger_poll() is completely broken

[PATCH V2 03/17] asm-generic: fcntl: compat: Remove duplicate definitions
 2022-01-11  2:43 UTC  (3+ messages)

INFO: task hung in lock_rename
 2022-01-11  2:10 UTC 

[PATCH] iomap: Address soft lockup in iomap_finish_ioend()
 2022-01-11  0:08 UTC  (18+ messages)

[PATCH] fuse: move FUSE_SUPER_MAGIC definition to magic.h
 2022-01-10 23:52 UTC 

[GIT PULL] xfs: new code for 5.17
 2022-01-10 22:06 UTC 

[GIT PULL] iomap for 5.17
 2022-01-10 21:42 UTC 

[PATCH RFC v9 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-01-10 18:40 UTC  (3+ messages)
` [PATCH RFC v9 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC v9 2/2] nfsd: Initial implementation of NFSv4 Courteous Server

[GIT PULL] fs idmapping updates
 2022-01-10 12:56 UTC 

[PATCH v3] fs: Improve eventpoll logging to stop indicting timerfd
 2022-01-10 12:44 UTC  (3+ messages)

[PATCH v4 44/68] cachefiles: Implement key to filename encoding
 2022-01-10 11:31 UTC  (17+ messages)
` [PATCH v4 00/68] fscache, cachefiles: Rewrite
  ` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
  ` [PATCH v4 46/68] "
  ` [PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
  ` [PATCH v5 63/68] cifs: Support fscache indexing rewrite

Bug: lockf returns false-positive EDEADLK in multiprocess multithreaded environment
 2022-01-10 10:46 UTC 

[PATCH 0/2] Add support for getting page info of ZONE_DEVICE by /proc/kpage*
 2022-01-10  9:30 UTC  (5+ messages)
` [PATCH 1/2] mm/memremap.c: Add pfn_to_devmap_page() to get page in ZONE_DEVICE
` [PATCH 2/2] proc: Add getting pages info of ZONE_DEVICE support

[PATCH] vfs: check dentry is still valid in get_link()
 2022-01-10  9:11 UTC 

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2022-01-09 22:59 UTC  (7+ messages)

Proper way to test RAID456?
 2022-01-09 12:13 UTC  (6+ messages)
` [dm-devel] "

[PATCH next 2/3] shmem: Fix data loss when folio truncated
 2022-01-08 21:25 UTC  (4+ messages)

[PATCH 00/48] Folios for 5.17
 2022-01-08 17:20 UTC  (6+ messages)

https://bugzilla.opensuse.org/show_bug.cgi?id=1193549
 2022-01-08 16:03 UTC 

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-08 14:38 UTC  (13+ messages)
` [RFC PATCH 8/8] signals: Support BSD VSTATUS, KERNINFO and SIGINFO

[PATCH] namei: clear nd->root.mnt before O_CREAT unlazy
 2022-01-08  3:26 UTC  (10+ messages)

Indefinitely sleeping task in poll_schedule_timeout()
 2022-01-07 18:20 UTC  (3+ messages)

[PATCH v6 0/6] initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2022-01-07 13:52 UTC  (9+ messages)
` [PATCH v6 1/6] initramfs: refactor do_header() cpio magic checks
` [PATCH v6 2/6] initramfs: make dir_entry.name a flexible array member
` [PATCH v6 3/6] initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option
` [PATCH v6 4/6] gen_init_cpio: fix short read file handling
` [PATCH v6 5/6] gen_init_cpio: support file checksum archiving
` [PATCH v6 6/6] initramfs: support cpio extraction with file checksums

[PATCH] fs/pipe: local vars has to match types of proper pipe_inode_info fields
 2022-01-07 12:06 UTC  (2+ messages)

[PATCH v4 RESEND 0/2] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-01-07 11:20 UTC  (3+ messages)

[PATCH v4 46/68] cachefiles: Mark a backing file in use with an inode flag
 2022-01-06 18:04 UTC 

[PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
 2021-12-22 23:29 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).