linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-21 23:57:34 to 2019-06-24 23:50:36 UTC [more...]

lift the xfs writepage code into iomap
 2019-06-24 23:49 UTC  (30+ messages)
` [PATCH 01/12] list.h: add a list_pop helper
` [PATCH 02/12] xfs: simplify xfs_chain_bio
` [PATCH 03/12] xfs: fix a comment typo in xfs_submit_ioend
` [PATCH 04/12] xfs: initialize ioma->flags in xfs_bmbt_to_iomap
` [PATCH 05/12] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 06/12] xfs: remove XFS_TRANS_NOFS
` [PATCH 07/12] xfs: don't preallocate a transaction for file size updates
` [PATCH 08/12] xfs: simplify xfs_ioend_can_merge
` [PATCH 09/12] xfs: refactor the ioend merging code
` [PATCH 10/12] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c
` [PATCH 12/12] iomap: add tracing for the address space operations

[PATCH v8 0/6] Enable THP for text section of non-shmem files
 2019-06-24 22:34 UTC  (8+ messages)
` [PATCH v8 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v8 2/6] filemap: update offset check "
` [PATCH v8 3/6] mm,thp: stats for file backed THP
` [PATCH v8 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v8 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v8 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH v4 0/7] vfs: make immutable files actually immutable
 2019-06-24 21:58 UTC  (13+ messages)
` [PATCH 1/7] mm/fs: don't allow writes to immutable files
` [PATCH 2/7] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/7] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/7] vfs: don't allow most setxattr to immutable files
` [PATCH 5/7] xfs: refactor setflags to use setattr code directly
` [PATCH 6/7] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 7/7] vfs: don't allow writes to swap files

[PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem)FS
 2019-06-24 21:17 UTC 

[PATCH v5 00/14] epoll: support pollable epoll from userspace
 2019-06-24 20:38 UTC  (18+ messages)
` [PATCH v5 01/14] epoll: move private helpers from a header to the source
` [PATCH v5 02/14] epoll: introduce user structures for polling from userspace
` [PATCH v5 03/14] epoll: allocate user header and user events ring "
` [PATCH v5 04/14] epoll: some sanity flags checks for epoll syscalls "
` [PATCH v5 05/14] epoll: offload polling to a work in case of epfd polled "
` [PATCH v5 06/14] epoll: introduce helpers for adding/removing events to uring
` [PATCH v5 07/14] epoll: call ep_add_event_to_uring() from ep_poll_callback()
` [PATCH v5 08/14] epoll: support polling from userspace for ep_insert()
` [PATCH v5 09/14] epoll: support polling from userspace for ep_remove()
` [PATCH v5 10/14] epoll: support polling from userspace for ep_modify()
` [PATCH v5 11/14] epoll: support polling from userspace for ep_poll()
` [PATCH v5 12/14] epoll: support mapping for epfd when polled from userspace
` [PATCH v5 13/14] epoll: implement epoll_create2() syscall
` [PATCH v5 14/14] kselftest: add uepoll-test which tests polling from userspace

[PATCH v4 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-24 21:03 UTC  (6+ messages)
` [PATCH v4 2/3][v4.9.y] "
` [PATCH v4 3/3] [v4.9.y] "
` [PATCH v4 0/3] "

xfstest 531 and unlink of open file
 2019-06-24 19:02 UTC  (3+ messages)

[PATCH] fs: Move mark_inode_dirty out of __generic_write_end
 2019-06-24 18:22 UTC  (3+ messages)

[PATCH 0/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs
 2019-06-24 17:42 UTC  (3+ messages)
` [PATCH 1/2] mm, memcontrol: Add memcg_iterate_all()
` [PATCH 2/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs

a few questions about pagevc_lookup_entries
 2019-06-24 17:13 UTC  (5+ messages)

[PATCH v7 0/6] Enable THP for text section of non-shmem files
 2019-06-24 16:33 UTC  (17+ messages)
` [PATCH v7 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v7 2/6] filemap: update offset check "
` [PATCH v7 3/6] mm,thp: stats for file backed THP
` [PATCH v7 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v7 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH] fs/binfmt: Changed order of elf and misc to prevent privilege escalation
 2019-06-24 16:01 UTC  (2+ messages)

[PATCH] quota: honor quote type in Q_XGETQSTAT[V] calls
 2019-06-24 15:54 UTC  (4+ messages)

[PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping
 2019-06-24 15:12 UTC  (3+ messages)

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #14]
 2019-06-24 14:12 UTC  (26+ messages)
` [PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/25] fsinfo: Add syscalls to other arches "
` [PATCH 03/25] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 04/25] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 05/25] vfs: Implement parameter value retrieval with fsinfo() "
` [PATCH 06/25] fsinfo: Implement retrieval of LSM parameters "
` [PATCH 07/25] vfs: Introduce a non-repeating system-unique superblock ID "
` [PATCH 08/25] vfs: Allow fsinfo() to look up a mount object by "
` [PATCH 09/25] vfs: Add mount notification count "
` [PATCH 10/25] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 11/25] vfs: fsinfo sample: Mount listing program "
` [PATCH 12/25] fsinfo: Add API documentation "
` [PATCH 13/25] hugetlbfs: Add support for fsinfo() "
` [PATCH 14/25] kernfs, cgroup: Add fsinfo support "
` [PATCH 15/25] fsinfo: Support SELinux superblock parameter retrieval "
` [PATCH 16/25] fsinfo: Support Smack "
` [PATCH 17/25] afs: Support fsinfo() "
` [PATCH 18/25] fsinfo: proc - add sb operation "
` [PATCH 19/25] fsinfo: autofs "
` [PATCH 20/25] fsinfo: shmem - add tmpfs "
` [PATCH 21/25] fsinfo: devpts - add "
` [PATCH 22/25] fsinfo: pstore "
` [PATCH 23/25] fsinfo: debugfs "
` [PATCH 24/25] fsinfo: bpf "
` [PATCH 25/25] fsinfo: ufs "

[PATCH next] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl max_softirq_time_usecs
 2019-06-24 13:32 UTC  (5+ messages)

d_lookup: Unable to handle kernel paging request
 2019-06-24 11:47 UTC  (12+ messages)

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-06-24 10:53 UTC  (7+ messages)
` [PATCH 05/13] vfs: don't parse "silent" option

general protection fault in do_move_mount (2)
 2019-06-24  9:28 UTC  (3+ messages)

INFO: task hung in io_uring_release
 2019-06-24  8:21 UTC 

[PATCH v2 0/8] staging: erofs: decompression inplace approach
 2019-06-24  7:39 UTC  (5+ messages)
` [PATCH v2 5/8] staging: erofs: introduce generic decompression backend

[PATCH v3 0/8] staging: erofs: decompression inplace approach
 2019-06-24  7:34 UTC  (11+ messages)
` [PATCH v3 1/8] staging: erofs: add compacted ondisk compression indexes
` [PATCH v3 2/8] staging: erofs: add compacted compression indexes support
` [PATCH v3 3/8] staging: erofs: move per-CPU buffers implementation to utils.c
` [PATCH v3 4/8] staging: erofs: move stagingpage operations to compress.h
` [PATCH v3 5/8] staging: erofs: introduce generic decompression backend
` [PATCH v3 6/8] staging: erofs: introduce LZ4 decompression inplace
` [PATCH v3 7/8] staging: erofs: switch to new decompression backend
` [PATCH v3 8/8] staging: erofs: integrate decompression inplace

INFO: rcu detected stall in write_comp_data
 2019-06-24  7:27 UTC 

[PATCH 0/6] Btrfs iomap
 2019-06-24  7:07 UTC  (9+ messages)
` [PATCH 1/6] iomap: Use a IOMAP_COW/srcmap for a read-modify-write I/O
` [PATCH 2/6] iomap: Read page from srcmap for IOMAP_COW
` [PATCH 3/6] iomap: Check iblocksize before transforming page->private

[PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem) FS
 2019-06-24  4:27 UTC 

Call for participation: Persistent Programming In Real Life
 2019-06-23 22:09 UTC 

WARNING: bad unlock balance in rcu_lock_release
 2019-06-23 12:37 UTC 

[PATCH] fuse: require /dev/fuse reads to have enough buffer capacity (take 2)
 2019-06-23  7:26 UTC  (2+ messages)
` [PATCH, RESEND] "

[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-22 23:12 UTC  (27+ messages)
` [PATCH v5 01/16] fs-verity: add a documentation file
` [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
` [PATCH v5 03/16] fs-verity: add UAPI header
` [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v5 06/16] fs-verity: add inode and superblock fields
` [PATCH v5 07/16] fs-verity: add the hook for file ->open()
` [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
` [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
` [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v5 12/16] fs-verity: add SHA-512 support
` [PATCH v5 16/16] f2fs: add fs-verity support

[PATCH v3 1/2] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-22 13:02 UTC  (3+ messages)
` [PATCH v3 2/2][v4.9.y] "
` [PATCH v3 0/2] [v4.9.y] "

[PATCH v6 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
 2019-06-22  4:48 UTC 

KASAN: use-after-free Read in tomoyo_realpath_from_path
 2019-06-22  4:45 UTC  (5+ messages)
  ` [PATCH] tomoyo: Don't check open/getattr permission on sockets
        ` [PATCH v2] "

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-22  0:54 UTC  (6+ messages)

[PATCH v6 0/6] Enable THP for text section of non-shmem files
 2019-06-22  0:05 UTC  (7+ messages)
` [PATCH v6 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v6 2/6] filemap: update offset check "
` [PATCH v6 3/6] mm,thp: stats for file backed THP
` [PATCH v6 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v6 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v6 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-21 23:56 UTC  (5+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints


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