linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-30 20:15:08 to 2023-12-02 21:45:10 UTC [more...]

[PATCH 0/5] pstore: Initial use of cleanup.h
 2023-12-02 21:45 UTC  (10+ messages)
` [PATCH 1/5] pstore: inode: Convert kfree() usage to __free(kfree)
` [PATCH 2/5] pstore: inode: Convert mutex usage to guard(mutex)
` [PATCH 3/5] fs: Add DEFINE_FREE for struct inode
` [PATCH 4/5] pstore: inode: Use __free(iput) for inode allocations
` [PATCH 5/5] pstore: inode: Use cleanup.h for struct pstore_private

[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup
 2023-12-02 21:33 UTC  (4+ messages)
  ` [PATCH] gfs2: fix "

[PATCH] Tried making changes
 2023-12-02 19:01 UTC  (2+ messages)

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-12-02 15:06 UTC  (4+ messages)

[syzbot] Monthly nilfs report (Dec 2023)
 2023-12-02 14:45 UTC 

[syzbot] Monthly ntfs3 report (Dec 2023)
 2023-12-02 14:45 UTC 

[PATCH] Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"
 2023-12-02 12:31 UTC  (3+ messages)

[RFC PATCH 0/6] debugfs/wifi: locking fixes
 2023-12-02 10:40 UTC  (4+ messages)
` [RFC PATCH 2/6] debugfs: annotate debugfs handlers vs. removal with lockdep

[PATCH 6/7] rust: file: add `DeferredFdCloser`
 2023-12-02 10:16 UTC  (3+ messages)

[PATCH v5 0/5] userfaultfd move option
 2023-12-02 10:11 UTC  (9+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH 3/7] rust: security: add abstraction for secctx
 2023-12-02 10:03 UTC  (3+ messages)

[PATCH v15 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-12-02  0:30 UTC  (2+ messages)

[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
 2023-12-02  0:17 UTC  (20+ messages)

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-12-01 23:09 UTC  (3+ messages)

[PATCH v4 00/46] btrfs: add fscrypt support
 2023-12-01 22:15 UTC  (48+ messages)
` [PATCH v4 01/46] fs: move fscrypt keyring destruction to after ->put_super
` [PATCH v4 02/46] fscrypt: add per-extent encryption support
` [PATCH v4 03/46] fscrypt: add a fscrypt_inode_open helper
` [PATCH v4 04/46] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v4 05/46] blk-crypto: add a process bio callback
` [PATCH v4 06/46] fscrypt: expose fscrypt_nokey_name
` [PATCH v4 07/46] fscrypt: add documentation about extent encryption
` [PATCH v4 08/46] btrfs: add infrastructure for safe em freeing
` [PATCH v4 09/46] btrfs: disable various operations on encrypted inodes
` [PATCH v4 10/46] btrfs: disable verity "
` [PATCH v4 11/46] btrfs: start using fscrypt hooks
` [PATCH v4 12/46] btrfs: add inode encryption contexts
` [PATCH v4 13/46] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v4 14/46] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v4 15/46] btrfs: handle "
` [PATCH v4 16/46] btrfs: implement fscrypt ioctls
` [PATCH v4 17/46] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v4 18/46] btrfs: add get_devices hook for fscrypt
` [PATCH v4 19/46] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v4 20/46] btrfs: set file extent encryption excplicitly
` [PATCH v4 21/46] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v4 22/46] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v4 23/46] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v4 24/46] btrfs: plumb the fscrypt extent context through create_io_em
` [PATCH v4 25/46] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v4 26/46] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v4 27/46] btrfs: add an optional encryption context to the end of file extents
` [PATCH v4 28/46] btrfs: explicitly track file extent length for replace and drop
` [PATCH v4 29/46] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v4 30/46] btrfs: pass the fscrypt_info through the replace extent infrastructure
` [PATCH v4 31/46] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v4 32/46] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v4 33/46] btrfs: populate ordered_extent with the orig offset
` [PATCH v4 34/46] btrfs: set the bio fscrypt context when applicable
` [PATCH v4 35/46] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v4 36/46] btrfs: add orig_logical to btrfs_bio
` [PATCH v4 37/46] btrfs: limit encrypted writes to 256 segments
` [PATCH v4 38/46] btrfs: implement process_bio cb for fscrypt
` [PATCH v4 39/46] btrfs: add test_dummy_encryption support
` [PATCH v4 40/46] btrfs: don't rewrite ret from inode_permission
` [PATCH v4 41/46] btrfs: move inode_to_path higher in backref.c
` [PATCH v4 42/46] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v4 43/46] btrfs: don't search back for dir inode item in INO_LOOKUP_USER
` [PATCH v4 44/46] btrfs: deal with encrypted symlinks in send
` [PATCH v4 45/46] btrfs: decrypt file names for send
` [PATCH v4 46/46] btrfs: load the inode context before sending writes

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-12-01 22:07 UTC  (9+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
` [RFC 5/7] block: export blkdev_atomic_write_valid() and refactor api

Fw: [PATCH] proc: Update inode upon changing task security attribute
 2023-12-01 21:42 UTC  (3+ messages)

[GIT PULL] more bcachefs fixes
 2023-12-01 21:21 UTC  (2+ messages)

[viro-vfs:work.dcache2] [__dentry_kill()] 1b738f196e: stress-ng.sysinfo.ops_per_sec -27.2% regression
 2023-12-01 20:04 UTC  (7+ messages)

[PATCH v7 0/9] Landlock: IOCTL support
 2023-12-01 19:55 UTC  (12+ messages)
` [PATCH v7 1/9] landlock: Remove remaining "inline" modifiers in .c files
` [PATCH v7 2/9] selftests/landlock: Rename "permitted" to "allowed" in ftruncate tests
` [PATCH v7 3/9] landlock: Optimize the number of calls to get_access_mask slightly
` [PATCH v7 4/9] landlock: Add IOCTL access right
` [PATCH v7 5/9] selftests/landlock: Test IOCTL support
` [PATCH v7 6/9] selftests/landlock: Test IOCTL with memfds
` [PATCH v7 7/9] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v7 8/9] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL
` [PATCH v7 9/9] landlock: Document IOCTL support

[PATCH] fs: fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
 2023-12-01 19:08 UTC  (4+ messages)

[PATCH 00/16] fs: use type-safe uid representation for filesystem capabilities
 2023-12-01 18:18 UTC  (18+ messages)
` [PATCH 03/16] capability: rename cpu_vfs_cap_data to vfs_caps
` [PATCH 05/16] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH 06/16] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH 07/16] fs: add inode operations to get/set/remove fscaps
` [PATCH 08/16] fs: add vfs_get_fscaps()
` [PATCH 09/16] fs: add vfs_set_fscaps()

[PATCH 0/7] File abstractions needed by Rust Binder
 2023-12-01 17:37 UTC  (30+ messages)
` [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
` [PATCH 7/7] rust: file: add abstraction for `poll_table`

[PATCH v1] mm/readahead: Do not allow order-1 folio
 2023-12-01 16:32 UTC  (2+ messages)

[PATCH RFC 0/7] sysctl: constify sysctl ctl_tables
 2023-12-01 16:31 UTC  (4+ messages)

[PATCH v6 0/9] Landlock: IOCTL support
 2023-12-01 14:05 UTC  (7+ messages)
` [PATCH v6 1/9] landlock: Remove remaining "inline" modifiers in .c files
` [PATCH v6 4/9] landlock: Add IOCTL access right

[syzbot] [btrfs?] kernel BUG in __reserve_bytes
 2023-12-01 13:47 UTC 

[PATCH RFC 0/5] file: minor fixes
 2023-12-01 13:23 UTC  (8+ messages)
` [PATCH RFC 3/5] fs: replace f_rcuhead with f_tw
` [PATCH RFC 5/5] file: remove __receive_fd()

[PATCH] pipe: wakeup wr_wait after setting max_usage
 2023-12-01 13:01 UTC  (3+ messages)

[PATCH 7/7] rust: file: add abstraction for `poll_table`
 2023-12-01 11:47 UTC  (2+ messages)

[PATCH 4/7] rust: file: add `FileDescriptorReservation`
 2023-12-01 11:32 UTC  (2+ messages)

[PATCH v2 0/3] Avert possible deadlock with splice() and fanotify
 2023-12-01 10:40 UTC  (2+ messages)

[PATCH 2/7] rust: cred: add Rust abstraction for `struct cred`
 2023-12-01 10:27 UTC  (3+ messages)

[PATCH v2 00/16] Tidy up file permission hooks
 2023-12-01 10:11 UTC  (5+ messages)
` [PATCH v2 16/16] fs: create {sb,file}_write_not_started() helpers

[PATCH v2 0/2] Support fanotify FAN_REPORT_FID on all filesystems
 2023-12-01  9:56 UTC  (2+ messages)

[PATCH v5 1/2] exfat: change to get file size from DataLength
 2023-12-01  8:29 UTC  (2+ messages)

[PATCH 09/15] fold the call of retain_dentry() into fast_dput()
 2023-12-01  7:31 UTC  (15+ messages)
      ` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())

[PATCH] proc: Update inode upon changing task security attribute
 2023-12-01  6:10 UTC  (4+ messages)

[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
 2023-12-01  1:46 UTC  (4+ messages)
` [PATCH v5 09/17] scsi_proto: Add structures and constants related to I/O groups and streams

[PATCH 0/2] cifs: Fixes for copy_file_range() and FICLONE
 2023-12-01  0:49 UTC  (4+ messages)
` [PATCH 1/2] cifs: Fix flushing, invalidation and file size with copy_file_range()
` [PATCH 2/2] cifs: Fix flushing, invalidation and file size with FICLONE

[PATCH v7 19/23] ima: Move to LSM infrastructure
 2023-12-01  0:00 UTC  (6+ messages)
` [PATCH v7 20/23] ima: Move IMA-Appraisal "
` [PATCH v7 21/23] evm: Move "
` [PATCH v7 22/23] integrity: Remove 'integrity' LSM and move integrity functions to 'ima' LSM
` [PATCH v7 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[PATCH v2 00/10] IOMMU memory observability
 2023-11-30 20:15 UTC  (11+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v2 03/10] iommu/io-pgtable-arm: "
` [PATCH v2 04/10] iommu/io-pgtable-dart: "
` [PATCH v2 05/10] iommu/exynos: "
` [PATCH v2 06/10] iommu/rockchip: "
` [PATCH v2 07/10] iommu/sun50i: "
` [PATCH v2 08/10] iommu/tegra-smmu: "
` [PATCH v2 09/10] iommu: observability of the IOMMU allocations
` [PATCH v2 10/10] iommu: account IOMMU allocated memory


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