linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 20:19:46 to 2020-03-24 12:13:23 UTC [more...]

KMSAN: uninit-value in simple_attr_read
 2020-03-24 12:13 UTC  (7+ messages)
` [PATCH] libfs: fix infoleak in simple_attr_read()

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-24  9:29 UTC  (7+ messages)

[PATCH] fs: move the posix_acl_fix_xattr_{to_from}_user out of xattr code
 2020-03-24  9:14 UTC  (2+ messages)

[PATCH v11 0/8] Disable compat cruft on ppc64le v11
 2020-03-24  8:54 UTC  (23+ messages)
  ` [PATCH v11 3/8] powerpc/perf: consolidate read_user_stack_32
  ` [PATCH v11 5/8] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v12 0/8] Disable compat cruft on ppc64le v12
  ` [PATCH v12 1/8] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
  ` [PATCH v12 2/8] powerpc: move common register copy functions from signal_32.c to signal.c
  ` [PATCH v12 3/8] powerpc/perf: consolidate read_user_stack_32
  ` [PATCH v12 4/8] powerpc/perf: consolidate valid_user_sp -> invalid_user_sp
  ` [PATCH v12 5/8] powerpc/64: make buildable without CONFIG_COMPAT
  ` [PATCH v12 6/8] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
  ` [PATCH v12 7/8] powerpc/perf: split callchain.c by bitness
  ` [PATCH v12 8/8] MAINTAINERS: perf: Add pattern that matches ppc perf to the perf entry

[PATCH v10 00/25] Change readahead API
 2020-03-24  8:40 UTC  (28+ messages)
` [PATCH v10 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v10 02/25] mm: Return void from various readahead functions
` [PATCH v10 03/25] mm: Ignore return value of ->readpages
` [PATCH v10 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v10 05/25] mm: Add new readahead_control API
` [PATCH v10 06/25] mm: Use readahead_control to pass arguments
` [PATCH v10 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v10 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v10 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v10 10/25] mm: Put readahead pages in cache earlier
` [PATCH v10 11/25] mm: Add readahead address space operation
` [PATCH v10 12/25] mm: Move end_index check out of readahead loop
` [PATCH v10 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v10 14/25] mm: Document why we don't set PageReadahead
` [PATCH v10 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v10 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead
` [PATCH v10 18/25] erofs: Convert uncompressed files "
` [PATCH v10 19/25] erofs: Convert compressed "
` [PATCH v10 20/25] ext4: Convert "
` [PATCH v10 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v10 22/25] f2fs: Convert from readpages to readahead
` [PATCH v10 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v10 24/25] fuse: Convert from readpages to readahead
` [PATCH v10 25/25] iomap: "

[PATCH V2] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-24  8:27 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 30/73] futex: Fix inode life-time issue
 2020-03-24  8:06 UTC  (3+ messages)

mmotm 2020-03-23-21-29 uploaded
 2020-03-24  4:30 UTC 

[PATCH v2] hibernate: Allow uswsusp to write to swap
 2020-03-24  2:19 UTC  (5+ messages)

[PATCH] ext4: Check for non-zero journal inum in ext4_calculate_overhead
 2020-03-24  1:52 UTC  (2+ messages)

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-03-24  0:16 UTC  (23+ messages)

[PATCH v4 0/5] module autoloading fixes and cleanups
 2020-03-23 17:12 UTC  (4+ messages)

[PATCH] iomap: Do not use GFP_NORETRY to allocate BIOs
 2020-03-23 16:51 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: vfs-for-next updated to 56939e014a6c
 2020-03-23 16:46 UTC 

[PATCH] lib/test_lockup: add parameters for locking generic vfs locks
 2020-03-23 16:38 UTC 

[PATCH 0/2] io-uring: cleanup: drop completion upon removal of file
 2020-03-23 15:57 UTC 

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-03-23 15:32 UTC  (9+ messages)

Fanotify Ignore mask
 2020-03-23 15:32 UTC  (5+ messages)
    ` [EXTERNAL] "

[PATCH v2] fs/namespace: handle mount(MS_BIND|MS_REMOUNT) without locking sb->s_umount
 2020-03-23 15:05 UTC 

Ack to merge through DRM? WAS [PATCH v5 1/9] fs: Constify vma argument to vma_is_dax
 2020-03-23 13:30 UTC  (2+ messages)

[PATCH] iomap: Submit the BIO at the end of each extent
 2020-03-23 12:59 UTC  (6+ messages)

[PATCH] ext2: fix empty body warnings when -Wextra is used
 2020-03-23 12:02 UTC  (3+ messages)

[PATCH] bdev: Reduce time holding bd_mutex in sync in blkdev_close()
 2020-03-23 11:18 UTC  (2+ messages)

[PATCH v6 01/16] exec: Only compute current once in flush_old_exec
 2020-03-23 10:51 UTC  (17+ messages)
` [PATCH v6 02/16] exec: Factor unshare_sighand out of de_thread and call it separately
` [PATCH v6 03/16] exec: Move cleanup of posix timers on exec out of de_thread
` [PATCH v6 04/16] exec: Move exec_mmap right after de_thread in flush_old_exec
` [PATCH v6 05/16] exec: Add exec_update_mutex to replace cred_guard_mutex
` [PATCH v6 06/16] exec: Fix a deadlock in strace
` [PATCH v6 07/16] selftests/ptrace: add test cases for dead-locks
` [PATCH v6 08/16] mm: docs: Fix a comment in process_vm_rw_core
` [PATCH v6 09/16] kernel: doc: remove outdated comment cred.c
` [PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
` [PATCH v6 11/16] proc: "
` [PATCH v6 12/16] proc: io_accounting: "
` [PATCH v6 13/16] perf: "
` [PATCH v6 14/16] pidfd: "
` [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
` [PATCH v6 16/16] doc: Update documentation of ->exec_*_mutex

[PATCH v9 00/25] Change readahead API
 2020-03-23  3:55 UTC  (46+ messages)
` [PATCH v9 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v9 02/25] mm: Return void from various readahead functions
` [PATCH v9 03/25] mm: Ignore return value of ->readpages
` [PATCH v9 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v9 05/25] mm: Add new readahead_control API
` [PATCH v9 06/25] mm: Use readahead_control to pass arguments
` [PATCH v9 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v9 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v9 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v9 10/25] mm: Put readahead pages in cache earlier
` [PATCH v9 11/25] mm: Add readahead address space operation
` [PATCH v9 12/25] mm: Move end_index check out of readahead loop
` [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v9 14/25] mm: Document why we don't set PageReadahead
` [PATCH v9 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v9 17/25] btrfs: Convert from readpages to readahead
` [PATCH v9 18/25] erofs: Convert uncompressed files "
  ` [f2fs-dev] "
` [PATCH v9 19/25] erofs: Convert compressed "
  ` [f2fs-dev] "
` [PATCH v9 20/25] ext4: Convert "
` [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v9 22/25] f2fs: Convert from readpages to readahead
  ` [f2fs-dev] "
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [f2fs-dev] "
` [PATCH v9 24/25] fuse: Convert from readpages to readahead
` [PATCH v9 25/25] iomap: "

INFO: task hung in io_queue_file_removal
 2020-03-22 20:17 UTC  (2+ messages)

[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
 2020-03-22  3:30 UTC  (6+ messages)
` [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
` [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE

[PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
 2020-03-21 22:53 UTC  (12+ messages)
  ` [PATCH v3 "
              ` [PATCH v4 3/5] "

mmotm 2020-03-21-15-17 uploaded
 2020-03-21 22:17 UTC 

WARNING in alloc_page_buffers
 2020-03-21 20:17 UTC  (3+ messages)

[fuse] Why is readahead=0 limiting read size?
 2020-03-21 13:39 UTC 

[PATCH 00/11] fs/dcache: Limit # of negative dentries
 2020-03-21 10:17 UTC  (3+ messages)

INFO: task hung in io_queue_file_removal
 2020-03-21  5:50 UTC 

[PATCH v2] MAINTAINERS: adjust to filesystem doc ReST conversion
 2020-03-20 23:32 UTC  (2+ messages)

[PATCH v2,1/2] doc: zh_CN: index files in filesystems subdirectory
 2020-03-20 23:19 UTC  (3+ messages)
` [PATCH v3,1/2] "

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-20 20:24 UTC 

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-03-20 15:35 UTC  (5+ messages)

[PATCH] zonfs: Fix handling of read-only zones
 2020-03-20 15:25 UTC  (2+ messages)

[PATCH] umh: fix refcount underflow in fork_usermode_blob()
 2020-03-20 10:31 UTC  (4+ messages)

lazytime causing inodes to remain dirty after sync?
 2020-03-20  2:46 UTC  (7+ messages)
` [PATCH] writeback: avoid double-writing the inode on a lazytime expiration

[PATCH 4/4] ovl: alllow remote upper
 2020-03-19 21:40 UTC  (11+ messages)
                ` unionmount testsuite with upper virtiofs

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-19 21:17 UTC  (10+ 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).