linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 21:58:32 to 2020-09-14 19:18:33 UTC [more...]

[RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support
 2020-09-14 19:17 UTC  (10+ messages)
` [RFC PATCH v3 01/16] vfs: export new_inode_pseudo
` [RFC PATCH v3 04/16] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v3 05/16] fscrypt: make fscrypt_fname_disk_to_usr return whether result is nokey name
` [RFC PATCH v3 06/16] ceph: add fscrypt ioctls
` [RFC PATCH v3 08/16] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v3 09/16] ceph: preallocate inode for ops that may create one
` [RFC PATCH v3 12/16] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v3 14/16] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v3 16/16] ceph: create symlinks with encrypted and base64-encoded targets

[Linux-kernel-mentees] [PATCH] idr: remove WARN_ON_ONCE() when trying to check id
 2020-09-14 18:47 UTC  (3+ messages)

[RFC PATCH] fs: micro-optimization remove branches by adjusting flag values
 2020-09-14 18:06 UTC  (2+ messages)

Kernel Benchmarking
 2020-09-14 17:47 UTC  (19+ messages)

[RFC PATCH] inotify: add support watch open exec event
 2020-09-14 17:27 UTC 

[PATCH] ramfs: Fix nommu mmap with gaps in the page cache
 2020-09-14 12:22 UTC 

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-14 12:29 UTC  (3+ messages)

[RFC PATCH v9 0/3] Add introspect_access(2) (was O_MAYEXEC)
 2020-09-14 16:43 UTC  (12+ messages)

[RESEND PATCH 0/2] iowait and idle fixes in /proc/stat
 2020-09-14 16:31 UTC  (6+ messages)
` [RESEND PATCH 1/2] tick-sched: Do not clear the iowait and idle times
` [RESEND PATCH 2/2] /proc/stat: Simplify iowait and idle calculations when cpu is offline

PROBLEM: epoll_wait() does not return events when running in multiple threads
 2020-09-14 15:35 UTC  (3+ messages)

mmotm 2020-09-13-21-39 uploaded
 2020-09-14 15:03 UTC  (2+ messages)
` mmotm 2020-09-13-21-39 uploaded (arch/x86/kernel/kvm.c)

[PATCH V4] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
 2020-09-14 13:32 UTC  (4+ messages)

[External] Re: [PATCH v2] stackleak: Fix a race between stack erasing sysctl handlers
 2020-09-14 14:09 UTC  (2+ messages)

[PATCH V1] fuse: Remove __GFP_FS flag to avoid allocator recursing
 2020-09-14 14:07 UTC  (2+ messages)

BUG: kernel NULL pointer dereference, address: RIP: 0010:shmem_getpage_gfp.isra.0+0x470/0x750
 2020-09-14 11:55 UTC  (2+ messages)

[PATCH v7 00/39] btrfs: zoned block device support
 2020-09-14 11:48 UTC  (44+ messages)
` [PATCH v7 01/39] btrfs: introduce ZONED feature flag
` [PATCH v7 02/39] btrfs: Get zone information of zoned block devices
` [PATCH v7 03/39] btrfs: Check and enable ZONED mode
` [PATCH v7 04/39] btrfs: introduce max_zone_append_size
` [PATCH v7 05/39] btrfs: disallow space_cache in ZONED mode
` [PATCH v7 06/39] btrfs: disallow NODATACOW "
` [PATCH v7 07/39] btrfs: disable fallocate "
` [PATCH v7 08/39] btrfs: disallow mixed-bg "
` [PATCH v7 09/39] btrfs: disallow inode_cache "
` [PATCH v7 10/39] btrfs: implement log-structured superblock for "
` [PATCH v7 11/39] btrfs: implement zoned chunk allocator
` [PATCH v7 12/39] btrfs: verify device extent is aligned to zone
` [PATCH v7 13/39] btrfs: load zone's alloction offset
` [PATCH v7 14/39] btrfs: emulate write pointer for conventional zones
` [PATCH v7 15/39] btrfs: track unusable bytes for zones
` [PATCH v7 16/39] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v7 17/39] btrfs: reset zones of unused block groups
` [PATCH v7 18/39] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v7 19/39] btrfs: limit bio size under max_zone_append_size
` [PATCH v7 20/39] btrfs: limit ordered extent size to max_zone_append_size
` [PATCH v7 21/39] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v7 22/39] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v7 23/39] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v7 24/39] btrfs: enable zone append writing for direct IO
` [PATCH v7 25/39] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v7 26/39] btrfs: serialize meta IOs on "
` [PATCH v7 27/39] btrfs: wait existing extents before truncating
` [PATCH v7 28/39] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v7 29/39] btrfs: mark block groups to copy for device-replace
` [PATCH v7 30/39] btrfs: implement cloning for ZONED device-replace
` [PATCH v7 31/39] btrfs: implement copying "
` [PATCH v7 32/39] btrfs: support dev-replace in ZONED mode
` [PATCH v7 33/39] btrfs: enable relocation "
` [PATCH v7 34/39] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v7 35/39] btrfs: split alloc_log_tree()
` [PATCH v7 36/39] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v7 37/39] btrfs: serialize log transaction on ZONED mode
` [PATCH v7 38/39] btrfs: reorder log node allocation
` [PATCH v7 39/39] btrfs: enable to mount ZONED incompat flag

WARNING: refcount bug in io_worker_exit
 2020-09-14  9:34 UTC 

[PATCH v5 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-14  2:38 UTC  (11+ messages)
` [PATCH v5 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v5 03/10] fs/ntfs3: Add bitmap
` [PATCH v5 05/10] fs/ntfs3: Add attrib operations
` [PATCH v5 06/10] fs/ntfs3: Add compression
` [PATCH v5 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v5 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v5 10/10] fs/ntfs3: Add MAINTAINERS

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-13 17:54 UTC  (29+ messages)
` [RFC PATCH 1/6] security/fbfam: Add a Kconfig to enable the fbfam feature
` [RFC PATCH 2/6] security/fbfam: Add the api to manage statistics
` [RFC PATCH 3/6] security/fbfam: Use "
` [RFC PATCH 4/6] security/fbfam: Add a new sysctl to control the crashing rate threshold
` [RFC PATCH 5/6] security/fbfam: Detect a fork brute force attack
` [RFC PATCH 6/6] security/fbfam: Mitigate "

WARNING: refcount bug in io_wqe_worker
 2020-09-12 18:49 UTC  (2+ messages)

[PATCH V8 0/3] fuse: Add support for passthrough read/write
 2020-09-12 11:06 UTC  (8+ messages)
` [PATCH V8 1/3] fuse: Definitions and ioctl() for passthrough
` [PATCH V8 2/3] fuse: Introduce synchronous read and write "
` [PATCH V8 3/3] fuse: Handle AIO read and write in passthrough
` [fuse-devel] [PATCH V8 0/3] fuse: Add support for passthrough read/write

[PATCH] fs/pipe.c: clean code by removing unnecessary initialization
 2020-09-12 10:34 UTC 

bdi cleanups v4
 2020-09-12  6:17 UTC  (3+ messages)
` [PATCH 05/12] md: update the optimal I/O size on reshape

[PATCH] exfat: remove 'rwoffset' in exfat_inode_info
 2020-09-12  5:01 UTC  (2+ messages)

[RFC PATCH v8 0/3] Add support for AT_INTERPRETED (was O_MAYEXEC)
 2020-09-12  0:16 UTC  (5+ messages)

slab-out-of-bounds in iov_iter_revert()
 2020-09-11 23:55 UTC  (2+ messages)

[PATCH] fs/aio.c: clean code by removing unnecessary assignment
 2020-09-11 21:43 UTC 

INFO: rcu detected stall in ext4_file_write_iter
 2020-09-11 20:03 UTC  (2+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2020-09-11 12:44 UTC  (6+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)

KASAN: use-after-free Write in io_wq_worker_running
 2020-09-11 17:28 UTC  (2+ messages)

[PATCH v3 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-11 16:59 UTC  (5+ messages)
  ` [PATCH v3 04/10] fs/ntfs3: Add file operations and implementation
  ` [PATCH v3 02/10] fs/ntfs3: Add initialization of super block

[PATCH v6] fuse: Add support for passthrough read/write
 2020-09-11 16:23 UTC  (9+ messages)

[PATCH 0/9] btrfs: implement send/receive of compressed extents without decompressing
 2020-09-11 14:13 UTC  (3+ messages)
` [PATCH 2/9] btrfs: send: avoid copying file data

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[PATCH -next] fs_parser: Fix 'name' kernel-doc warning in validate_constant_table()
 2020-09-11 12:04 UTC 

[PATCH -next] fs: Fix 'mnt' kernel-doc warning in namespace.c
 2020-09-11 12:07 UTC 

[PATCH -next] fs: vboxsf: Fix a kernel-doc warning in vboxsf_wrappers.c
 2020-09-11 12:05 UTC  (2+ messages)

[RFC PATCH V4] iomap: add support to track dirty state of sub pages
 2020-09-11 12:05 UTC  (5+ messages)

[PATCH] pipe: honor IOCB_NOWAIT
 2020-09-11 11:21 UTC  (3+ messages)

[PATCH v5 0/4] zonefs: introduce helper for zone management
 2020-09-11  9:24 UTC  (7+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 2/4] zonefs: provide zonefs_io_error variant that can be called with i_truncate_mutex held
` [PATCH v5 3/4] zonefs: open/close zone on file open/close
` [PATCH v5 4/4] zonefs: document the explicit-open mount option

[PATCH v4 0/4] zonefs: introduce helper for zone management
 2020-09-11  7:52 UTC  (7+ messages)
` [PATCH v4 2/4] zonefs: provide zonefs_io_error variant that can be called with i_truncate_mutex held
` [PATCH v4 3/4] zonefs: open/close zone on file open/close

[PATCH] vfs: add fchmodat2 syscall
 2020-09-11  6:57 UTC  (6+ messages)

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-11  6:42 UTC  (13+ messages)
` [PATCH v2 1/9] iomap: Fix misplaced page flushing
` [PATCH v2 2/9] fs: Introduce i_blocks_per_page
` [PATCH v2 3/9] iomap: Use kzalloc to allocate iomap_page
` [PATCH v2 4/9] iomap: Use bitmap ops to set uptodate bits
` [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

[PATCH 3/3] exfat: replace memcpy with structure assignment
 2020-09-11  4:45 UTC 

[PATCH 2/3] exfat: remove useless check in exfat_move_file()
 2020-09-11  4:45 UTC 

[PATCH 1/3] exfat: remove useless directory scan in exfat_add_entry()
 2020-09-11  4:44 UTC 

[PATCH] fs: use correct parameter in notes of generic_file_llseek_size()
 2020-09-11  2:57 UTC  (3+ messages)

possible deadlock in proc_tgid_io_accounting (2)
 2020-09-10 23:19 UTC 

[PATCH] fput: Allow calling __fput_sync() from !PF_KTHREAD thread
 2020-09-10 11:25 UTC  (5+ messages)
` [PATCH v2] "


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