linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-21 01:10:53 to 2022-01-26 16:26:31 UTC [more...]

[PATCH] elf: Relax assumptions about vaddr ordering
 2022-01-26 16:25 UTC 

[PATCH] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-26 15:02 UTC 

[PATCH v2] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-26 14:59 UTC  (3+ messages)

[PATCH] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-26 14:46 UTC  (7+ messages)

fscrypt and potential issues from file sparseness
 2022-01-26 12:44 UTC 

[PATCHSET 0/4] vfs: actually return fs errors from ->sync_fs
 2022-01-26 10:45 UTC  (10+ 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

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

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

[PATCH] LSM: general protection fault in legacy_parse_param
 2022-01-26  7:24 UTC  (7+ messages)

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-26  6:33 UTC  (14+ messages)
  ` [PATCH v2 0/2] Fix regression on binfmt_misc
  ` [PATCH v2 1/2] binfmt_misc: fix crash when load/unload module
  ` [PATCH v2 2/2] sysctl: fix return type to make compiler happy

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

fcntl(fd, F_SETFL, O_DIRECT) succeeds followed by EINVAL in write
 2022-01-26  3:02 UTC  (2+ 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

Persistent memory file system development in Rust
 2022-01-25 22:02 UTC 

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

[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  (5+ messages)
  ` [PATCH v2] proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinks

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

improve the bio allocation interface v2
 2022-01-24 21:07 UTC  (21+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
` [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio
` [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio
` [PATCH 04/19] ntfs3: remove ntfs_alloc_bio
` [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [PATCH 06/19] dm-crypt: remove clone_init
` [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [PATCH 08/19] dm-thin: "
` [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep
` [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma
` [PATCH 11/19] rnbd-srv: remove struct rnbd_dev_blk_io
` [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep
` [PATCH 13/19] block: move blk_next_bio to bio.c
` [PATCH 14/19] block: pass a block_device and opf to blk_next_bio
` [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset
` [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb
` [PATCH 17/19] block: pass a block_device and opf to bio_alloc
` [PATCH 18/19] block: pass a block_device and opf to bio_init
` [PATCH 19/19] block: pass a block_device and opf to bio_reset

Mutual Investment Proposal
 2022-01-24 22:05 UTC 

[PATCH] vfs: Pre-allocate superblock in sget_fc() if !test
 2022-01-24 14:58 UTC  (3+ messages)

[PATCH v2 1/2] fsnotify: invalidate dcache before IN_DELETE event
 2022-01-24 13:50 UTC  (2+ messages)

[ANNOUNCE] util-linux stable realase v2.37.3
 2022-01-24 11:13 UTC 

[PATCHv1 0/2] jbd2: Kill age-old t_handle_lock transaction spinlock
 2022-01-24  9:12 UTC  (5+ messages)
` [PATCHv1 1/2] jbd2: Kill "
` [PATCHv1 2/2] jbd2: Remove CONFIG_JBD2_DEBUG to update t_max_wait

[PATCH] unicode: clean up the Kconfig symbol confusion
 2022-01-24  9:08 UTC  (3+ messages)

[PATCH 1/5] mm: rmap: fix cache flush on THP pages
 2022-01-24  9:07 UTC  (13+ messages)
` [PATCH 2/5] dax: fix cache flush on PMD-mapped pages
` [PATCH 3/5] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH 4/5] dax: fix missing writeprotect the pte entry
` [PATCH 5/5] mm: remove range parameter from follow_invalidate_pte()

[PATCH v3 0/7] DAX poison recovery
 2022-01-24  9:01 UTC  (4+ messages)

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-01-23 23:03 UTC  (15+ messages)
` [PATCH v10 1/5] fscrypt: add functions for direct I/O support

[PATCH] fs/namespace: eliminate unnecessary mount counting
 2022-01-23 10:04 UTC 

[PATCH 1/2] Convert NFS from readpages to readahead
 2022-01-22 20:54 UTC  (2+ messages)
` [PATCH 2/2] readahead: Remove read_cache_pages()

ANNOUNCE: nfs-utils-2.6.1 released
 2022-01-22 17:36 UTC 

[GIT PULL] Three small folio patches
 2022-01-22  9:40 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.17-rc1
 2022-01-22  9:40 UTC  (2+ messages)

[GIT PULL] fscache: Fixes and minor updates for rewrite
 2022-01-22  9:40 UTC  (2+ messages)

[PATCH] fs: rename S_KERNEL_FILE
 2022-01-22  7:44 UTC  (2+ messages)

[next] parisc: allnoconfig: ERROR: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them
 2022-01-21 21:53 UTC  (3+ messages)

Folio meeting video on youtube
 2022-01-21 19:56 UTC 

[PATCH 00/11] fscache, cachefiles: Rewrite fixes/updates
 2022-01-21 17:53 UTC  (9+ messages)
` [PATCH 02/11] cachefiles: Calculate the blockshift in terms of bytes, not pages
` [PATCH 03/11] cachefiles: set default tag name if it's unspecified
` [PATCH 04/11] cachefiles: Make some tracepoint adjustments
` [PATCH 05/11] cachefiles: Trace active-mark failure

[libaio PATCH] harness: add test for aio poll missed events
 2022-01-21 16:04 UTC  (4+ messages)

[PATCH v3 0/3] ceph: uninline data on open instead of write
 2022-01-21 15:18 UTC  (6+ messages)
` [PATCH v3 1/3] ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->host
` [PATCH v3 2/3] ceph: Make ceph_netfs_issue_op() handle inlined data
` [PATCH v3 3/3] ceph: Uninline the data on a file opened for writing

[PATCH 1/3] ceph: Make ceph_netfs_issue_op() handle inlined data (untested)
 2022-01-21 14:03 UTC  (6+ messages)
` [PATCH 2/3] ceph: Uninline the data on a file opened for writing

[RFC][PATCH] cachefiles: Split and rename S_KERNEL_FILE and extend effects
 2022-01-21 13:48 UTC 

[Linux-cachefs] [PATCH v2 00/20] fscache, erofs: fscache-based demand-read semantics
 2022-01-21 10:57 UTC  (2+ messages)

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-21  8:34 UTC  (19+ messages)
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings

[GIT PULL] xfs: legacy Irix ioctl housecleaning for 5.17-rc1, part 2
 2022-01-21  6:56 UTC  (2+ messages)

[GIT PULL] xfs: DMAPI ioctl housecleaning for 5.17-rc1
 2022-01-21  6:56 UTC  (2+ messages)

[GIT PULL] xfs: legacy Irix ioctl housecleaning for 5.17-rc1, part 1
 2022-01-21  6:56 UTC  (2+ messages)

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-21  5:28 UTC  (8+ messages)
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed


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