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

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

[PATCH] fs: fix KMSAN uninit-value bug by initializing nd in do_file_open_root
 2020-09-16  6:16 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[PATCH] vboxsf: fix comparison of signed char constant with unsigned char array elements
 2020-09-16  6:14 UTC  (2+ messages)

[PATCH] exfat: remove 'rwoffset' in exfat_inode_info
 2020-09-16  5:35 UTC  (3+ messages)

[PATCH 1/2] fs: Add a filesystem flag for THPs
 2020-09-16  5:21 UTC  (3+ messages)
` [PATCH 2/2] fs: Do not update nr_thps for mappings which support THPs

[PATCH] reiserfs: only call unlock_new_inode() if I_NEW
 2020-09-16  4:01 UTC  (3+ messages)

[PATCH v2] vfs: don't unnecessarily clone write access for writable fds
 2020-09-16  3:59 UTC  (3+ messages)

[PATCH] io_uring: fix the bug of child process can't do io task
 2020-09-16  3:53 UTC  (4+ messages)
    ` [External] "

mmotm 2020-09-15-20-44 uploaded
 2020-09-16  3:45 UTC 

[RESEND PATCHv1] proc: use untagged_addr() for pagemap_read addresses
 2020-09-16  3:10 UTC 

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-16  2:50 UTC  (37+ messages)
` [RFC PATCH 01/24] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [RFC PATCH 02/24] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [RFC PATCH 03/24] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [RFC PATCH 04/24] mm/hugetlb: Register bootmem info when CONFIG_HUGETLB_PAGE_FREE_VMEMMAP
` [RFC PATCH 05/24] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [RFC PATCH 06/24] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [RFC PATCH 07/24] mm/hugetlb: Add freeing unused vmemmap pages support for x86
` [RFC PATCH 08/24] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [RFC PATCH 09/24] x86/mm: Introduce VMEMMAP_SIZE/VMEMMAP_END macro
` [RFC PATCH 10/24] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [RFC PATCH 11/24] mm/hugetlb: Add vmemmap_pmd_huge macro for x86
` [RFC PATCH 12/24] mm/hugetlb: Defer freeing of hugetlb pages
` [RFC PATCH 13/24] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [RFC PATCH 14/24] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [RFC PATCH 15/24] mm/hugetlb: Use PG_slab to indicate split pmd
` [RFC PATCH 16/24] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [RFC PATCH 17/24] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [RFC PATCH 18/24] mm/hugetlb: Clear PageHWPoison on the non-error memory page
` [RFC PATCH 19/24] mm/hugetlb: Flush work when dissolving hugetlb page
` [RFC PATCH 20/24] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [RFC PATCH 21/24] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [RFC PATCH 22/24] mm/hugetlb: Implement vmemmap_pmd_mkhuge macro
` [RFC PATCH 23/24] mm/hugetlb: Gather discrete indexes of tail page
` [RFC PATCH 24/24] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
  ` [External] Re: [RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page

[PATCH 2/3] exfat: remove useless check in exfat_move_file()
 2020-09-16  2:32 UTC  (2+ messages)

[PATCH 3/3] exfat: replace memcpy with structure assignment
 2020-09-16  2:23 UTC  (2+ messages)

[PATCH 1/3] exfat: remove useless directory scan in exfat_add_entry()
 2020-09-16  2:22 UTC  (2+ messages)

[RFC PATCH 0/4] fsdax: introduce fs query to support reflink
 2020-09-16  2:15 UTC  (9+ messages)
` [RFC PATCH 1/4] fs: introduce ->storage_lost() for memory-failure
` [RFC PATCH 2/4] pagemap: introduce ->memory_failure()
` [RFC PATCH 3/4] mm, fsdax: refactor dax handler in memory-failure
` [RFC PATCH 4/4] fsdax: remove useless (dis)associate functions

[RFC] nvfs: a filesystem for persistent memory
 2020-09-15 17:38 UTC  (6+ messages)

[RFC PATCH v9 0/3] Add introspect_access(2) (was O_MAYEXEC)
 2020-09-15 13:32 UTC  (2+ messages)
  ` [RFC PATCH v9 2/3] arch: Wire up introspect_access(2)

[RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support
 2020-09-15 20:49 UTC  (37+ messages)
` [RFC PATCH v3 01/16] vfs: export new_inode_pseudo
` [RFC PATCH v3 02/16] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v3 03/16] fscrypt: export fscrypt_d_revalidate
` [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 07/16] ceph: crypto context handling for ceph
` [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 10/16] ceph: add routine to create context prior to RPC
` [RFC PATCH v3 11/16] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v3 12/16] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v3 13/16] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v3 14/16] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v3 15/16] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v3 16/16] ceph: create symlinks with encrypted and base64-encoded targets

Kernel Benchmarking
 2020-09-15 23:35 UTC  (30+ messages)

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-09-16  0:12 UTC  (11+ messages)

[PATCH 1/9 next] mm:process_vm_access Call import_iovec() instead of rw_copy_check_uvector()
 2020-09-15 14:55 UTC 

[PATCH 2/9 next] fs: Move rw_copy_check_uvector() into lib/iov_iter.c and make static
 2020-09-15 14:55 UTC 

[PATCH 4/9 next] fs/io_uring Don't use the return value from import_iovec()
 2020-09-15 14:55 UTC 

[PATCH 3/9 next] lib/iov_iter: Improved function for importing iovec[] from userpace
 2020-09-15 14:55 UTC 

[PATCH 6/9 next] security/keys: Use iovec_import() instead of import_iovec()
 2020-09-15 14:55 UTC 

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2020-09-15 14:55 UTC 

[PATCH 7/9 next] mm/process_vm_access: Use iovec_import() instead of import_iovec()
 2020-09-15 14:55 UTC 

[PATCH 8/9 next] fs: Use iovec_import() instead of import_iovec()
 2020-09-15 14:55 UTC 

bdi cleanups v5
 2020-09-15 15:18 UTC  (13+ 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 05/12] md: update the optimal I/O size on reshape
` [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

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-15 15:49 UTC  (5+ messages)
` [PATCH v2 2/9] fs: Introduce i_blocks_per_page

BUG: kernel NULL pointer dereference, address: RIP: 0010:shmem_getpage_gfp.isra.0+0x470/0x750
 2020-09-15 22:52 UTC  (5+ messages)

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

[PATCH] fs: Make page_mkwrite_check_truncate thp-aware
 2020-09-15 16:04 UTC 

[PATCH] fs: Support THPs in vfs_dedupe_file_range
 2020-09-15 16:38 UTC  (2+ messages)

[RFC PATCH] btrfs: don't call btrfs_sync_file from iomap context
 2020-09-15 21:48 UTC  (4+ messages)

[PATCH v2 0/2] iowait and idle fixes in /proc/stat
 2020-09-15 19:36 UTC  (3+ messages)
` [PATCH v2 1/2] tick-sched: Do not clear the iowait and idle times
` [PATCH v2 2/2] /proc/stat: Simplify iowait and idle calculations when cpu is offline

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-15 18:44 UTC  (11+ messages)
` [RFC PATCH 5/6] security/fbfam: Detect a fork brute force attack

[PATCH 9/9 net-next] net/socket: Use iovec_import() instead of import_iovec()
 2020-09-15 14:55 UTC 

[PATCH 0/9 next] Changes to code that reads iovec from userspace
 2020-09-15 14:53 UTC 

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

[PATCH] fs: fix ioctl.c kernel-doc warnings
 2020-09-15 13:30 UTC 

[RFC PATCH] inotify: add support watch open exec event
 2020-09-15 12:09 UTC  (4+ messages)

[PATCH 0/3] io_uring: Fix async workqueue is not canceled on some corner case
 2020-09-15  9:44 UTC  (5+ messages)
` [PATCH 1/3] io_uring: Fix resource leaking when kill the process
` [PATCH 2/3] io_uring: Fix missing smp_mb() in io_cancel_async_work()
` [PATCH 3/3] io_uring: Fix remove irrelevant req from the task_list

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

[PATCH v7 00/39] btrfs: zoned block device support
 2020-09-15  8:09 UTC  (2+ messages)

INFO: task hung in vfs_setxattr (3)
 2020-09-15  7:57 UTC  (3+ messages)

bdi cleanups v3
 2020-09-15  7:05 UTC  (8+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[Linux-kernel-mentees] [PATCH] idr: remove WARN_ON_ONCE() when trying to check id
 2020-09-15  5:51 UTC  (7+ messages)
        `  "

[RFC PATCH] fs: micro-optimization remove branches by adjusting flag values
 2020-09-15  0:38 UTC  (4+ 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).