linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 20:13:23 to 2020-04-29 04:33:36 UTC [more...]

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-29  4:33 UTC  (24+ messages)
` [PATCH V11 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V11 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V11 03/11] fs/stat: Define DAX statx attribute
` [PATCH V11 04/11] Documentation/dax: Update Usage section
  ` [PATCH V11.1] "
    ` [PATCH V11.2] "
` [PATCH V11 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V11 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [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] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
 2020-04-29  4:12 UTC  (7+ messages)
` [PATCH v2] "

[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 v5 0/4] Charge loop device i/o to issuing cgroup
 2020-04-29  2:27 UTC  (7+ messages)
` [PATCH v5 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH v5 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH v5 3/4] mm: Charge active memcg when no mm is set
` [PATCH v5 4/4] loop: Charge i/o to mem and blk cg

remove set_fs calls from the coredump code v4
 2020-04-29  1:36 UTC  (10+ messages)
` [PATCH 1/5] powerpc/spufs: simplify spufs core dumping
  ` [RFC PATCH] powerpc/spufs: fix copy_to_user while atomic

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

[PATCH v6 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-28 23:48 UTC  (4+ messages)
` [PATCH v6 RESEND 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v6 RESEND 2/2] buffer: record blockdev write errors in super_block that it backs

[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)
  ` 回复: "

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-28 22:01 UTC  (9+ 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

[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] Fix use after free in get_tree_bdev()
 2020-04-28 20:27 UTC 

remove set_fs calls from the exec and coredump code v3
 2020-04-28 19:56 UTC  (9+ messages)
` [PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
              ` [PATCH] fixup! "

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

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-04-28 19:25 UTC  (6+ messages)
` [PATCH v3 11/29] docs: filesystems: convert dnotify.txt to ReST
` [PATCH v3 16/29] docs: filesystems: convert mandatory-locking.txt "
` [PATCH v3 20/29] docs: filesystems: convert sharedsubtree.txt "

[PATCH] eventfd: convert to f_op->read_iter()
 2020-04-28 19:23 UTC 

[RFC PATCH 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-04-28 17:56 UTC  (8+ 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

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

[PATCH 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-04-28 16:40 UTC  (12+ messages)
` [PATCH 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH 2/5] coredump: Fix handling of partial writes in dump_emit()
` [PATCH 3/5] coredump: Refactor page range dumping into common helper
` [PATCH 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH 5/5] mm/gup: Take mmap_sem in get_dump_page()

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-04-28 16:01 UTC  (8+ messages)

[PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
 2020-04-28 15:35 UTC  (5+ messages)
  ` [LTP] [fs] ce436509a8: ltp.openat203.fail

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-04-28 15:21 UTC  (15+ messages)
` [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] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-04-28 14:59 UTC  (2+ messages)

[PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-28 14:50 UTC  (17+ messages)
` [PATCH v9 01/11] scsi: free sgtables in case command setup fails
` [PATCH v9 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v9 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v9 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v9 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v9 06/11] block: Modify revalidate zones
` [PATCH v9 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v9 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v9 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v9 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v9 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

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

[PATCH v2 0/2] Add file-system authentication to BTRFS
 2020-04-28 10:58 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: add authentication support
` [PATCH v2 2/2] btrfs: rename btrfs_parse_device_options back to btrfs_parse_early_options

[PATCH 1/2] fuse: virtiofs: Fix nullptr dereference
 2020-04-28  8:53 UTC  (3+ messages)

[PATCH] fuse:rely on fuse_perm for exec when no mode bits set
 2020-04-28  8:21 UTC  (5+ messages)

[PATCH] staging: exfat: add exfat filesystem code to staging
 2020-04-28  7:46 UTC  (11+ messages)
              ` exfat upcase table for code points above U+FFFF (Was: Re: [PATCH] staging: exfat: add exfat filesystem code to staging)

[PATCH 0/2] WARN fibmap user in case of possible addr truncation
 2020-04-28  7:29 UTC  (9+ messages)
` [PATCH 1/2] fibmap: Warn and return an error in case of block > INT_MAX

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-04-28  6:53 UTC  (2+ messages)

[PATCH v8 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-28  5:42 UTC  (4+ messages)
` [PATCH v8 04/11] block: Introduce REQ_OP_ZONE_APPEND

[PATCH v10 00/12] Inline Encryption Support
 2020-04-28  5:21 UTC  (11+ messages)
` [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v10 03/12] block: Inline encryption support for blk-mq

mmotm 2020-04-26-00-15 uploaded
 2020-04-27 23:45 UTC  (7+ messages)
` mmotm 2020-04-26-00-15 uploaded (mm/madvise.c)

mmotm 2020-04-27-16-36 uploaded
 2020-04-27 23:37 UTC 

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-27 21:23 UTC  (3+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports

io_uring, IORING_OP_RECVMSG and ancillary data
 2020-04-27 20:13 UTC  (9+ 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).