linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 23:12:19 to 2020-09-18 12:46:47 UTC [more...]

let import_iovec deal with compat_iovecs as well
 2020-09-18 12:45 UTC  (6+ messages)
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH -next] fs/nsfs.c: Fix 'ns_common' kernel-doc warning in nsfs.c
 2020-09-18 12:38 UTC 

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-18 12:30 UTC  (23+ messages)
` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
  ` [V9fs-developer] "
` [PATCH 03/13] afs: "
` [PATCH 04/13] ceph: "
` [PATCH 05/13] cifs: "
` [PATCH 06/13] cramfs: "
` [PATCH 07/13] ecryptfs: "
` [PATCH 08/13] fuse: "
` [PATCH 09/13] hostfs: "
` [PATCH 10/13] jffs2: "
` [PATCH 11/13] ubifs: "
` [PATCH 12/13] udf: "
` [PATCH 13/13] vboxsf: "
` [PATCH 14/13] iomap: Inline iomap_iop_set_range_uptodate into its one caller
  ` [PATCH 15/13] iomap: Inline iomap_read_finish "
  ` [PATCH 16/13] iomap: Make readpage synchronous

[RFC] nvfs: a filesystem for persistent memory
 2020-09-18 12:25 UTC  (12+ messages)
      ` [PATCH] pmem: export the symbols __copy_user_flushcache and __copy_from_user_flushcache
              ` [PATCH] pmem: fix __copy_user_flushcache
                  ` the "read" syscall sees partial effects of the "write" syscall

[PATCH v3 1/1] dax: Fix stack overflow when mounting fsdax pmem device
 2020-09-18 11:29 UTC 

[RFC PATCH] locking/percpu-rwsem: use this_cpu_{inc|dec}() for read_count
 2020-09-18 11:03 UTC  (21+ messages)

[PATCHv3 0/1] Optimize ext4 file overwrites - perf improvement
 2020-09-18  9:52 UTC  (4+ messages)
` [PATCHv3 1/1] ext4: Optimize file overwrites

remove blkdev_get as a public API
 2020-09-18  8:52 UTC  (18+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: switch register_disk to use blkdev_get_by_dev
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 06/14] zram: cleanup backing_dev_store
` [PATCH 07/14] raw: don't keep unopened block device around
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store
` [PATCH 10/14] mm: cleanup claim_swapfile
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check
` [PATCH 14/14] block: mark blkdev_get static

[PATCH V4] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
 2020-09-18  8:40 UTC  (6+ messages)

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-09-17 23:13 UTC  (15+ messages)

[PATCH AUTOSEL 5.4 051/330] fix dget_parent() fastpath race
 2020-09-18  1:59 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 198/330] exec: Add exec_update_mutex to replace cred_guard_mutex
` [PATCH AUTOSEL 5.4 240/330] bdev: Reduce time holding bd_mutex in sync in blkdev_close()

[PATCH TRIVIAL] fs/eventpoll.c: fix "Returns" kernel-doc formatting
 2020-09-18  2:53 UTC 

[PATCH AUTOSEL 4.19 030/206] fix dget_parent() fastpath race
 2020-09-18  2:07 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 146/206] bdev: Reduce time holding bd_mutex in sync in blkdev_close()

[PATCH 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode()
 2020-09-18  2:33 UTC 

[PATCH 1/2] exfat: add exfat_update_inode()
 2020-09-18  2:33 UTC 

[PATCH AUTOSEL 4.14 088/127] bdev: Reduce time holding bd_mutex in sync in blkdev_close()
 2020-09-18  2:11 UTC 

[PATCH AUTOSEL 4.9 66/90] bdev: Reduce time holding bd_mutex in sync in blkdev_close()
 2020-09-18  2:14 UTC 

[PATCH AUTOSEL 4.4 44/64] bdev: Reduce time holding bd_mutex in sync in blkdev_close()
 2020-09-18  2:16 UTC 

Kernel Benchmarking
 2020-09-18  0:40 UTC  (13+ messages)

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-18  0:12 UTC  (3+ messages)

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-17 22:18 UTC  (13+ messages)
` [PATCH v2 5/9] iomap: Support arbitrarily many blocks per page
` [PATCH v2 6/9] iomap: Convert read_count to read_bytes_pending
` [PATCH v2 7/9] iomap: Convert write_count to write_bytes_pending
` [PATCH v2 8/9] iomap: Convert iomap_write_end types
` [PATCH v2 9/9] iomap: Change calling convention for zeroing

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-17 22:05 UTC  (7+ messages)
` [RFC PATCH 1/6] security/fbfam: Add a Kconfig to enable the fbfam feature

[PATCH] enable core.fsyncObjectFiles by default
 2020-09-17 20:37 UTC  (23+ messages)
          ` [RFC PATCH 0/2] should core.fsyncObjectFiles fsync the dir entry + docs
          ` [RFC PATCH 1/2] sha1-file: fsync() loose dir entry when core.fsyncObjectFiles
          ` [RFC PATCH 2/2] core.fsyncObjectFiles: make the docs less flippant

slab-out-of-bounds in iov_iter_revert()
 2020-09-17 20:16 UTC  (11+ messages)

[PATCH v2 0/2] changes for addding fchmodat2 syscall
 2020-09-17 18:42 UTC  (6+ messages)
` [PATCH v2 1/2] vfs: block chmod of symlinks

remove compat_sys_mount
 2020-09-17 17:18 UTC  (8+ messages)
` [PATCH 1/5] nfs: simplify nfs4_parse_monolithic
` [PATCH 2/5] fs,nfs: lift compat nfs4 mount data handling into the nfs code
` [PATCH 3/5] fs: remove compat_sys_mount
` [PATCH 4/5] alpha: simplify osf_mount
` [PATCH 5/5] fs: remove do_mounts

improve compat handling for the i386 u64 alignment quirk v3
 2020-09-17 16:50 UTC  (6+ messages)
` [PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
` [PATCH 2/3] compat: add a compat_need_64bit_alignment_fixup() helper
` [PATCH 3/3] quota: simplify the quotactl compat handling

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-17 16:01 UTC  (5+ messages)

mmotm 2020-09-16-18-20 uploaded
 2020-09-17 15:16 UTC  (2+ messages)
` mmotm 2020-09-16-18-20 uploaded (mdio-octeon.c)

[PATCH v5 0/5] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-17 13:27 UTC  (6+ messages)

[PATCH] dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
 2020-09-17 13:19 UTC  (5+ messages)

bdi cleanups v4
 2020-09-17 10:35 UTC  (23+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-17  7:47 UTC  (9+ messages)

[PATCH v5 0/3] close_range()
 2020-09-17  7:52 UTC  (4+ messages)
` [PATCH v5 1/3] open: add close_range()

[PATCH v7 00/39] btrfs: zoned block device support
 2020-09-17  7:14 UTC  (10+ messages)
` [PATCH v7 19/39] btrfs: limit bio size under max_zone_append_size

[PATCH] fsync.2: ERRORS: add EIO and ENOSPC
 2020-09-17  7:01 UTC  (7+ messages)

[RFC PATCH] btrfs: don't call btrfs_sync_file from iomap context
 2020-09-17  6:42 UTC  (8+ messages)

THP support for btrfs
 2020-09-17  5:49 UTC  (3+ messages)

[PATCH v2] exfat: remove 'rwoffset' in exfat_inode_info
 2020-09-17  1:39 UTC 

INFO: task hung in io_uring_flush
 2020-09-17  1:42 UTC  (2+ messages)

[PATCH v2] vfs: don't unnecessarily clone write access for writable fds
 2020-09-17  0:54 UTC  (4+ messages)

[PATCH] fs: fix KMSAN uninit-value bug by initializing nd in do_file_open_root
 2020-09-17  0:22 UTC  (3+ messages)

[PATCH v3] fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGS
 2020-09-16 23:28 UTC  (3+ messages)

[PATCH] fs: fix cast in fsparam_u32hex() macro
 2020-09-16 23:12 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).