linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 23:21:00 to 2020-11-24 02:39:47 UTC [more...]

[PATCH v24 00/12] Landlock LSM
 2020-11-24  2:38 UTC  (18+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 12/12] landlock: Add user and kernel documentation

[PATCH v3] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-11-24  2:11 UTC  (2+ messages)

[PATCH v4 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-24  2:08 UTC  (9+ messages)
` [PATCH v4 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v4 2/3] fscrypt: Have filesystems handle their d_ops

[PATCH v2 06/19] elf/vdso: Reuse arch_setup_additional_pages() parameters
 2020-11-24  0:29 UTC 

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-24  0:26 UTC  (5+ messages)
` [PATCH v2 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM

[PATCH 00/29] RFC: iov_iter: Switch to using an ops table
 2020-11-23 23:42 UTC  (44+ messages)
` [PATCH 01/29] iov_iter: Switch to using a table of operations
` [PATCH 02/29] iov_iter: Split copy_page_to_iter()
` [PATCH 03/29] iov_iter: Split iov_iter_fault_in_readable
` [PATCH 04/29] iov_iter: Split the iterate_and_advance() macro
` [PATCH 05/29] iov_iter: Split copy_to_iter()
` [PATCH 06/29] iov_iter: Split copy_mc_to_iter()
` [PATCH 07/29] iov_iter: Split copy_from_iter()
` [PATCH 08/29] iov_iter: Split the iterate_all_kinds() macro
` [PATCH 09/29] iov_iter: Split copy_from_iter_full()
` [PATCH 10/29] iov_iter: Split copy_from_iter_nocache()
` [PATCH 11/29] iov_iter: Split copy_from_iter_flushcache()
` [PATCH 12/29] iov_iter: Split copy_from_iter_full_nocache()
` [PATCH 13/29] iov_iter: Split copy_page_from_iter()
` [PATCH 14/29] iov_iter: Split iov_iter_zero()
` [PATCH 15/29] iov_iter: Split copy_from_user_atomic()
` [PATCH 16/29] iov_iter: Split iov_iter_advance()
` [PATCH 17/29] iov_iter: Split iov_iter_revert()
` [PATCH 18/29] iov_iter: Split iov_iter_single_seg_count()
` [PATCH 19/29] iov_iter: Split iov_iter_alignment()
` [PATCH 20/29] iov_iter: Split iov_iter_gap_alignment()
` [PATCH 21/29] iov_iter: Split iov_iter_get_pages()
` [PATCH 22/29] iov_iter: Split iov_iter_get_pages_alloc()
` [PATCH 23/29] iov_iter: Split csum_and_copy_from_iter()
` [PATCH 24/29] iov_iter: Split csum_and_copy_from_iter_full()
` [PATCH 25/29] iov_iter: Split csum_and_copy_to_iter()
` [PATCH 26/29] iov_iter: Split iov_iter_npages()
` [PATCH 27/29] iov_iter: Split dup_iter()
` [PATCH 28/29] iov_iter: Split iov_iter_for_each_range()
` [PATCH 29/29] iov_iter: Remove iterate_all_kinds() and iterate_and_advance()

PROBLEM: fanotify_mark EFAULT on x86
 2020-11-23 23:07 UTC  (6+ messages)
      ` [PATCH] fanotify: Fix fanotify_mark() on 32-bit archs

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-23 22:42 UTC  (11+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-23 22:06 UTC  (11+ messages)
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 14/39] commoncap: handle idmapped mounts
` [PATCH v2 31/39] audit: "

[PATCH v5 00/21] Free some vmemmap pages of hugetlb page
 2020-11-23 22:01 UTC  (38+ messages)
` [PATCH v5 13/21] mm/hugetlb: Use PG_slab to indicate split pmd
    ` [External] "
` [PATCH v5 21/21] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two
      ` [External] "
          ` [External] Re: [PATCH v5 00/21] Free some vmemmap pages of hugetlb page

[PATCH] fs/stat: set attributes_mask for STATX_ATTR_DAX
 2020-11-23 21:37 UTC  (3+ messages)

[fuse-devel] Cross-host entry caching and file open/create
 2020-11-23 21:07 UTC  (5+ messages)

[RFC PATCH] vfs: fs{set,get}attr iops
 2020-11-23 21:06 UTC  (2+ messages)

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-11-23 21:05 UTC  (17+ messages)
` [PATCH v2 02/24] exec: Simplify unshare_files
` [PATCH v2 11/24] file: Implement task_lookup_fd_rcu
` [PATCH v2 13/24] kcmp: In get_file_raw_ptr use task_lookup_fd_rcu
` [PATCH v2 14/24] file: Implement task_lookup_next_fd_rcu
` [PATCH v2 16/24] bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcu
` [PATCH v2 21/24] file: Rename __close_fd to close_fd and remove the files parameter
` [PATCH v2 22/24] file: Replace ksys_close with close_fd
` [PATCH v2 23/24] file: Rename __close_fd_get_file close_fd_get_file
` [PATCH v2 00/24] exec: Move unshare_files and guarantee files_struct.count is correct

INFO: task hung in __io_uring_files_cancel
 2020-11-23 20:25 UTC  (4+ messages)

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-11-23 20:11 UTC  (5+ messages)
` [PATCH v6 1/2] Add UFFD_USER_MODE_ONLY

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-23 17:46 UTC  (6+ messages)
` [PATCH v10 08/41] btrfs: disallow NODATACOW in ZONED mode
` [PATCH v10 11/41] btrfs: implement log-structured superblock for "

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-11-23 17:09 UTC  (8+ messages)
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag
` [PATCH v6 04/11] btrfs: fix btrfs_write_check()
` [PATCH v6 05/11] btrfs: fix check_data_csum() error message for direct I/O

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (17+ messages)

inconsistent lock state in io_file_data_ref_zero
 2020-11-23 16:37 UTC  (2+ messages)

[PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-23 15:28 UTC  (12+ messages)
` [PATCH v10 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v10 2/9] mmap: make mlock_future_check() global
` [PATCH v10 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v10 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v10 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v10 6/9] secretmem: add memcg accounting
` [PATCH v10 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v10 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v10 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2] qnx4_match: do not over run the buffer
 2020-11-23 10:34 UTC 

[RESEND PATCH] fuse : Improve file open behavior for recently created/unlinked files
 2020-11-23 10:40 UTC  (2+ messages)

kernel BUG at fs/notify/dnotify/dnotify.c:LINE! (2)
 2020-11-23 10:05 UTC 

[RESEND PATCH v1] proc: use untagged_addr() for pagemap_read addresses
 2020-11-23  6:38 UTC 

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-11-23  0:41 UTC  (7+ messages)
` [RFC PATCH v2 1/6] fs: introduce ->storage_lost() for memory-failure
` [RFC PATCH v2 2/6] blk: introduce ->block_lost() to handle memory-failure
` [RFC PATCH v2 3/6] md: implement ->block_lost() for memory-failure
` [RFC PATCH v2 4/6] pagemap: introduce ->memory_failure()
` [RFC PATCH v2 5/6] mm, fsdax: refactor dax handler in memory-failure
` [RFC PATCH v2 6/6] fsdax: remove useless (dis)associate functions

KASAN: use-after-free Read in iput (2)
 2020-11-22 21:23 UTC 

possible deadlock in freeze_super
 2020-11-22 21:15 UTC 

[PATCH] eventfd: convert to ->write_iter()
 2020-11-22 14:42 UTC  (2+ messages)
` [eventfd] 5cb13cb023: will-it-scale.per_thread_ops -6.3% regression

[PATCH v3 2/2] selftests: core: add tests for CLOSE_RANGE_CLOEXEC
 2020-11-22 13:42 UTC  (2+ messages)
` [selftests] 4d9c16a494: kernel-selftests.core.make_fail

[PATCH] afs: Fix speculative status fetch going out of order wrt to modifications
 2020-11-22 13:13 UTC 

[RFC RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-11-22 12:48 UTC  (3+ messages)
` [RFC v2] "

[GIT PULL] fanotify fix for 5.10-rc5
 2020-11-21 18:39 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.10-rc5
 2020-11-21 18:39 UTC  (2+ messages)

[PATCH v2] eventfd: convert to ->write_iter()
 2020-11-21 17:07 UTC  (4+ messages)

merge struct block_device and struct hd_struct
 2020-11-21 16:24 UTC  (9+ messages)
` [PATCH 14/20] block: remove the nr_sects field in "

[PATCH v4 0/4] add epoll_pwait2 syscall
 2020-11-21 14:44 UTC  (5+ messages)
` [PATCH v4 1/4] epoll: convert internal api to timespec64
` [PATCH v4 2/4] epoll: add syscall epoll_pwait2
` [PATCH v4 3/4] epoll: wire up "
` [PATCH v4 4/4] selftests/filesystems: expand epoll with epoll_pwait2

[PATCH] iov_iter: optimise iter type checking
 2020-11-21 14:37 UTC 

[PATCH 0/4] Cosmetic
 2020-11-21 13:57 UTC  (5+ messages)
` [PATCH 1/4] fs/anon_inodes.c: Use "%s" + __func__ instead of hardcoding function name
` [PATCH 2/4] fs/anon_inodes.c, fs/attr.c, fs/bad_inode.c, fs/binfmt_aout.c, fs/binfmt_elf.c: Cosmetic
` [PATCH 3/4] "
` [PATCH 4/4] "

[PATCH v3] fs/aio.c: Cosmetic
 2020-11-21 11:41 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v3 0/2] add epoll_pwait2 syscall
 2020-11-21  9:27 UTC  (15+ messages)
` [PATCH v3 1/2] epoll: add nsec timeout support with epoll_pwait2

INFO: task hung in sync_inodes_sb (4)
 2020-11-21  4:55 UTC 


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