linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-29 08:43:39 to 2020-05-01 06:38:16 UTC [more...]

[RFC PATCH V2 0/9] Introduce attach/clear_page_private to cleanup code
 2020-05-01  6:38 UTC  (15+ messages)
` [RFC PATCH V2 1/9] include/linux/pagemap.h: introduce attach/clear_page_private
` [RFC PATCH V2 2/9] md: remove __clear_page_buffers and use attach/clear_page_private
` [RFC PATCH V2 3/9] btrfs: "
` [RFC PATCH V2 4/9] fs/buffer.c: "
` [RFC PATCH V2 5/9] f2fs: "
` [RFC PATCH V2 6/9] iomap: "
` [RFC PATCH V2 7/9] ntfs: replace attach_page_buffers with attach_page_private
` [RFC PATCH V2 8/9] orangefs: use attach/clear_page_private
` [RFC PATCH V2 9/9] buffer_head.h: remove attach_page_buffers

[RFC 00/20] ext4: Fix ENOSPC error, improve mballoc dbg, other cleanups
 2020-05-01  6:30 UTC  (21+ messages)
` [RFC 01/20] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [RFC 02/20] ext4: Introduce percpu seq counter for freeing blocks(PA) to avoid ENOSPC err
` [RFC 03/20] ext4: mballoc: Do print bb_free info even when it is 0
` [RFC 04/20] ext4: mballoc: Refactor ext4_mb_show_ac()
` [RFC 05/20] ext4: mballoc: Add more mb_debug() msgs
` [RFC 06/20] ext4: mballoc: Correct the mb_debug() format specifier for pa_len var
` [RFC 07/20] ext4: mballoc: Fix few other format specifier in mb_debug()
` [RFC 08/20] ext4: mballoc: Simplify error handling in ext4_init_mballoc()
` [RFC 09/20] ext4: mballoc: Make ext4_mb_use_preallocated() return type as bool
` [RFC 10/20] ext4: mballoc: Remove EXT4_MB_HINT_GOAL_ONLY and it's related code
` [RFC 11/20] ext4: mballoc: Refactor code inside DOUBLE_CHECK into separate function
` [RFC 12/20] ext4: mballoc: Fix possible NULL ptr dereference from mb_cmp_bitmaps()
` [RFC 13/20] ext4: mballoc: Don't BUG if kmalloc or read blk bitmap fail for DOUBLE_CHECK
` [RFC 14/20] ext4: balloc: Use task_pid_nr() helper
` [RFC 15/20] ext4: Use BIT() macro for BH_** state bits
` [RFC 16/20] ext4: Improve ext_debug() msg in case of block allocation failure
` [RFC 17/20] ext4: Replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents()
` [RFC 18/20] ext4: mballoc: Make mb_debug() implementation to use pr_debug()
` [RFC 19/20] ext4: Make ext_debug() "
` [RFC 20/20] ext4: Add process name and pid in ext4_msg()

[PATCH v2 0/2] Add file-system authentication to BTRFS
 2020-05-01  6:30 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: add authentication support

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-05-01  6:00 UTC  (17+ messages)
` [PATCH v2 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v2 2/5] coredump: Let dump_emit() bail out on short writes
` [PATCH v2 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v2 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v2 5/5] mm/gup: Take mmap_sem in get_dump_page()

[RESEND PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2020-05-01  4:37 UTC  (2+ messages)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-01  4:22 UTC  (15+ messages)
` [PATCH v3 1/5] fs: Add support for a RESOLVE_MAYEXEC flag on openat2(2)
` [PATCH v3 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v3 3/5] fs: Enable to enforce noexec mounts or file exec through RESOLVE_MAYEXEC

[PATCH] pipe: read/write_iter() handler should check for IOCB_NOWAIT
 2020-05-01  4:21 UTC  (8+ messages)

[PATCH] vfs: allow unprivileged whiteout creation
 2020-05-01  4:14 UTC  (2+ messages)

[PATCH 1/2] kselftests: introduce new epoll60 testcase for catching lost wakeups
 2020-05-01  2:55 UTC  (3+ messages)
` [PATCH 2/2] epoll: atomically remove wait entry on wake up

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-04-30 21:26 UTC  (9+ messages)

[PATCH v3 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-04-30 18:21 UTC  (10+ messages)
` [PATCH v3 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH][v2] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-04-30 17:18 UTC 

[PATCH v12 00/12] Inline Encryption Support
 2020-04-30 17:04 UTC  (15+ messages)
` [PATCH v12 01/12] Documentation: Document the blk-crypto framework
` [PATCH v12 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v12 03/12] block: Inline encryption support for blk-mq
` [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v12 05/12] block: blk-crypto-fallback for Inline Encryption
` [PATCH v12 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v12 07/12] scsi: ufs: UFS crypto API
` [PATCH v12 08/12] scsi: ufs: Add inline encryption support to UFS
` [PATCH v12 09/12] fs: introduce SB_INLINECRYPT
` [PATCH v12 10/12] fscrypt: add inline encryption support
` [PATCH v12 11/12] f2fs: "
` [PATCH v12 12/12] ext4: "

[PATCHv3 1/1] fibmap: Warn and return an error in case of block > INT_MAX
 2020-04-30 15:16 UTC  (4+ messages)

[PATCH] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-04-30 14:10 UTC  (3+ messages)

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-04-30 13:23 UTC  (6+ messages)
` [PATCH v4 1/5] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v4 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v4 3/5] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v4 4/5] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v4 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[PATCH 8/7] hfs: stop using ioctl_by_bdev
 2020-04-30 13:20 UTC 

[xfstests PATCH] generic: test reporting of wb errors via syncfs
 2020-04-30 11:59 UTC 

[PATCH v3 00/25] Large pages in the page cache
 2020-04-30 11:34 UTC  (29+ messages)
` [PATCH v3 01/25] mm: Allow hpages to be arbitrary order
` [PATCH v3 02/25] mm: Introduce thp_size
` [PATCH v3 03/25] mm: Introduce thp_order
` [PATCH v3 04/25] mm: Introduce offset_in_thp
` [PATCH v3 05/25] fs: Add a filesystem flag for large pages
` [PATCH v3 06/25] fs: Introduce i_blocks_per_page
` [PATCH v3 07/25] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH v3 08/25] fs: Support THPs in zero_user_segments
` [PATCH v3 09/25] bio: Add bio_for_each_thp_segment_all
` [PATCH v3 10/25] iomap: Support arbitrarily many blocks per page
` [PATCH v3 11/25] iomap: Support large pages in iomap_adjust_read_range
` [PATCH v3 12/25] iomap: Support large pages in read paths
` [PATCH v3 13/25] iomap: Support large pages in write paths
` [PATCH v3 14/25] iomap: Inline data shouldn't see large pages
` [PATCH v3 15/25] xfs: Support "
` [PATCH v3 16/25] mm: Make prep_transhuge_page return its argument
` [PATCH v3 17/25] mm: Add __page_cache_alloc_order
` [PATCH v3 18/25] mm: Allow large pages to be added to the page cache
` [PATCH v3 19/25] mm: Allow large pages to be removed from "
` [PATCH v3 20/25] mm: Remove page fault assumption of compound page size
` [PATCH v3 21/25] mm: Add DEFINE_READAHEAD
` [PATCH v3 22/25] mm: Make page_cache_readahead_unbounded take a readahead_control
` [PATCH v3 23/25] mm: Make __do_page_cache_readahead "
` [PATCH v3 24/25] mm: Add large page readahead
` [PATCH v3 25/25] mm: Align THP mappings for non-DAX

[PATCH v11 00/12] Inline Encryption Support
 2020-04-30  7:24 UTC  (10+ messages)
` [PATCH v11 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v11 03/12] block: Inline encryption support for blk-mq
` [PATCH v11 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v11 10/12] fscrypt: add inline encryption support

WARNING: bad unlock balance in rcu_lock_release
 2020-04-30  6:15 UTC  (2+ messages)

mmotm 2020-04-29-23-04 uploaded
 2020-04-30  6:05 UTC 

mmotm 2020-04-29-23-02 uploaded
 2020-04-30  6:03 UTC 

[RFC PATCH] fs: Move @f_count to different cacheline with @f_mode
 2020-04-30  3:25 UTC 

[PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-30  2:18 UTC  (4+ messages)
` [PATCH v9 01/11] scsi: free sgtables in case command setup fails

[PATCH v6 06/12] mm/gup: track FOLL_PIN pages
 2020-04-29 23:03 UTC  (13+ messages)
` [regression] "
        ` [regression?] "

[PATCH v4 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-04-29 17:09 UTC  (7+ messages)
` [PATCH v4 1/7] fs: introduce kernel_pread_file* support
` [PATCH v4 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH v4 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v4 4/7] firmware: test partial file reads of request_firmware_into_buf
` [PATCH v4 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH v4 7/7] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-29 17:02 UTC  (9+ messages)
` [PATCH v5 "

[PATCH] Fix use after free in get_tree_bdev()
 2020-04-29 16:49 UTC  (3+ messages)

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-04-29 16:21 UTC  (6+ messages)

[PATCH] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
 2020-04-29 14:38 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-04-29 14:05 UTC  (21+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [PATCH v3 2/6] block: move main block debugfs initialization to its own file
` [PATCH v3 3/6] blktrace: move blktrace debugfs creation to helper function
` [PATCH v3 4/6] blktrace: fix debugfs use after free
` [PATCH v3 5/6] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v3 6/6] loop: be paranoid on exit and prevent new additions / removals

[PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
 2020-04-29 12:34 UTC  (8+ messages)
` [PATCH] fixup! "

[PATCH v6 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-29 12:23 UTC  (3+ messages)

WARNING in exfat_bdev_read
 2020-04-29 12:12 UTC  (2+ messages)

[RFC PATCH 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-04-29 10:55 UTC  (10+ messages)
` [RFC PATCH 2/5] statsfs API: create, add and remove statsfs sources and values
` [RFC PATCH 5/5] kvm_main: replace debugfs with statsfs

INFO: task hung in linkwatch_event (2)
 2020-04-29  9:59 UTC 

[RFC PATCH 2/5] statsfs API: create, add and remove statsfs sources and values
 2020-04-29  9:49 UTC  (2+ messages)
` [RFC PATCH 2/5] statsfs API: create, add and remove statsfs

[PATCH v3 4/6] blktrace: fix debugfs use after free
 2020-04-29  8:48 UTC 

mmotm 2020-04-26-00-15 uploaded
 2020-04-29  8:43 UTC  (6+ messages)
` mmotm 2020-04-26-00-15 uploaded (mm/madvise.c)


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