Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH] tools/memory-model: document the "one-time init" pattern
2020-07-20 9:00 UTC (25+ messages)
[PATCH v2 0/2] zonefs: add support zone capacity support
2020-07-20 8:52 UTC (3+ messages)
` [PATCH v2 1/2] zonefs: add zone-capacity support
` [PATCH v2 2/2] zonefs: update documentation to reflect zone size vs capacity
[PATCH 00/13] Introduce partial kernel_read_file() support
2020-07-20 8:34 UTC (25+ messages)
` [PATCH 01/13] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH 02/13] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH 03/13] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH 04/13] fs/kernel_read_file: Split into separate include file
` [PATCH 05/13] fs/kernel_read_file: Split into separate source file
` [PATCH 06/13] fs/kernel_read_file: Remove redundant size argument
` [PATCH 07/13] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH 08/13] fs/kernel_read_file: Add file_size output argument
` [PATCH 09/13] LSM: Introduce kernel_post_load_data() hook
` [PATCH 10/13] firmware_loader: Use security_post_load_data()
` [PATCH 11/13] module: Call security_kernel_post_load_data()
` [PATCH 12/13] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH 13/13] fs/kernel_file_read: Add "offset" arg for partial reads
bdi cleanups
2020-07-20 7:51 UTC (15+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
[PATCH v1] xarray: update document for error space returned by xarray normal API
2020-07-20 4:17 UTC
[PATCH] xarray: update document for error space returned by xarray normal API
2020-07-20 4:06 UTC (2+ messages)
[PATCH] userfaultfd: avoid the duplicated release for userfaultfd_ctx
2020-07-20 1:34 UTC (4+ messages)
exfatprogs-1.0.3 version released
2020-07-19 22:47 UTC (5+ messages)
[PATCH v6 0/7] capabilities: Introduce CAP_CHECKPOINT_RESTORE
2020-07-19 18:17 UTC (11+ messages)
` [PATCH v6 1/7] "
` [PATCH v6 2/7] pid: use checkpoint_restore_ns_capable() for set_tid
` [PATCH v6 3/7] pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pid
` [PATCH v6 4/7] proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTORE
` [PATCH v6 5/7] prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exe
` [PATCH v6 6/7] prctl: exe link permission error changed from -EINVAL to -EPERM
` [PATCH v6 7/7] selftests: add clone3() CAP_CHECKPOINT_RESTORE test
[RFC PATCH 0/5] keys: Security changes, ACLs and Container keyring
2020-07-19 18:10 UTC (2+ messages)
[PATCH 0/4] fs: add mount_setattr()
2020-07-19 17:55 UTC (3+ messages)
[PATCH v2] fcntl: Add 32bit filesystem mode
2020-07-19 12:34 UTC (4+ messages)
[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
2020-07-19 9:51 UTC (4+ messages)
` [PATCH 01/32] iov_iter: Add ITER_MAPPING
[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
2020-07-19 4:41 UTC (38+ messages)
` [PATCH RFC V2 01/17] x86/pkeys: Create pkeys_internal.h
` [PATCH RFC V2 02/17] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V2 03/17] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 05/17] x86/pks: Add PKS kernel API
` [PATCH RFC V2 06/17] x86/pks: Add a debugfs file for allocated PKS keys
` [PATCH RFC V2 07/17] Documentation/pkeys: Update documentation for kernel pkeys
` [PATCH RFC V2 08/17] x86/pks: Add PKS Test code
` [PATCH RFC V2 09/17] memremap: Convert devmap static branch to {inc,dec}
` [PATCH RFC V2 10/17] fs/dax: Remove unused size parameter
` [PATCH RFC V2 11/17] drivers/dax: Expand lock scope to cover the use of addresses
` [PATCH RFC V2 12/17] memremap: Add zone device access protection
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 14/17] dax: Stray write protection for dax_direct_access()
` [PATCH RFC V2 15/17] nvdimm/pmem: Stray write protection for pmem->virt_addr
` [PATCH RFC V2 16/17] [dax|pmem]: Enable stray write protection
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions
[RFC PATCH v2] fs/namespace: use percpu_rw_semaphore for writer holding
2020-07-19 1:49 UTC (2+ messages)
[PATCH v5 0/6] capabilities: Introduce CAP_CHECKPOINT_RESTORE
2020-07-18 17:47 UTC (3+ messages)
decruft the early init / initrd / initramfs code v2
2020-07-18 10:00 UTC (4+ messages)
` [PATCH 16/23] initramfs: simplify clean_rootfs
[PATCH] locking: fcntl.h: drop duplicated word in a comment
2020-07-18 3:19 UTC (2+ messages)
[PATCH] linux/exportfs.h: drop duplicated word in a comment
2020-07-18 2:54 UTC
mmotm 2020-07-16-22-52 uploaded
2020-07-18 1:32 UTC (4+ messages)
` mmotm 2020-07-16-22-52 uploaded (net: IPVS)
` mmotm 2020-07-16-22-52 uploaded (mm/hugetlb.c)
[PATCH ghak90 V9 00/13] audit: implement container identifier
2020-07-18 0:43 UTC (4+ messages)
` [PATCH ghak90 V9 08/13] audit: add containerid support for user records
[PATCH v2] fs/direct-io: fix one-time init of ->s_dio_done_wq
2020-07-18 0:42 UTC (5+ messages)
[RFC PATCH v4 00/12] Integrity Policy Enforcement LSM (IPE)
2020-07-18 0:14 UTC (15+ messages)
` [RFC PATCH v4 01/12] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v4 02/12] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v4 03/12] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v4 04/12] ipe: add property for trust of boot volume
` [RFC PATCH v4 05/12] fs: add security blob and hooks for block_device
` [RFC PATCH v4 06/12] dm-verity: move signature check after tree validation
` [RFC PATCH v4 07/12] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v4 08/12] ipe: add property for signed dmverity volumes
` [RFC PATCH v4 09/12] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v4 10/12] ipe: add property for dmverity roothash
` [RFC PATCH v4 11/12] documentation: add ipe documentation
` [RFC PATCH v4 12/12] cleanup: uapi/linux/audit.h
stop using ->read and ->write for kernel access v3
2020-07-17 21:09 UTC (2+ messages)
` [PATCH 15/23] seq_file: switch over direct seq_read method calls to seq_read_iter
[GIT PULL] fuse fixes for 5.8-rc6
2020-07-17 17:40 UTC (2+ messages)
[GIT PULL] overlayfs fixes for 5.8-rc6
2020-07-17 17:40 UTC (2+ messages)
[bug report] fsinfo: Allow fsinfo() to look up a mount object by ID
2020-07-17 17:31 UTC (2+ messages)
KASAN: use-after-free Read in userfaultfd_release (2)
2020-07-17 15:05 UTC (3+ messages)
[PATCH 1/1] radix-tree: do not export radix_tree_preloads as GPL
2020-07-17 14:34 UTC (8+ messages)
` Fwd: "
`ls` blocked with SSHFS mount
2020-07-17 13:03 UTC (3+ messages)
[PATCH 0/2] Control over userfaultfd kernel-fault handling
2020-07-17 12:57 UTC (11+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
Reporting a use-after-free read bug in userfaultfd_release()
2020-07-17 11:45 UTC
[PATCH 0/2] zonefs: add support zone capacity support
2020-07-17 9:04 UTC (3+ messages)
` [PATCH 1/2] zonefs: add zone-capacity support
[PATCH RFC v2 0/3] io_uring: add restrictions to support untrusted applications and guests
2020-07-17 8:55 UTC (11+ messages)
` [PATCH RFC v2 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH RFC v2 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
[PATCH] virtiofs: Enable SB_NOSEC flag to improve small write performance
2020-07-17 8:53 UTC (3+ messages)
strace of io_uring events?
2020-07-17 8:17 UTC (12+ messages)
[PATCH v3 0/1] f2fs: zns zone-capacity support
2020-07-17 7:05 UTC (3+ messages)
` [PATCH v3 1/1] f2fs: support zone capacity less than zone size
[PATCH] exfat: change exfat_set_vol_flags() return type void
2020-07-17 6:35 UTC (2+ messages)
[PATCH v5 00/22] fanotify events with name info
2020-07-17 3:49 UTC (8+ messages)
` [PATCH v5 15/22] fsnotify: send event with parent/name info to sb/mount/non-dir marks
[PATCH 0/5] add support for direct I/O with fscrypt using blk-crypto
2020-07-17 1:56 UTC (5+ messages)
` [PATCH 2/5] direct-io: add support for "
[PATCH v3 0/7] add support for direct I/O with fscrypt using blk-crypto
2020-07-17 1:45 UTC (8+ messages)
` [PATCH v3 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v3 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v3 3/7] iomap: support direct I/O with "
` [PATCH v3 4/7] ext4: "
` [PATCH v3 5/7] f2fs: "
` [PATCH v3 6/7] fscrypt: document inline encryption support
` [PATCH v3 7/7] fscrypt: update documentation for direct I/O support
page: next (older) | prev (newer) | latest
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).