linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-26 17:59:01 to 2021-01-04 22:46:44 UTC [more...]

[RFC PATCH 0/3][v3] vfs, overlayfs: Fix syncfs() to return correct errors
 2021-01-04 22:44 UTC  (30+ messages)
` [PATCH 2/3] vfs: Add a super block operation to check for writeback errors
` [PATCH 3/3] overlayfs: Report writeback errors on upper

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-04 22:43 UTC 

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-04 22:40 UTC  (8+ messages)

[PATCH v11 01/40] block: add bio_add_zone_append_page
 2021-01-04 22:30 UTC  (3+ messages)
` [PATCH v11 02/40] iomap: support REQ_OP_ZONE_APPEND

[PATCH] fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sb
 2021-01-04 21:58 UTC  (2+ messages)

[RFC][PATCH] afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=y
 2021-01-04 21:09 UTC  (6+ messages)

[PATCH] fs: Validate flags and capabilities before looking up path in ksys_umount
 2021-01-04 20:33 UTC  (3+ messages)

[PATCH v2] fs/dax: include <asm/page.h> to fix build error on ARC
 2021-01-04 20:13 UTC  (3+ messages)

[PATCH v3 1/2] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-01-04 19:51 UTC  (5+ messages)
` [PATCH v3 2/2] proc: ensure security hook is called after exec

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2021-01-04 19:10 UTC  (6+ messages)

[PATCH v3] vfs: don't unnecessarily clone write access for writable fds
 2021-01-04 19:08 UTC  (3+ messages)

[PATCH][RESEND] vfs: serialize updates to file->f_sb_err with f_lock
 2021-01-04 19:00 UTC  (3+ messages)

[ANNOUNCE] udftools 2.3
 2021-01-04 17:35 UTC 

[PATCH v2 0/7] no-copy bvec
 2021-01-04 17:23 UTC  (15+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v2 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v2 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v2 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v2 7/7] bio: don't copy bvec for direct IO

[RFC PATCH V3 0/1] block: fix I/O errors in BLKRRPART
 2021-01-04 17:11 UTC  (4+ messages)
` [RFC PATCH V3 1/1] block: reject I/O for same fd if block size changed

[PATCHSET v3 0/4] fs: Support for LOOKUP_NONBLOCK / RESOLVE_NONBLOCK
 2021-01-04 17:03 UTC  (5+ messages)

[RFC PATCH RESEND] fs: fix a hungtask problem when freeze/unfreeze fs
 2021-01-04 16:04 UTC  (4+ messages)

[PATCH] proc/wchan: Use printk format instead of lookup_symbol_name()
 2021-01-04 13:27 UTC  (4+ messages)
` [proc/wchan] 30a3a19273: leaking-addresses.proc.wchan./proc/bus/input/devices:B:KEY=1000000000007ff980000000007fffebeffdfffeffffffffffffffffffffe

[PATCH v14 4/4] xfs: use current->journal_info to avoid transaction reservation recursion
 2021-01-04 10:42 UTC  (5+ messages)
` [xfs] db962cd266: Assertion_failed

[vfs:work.elf-compat 11/13] fs/binfmt_elf.c:254: undefined reference to `vdso_image_32'
 2021-01-04 10:13 UTC 

[PATCH] selinux: fix inconsistency between inode_getxattr and inode_listsecurity
 2021-01-04  9:39 UTC  (2+ messages)

[PATCH] fs/buffer: try to submit writeback bio in unit of page
 2021-01-04  9:24 UTC  (3+ messages)

[PATCH] fs: block_dev.c: fix kernel-doc warnings from struct block_device changes
 2021-01-04  8:38 UTC  (3+ messages)

[RESEND PATCH] fs: Validate flags and capabilities before looking up path in ksys_umount
 2021-01-04  8:38 UTC  (2+ messages)

[PATCH] sysctl: use min() helper for namecmp()
 2021-01-04  8:32 UTC 

[PATCH] proc_sysclt: fix oops caused by incorrect command parameters
 2021-01-04  6:19 UTC  (2+ messages)
` ping //Re: "

INFO: task hung in __io_uring_task_cancel
 2021-01-04  5:23 UTC  (3+ messages)

[PATCH v17 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-01-04  2:18 UTC  (20+ messages)
` [PATCH v17 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v17 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v17 03/10] fs/ntfs3: Add bitmap
` [PATCH v17 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v17 05/10] fs/ntfs3: Add attrib operations
` [PATCH v17 06/10] fs/ntfs3: Add compression
` [PATCH v17 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v17 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v17 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v17 10/10] fs/ntfs3: Add MAINTAINERS

[RFC V2] block: reject I/O for same fd if block size changed
 2021-01-04  1:28 UTC  (4+ messages)

[PATCH 0/6] kernfs: proposed locking and concurrency improvement
 2021-01-04  0:42 UTC  (3+ messages)

[PATCH] zonefs: select CONFIG_CRC32
 2021-01-04  0:13 UTC  (2+ messages)

[PATCH] fs/io_uring.c: remove unnecessary boolean instructions that add uops
 2021-01-02 21:04 UTC 

[PATCH] io_uring: simplify io_remove_personalities()
 2021-01-02 19:25 UTC  (2+ messages)

problem with orangefs readpage
 2021-01-02  2:07 UTC  (4+ messages)
    ` Fwd: "

[PATCH v2 00/10] allow unprivileged overlay mounts
 2021-01-01 17:35 UTC  (3+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()

[GIT PULL] xfs: new code for 5.11
 2020-12-31 22:52 UTC  (3+ messages)

[PATCHSET RFC v2 00/17] xfs: atomic file updates
 2020-12-31 22:44 UTC 

mmotm 2020-12-31-11-52 uploaded
 2020-12-31 20:49 UTC  (2+ messages)
` mmotm 2020-12-31-11-52 uploaded (mm/cma.c)

possible deadlock in io_timeout_fn (2)
 2020-12-31 16:59 UTC 

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-31  8:00 UTC  (24+ messages)
` [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
    ` [External] "
        `  "

[PATCH] fs: fix: second lock in function d_prune_aliases()
 2020-12-30 21:36 UTC  (4+ messages)

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2020-12-30 16:56 UTC  (11+ messages)
` [PATCH 01/10] pagemap: Introduce ->memory_failure()
` [PATCH 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH 08/10] md: Implement ->corrupted_range()
` [PATCH 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH 10/10] fs/dax: remove useless functions

[PATCH 0/6] mremap: move_vma() fixes
 2020-12-30 15:43 UTC  (9+ messages)
` [PATCH 2/6] mm/mremap: For MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
` [PATCH 3/6] mremap: Don't allow MREMAP_DONTUNMAP on special_mappings and aio

[RFC] block: reject I/O in BLKRRPART if block size changed
 2020-12-30 14:05 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 13/17] fs/namespace.c: WARN if mnt_count has become negative
 2020-12-30 13:03 UTC 

[PATCH AUTOSEL 5.10 16/31] fs/namespace.c: WARN if mnt_count has become negative
 2020-12-30 13:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 26/31] io_uring: remove racy overflow list fast checks

[PATCH] io_uring: style: redundant NULL check
 2020-12-30  6:29 UTC  (2+ messages)

Bug in __mmdrop() triggered by io-uring on v5.11-rc1
 2020-12-29 15:00 UTC  (3+ messages)

[PATCH v16 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
 2020-12-29  7:39 UTC  (3+ messages)

New issue: KASAN: wild-memory-access Write in bdi_put (bisected to e6cb53827ed6)
 2020-12-29  6:38 UTC 

[PATCH RESEND] libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
 2020-12-28 23:25 UTC 

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-28 20:03 UTC  (5+ messages)
` [v2 PATCH 3/9] mm: vmscan: guarantee shrinker_slab_memcg() sees valid shrinker_maps for online memcg

[PATCH v6 0/7] Convert all THP vmstat counters to pages
 2020-12-28 16:41 UTC  (8+ messages)
` [PATCH v6 1/7] mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
` [PATCH v6 2/7] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH v6 3/7] mm: memcontrol: convert NR_FILE_THPS "
` [PATCH v6 4/7] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH v6 5/7] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH v6 6/7] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH v6 7/7] mm: memcontrol: make the slab calculation consistent

can the idle value of /proc/stat decrease?
 2020-12-28  7:54 UTC 

[PATCH 04/13] x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups
 2020-12-28  7:24 UTC  (2+ messages)

[PATCH v16 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-12-27 11:59 UTC  (3+ messages)
` [PATCH v16 04/10] fs/ntfs3: Add file operations and implementation

[PATCHSET 0/4] fs: Support for LOOKUP_CACHED / RESOLVE_CACHED
 2020-12-26 18:24 UTC  (7+ messages)
` [PATCH 1/4] fs: make unlazy_walk() error handling consistent


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