linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-25 03:44:48 to 2022-01-27 13:40:49 UTC [more...]

Help! How to delete an 8094-byte PATH?
 2022-01-27 13:40 UTC  (2+ messages)

memory leak in prepare_creds
 2022-01-27 13:31 UTC 

[PATCH v4 0/2] [PATCH v4 0/2] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-01-27 12:56 UTC  (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] fs/binfmt_elf: Refactor load_elf_binary function

[PATCH v5 0/2] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-01-27 12:40 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] fs/binfmt_elf: Refactor load_elf_binary function

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-01-27 12:40 UTC  (10+ messages)
` [PATCH v10 1/9] dax: Introduce holder for dax_device
` [PATCH v10 2/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v10 3/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v10 4/9] fsdax: fix function description
` [PATCH v10 5/9] fsdax: Introduce dax_load_page()
` [PATCH v10 6/9] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v10 7/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v10 9/9] fsdax: set a CoW flag when associate reflink mappings

[next] i386: ERROR: modpost: "__aeabi_uldivmod" [fs/btrfs/btrfs.ko] undefined!
 2022-01-27 12:22 UTC 

[PATCH 0/9] Remove remaining parts of congestions tracking code
 2022-01-27 11:12 UTC  (11+ messages)
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [PATCH 6/9] fuse: don't set/clear bdi_congested
` [PATCH 7/9] NFS: remove congestion control
` [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 5/9] cephfs: don't set/clear bdi_congestion
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 1/9] Remove inode_congested()
` [PATCH 9/9] Remove congestion tracking framework

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-01-27 11:08 UTC  (5+ messages)
` [RFC PATCH v10 03/48] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size

Mapping between EHOSTDOWN to EACCESS in cifs
 2022-01-27  9:54 UTC 

[PATCH v3 0/3] Convert vmcore to use an iov_iter
 2022-01-27  9:44 UTC  (3+ messages)

mmotm 2022-01-26-21-04 uploaded
 2022-01-27  9:44 UTC  (6+ messages)
` mmotm 2022-01-26-21-04 uploaded (drivers/mtd/nand.raw/Kconfig warning)
` mmotm 2022-01-26-21-04 uploaded (gpu/drm/i915/i915_gem_evict.h)

[PATCHSET 0/4] vfs: actually return fs errors from ->sync_fs
 2022-01-27  9:11 UTC  (16+ messages)
` [PATCH 1/4] vfs: make freeze_super abort when sync_filesystem returns error
` [PATCH 2/4] vfs: make sync_filesystem return errors from ->sync_fs
` [PATCH 3/4] quota: make dquot_quota_sync "
` [PATCH 4/4] xfs: return errors in xfs_fs_sync_fs

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-01-27  7:14 UTC 

[PATCH v2 11/20] erofs: add cookie context helper functions
 2022-01-27  7:07 UTC  (12+ messages)
` [PATCH v2 00/20] fscache,erofs: fscache-based demand-read semantics

[PATCH] elf: Relax assumptions about vaddr ordering
 2022-01-27  6:31 UTC  (3+ messages)

[PATCH v3] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-27  5:29 UTC  (2+ messages)

fcntl(fd, F_SETFL, O_DIRECT) succeeds followed by EINVAL in write
 2022-01-27  4:37 UTC  (7+ messages)

[RFC 00/14] DEPT(DEPendency Tracker)
 2022-01-27  1:11 UTC  (16+ messages)
` Patches(Dept) for v5.17-rc1
  ` [PATCH on v5.17-rc1 01/14] llist: Move llist_{head,node} definition to types.h
    ` [PATCH on v5.17-rc1 02/14] dept: Implement Dept(Dependency Tracker)
    ` [PATCH on v5.17-rc1 03/14] dept: Embed Dept data in Lockdep
    ` [PATCH on v5.17-rc1 04/14] dept: Apply Dept to spinlock
    ` [PATCH on v5.17-rc1 05/14] dept: Apply Dept to mutex families
    ` [PATCH on v5.17-rc1 06/14] dept: Apply Dept to rwlock
    ` [PATCH on v5.17-rc1 07/14] dept: Apply Dept to wait_for_completion()/complete()
    ` [PATCH on v5.17-rc1 08/14] dept: Apply Dept to seqlock
    ` [PATCH on v5.17-rc1 09/14] dept: Apply Dept to rwsem
    ` [PATCH on v5.17-rc1 10/14] dept: Add proc knobs to show stats and dependency graph
    ` [PATCH on v5.17-rc1 11/14] dept: Introduce split map concept and new APIs for them
    ` [PATCH on v5.17-rc1 12/14] dept: Apply Dept to wait/event of PG_{locked,writeback}
    ` [PATCH on v5.17-rc1 13/14] dept: Separate out SDT(Single-event Dependency Tracker) header
    ` [PATCH on v5.17-rc1 14/14] dept: Apply SDT to swait

[PATCH v3 0/7] DAX poison recovery
 2022-01-27  0:25 UTC  (5+ messages)

[PATCH] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-27  0:20 UTC  (11+ messages)

[PATCH] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-27  0:00 UTC  (2+ messages)

Persistent memory file system development in Rust
 2022-01-26 23:10 UTC  (3+ messages)

[PATCH v2] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-26 23:07 UTC  (17+ messages)

[PATCH] LSM: general protection fault in legacy_parse_param
 2022-01-26 22:37 UTC  (8+ messages)

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

[PATCH] fs/binfmt_elf: Add padding NULL when argc == 0
 2022-01-26 20:52 UTC  (12+ messages)

[LSF/MM/BPF TOPIC] Folios
 2022-01-26 20:38 UTC 

LSF/MM/BPF: 2022: Call for Proposals
 2022-01-26 19:54 UTC 

fscrypt and potential issues from file sparseness
 2022-01-26 18:52 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-for-next updated to ebb7fb1557b1
 2022-01-26 17:26 UTC 

[PATCH] xfs, iomap: limit individual ioend chain lengths in writeback
 2022-01-26 17:20 UTC  (2+ messages)

Podwyżka rachunku za prąd
 2022-01-26  8:55 UTC 

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-26  6:33 UTC  (7+ messages)

RFA (Request for Advice): block/bio: get_user_pages() --> pin_user_pages()
 2022-01-26  5:42 UTC  (4+ messages)

[PATCH v2] proc/vmcore: fix possible deadlock on concurrent mmap and read
 2022-01-26  2:33 UTC  (4+ messages)

[PATCH] kbuild: unify cmd_copy and cmd_shipped
 2022-01-26  2:19 UTC  (4+ messages)

[PATCHSET 0/3] xfs: fix permission drop and flushing in fallocate
 2022-01-26  2:19 UTC  (4+ messages)
` [PATCH 1/3] xfs: use vfs helper to update file attributes after fallocate
` [PATCH 2/3] xfs: flush log after fallocate for sync mounts and sync inodes
` [PATCH 3/3] xfs: ensure log flush at the end of a synchronous fallocate call

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-25 20:20 UTC  (3+ messages)
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-25 18:15 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH] bad_inode: add missing i_op initializers for fileattr_get/_set
 2022-01-25 16:48 UTC  (2+ messages)

[PATCH REPOST] fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT
 2022-01-25 16:46 UTC  (5+ messages)

[RFC][RFC PATCH 0/7] cifs: In-progress conversion to use iov_iters and netfslib
 2022-01-25 14:57 UTC  (10+ messages)
` [RFC PATCH 1/7] cifs: Transition from ->readpages() to ->readahead()
` [RFC PATCH 2/7] cifs: Miscellaneous bits
` [RFC PATCH 3/7] cifs: Change the I/O paths to use an iterator rather than a page list
` [RFC PATCH 4/7] cifs: Make cifs_writepages() hand an iterator down
` [RFC PATCH 5/7] cifs: Make cifs_readahead() pass "
` [RFC PATCH 6/7] cifs: Get direct I/O and unbuffered I/O working with iterators
` [RFC PATCH 7/7] cifs: Use netfslib to handle reads

[PATCH] proc: use kmalloc instead of __get_free_page() to alloc path buffer
 2022-01-25 14:03 UTC  (2+ messages)

[PATCH v2] vfs: Pre-allocate superblock in sget_fc() if !test
 2022-01-25 13:29 UTC  (2+ messages)

[PATCH] namei: cleanup double word in comment
 2022-01-25 13:13 UTC 

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2022-01-25  8:19 UTC  (4+ messages)

[PATCH] fs/pipe: use kvcalloc to allocate a pipe_buffer array
 2022-01-25  3:21 UTC  (2+ 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 NNTP newsgroup(s).