linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-27 14:36:38 to 2020-10-29 16:19:36 UTC [more...]

[PATCH 00/34] fs: idmapped mounts
 2020-10-29 16:19 UTC  (41+ messages)
` [PATCH 01/34] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 02/34] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH 03/34] fs: add mount_setattr()
` [PATCH 04/34] tests: add mount_setattr() selftests
` [PATCH 05/34] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH 06/34] fs: add id translation helpers
` [PATCH 07/34] capability: handle idmapped mounts
` [PATCH 08/34] namei: add idmapped mount aware permission helpers
` [PATCH 09/34] inode: add idmapped mount aware init and "
` [PATCH 10/34] attr: handle idmapped mounts
` [PATCH 11/34] acl: "
` [PATCH 12/34] xattr: "
` [PATCH 13/34] selftests: add idmapped mounts xattr selftest
` [PATCH 14/34] commoncap: handle idmapped mounts
` [PATCH 15/34] stat: add mapped_generic_fillattr()
` [PATCH 16/34] namei: handle idmapped mounts in may_*() helpers
` [PATCH 17/34] namei: introduce struct renamedata
` [PATCH 18/34] namei: prepare for idmapped mounts
` [PATCH 19/34] namei: add lookup helpers with idmapped mounts aware permission checking
` [PATCH 20/34] open: handle idmapped mounts in do_truncate()
` [PATCH 21/34] open: handle idmapped mounts
` [PATCH 22/34] af_unix: "
` [PATCH 23/34] utimes: "
` [PATCH 24/34] would_dump: "
` [PATCH 25/34] exec: "
` [PATCH 26/34] fs: add helpers for idmap mounts
` [PATCH 27/34] apparmor: handle idmapped mounts
` [PATCH 28/34] audit: "
` [PATCH 29/34] ima: "
` [PATCH 30/34] ext4: support "
` [PATCH 31/34] expfs: handle "
` [PATCH 32/34] overlayfs: handle idmapped lower directories
` [PATCH 33/34] overlayfs: handle idmapped merged mounts
` [PATCH 34/34] fat: handle idmapped mounts

[PATCH v2 0/3] misc iomap/xfs writeback fixes
 2020-10-29 16:12 UTC  (10+ messages)
` [PATCH v2 1/3] xfs: flush new eof page on truncate to avoid post-eof corruption
` [PATCH v2 2/3] iomap: support partial page discard on writeback block mapping failure
` [PATCH v2 3/3] iomap: clean up writeback state logic on writepage error

[PATCH v2] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-10-29 15:45 UTC 

[PATCH v2 0/2] fs, close_range: add flag CLOSE_RANGE_CLOEXEC
 2020-10-29 15:38 UTC  (2+ messages)

WARN_ON(fuse_insert_writeback(root, wpa)) in tree_insert()
 2020-10-29 15:20 UTC  (3+ messages)

[PATCH] fuse: fix potential accessing NULL pointer problem in fuse_send_init()
 2020-10-29 15:25 UTC  (2+ messages)

[PATCH] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-10-29 14:25 UTC  (3+ messages)

[GIT PULL] afs fixes
 2020-10-29 14:07 UTC 

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-29 13:41 UTC  (15+ messages)
` [PATCH v2 03/19] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v2 04/19] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "

[PATCH 00/11] AFS fixes [ver #3]
 2020-10-29 11:48 UTC  (14+ messages)
` [PATCH 01/11] afs: Fix copy_file_range()
` [PATCH 02/11] afs: Fix tracing deref-before-check
` [PATCH 03/11] afs: Fix a use after free in afs_xattr_get_acl()
` [PATCH 04/11] afs: Fix afs_launder_page to not clear PG_writeback
` [PATCH 05/11] afs: Fix to take ref on page when PG_private is set
` [PATCH 06/11] afs: Fix page leak on afs_write_begin() failure
` [PATCH 07/11] afs: Fix where page->private is set during write
` [PATCH 08/11] afs: Wrap page->private manipulations in inline functions
` [PATCH 09/11] afs: Alter dirty range encoding in page->private
` [PATCH 10/11] afs: Fix afs_invalidatepage to adjust the dirty region
` [PATCH 11/11] afs: Fix dirty-region encoding on ppc32 with 64K pages

[PATCH v22 00/12] Landlock LSM
 2020-10-29 11:40 UTC  (31+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 02/12] landlock: Add ruleset and domain management
` [PATCH v22 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v22 04/12] landlock: Add ptrace restrictions
` [PATCH v22 05/12] LSM: Infrastructure management of the superblock
` [PATCH v22 06/12] fs,security: Add sb_delete hook
` [PATCH v22 07/12] landlock: Support filesystem access-control
` [PATCH v22 08/12] landlock: Add syscall implementations
` [PATCH v22 09/12] arch: Wire up Landlock syscalls
` [PATCH v22 10/12] selftests/landlock: Add user space tests
` [PATCH v22 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v22 12/12] landlock: Add user and kernel documentation

support splice reads on seq_file based procfs files
 2020-10-29 10:32 UTC  (7+ messages)
` [PATCH 1/3] seq_file: add seq_read_iter
` [PATCH 2/3] proc: wire up generic_file_splice_read for iter ops
` [PATCH 3/3] proc: switch over direct seq_read method calls to seq_read_iter

[PATCH 1/2] fs:regfs: add register easy filesystem
 2020-10-29  8:14 UTC  (6+ messages)

[PATCH] pipe: fix potential inode leak in create_pipe_files()
 2020-10-28  6:00 UTC  (3+ messages)

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-28 11:31 UTC  (13+ messages)
` [PATCH 1/2] iomap: use page dirty state to seek data "
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range

[PATCH] iomap: support partial page discard on writeback block mapping failure
 2020-10-28 14:15 UTC  (6+ messages)

[PATCH] buffer_io_error: Use dev_err_ratelimited
 2020-10-28 23:22 UTC  (5+ messages)

[PATCH] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2020-10-28 18:01 UTC  (5+ messages)

[PATCH 00/11] AFS fixes [ver #2]
 2020-10-28 17:27 UTC  (19+ messages)
` [PATCH 01/11] afs: Fix copy_file_range()
` [PATCH 02/11] afs: Fix tracing deref-before-check
` [PATCH 03/11] afs: Fix a use after free in afs_xattr_get_acl()
` [PATCH 04/11] afs: Fix afs_launder_page to not clear PG_writeback
` [PATCH 05/11] afs: Fix to take ref on page when PG_private is set
` [PATCH 06/11] afs: Fix page leak on afs_write_begin() failure
` [PATCH 07/11] afs: Fix where page->private is set during write
` [PATCH 08/11] afs: Wrap page->private manipulations in inline functions
` [PATCH 09/11] afs: Alter dirty range encoding in page->private
` [PATCH 10/11] afs: Fix afs_invalidatepage to adjust the dirty region
` [PATCH 11/11] afs: Fix dirty-region encoding on ppc32 with 64K pages

[PATCH 1/2] epoll: check ep_events_available() upon timeout
 2020-10-28 18:02 UTC  (2+ messages)
` [PATCH 2/2] epoll: add a selftest for epoll timeout race

mmotm 2020-10-28-17-56 uploaded
 2020-10-29  0:57 UTC 

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-10-28 18:57 UTC  (6+ messages)
` [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-28  1:35 UTC  (10+ messages)
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls

[PATCH v3] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-28  6:51 UTC  (3+ messages)

[PATCH v4] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-28 15:11 UTC 

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-10-28  7:50 UTC  (9+ messages)
` [PATCH v3 01/12] mm: Make pagecache tagged lookups return only head pages
` [PATCH v3 03/12] mm/filemap: Add helper for finding pages
` [PATCH v3 04/12] mm/filemap: Add mapping_seek_hole_data

[PATCH 0/4] Some more lock_page work
 2020-10-28 20:29 UTC  (11+ messages)
    ` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-28 14:49 UTC  (4+ messages)
` [PATCH v8 04/41] btrfs: Check and enable ZONED mode

[PATCH 3/3] kvm/eventfd: Drain events from eventfd in irqfd_wakeup()
 2020-10-27 23:13 UTC  (4+ messages)

[PATCH] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
 2020-10-27 22:28 UTC  (2+ messages)

bcachefs-for-review
 2020-10-27 20:04 UTC 

[PATCH v2] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-27 20:00 UTC  (3+ messages)

[PATCH 03/65] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-10-27 19:01 UTC  (3+ messages)

[PATCH 0/6] Make block_read_full_page synchronous
 2020-10-27 18:30 UTC  (3+ messages)
` [PATCH 1/6] block: Add blk_completion

[RFC] Removing b_end_io
 2020-10-27 18:25 UTC  (2+ messages)

selinux_file_permission() on pipes/pseudo-files - performance issue
 2020-10-27 18:14 UTC  (2+ messages)

[PATCH 0/3] Allow in-kernel consumers to drain events from eventfd
 2020-10-27 13:55 UTC 

[PATCH] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-27 14:51 UTC  (3+ messages)

[RESEND PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-27 17:19 UTC  (2+ messages)

[PATCH 00/10] AFS fixes
 2020-10-27 16:02 UTC  (3+ messages)
` [PATCH 01/10] afs: Fix copy_file_range()

[PATCH 0/9] More THP fixes
 2020-10-27 14:36 UTC  (2+ 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).