Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-02 21:05:19 to 2020-12-04 09:45:51 UTC [more...]

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-12-04  9:44 UTC 

[PATCH v3 00/11] evm: Improve usability of portable signatures
 2020-12-04  8:05 UTC  (9+ messages)
` [PATCH v3 03/11] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
` [PATCH v3 04/11] ima: Move ima_reset_appraise_flags() call to post hooks
` [PATCH v3 06/11] evm: Ignore INTEGRITY_NOLABEL if no HMAC key is loaded

PATCH] fs/dax: fix compile problem on parisc and mips
 2020-12-04  7:57 UTC  (3+ messages)

[PATCH] overlay: Implement volatile-specific fsync error behaviour
 2020-12-04  6:45 UTC  (23+ messages)

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-12-04  3:39 UTC  (6+ messages)
` [PATCH v7 13/15] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] Re: [PATCH v7 00/15] Free some vmemmap pages of hugetlb page

[PATCH v3] proc: use untagged_addr() for pagemap_read addresses
 2020-12-04  2:43 UTC 

mmotm 2020-12-03-18-16 uploaded
 2020-12-04  2:16 UTC 

Problems doing DIO to netfs cache on XFS from Ceph
 2020-12-04  1:50 UTC  (6+ messages)

[PATCH] common/rc: Fix _check_s_dax()
 2020-12-04  1:45 UTC  (7+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[PATCH v2] proc: use untagged_addr() for pagemap_read addresses
 2020-12-04  1:34 UTC  (5+ messages)

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-04  0:22 UTC  (24+ messages)
` [PATCH 1/9] mm: vmscan: simplify nr_deferred update code
` [PATCH 2/9] mm: vmscan: use nid from shrink_control for tracepoint
` [PATCH 4/9] mm: vmscan: use a new flag to indicate shrinker is registered
` [PATCH 5/9] mm: memcontrol: add per memcg shrinker nr_deferred
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

[PATCH v4 00/40] idmapped mounts
 2020-12-03 23:57 UTC  (41+ messages)
` [PATCH v4 01/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v4 02/40] mount: make {lock,unlock}_mount_hash() static
` [PATCH v4 03/40] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v4 04/40] fs: split out functions to hold writers
` [PATCH v4 05/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v4 06/40] fs: add mount_setattr()
` [PATCH v4 07/40] tests: add mount_setattr() selftests
` [PATCH v4 08/40] fs: add id translation helpers
` [PATCH v4 09/40] mount: attach mappings to mounts
` [PATCH v4 10/40] capability: handle idmapped mounts
` [PATCH v4 11/40] namei: make permission helpers idmapped mount aware
` [PATCH v4 12/40] inode: make init and "
` [PATCH v4 13/40] attr: handle idmapped mounts
` [PATCH v4 14/40] acl: "
` [PATCH v4 15/40] xattr: "
` [PATCH v4 16/40] commoncap: "
` [PATCH v4 17/40] stat: "
` [PATCH v4 18/40] namei: handle idmapped mounts in may_*() helpers
` [PATCH v4 19/40] namei: introduce struct renamedata
` [PATCH v4 20/40] namei: prepare for idmapped mounts
` [PATCH v4 21/40] open: handle idmapped mounts in do_truncate()
` [PATCH v4 22/40] open: handle idmapped mounts
` [PATCH v4 23/40] af_unix: "
` [PATCH v4 24/40] utimes: "
` [PATCH v4 25/40] fcntl: "
` [PATCH v4 26/40] notify: "
` [PATCH v4 27/40] init: "
` [PATCH v4 28/40] ioctl: "
` [PATCH v4 29/40] would_dump: "
` [PATCH v4 30/40] exec: "
` [PATCH v4 31/40] fs: make helpers idmap mount aware
` [PATCH v4 32/40] apparmor: handle idmapped mounts
` [PATCH v4 33/40] ima: "
` [PATCH v4 34/40] fat: "
` [PATCH v4 35/40] ext4: support "
` [PATCH v4 36/40] ecryptfs: do not mount on top of "
` [PATCH v4 37/40] overlayfs: "
` [PATCH v4 38/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v4 39/40] tests: extend mount_setattr tests
` [PATCH v4 40/40] generic/618: add fstests for idmapped mounts

[PATCH v2] proc: Allow pid_revalidate() during LOOKUP_RCU
 2020-12-04  0:02 UTC 

[PATCH] block: add bio_iov_iter_nvecs for figuring out nr_vecs
 2020-12-03 23:43 UTC  (7+ messages)

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-03 23:39 UTC  (14+ messages)
` [PATCH v14 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v14 02/10] mmap: make mlock_future_check() global
` [PATCH v14 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v14 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v14 07/10] secretmem: add memcg accounting
` [PATCH v14 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v14 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] Documentation: mount_api: change kernel log wording
 2020-12-03 22:53 UTC  (2+ messages)

[PATCH] Updating the documentation of struct file_system_type
 2020-12-03 22:52 UTC 

+ mm-truncateshmem-handle-truncates-that-split-thps-fix-fix.patch added to -mm tree
 2020-12-03 22:34 UTC  (2+ messages)

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-12-03 22:19 UTC  (12+ messages)

[PATCH] bfs: don't use WARNING: string when it's just info
 2020-12-03 21:26 UTC 

[GIT PULL] 9p update for 5.10-rc7 (restore splice ops)
 2020-12-03 19:56 UTC 

[PATCH] vfs: protect updates to file->f_sb_err with f_lock
 2020-12-03 19:10 UTC 

[PATCH] overlay: Plumb through flush method
 2020-12-03 18:32 UTC  (4+ messages)

[PATCH 00/17] kmap: Create mem*_page interfaces
 2020-12-03 18:25 UTC  (4+ messages)
` [PATCH 01/17] mm/highmem: Lift memcpy_[to|from]_page and memset_page to core

[PATCH 0/2] statx: Fix DAX attribute collision and handling
 2020-12-03 18:04 UTC  (6+ messages)
` [PATCH 1/2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT

[PATCH 01/29] iov_iter: Switch to using a table of operations
 2020-12-03 17:50 UTC  (4+ messages)
` [iov_iter] 9bd0e337c6: will-it-scale.per_process_ops -4.8% regression

[PATCH v12 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-12-03 17:31 UTC  (4+ messages)
` [PATCH v12 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v12 2/3] arch: Wire up trusted_for(2)
` [PATCH v12 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH 0/7] fsnotify fixes and cleanups
 2020-12-03 14:52 UTC  (18+ messages)
` [PATCH 1/7] fsnotify: generalize handle_inode_event()
` [PATCH 2/7] inotify: convert to handle_inode_event() interface
` [PATCH 3/7] fsnotify: fix events reported to watching parent and child
` [PATCH 7/7] fsnotify: optimize merging of marks with no ignored masks

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-03 14:37 UTC  (6+ messages)
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes

[PATCH] iov_iter: optimise bvec iov_iter_advance()
 2020-12-03 11:48 UTC  (3+ messages)

[PATCH V2 0/2] block: add bio_iov_iter_nvecs for figuring out nr_vecs
 2020-12-03  6:47 UTC  (5+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] block: rename the local variable for holding return value of bio_iov_iter_nvecs

[PATCH V2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
 2020-12-03  6:18 UTC  (10+ messages)

[RFC PATCH 12/13] fs/userfaultfd: kmem-cache for wait-queue objects
 2020-12-03  5:19 UTC  (2+ messages)
` [fs/userfaultfd] fec9227821: will-it-scale.per_process_ops -5.5% regression

mmotm 2020-12-02-19-12 uploaded
 2020-12-03  3:12 UTC 

[PATCH v2 0/9] Allow deleting files with unsupported encryption policy
 2020-12-03  2:20 UTC  (10+ messages)
` [PATCH v2 1/9] ext4: remove ext4_dir_open()
` [PATCH v2 2/9] f2fs: remove f2fs_dir_open()
` [PATCH v2 3/9] ubifs: remove ubifs_dir_open()
` [PATCH v2 4/9] ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
` [PATCH v2 5/9] fscrypt: introduce fscrypt_prepare_readdir()
` [PATCH v2 6/9] fscrypt: move body of fscrypt_prepare_setattr() out-of-line
` [PATCH v2 7/9] fscrypt: move fscrypt_require_key() to fscrypt_private.h
` [PATCH v2 8/9] fscrypt: unexport fscrypt_get_encryption_info()
` [PATCH v2 9/9] fscrypt: allow deleting files with unsupported encryption policy

[PATCH 0/9] Allow deleting files with unsupported encryption policy
 2020-12-02 22:57 UTC  (18+ messages)
` [PATCH 1/9] ext4: remove ext4_dir_open()
` [PATCH 4/9] ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
` [PATCH 5/9] fscrypt: introduce fscrypt_prepare_readdir()
` [PATCH 6/9] fscrypt: move body of fscrypt_prepare_setattr() out-of-line
` [PATCH 7/9] fscrypt: move fscrypt_require_key() to fscrypt_private.h
` [PATCH 8/9] fscrypt: unexport fscrypt_get_encryption_info()
` [PATCH 9/9] fscrypt: allow deleting files with unsupported encryption policy

merge struct block_device and struct hd_struct v4
 2020-12-02 21:52 UTC  (3+ messages)
` [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get

WARNING in create_io_worker
 2020-12-02 21:31 UTC 

[PATCH] fs/namespace.c: WARN if mnt_count has become negative
 2020-12-02 21:19 UTC  (3+ messages)

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2020-12-02 21:19 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).