linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 20:04:55 to 2020-11-12 21:27:45 UTC [more...]

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-12 21:26 UTC  (9+ messages)
` [PATCH v4 02/16] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH v4 03/16] mm/swap: Optimise get_shadow_from_swap_cache
` [PATCH v4 04/16] mm: Add FGP_ENTRY
` [PATCH v4 05/16] mm/filemap: Rename find_get_entry to mapping_get_entry
` [PATCH v4 06/16] mm/filemap: Add helper for finding pages
` [PATCH v4 07/16] mm/filemap: Add mapping_seek_hole_data
` [PATCH v4 09/16] mm: Add and use find_lock_entries
` [PATCH v4 12/16] mm: Remove nr_entries parameter from pagevec_lookup_entries

[RFC][PATCH 00/18] crypto: Add generic Kerberos library
 2020-11-12 21:09 UTC  (28+ messages)
` [PATCH 01/18] crypto/krb5: Implement Kerberos crypto core
` [PATCH 02/18] crypto/krb5: Add some constants out of sunrpc headers
` [PATCH 03/18] crypto/krb5: Provide infrastructure and key derivation
` [PATCH 04/18] crypto/krb5: Implement the Kerberos5 rfc3961 "
` [PATCH 05/18] crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions
` [PATCH 06/18] crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
` [PATCH 07/18] crypto/krb5: Implement the AES enctypes from rfc3962
` [PATCH 08/18] crypto/krb5: Implement crypto self-testing
` [PATCH 09/18] crypto/krb5: Implement the AES enctypes from rfc8009
` [PATCH 10/18] crypto/krb5: Implement the AES encrypt/decrypt "
` [PATCH 11/18] crypto/krb5: Add the AES self-testing data "
` [PATCH 12/18] crypto/krb5: Implement the Camellia enctypes from rfc6803
` [PATCH 13/18] rxrpc: Add the security index for yfs-rxgk
` [PATCH 14/18] rxrpc: Add YFS RxGK (GSSAPI) security class
` [PATCH 15/18] rxrpc: rxgk: Provide infrastructure and key derivation
` [PATCH 16/18] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [PATCH 17/18] rxrpc: rxgk: Implement connection rekeying
` [PATCH 18/18] rxgk: Support OpenAFS's rxgk implementation

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

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-12 20:15 UTC  (8+ messages)
` [PATCH v8 2/9] mmap: make mlock_future_check() global

cleanup updating the size of block devices v2
 2020-11-12 19:22 UTC  (37+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-11-12 19:11 UTC  (8+ 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 v10 00/41] btrfs: zoned block device support
 2020-11-12 12:57 UTC  (13+ messages)
` [PATCH v10 01/41] block: add bio_add_zone_append_page
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-12 11:07 UTC  (5+ messages)
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic

[PATCH v5 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-12 10:09 UTC  (3+ messages)
` [PATCH v5 1/2] NFS: NFSv2/NFSv3: Use cred from fs_context during mount
` [PATCH v5 2/2] NFSv4: Refactor to use user namespaces for nfs4idmap

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-11-12 10:03 UTC  (6+ messages)
` [PATCH 01/35] fs: introduce dmemfs module

[PATCH v2] f2fs: fix double free of unicode map
 2020-11-12  9:25 UTC  (2+ messages)

[PATCH] f2fs: fix double free of unicode map
 2020-11-12  8:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-12  1:53 UTC  (5+ messages)
` [PATCH v13 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v13 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v13 4/4] userfaultfd: use secure anon inodes for userfaultfd

[RFC] fs: Avoid to use lockdep information if it's turned off
 2020-11-12  3:22 UTC  (4+ messages)

support splice reads on seq_file based procfs files v2
 2020-11-11 23:00 UTC  (11+ messages)
` [PATCH 1/6] seq_file: add seq_read_iter

[PATCH v4 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-12  0:42 UTC  (9+ messages)

[PATCH v3 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-11-11 22:09 UTC  (8+ messages)
` [PATCH v3 3/6] fuse: setattr should set FATTR_KILL_PRIV upon size change

[PATCH RFC v2 0/8] Superblock Notifications
 2020-11-11 21:52 UTC  (9+ messages)
` [PATCH RFC v2 1/8] watch_queue: Make watch_sizeof() check record size
` [PATCH RFC v2 2/8] security: Add hooks to rule on setting a watch for superblock
` [PATCH RFC v2 3/8] watch_queue: Support a text field at the end of the notification
` [PATCH RFC v2 4/8] vfs: Add superblock notifications
` [PATCH RFC v2 5/8] vfs: Include origin of the SB error notification
` [PATCH RFC v2 6/8] fs: Add more superblock error subtypes
` [PATCH RFC v2 7/8] ext4: Implement SB error notification through watch_sb
` [PATCH RFC v2 8/8] samples: watch_queue: Add sample of SB notifications

DIO & page cache coherency locking + deadlock prevention
 2020-11-11 19:10 UTC 

[ANNOUNCE] xfs-linux: vfs-for-next updated to 9b8523423b23
 2020-11-11 17:01 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 2bd3fa793aaa
 2020-11-11 16:55 UTC 

[RFC PATCH v3 00/10] implement containerized syncfs for overlayfs
 2020-11-11 16:09 UTC  (9+ messages)
` [RFC PATCH v3 06/10] ovl: mark overlayfs' inode dirty on shared mmap
  ` 回复:[RFC "
` [RFC PATCH v3 07/10] ovl: implement overlayfs' ->write_inode operation

BUG: sleeping function called from invalid context in ext4_superblock_csum_set
 2020-11-11 14:31 UTC  (3+ messages)

possible deadlock in mnt_want_write
 2020-11-11 13:52 UTC  (3+ messages)

INFO: task hung in io_uring_flush
 2020-11-11 11:21 UTC  (3+ messages)

WARNING: ODEBUG bug in exit_to_user_mode_prepare
 2020-11-11 11:18 UTC  (2+ messages)

[RESEND PATCH] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-11 10:18 UTC  (3+ messages)

[PATCH v3 00/11] evm: Improve usability of portable signatures
 2020-11-11  9:23 UTC  (12+ messages)
` [PATCH v3 01/11] evm: Execute evm_inode_init_security() only when an HMAC key is loaded
` [PATCH v3 02/11] evm: Load EVM key in ima_load_x509() to avoid appraisal
` [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 05/11] evm: Introduce evm_status_revalidate()
` [PATCH v3 06/11] evm: Ignore INTEGRITY_NOLABEL if no HMAC key is loaded
` [PATCH v3 07/11] evm: Allow xattr/attr operations for portable signatures
` [PATCH v3 08/11] evm: Allow setxattr() and setattr() for unmodified metadata
` [PATCH v3 09/11] ima: Allow imasig requirement to be satisfied by EVM portable signatures
` [PATCH v3 10/11] ima: Introduce template field evmsig and write to field sig as fallback
` [PATCH v3 11/11] ima: Don't remove security.ima if file must not be appraised

[RESEND PATCH v3] fuse: Abort waiting for a response if the daemon receives a fatal signal
 2020-11-11  8:05 UTC  (6+ messages)

Corporate and Personal Loan *
 2020-11-11  8:29 UTC 

[PATCH v10 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
 2020-11-11  4:58 UTC  (2+ messages)
` [PATCH v10.1 "

cleanup updating the size of block devices
 2020-11-11  4:18 UTC  (3+ messages)
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk

[PATCH v10 23/41] btrfs: split ordered extent when bio is sent
 2020-11-11  4:12 UTC  (6+ messages)
` [RFC PATCH] btrfs: extract_ordered_extent() can be static
` [PATCH v10.1 23/41] btrfs: split ordered extent when bio is sent

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-11  3:41 UTC  (17+ messages)
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
      ` [External] "
` [PATCH v3 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
  ` [External] Re: [PATCH v3 00/21] Free some vmemmap pages of hugetlb page

[PATCH 0/8] simplify ep_poll
 2020-11-11  3:37 UTC  (5+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-11  3:30 UTC  (6+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

WARNING in percpu_ref_exit (2)
 2020-11-11  3:09 UTC  (2+ messages)

[PATCH v2 0/2] kill add_to_page_cache_locked()
 2020-11-11  0:52 UTC  (3+ messages)
` [PATCH v2 1/2] cifs: convert to add_to_page_cache()

mmotm 2020-11-10-16-29 uploaded
 2020-11-11  0:30 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).