OSDN Git Service

seq_tab_next() should increase position index
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / fs / f2fs /
2019-11-25 Jaegeuk Kimf2fs: return correct errno in f2fs_gc
2019-10-05 Chao Yuf2fs: fix to do sanity check on segment bitmap of LFS...
2019-10-05 Chao YuRevert "f2fs: avoid out-of-range memory access"
2019-10-05 Surbhi Palandef2fs: check all the data segments against all node...
2019-08-04 Ocean Chenf2fs: avoid out-of-range memory access
2019-07-21 Hongjie Fangfscrypt: don't set policy for a dead directory
2019-06-22 Chao Yuf2fs: fix to do sanity check on valid block count of...
2019-06-22 Chao Yuf2fs: fix to avoid panic in do_recover_data()
2019-04-27 Chao Yuf2fs: fix to do sanity check with current segment number
2019-04-27 Sahitya Tummalaf2fs: do not use mutex lock in atomic context
2019-02-20 Tiezhu Yangf2fs: fix wrong return value of f2fs_acl_create
2019-02-20 Yunlei Hef2fs: move dir data flush to write checkpoint process
2019-02-06 Pan Bianf2fs: read page index before freeing
2019-01-26 Martin Blumenstinglf2fs: fix validation of the block count in sanity_check...
2019-01-26 Jaegeuk Kimf2fs: fix missing up_read
2019-01-26 Chao Yuf2fs: fix invalid memory access
2019-01-26 Chao Yuf2fs: fix to do sanity check with cp_pack_start_sum
2019-01-26 Chao Yuf2fs: fix to do sanity check with block address in...
2019-01-26 Chao Yuf2fs: fix to do sanity check with block address in...
2019-01-26 Chao Yuf2fs: fix to do sanity check with reserved blkaddr...
2019-01-26 Chao Yuf2fs: fix to do sanity check with node footer and iblocks
2019-01-26 Ben Hutchingsf2fs: Add sanity_check_inode() function
2019-01-26 Chao Yuf2fs: fix to do sanity check with user_block_count
2019-01-26 Chao Yuf2fs: fix to do sanity check with secs_per_zone
2019-01-26 Chao Yuf2fs: introduce and spread verify_blkaddr
2019-01-26 Chao Yuf2fs: clean up with is_valid_blkaddr()
2019-01-26 Jaegeuk Kimf2fs: enhance sanity_check_raw_super() to avoid potenti...
2019-01-26 Jaegeuk Kimf2fs: sanity check on sit entry
2019-01-26 Yunlei Hef2fs: check blkaddr more accuratly before issue a bio
2019-01-26 Jaegeuk Kimf2fs: return error during fill_super
2019-01-26 Chao Yuf2fs: fix race condition in between free nid allocator...
2019-01-26 Jaegeuk Kimf2fs: free meta pages if sanity check for ckpt is failed
2019-01-26 Jaegeuk Kimf2fs: detect wrong layout
2019-01-26 Jaegeuk Kimf2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
2019-01-26 Jaegeuk Kimf2fs: put directory inodes before checkpoint in roll...
2019-01-26 Tiezhu Yangf2fs: introduce get_checkpoint_version for cleanup
2019-01-26 Jaegeuk Kimf2fs: use crc and cp version to determine roll-forward...
2019-01-26 Chao Yuf2fs: avoid unneeded loop in build_sit_entries
2019-01-26 Yunlei Hef2fs: not allow to write illegal blkaddr
2019-01-26 Chao Yuf2fs: fix to avoid reading out encrypted data in page...
2019-01-26 Chao Yuf2fs: fix inode cache leak
2019-01-26 Chao Yuf2fs: factor out fsync inode entry operations
2019-01-26 Jaegeuk Kimf2fs: remove an obsolete variable
2019-01-26 Jaegeuk Kimf2fs: give -EINVAL for norecovery and rw mount
2019-01-26 Chao Yuf2fs: fix to convert inline directory correctly
2019-01-26 Shawn Linf2fs: move sanity checking of cp into get_valid_checkpoint
2019-01-26 Jaegeuk Kimf2fs: cover more area with nat_tree_lock
2019-01-26 Chao Yuf2fs: clean up argument of recover_data
2018-12-21 Yunlei Hef2fs: fix a panic caused by NULL flush_cmd_control
2018-09-19 Chao Yuf2fs: fix to do sanity check with {sit,nat}_ver_bitmap_...
2018-09-19 Yunlong Songf2fs: do not set free of current section
2018-08-06 Chao Yuf2fs: fix to don't trigger writeback during recovery
2018-08-06 Anatoly Pugachevdisable loading f2fs module on PAGE_SIZE > 4KB
2018-05-30 Al Virodo d_instantiate/unlock_new_inode combinations safely
2018-05-16 Wei Fangf2fs: fix a dead loop in f2fs_fiemap()
2018-03-22 Jaegeuk Kimf2fs: relax node version check for victim data in gc
2018-03-03 Yunlei Hef2fs: fix a bug caused by NULL extent tree
2018-02-16 Al Virodon't put symlink bodies in pagecache into highmem
2017-10-27 Eric Biggersfscrypto: require write access to mount to set encrypti...
2017-10-27 Eric Biggersfscrypt: fix dereference of NULL user_key_payload
2017-10-27 Jaegeuk Kimf2fs crypto: add missing locking for keyring_key access
2017-10-27 Jaegeuk Kimf2fs crypto: replace some BUG_ON()'s with error checks
2017-10-21 Jaegeuk Kimf2fs: do not wait for writeback in write_begin
2017-09-27 Jaegeuk Kimf2fs: check hot_data for roll-forward recovery
2017-08-11 Jin Qianf2fs: sanity check checkpoint segno and blkoff
2017-07-27 Jaegeuk Kimf2fs: Don't clear SGID when inheriting ACLs
2017-05-25 Eric Biggersfscrypt: avoid collisions when presenting long encrypte...
2017-05-25 Jaegeuk Kimf2fs: check entire encrypted bigname when finding a...
2017-05-25 Eric Biggersfscrypt: fix context consistency check when key(s)...
2017-05-14 Jin Qianf2fs: sanity check segment count
2017-05-03 Chao Yuf2fs: do more integrity verification for superblock
2017-03-31 Eric Biggersfscrypt: remove broken support for detecting keyring...
2017-03-22 Eric Biggersfscrypto: lock inode while setting encryption policy
2017-03-22 Eric Biggersfscrypt: fix renaming and linking special files
2017-01-06 Nicolai Stangef2fs: set ->owner for debugfs status file's file_operations
2016-10-31 Jan Karaposix_acl: Clear SGID bit when setting file permissions
2016-09-24 Eric Biggersfscrypto: add authorization check for setting encryptio...
2016-01-07 Dave AirlieMerge branch 'linux-4.4' of git://github.com/skeggsb...
2015-12-30 David S. MillerMerge tag 'wireless-drivers-for-davem-2015-12-28' of...
2015-12-22 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2015-12-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-12-19 Dave AirlieMerge branch 'linux-4.4' of git://github.com/skeggsb...
2015-12-18 Linus TorvaldsMerge branch 'for-linus-4.4' of git://git./linux/kernel...
2015-12-18 Linus TorvaldsMerge tag 'for-linus-4.4-rc5-tag' of git://git./linux...
2015-12-18 Kalle ValoMerge tag 'iwlwifi-for-kalle-2015-12-16' of https:...
2015-12-16 David S. MillerMerge tag 'mac80211-for-davem-2015-12-15' of git:/...
2015-12-14 Rafael J. WysockiMerge branches 'powercap', 'pm-cpufreq' and 'pm-domains'
2015-12-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-12-09 Dave AirlieMerge branch 'linux-4.4' of https://github.com/skeggsb...
2015-12-07 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2015-12-04 Rafael J. WysockiMerge branches 'pm-domains' and 'pm-cpufreq'
2015-12-04 Rafael J. WysockiMerge branches 'acpica', 'acpi-video' and 'device-prope...
2015-12-04 Rafael J. WysockiMerge branches 'acpi-pci' and 'pm-pci'
2015-12-03 David S. MillerMerge tag 'mac80211-for-davem-2015-12-02' of git:/...
2015-12-03 James BottomleyMerge branch 'mkp-fixes' into fixes
2015-12-03 David S. MillerMerge branch 'for-upstream' of git://git./linux/kernel...
2015-12-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-11-30 Mark BrownMerge remote-tracking branches 'spi/fix/bcm63xx', ...
2015-11-29 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2015-11-27 Linus TorvaldsMerge branch 'for-linus-4.4' of git://git./linux/kernel...
next