linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 17:11:41 to 2020-04-29 23:03:07 UTC [more...]

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

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-04-29 21:56 UTC  (7+ 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 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  (7+ messages)

[PATCH v3 00/25] Large pages in the page cache
 2020-04-29 15:45 UTC  (28+ 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-29 15:41 UTC  (14+ messages)
` [PATCH v11 01/12] Documentation: Document the blk-crypto framework
` [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 05/12] block: blk-crypto-fallback for Inline Encryption
` [PATCH v11 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v11 07/12] scsi: ufs: UFS crypto API
` [PATCH v11 08/12] scsi: ufs: Add inline encryption support to UFS
` [PATCH v11 09/12] fs: introduce SB_INLINECRYPT
` [PATCH v11 10/12] fscrypt: add inline encryption support
` [PATCH v11 11/12] f2fs: "
` [PATCH v11 12/12] ext4: "

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

[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 v9 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-29 12:48 UTC  (3+ messages)
` [PATCH v9 01/11] scsi: free sgtables in case command setup fails

[PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
 2020-04-29 12:34 UTC  (10+ 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)

[PATCH v2 0/2] Add file-system authentication to BTRFS
 2020-04-29 11:46 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs: add authentication support

[RFC PATCH 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-04-29 10:55 UTC  (12+ messages)
` [RFC PATCH 2/5] statsfs API: create, add and remove statsfs sources and values
` [RFC PATCH 3/5] kunit: tests for statsfs API
` [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 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-29  8:50 UTC  (10+ 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 4/5] selftest/openat2: Add tests for RESOLVE_MAYEXEC enforcing
` [PATCH v3 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

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

[PATCHv2] fibmap: Warn and return an error in case of block > INT_MAX
 2020-04-29  8:30 UTC  (3+ messages)

[PATCH 1/5] powerpc/spufs: simplify spufs core dumping
 2020-04-29  7:42 UTC  (9+ messages)
` [RFC PATCH] powerpc/spufs: fix copy_to_user while atomic

[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
 2020-04-29  7:39 UTC  (3+ messages)
` [RFC][PATCH 2/3] evm: Extend API of post hooks to pass the result of pre hooks
` [RFC][PATCH 3/3] evm: Return -EAGAIN to ignore verification failures

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-29  5:47 UTC  (18+ messages)
` [PATCH V11 04/11] Documentation/dax: Update Usage section
  ` [PATCH V11.1] "
    ` [PATCH V11.2] "
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH] epoll: Fix UAF dentry name access in wakeup source setup
 2020-04-29  3:30 UTC  (3+ messages)

[PATCH RFC 00/18] xfs: atomic file updates
 2020-04-29  2:46 UTC  (19+ messages)
` [PATCH 01/18] xfs: clean up the error handling in xfs_swap_extent_rmap
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 03/18] vfs: introduce new file extent swap ioctl
` [PATCH 04/18] xfs: support deferred bmap updates on the attr fork
` [PATCH 05/18] xfs: xfs_bmap_finish_one should map unwritten extents properly
` [PATCH 06/18] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 07/18] xfs: allow deferred ops items to put themselves at the end of the pending queue
` [PATCH 08/18] xfs: introduce a swap-extent log intent item
` [PATCH 09/18] xfs: create deferred log items for extent swapping
` [PATCH 10/18] xfs: refactor locking and unlocking two inodes against userspace IO
` [PATCH 11/18] xfs: add a ->swap_file_range handler
` [PATCH 12/18] xfs: add error injection to test swapext recovery
` [PATCH 13/18] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 14/18] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 15/18] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 16/18] xfs: refactor reflink flag handling in xfs_swap_extent_forks
` [PATCH 17/18] xfs: remove old swap extents implementation
` [PATCH 18/18] xfs: fix quota accounting in the old fork swap code

[PATCH] epoll: Move helper functions from UAPI header into eventpoll.c
 2020-04-29  2:42 UTC 

[PATCH V11.1] Documentation/dax: Update Usage section
 2020-04-28 22:23 UTC  (2+ messages)

[RFC PATCH 0/8] dax: Add a dax-rmap tree to support reflink
 2020-04-28 22:02 UTC  (9+ messages)
  ` 回复: "

[git pull] vfs.git fixes
 2020-04-28 21:45 UTC  (2+ messages)

[PATCH 0/9] XArray: several cleanups
 2020-04-28 21:24 UTC  (4+ messages)
` [PATCH 5/9] XArray: entry in last level is not expected to be a node

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-28 19:36 UTC  (16+ messages)
  ` [PATCH v2 2/2] proc: Ensure we see the exit of each process tid exactly
          ` [PATCH v3 2/6] posix-cpu-timers: Use PIDTYPE_TGID to simplify the logic in lookup_task
          ` [PATCH v3 3/6] rculist: Add hlist_swap_before_rcu
                ` [PATCH v4 0/2] proc: Ensure we see the exit of each process tid exactly

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-04-28 19:25 UTC  (3+ messages)

[PATCH] eventfd: convert to f_op->read_iter()
 2020-04-28 19:23 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).