linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 13:29:23 to 2020-11-26 16:34:58 UTC [more...]

merge struct block_device and struct hd_struct v3
 2020-11-26 16:33 UTC  (52+ 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 000/141] Fix fall-through warnings for Clang
 2020-11-26 16:18 UTC  (49+ messages)
                  ` [Intel-wired-lan] "

[PATCH v5 0/3] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-11-26 12:59 UTC  (11+ messages)
` [PATCH v5 1/3] mtd: spi-nor: atmel: remove global protection flag
` [PATCH v5 2/3] mtd: spi-nor: sst: "
` [PATCH v5 3/3] mtd: spi-nor: keep lock bits if they are non-volatile

[PATCH 0/2] Add NAND support for SDX55
 2020-11-26  8:57 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: qcom_nandc: Add SDX55 QPIC NAND documentation
` [PATCH 2/2] mtd: rawnand: qcom: Add NAND controller support for SDX55

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

[PATCH 0/9] Allow deleting files with unsupported encryption policy
 2020-11-26  7:04 UTC  (11+ messages)
` [PATCH 1/9] ext4: remove ext4_dir_open()
` [PATCH 2/9] f2fs: remove f2fs_dir_open()
` [PATCH 3/9] ubifs: remove ubifs_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

[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] mtd: rawnand: gpmi: Use of_device_get_match_data()
 2020-11-26  3:09 UTC 

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

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 "

[PATCH] mtd-utils: ubihealthd: this tool does not depend on UBIFS
 2020-11-25 10:25 UTC 

[PATCH] mtd: physmap: physmap-bt1-rom: Fix __iomem addrspace removal warning
 2020-11-25  7:26 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] phram: Allow the user to set the erase page size
 2020-11-25  7:11 UTC 

[PATCH] fscrypt: simplify master key locking
 2020-11-24 23:42 UTC  (2+ messages)

[PATCH 0/5] fscrypt: prevent creating duplicate encrypted filenames
 2020-11-24 23:28 UTC  (2+ messages)

simplify pstore-blk
 2020-11-24 22:53 UTC  (4+ messages)

[PATCH 0/3] MTD: SST SPI-NOR fixes
 2020-11-24 20:35 UTC  (2+ messages)

[PATCH] phram: Allow the user to set the erase page size
 2020-11-24 14:27 UTC  (2+ messages)

[PATCH v2 0/3] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it
 2020-11-24 13:46 UTC  (2+ 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 NNTP newsgroup(s).