linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-25 09:20:27 to 2020-11-26 19:25:33 UTC [more...]

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-26 19:24 UTC  (11+ messages)

merge struct block_device and struct hd_struct v3
 2020-11-26 18:22 UTC  (73+ messages)
` [PATCH 01/44] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/44] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/44] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/44] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/44] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/44] zram: do not call set_blocksize
` [PATCH 07/44] loop: "
` [PATCH 08/44] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 09/44] dm: remove the block_device reference in struct mapped_device
` [PATCH 10/44] block: remove a duplicate __disk_get_part prototype
` [PATCH 11/44] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 12/44] block: add a bdev_kobj helper
` [PATCH 13/44] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 14/44] block: use put_device in put_disk
` [PATCH 15/44] block: change the hash used for looking up block devices
` [PATCH 16/44] init: refactor name_to_dev_t
` [PATCH 17/44] init: refactor devt_from_partuuid
` [PATCH 18/44] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 19/44] block: refactor __blkdev_put
` [PATCH 20/44] block: refactor blkdev_get
` [PATCH 21/44] block: move bdput() to the callers of __blkdev_get
` [PATCH 22/44] block: opencode devcgroup_inode_permission
` [PATCH 23/44] block: remove i_bdev
` [PATCH 24/44] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 25/44] block: remove ->bd_contains
` [PATCH 26/44] block: simplify the block device claiming interface
` [PATCH 27/44] block: simplify part_to_disk
` [PATCH 28/44] block: initialize struct block_device in bdev_alloc
` [PATCH 29/44] block: remove the nr_sects field in struct hd_struct
` [PATCH 30/44] block: move disk stat accounting to struct block_device
` [PATCH 31/44] block: move the start_sect field "
` [PATCH 32/44] block: move the partition_meta_info "
` [PATCH 33/44] block: move holder_dir "
` [PATCH 34/44] block: move make_it_fail "
` [PATCH 35/44] block: move the policy field "
` [PATCH 36/44] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 37/44] block: switch partition lookup to use struct block_device
` [PATCH 38/44] block: remove the partno field from struct hd_struct
` [PATCH 39/44] block: pass a block_device to blk_alloc_devt
` [PATCH 40/44] block: pass a block_device to invalidate_partition
` [PATCH 41/44] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 42/44] f2fs: remove a few bd_part checks
` [PATCH 43/44] block: merge struct block_device and struct hd_struct
` [PATCH 44/44] block: stop using bdget_disk for partition 0

[PATCH] fanotify: Fix fanotify_mark() on 32-bit x86
 2020-11-26 15:52 UTC 

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-26 14:11 UTC  (14+ messages)
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator

[PATCH RFC] iomap: only return IO error if no data has been transferred
 2020-11-26 14:00 UTC  (2+ messages)
` [iomap] b258228a4e: Assertion_failed

[PATCH V10 0/5] fuse: Add support for passthrough read/write
 2020-11-26 13:33 UTC  (3+ messages)
` [PATCH V10 2/5] fuse: Passthrough initialization and release

[RFC][PATCH] fanotify: introduce filesystem view mark
 2020-11-26 11:50 UTC  (9+ messages)

[RESEND PATCH v1] proc: use untagged_addr() for pagemap_read addresses
 2020-11-26 11:10 UTC  (6+ messages)

PROBLEM: fanotify_mark EFAULT on x86
 2020-11-26 10:52 UTC  (12+ messages)

[PATCH] fs: export vfs_stat() and vfs_fstatat()
 2020-11-26 10:44 UTC  (7+ messages)

cleanup updating the size of block devices v3
 2020-11-26  9:59 UTC  (6+ messages)
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize

[RFC][PATCH 00/18] crypto: Add generic Kerberos library
 2020-11-26  8:19 UTC  (3+ messages)

merge struct block_device and struct hd_struct v2
 2020-11-26  8:16 UTC  (25+ messages)
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/45] zram: remove the claim mechanism
` [PATCH 08/45] loop: do not call set_blocksize
` [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 23/45] block: remove i_bdev
` [PATCH 25/45] block: reference struct block_device from struct hd_struct

[PATCH v4 0/3] mmu_notifier vs fs_reclaim lockdep annotations
 2020-11-26  7:20 UTC  (11+ messages)
` [PATCH v4 1/3] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH v4 2/3] mm: Extract might_alloc() debug check
` [PATCH v4 3/3] locking/selftests: Add testcases for fs_reclaim
` [PATCH] drm/ttm: don't set page->mapping

backup/restore of fscrypt files
 2020-11-26  7:12 UTC 

[PATCH 0/9] Allow deleting files with unsupported encryption policy
 2020-11-26  7:04 UTC  (3+ messages)
` [PATCH 2/9] f2fs: remove f2fs_dir_open()

[PATCH v4 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-26  6:20 UTC  (6+ messages)
` [PATCH v4 2/3] fscrypt: Have filesystems handle their d_ops

[PATCH] fuse: clean up redundant assignment
 2020-11-26  4:03 UTC 

UAPI value collision: STATX_ATTR_MOUNT_ROOT vs STATX_ATTR_DAX
 2020-11-26  3:00 UTC  (5+ messages)

[PATCH 0/5] [RFC] MUSE: Userspace backed MTD
 2020-11-25 23:13 UTC  (2+ messages)

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-25 22:01 UTC  (12+ messages)

[PATCH v2 02/24] exec: Simplify unshare_files
 2020-11-25 21:51 UTC  (7+ messages)
                ` [RFC][PATCH] coredump: Document coredump code exclusively used by cell spufs

Clarification of statx->attributes_mask meaning?
 2020-11-25 21:50 UTC  (4+ messages)

[PATCH v1 0/3] Make overlayfs volatile mounts reusable
 2020-11-25 19:37 UTC  (19+ messages)
` [PATCH v1 1/3] fs: Add s_instance_id field to superblock for unique identification
` [PATCH v1 2/3] overlay: Add the ability to remount volatile directories when safe
` [PATCH v1 3/3] overlay: Add rudimentary checking of writeback errseq on volatile remount

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

[PATCH AUTOSEL 5.9 14/33] proc: don't allow async path resolution of /proc/self components
 2020-11-25 15:35 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 16/33] io_uring: handle -EOPNOTSUPP on path resolution

[PATCH AUTOSEL 4.14 07/12] proc: don't allow async path resolution of /proc/self components
 2020-11-25 15:37 UTC 

[PATCH AUTOSEL 4.4 5/8] proc: don't allow async path resolution of /proc/self components
 2020-11-25 15:38 UTC 

[PATCH AUTOSEL 4.9 06/10] proc: don't allow async path resolution of /proc/self components
 2020-11-25 15:37 UTC 

[PATCH AUTOSEL 4.19 09/15] proc: don't allow async path resolution of /proc/self components
 2020-11-25 15:37 UTC 

[PATCH AUTOSEL 5.4 13/23] proc: don't allow async path resolution of /proc/self components
 2020-11-25 15:36 UTC 

merge struct block_device and struct hd_struct
 2020-11-25 12:09 UTC  (5+ messages)
` [PATCH 11/20] block: reference struct block_device from "


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