UtsavBalar1231
8e6ce43e86
Merge remote-tracking branch 'origin/fs-fixes' into auto-kernel-oss
* origin/fs-fixes:
scsi: ufs: reset to CAF
ext4/super: silence annoying magisk related dmesg spam
ext4: make __ext4_get_inode_loc plug
ext4: remove additional tracings added by CAF
f2fs: reduce timeout for uncongestion
f2fs: add a bp hint to xattr_alloc()
f2fs: use a seperate mutex for setting wakelock
f2fs: trigger rapid GC only when screen state actually changes
f2fs: unlock wakelock properly when f2fs_stop_rapid_gc() is called
f2fs: catch a global wakelock instead of per gc_kthread
f2fs: improve naming schemes for rapid GC
f2fs: mark gc_threads() functions as static
f2fs: don't wait with each discards under gc_urgent
f2fs: use a more reasonable discard policy for high utilization
f2fs: rename /sys/fs/f2fs
f2fs: do not expose tunables that doesn't work with rapid GC
f2fs: drop caches upon rapid GC exit
fs: drop_caches: expose mm_drop_caches()
f2fs: explicitly flush device upon foreground GC
f2fs/rapid_gc: Clean up return codes
f2fs/rapid_gc: do not wait until all invalid blocks are discarded
f2fs: switch FB notifier API to MSM DRM notifier
f2fs: convert wakelock APIs to wakeup_source
f2fs: implement rapid GC for Android
f2fs: set ioprio of GC kthread to idle
f2fs: compress: remove verity support
Revert "f2fs: fix build error on android tracepoints"
Revert "ANDROID: f2fs: add android fsync tracepoint"
Revert "f2fs: fix NULL pointer dereference in f2fs_verity_work()"
Revert "f2fs: don't keep META_MAPPING pages used for moving verity file blocks"
Revert "fscrypt: remove loadable module related code"
Revert "fscrypt: clean up base64 encoding/decoding"
Revert "fscrypt: make fscrypt_msg() take inode instead of super_block"
Revert "fscrypt: improve warning messages for unsupported encryption contexts"
Revert "fscrypt: improve warnings for missing crypto API support"
Revert "fscrypt: use ENOPKG when crypto API support missing"
Revert "fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>"
Revert "fscrypt: use FSCRYPT_ prefix for uapi constants"
Revert "fscrypt: use FSCRYPT_* definitions, not FS_*"
Revert "fscrypt: add ->ci_inode to fscrypt_info"
Revert "fscrypt: rename fscrypt_master_key to fscrypt_direct_key"
Revert "fscrypt: refactor key setup code in preparation for v2 policies"
Revert "fscrypt: move v1 policy key setup to keysetup_v1.c"
Revert "fscrypt: rename keyinfo.c to keysetup.c"
Revert "fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl"
Revert "fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl"
Revert "fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl"
Revert "fscrypt: add an HKDF-SHA512 implementation"
Revert "fscrypt: v2 encryption policy support"
Revert "ANDROID: fscrypt: add key removal notifier chain"
Revert "ANDROID: sdcardfs: evict dentries on fscrypt key removal"
Revert "fscrypt: invoke crypto API for ESSIV handling"
Revert "fscrypt: remove struct fscrypt_ctx"
Revert "fscrypt: zeroize fscrypt_info before freeing"
Revert "fscrypt: avoid data race on fscrypt_mode::logged_impl_name"
Revert "fscrypt: add support for IV_INO_LBLK_64 policies"
Revert "ext4: add support for IV_INO_LBLK_64 encryption policies"
Revert "f2fs: add support for IV_INO_LBLK_64 encryption policies"
Revert "fscrypt: allow unprivileged users to add/remove keys for v2 policies"
Revert "fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl"
Revert "fscrypt: require that key be added when setting a v2 encryption policy"
Revert "ext4: wire up new fscrypt ioctls"
Revert "f2fs: wire up new fscrypt ioctls"
Revert "ubifs: wire up new fscrypt ioctls"
Revert "ext4 crypto: fix to check feature status before get policy"
Revert "fs-verity: add a documentation file"
Revert "fs-verity: add MAINTAINERS file entry"
Revert "fs-verity: add UAPI header"
Revert "fs: uapi: define verity bit for FS_IOC_GETFLAGS"
Revert "fs-verity: add Kconfig and the helper functions for hashing"
Revert "fs-verity: add inode and superblock fields"
Revert "fs-verity: add the hook for file ->open()"
Revert "fs-verity: add the hook for file ->setattr()"
Revert "fs-verity: add data verification hooks for ->readpages()"
Revert "fs-verity: implement FS_IOC_ENABLE_VERITY ioctl"
Revert "fs-verity: implement FS_IOC_MEASURE_VERITY ioctl"
Revert "fs-verity: add SHA-512 support"
Revert "fs-verity: support builtin file signatures"
Revert "ext4: add basic fs-verity support"
Revert "ext4: add fs-verity read support"
Revert "ext4: update on-disk format documentation for fs-verity"
Revert "statx: define STATX_ATTR_VERITY"
Revert "ext4: support STATX_ATTR_VERITY"
Revert "f2fs: support STATX_ATTR_VERITY"
Revert "ext4: add verity flag check for dax"
Revert "f2fs: add fs-verity support"
Revert "BACKPORT: FROMLIST: block: Keyslot Manager for Inline Encryption"
Revert "BACKPORT: FROMLIST: block: Add encryption context to struct bio"
Revert "ANDROID: block: Fix bio_crypt_should_process WARN_ON"
Revert "BACKPORT: FROMLIST: block: blk-crypto for Inline Encryption"
Revert "BACKPORT: FROMLIST: scsi: ufs: UFS driver v2.1 spec crypto additions"
Revert "BACKPORT: FROMLIST: scsi: ufs: UFS crypto API"
Revert "BACKPORT: FROMLIST: scsi: ufs: Add inline encryption support to UFS"
Revert "BACKPORT: FROMLIST: fscrypt: add inline encryption support"
Revert "BACKPORT: FROMLIST: f2fs: add inline encryption support"
Revert "BACKPORT: FROMLIST: ext4: add inline encryption support"
Revert "ANDROID: cuttlefish_defconfig: enable inline encryption"
Revert "ANDROID: scsi: ufs: UFS crypto variant operations API"
Revert "ANDROID: scsi: ufs: UFS init should not require inline crypto"
Revert "BACKPORT: FROMLIST: Update Inline Encryption from v5 to v6 of patch series"
Revert "ANDROID: cuttlefish_defconfig: Enable blk-crypto fallback"
Revert "ANDROID: scsi: ufs: Add quirk bit for controllers that don't play well with inline crypto"
Revert "ANDROID: scsi: ufs-qcom: Enable BROKEN_CRYPTO quirk flag"
Revert "ANDROID: ufshcd-crypto: export cap find API"
Revert "ANDROID: block: provide key size as input to inline crypto APIs"
Revert "ANDROID: block: add KSM op to derive software secret from wrapped key"
Revert "ANDROID: fscrypt: add support for hardware-wrapped keys"
Revert "ANDROID: block: fix some inline crypto bugs"
Revert "ANDROID: block: export symbols needed for modules to use inline crypto"
Revert "BACKPORT: FROMLIST: scsi: ufs: add program_key() variant op"
Revert "ANDROID: ext4, f2fs: enable direct I/O with inline encryption"
Revert "ANDROID: block: Introduce passthrough keyslot manager"
Revert "ANDROID: dm: add support for passing through inline crypto support"
Revert "ANDROID: dm: enable may_passthrough_inline_crypto on some targets"
Revert "ANDROID: dm: add dm-default-key target for metadata encryption"
Revert "ANDROID: cuttlefish_defconfig: enable dm-default-key"
Revert "ANDROID: dm: prevent default-key from being enabled without needed hooks"
Revert "keys: Export lookup_user_key to external users"
Revert "fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY"
Revert "fscrypt: use crypto_skcipher_driver_name()"
Revert "fscrypt: verify that the crypto_skcipher has the correct ivsize"
Revert "fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()"
Revert "fscrypt: constify inode parameter to filename encryption functions"
Revert "fscrypt: move fscrypt_d_revalidate() to fname.c"
Revert "fscrypt: introduce fscrypt_needs_contents_encryption()"
Revert "fscrypt: split up fscrypt_supported_policy() by policy version"
Revert "fscrypt: check for appropriate use of DIRECT_KEY flag earlier"
Revert "fscrypt: move fscrypt_valid_enc_modes() to policy.c"
Revert "fscrypt: remove fscrypt_is_direct_key_policy()"
Revert "fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()"
Revert "fscrypt: include <linux/ioctl.h> in UAPI header"
Revert "ANDROID: f2fs: fix missing blk-crypto changes"
Revert "fscrypt: Allow modular crypto algorithms"
Revert "fscrypt: remove redundant bi_status check"
Revert "fscrypt: optimize fscrypt_zeroout_range()"
Revert "fscrypt: document gfp_flags for bounce page allocation"
Revert "fscrypt: don't print name of busy file when removing key"
Revert "fscrypt: add "fscrypt_" prefix to fname_encrypt()"
Revert "fscrypt: don't allow v1 policies with casefolding"
Revert "fscrypt: derive dirhash key for casefolded directories"
Revert "fscrypt: clarify what is meant by a per-file key"
Revert "ubifs: don't trigger assertion on invalid no-key filename"
Revert "ubifs: allow both hash and disk name to be provided in no-key names"
Revert "fscrypt: improve format of no-key names"
Revert "fs-verity: implement readahead for FS_IOC_ENABLE_VERITY"
Revert "fs-verity: implement readahead of Merkle tree pages"
Revert "fs-verity: use mempool for hash requests"
Revert "fs-verity: use u64_to_user_ptr()"
Revert "ANDROID: ufs, block: fix crypto power management and move into block layer"
Revert "ANDROID: block: Prevent crypto fallback for wrapped keys"
Revert "ANDROID: dm: add support for passing through derive_raw_secret"
Revert "ANDROID: dm: Add wrapped key support in dm-default-key"
Revert "ANDROID: cuttlefish_defconfig: Add CONFIG_UNICODE"
fs: squash remove casefolding changes
Revert "UPSTREAM: fscrypt: don't evict dirty inodes after removing key"
Revert "ANDROID: scsi: ufs: add ->map_sg_crypto() variant op"
Revert "ANDROID: block: make blk_crypto_start_using_mode() properly check for support"
Revert "ANDROID: block: require drivers to declare supported crypto key type(s)"
Revert "ANDROID: fscrypt: fall back to filesystem-layer crypto when needed"
Revert "fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl"
Revert "ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE"
Revert "f2fs: wire up FS_IOC_GET_ENCRYPTION_NONCE"
Revert "ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE"
Revert "ANDROID: mmc: MMC crypto API"
Revert "ANDROID: Add padding for crypto related structs in UFS and MMC"
Revert "ANDROID: cuttlefish_defconfig: enable CONFIG_MMC_CRYPTO"
Revert "ANDROID: dm-default-key: Update key size for wrapped keys"
Revert "ANDROID: block: backport the ability to specify max_dun_bytes"
Revert "ANDROID: dm-default-key: set dun_bytes more precisely"
Revert "ANDROID: fscrypt: set dun_bytes more precisely"
Revert "BACKPORT: FROMLIST: fscrypt: add support for IV_INO_LBLK_32 policies"
Revert "ANDROID: fscrypt: handle direct I/O with IV_INO_LBLK_32"
f2fs: attach IO flags to the missing cases
f2fs: add node_io_flag for bio flags likewise data_io_flag
f2fs: remove unused parameter of f2fs_put_rpages_mapping()
f2fs: handle readonly filesystem in f2fs_ioc_shutdown()
f2fs: avoid utf8_strncasecmp() with unstable name
f2fs: don't return vmalloc() memory from f2fs_kmalloc()
f2fs: fix retry logic in f2fs_write_cache_pages()
f2fs: fix wrong discard space
f2fs: compress: don't compress any datas after cp stop
f2fs: remove unneeded return value of __insert_discard_tree()
f2fs: fix wrong value of tracepoint parameter
f2fs: protect new segment allocation in expand_inode_data
f2fs: code cleanup by removing ifdef macro surrounding
writeback: Avoid skipping inode writeback
f2fs: avoid inifinite loop to wait for flushing node pages at cp_error
f2fs: compress: fix zstd data corruption
f2fs: add compressed/gc data read IO stat
f2fs: fix potential use-after-free issue
f2fs: compress: don't handle non-compressed data in workqueue
f2fs: remove redundant assignment to variable err
f2fs: refactor resize_fs to avoid meta updates in progress
f2fs: use round_up to enhance calculation
f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKS
f2fs: Avoid double lock for cp_rwsem during checkpoint
f2fs: report delalloc reserve as non-free in statfs for project quota
f2fs: Fix wrong stub helper update_sit_info
f2fs: compress: let lz4 compressor handle output buffer budget properly
f2fs: remove blk_plugging in block_operations
f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS
f2fs: shrink spinlock coverage
f2fs: correctly fix the parent inode number during fsync()
f2fs: introduce mempool for {,de}compress intermediate page allocation
f2fs: introduce f2fs_bmap_compress()
f2fs: support fiemap on compressed inode
f2fs: support partial truncation on compressed inode
f2fs: remove redundant compress inode check
f2fs: use strcmp() in parse_options()
f2fs: Use the correct style for SPDX License Identifier
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2020-06-14 21:46:04 +05:30
..
2017-09-06 17:27:26 -07:00
2017-09-17 10:48:00 -05:00
2016-12-01 10:50:49 +01:00
2017-05-18 10:33:51 -06:00
2016-04-28 07:51:59 -06:00
2016-12-14 23:48:11 -05:00
2017-02-17 15:09:19 -05:00
2017-02-27 18:43:45 -08:00
2017-07-10 11:40:19 -07:00
2017-05-12 15:57:15 -07:00
2016-03-11 17:02:09 +01:00
2017-02-20 12:16:05 +01:00
2017-05-16 08:44:08 -03:00
2016-04-04 10:41:08 -07:00
2017-09-06 17:27:24 -07:00
2016-06-05 10:36:01 -07:00
2016-09-27 11:03:58 +02:00
2016-02-10 16:25:52 +00:00
2018-02-22 15:42:26 +01:00
2020-04-06 13:05:33 -07:00
2020-06-14 21:22:52 +05:30
2020-06-14 21:22:50 +05:30
2017-09-04 21:42:22 +02:00
2016-10-24 08:12:35 -02:00
2016-08-02 19:35:21 -04:00
2016-07-01 16:17:15 -06:00
2017-09-14 14:54:39 -04:00
2019-03-06 15:29:01 +00:00
2020-03-20 10:54:16 +01:00
2020-05-26 12:13:42 +05:30
2016-04-28 07:51:59 -06:00
2017-02-27 18:43:46 -08:00
2016-03-09 15:33:06 -07:00
2017-04-20 08:47:47 -05:00
2017-09-19 09:20:33 +02:00
2016-08-03 15:43:58 -06:00
2016-03-22 15:36:02 -07:00
2017-09-13 09:11:44 -07:00
2016-12-09 16:49:54 +11:00