aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* leds: create timer sysfs on bootfire8552018-01-133-10/+13
* mtk: turn unneeded MTK_WFD_SUPPORTMister Oyster2018-01-133-7/+0
* ANDROID: dm verity: add minimum prefetch sizeKeun-young Park2018-01-052-1/+24
* ANDROID: scsi: sg: Fix build breakageDaniel Rosenberg2018-01-051-1/+1
* ANDROID: sdcardfs: Add default_normal optionDaniel Rosenberg2018-01-053-1/+10
* mlog: revert mlog without zram support Revert "drivers: mtk: remove mlog driver"Mister Oyster2018-01-056-0/+986
* Revert "crypto: cryptd - process CRYPTO_ALG_INTERNAL"Mister Oyster2018-01-052-43/+9
* Revert "crypto: cryptd - Add helpers to check whether a tfm is queued"Mister Oyster2018-01-052-119/+19
* Revert "crypto: af_alg - Forbid the use internal algorithms"Mister Oyster2018-01-051-4/+1
* Revert "crypto: ablk_helper - Fix cryptd reordering"Mister Oyster2018-01-051-4/+2
* Revert "crypto: testmgr - use CRYPTO_ALG_INTERNAL"Mister Oyster2018-01-051-6/+6
* Revert "crypto: api - prevent helper ciphers from being used"Mister Oyster2018-01-052-16/+0
* defconfig: renable ext4_fs_encryptionMister Oyster2018-01-051-2/+2
* don't make cpu hotplug run too frequentlyDidntRead2018-01-031-1/+1
* dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke2018-01-021-2/+5
* md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2018-01-021-1/+1
* dm: take care to copy the space map roots before locking the superblockJoe Thornber2018-01-022-55/+85
* dm thin: grab a virtual cell before looking up the mappingJoe Thornber2018-01-021-4/+12
* dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer2018-01-021-6/+20
* dm cache: fix a lock-inversionJoe Thornber2018-01-023-52/+20
* dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer2018-01-021-34/+3
* dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula2018-01-021-2/+2
* dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen2018-01-021-2/+3
* dm cache: fix race affecting dirty block countAnssi Hannula2018-01-021-7/+6
* dm cache: add block sizes and total cache blocks to status outputMike Snitzer2018-01-022-27/+37
* dm ioctl: remove double parenthesesMatthias Kaehlcke2018-01-021-2/+2
* checkstack.pl: port to AArch64Kyle McMartin2018-01-011-2/+5
* ext4: remove duplicate header includeMister Oyster2018-01-011-1/+0
* defconfig: don't build ecryptfs & turn off ext4 FBE based encryptionMister Oyster2018-01-011-3/+2
* Revert "sdcardfs: fix space leak"Mister Oyster2018-01-011-6/+0
* fs: Mark alloc_fd with EXPORT_SYMBOLJordan Crouse2017-12-311-0/+1
* fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2017-12-312-19/+51
* ext4: Fix data corruption for mmap writesJan Kara2017-12-311-2/+16
* Revert "ext4: fix data corruption for mmap writes"Mister Oyster2017-12-311-19/+5
* ext4: convert to mbcache2Jan Kara2017-12-314-75/+75
* BACKPORT: [UPSTREAM] ext2: convert to mbcache2Jan Kara2017-12-314-100/+92
* BACKPORT: [UPSTREAM] mbcache2: reimplement mbcacheJan Kara2017-12-313-1/+410
* BACKPORT: [UPSTREAM] mm: new shrinker APIDave Chinner2017-12-312-29/+69
* ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2017-12-311-0/+1
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2017-12-311-0/+8
* ext4: don't read blocks from disk after extents being swappedEryu Guan2017-12-311-3/+12
* ext4: evict inline data when writing to memory mapEric Biggers2017-12-311-0/+5
* ext4: fix crashes in dioread_nolock modeJan Kara2017-12-311-20/+20
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2017-12-311-0/+2
* ext4: fix bh->b_state corruptionJan Kara2017-12-311-2/+30
* ext4: fix inline data error pathsTheodore Ts'o2017-12-312-6/+23
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2017-12-311-24/+22
* ext4: fix oops on corrupted filesystemJan Kara2017-12-311-1/+1
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-12-311-43/+37
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2017-12-312-0/+10