linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-29 17:10:00 to 2020-05-02 00:42:03 UTC [more...]

[RFC PATCH V2 0/9] Introduce attach/clear_page_private to cleanup code
 2020-05-02  0:41 UTC  (20+ 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

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-05-02  0:25 UTC  (21+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [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 v4] eventfd: convert to f_op->read_iter()
 2020-05-01 23:54 UTC  (3+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-05-01 23:34 UTC  (21+ messages)
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap
` [PATCH 04/11] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 05/11] fs: mark __generic_block_fiemap static
` [PATCH 06/11] fs: move the fiemap definitions out of fs.h
` [PATCH 07/11] iomap: fix the iomap_fiemap prototype
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 10/11] fs: remove the access_ok() check in ioctl_fiemap
` [PATCH 11/11] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache

[PATCH RFC 00/18] xfs: atomic file updates
 2020-05-01 22:54 UTC  (5+ messages)
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions

remove set_fs from copy_strings_kernel
 2020-05-01 22:04 UTC  (10+ messages)
` [PATCH 1/2] exec: simplify the copy_strings_kernel calling convention
` [PATCH 2/2] exec: open code copy_string_kernel

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

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-05-01 20:36 UTC  (7+ 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 1/2] kselftests: introduce new epoll60 testcase for catching lost wakeups
 2020-05-01 19:27 UTC  (4+ messages)
` [PATCH 2/2] epoll: atomically remove wait entry on wake up

[PATCH v3b] eventfd: convert to f_op->read_iter()
 2020-05-01 19:08 UTC  (3+ messages)

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-05-01 19:09 UTC  (20+ 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()

[PATCH] vfs: allow unprivileged whiteout creation
 2020-05-01 18:39 UTC  (5+ messages)

fuse doesn't use security_inode_init_security?
 2020-05-01 18:32 UTC  (4+ messages)

[RFC 00/20] ext4: Fix ENOSPC error, improve mballoc dbg, other cleanups
 2020-05-01 18:31 UTC  (22+ 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 v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-01 18:05 UTC  (19+ 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 v3] eventfd: convert to f_op->read_iter()
 2020-05-01 17:54 UTC  (2+ messages)

[PATCH v3v] eventfd: convert to f_op->read_iter()
 2020-05-01 17:53 UTC 

[PATCH v2] eventfd: convert to f_op->read_iter()
 2020-05-01 17:49 UTC  (3+ messages)

[PATCH 1/2] fuse: virtiofs: Fix nullptr dereference
 2020-05-01 15:47 UTC  (5+ messages)
` [PATCH 2/2] fuse: virtiofs: Add basic multiqueue support

Implement close-on-fork
 2020-05-01 15:23 UTC  (5+ messages)
` [PATCH 1/4] fs: "

[PATCH][v2] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-05-01 15:22 UTC  (2+ messages)

[PATCH v4 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-01 11:49 UTC  (2+ messages)
` [PATCH v4 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH v3 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-01 11:03 UTC  (7+ messages)
` [PATCH v3 2/2] Documentation/sysctl: Document uclamp sysctl knobs

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

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

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

[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 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  (2+ messages)

[PATCH v11 00/12] Inline Encryption Support
 2020-04-30  7:24 UTC  (9+ 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  (2+ messages)

[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  (4+ 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 7/7] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver


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