aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-121-0/+3
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-122-11/+16
* ext4: silence array overflow warningDan Carpenter2017-08-121-1/+1
* ext4: fix warning about stack corruptionArnd Bergmann2017-08-121-5/+6
* ext4: remove unused mode parameterTahsin Erdogan2017-08-121-3/+3
* ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-121-1/+1
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-121-1/+2
* xfrm: policy: check policy direction valueVladis Dronov2017-08-111-0/+6
* mtk: cmdq: upstream updateMister Oyster2017-08-111-2/+26
* mtk: gud: upstream update (up to ~june 17)Mister Oyster2017-08-111-5/+12
* ANDROID: sdcardfs: override credential for ioctl to lower fsJaegeuk Kim2017-08-091-0/+16
* UPSTREAM: net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-051-3/+9
* UPSTREAM: net: remove open-coded skb_cow_head.françois romieu2017-08-051-2/+2
* fs/exec: fix use after free in execveAndrea Arcangeli2017-08-051-1/+5
* f2fs: avoid cpu lockupJaegeuk Kim2017-08-051-0/+10
* UPSTREAM: af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-08-031-21/+26
* f2fs: Fix build after upstreamjollaman9992017-07-211-1/+1
* mm: make migrate_page_move_mapping() take an extra_count parameterBenjamin LaHaise2017-07-212-8/+10
* crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster2017-07-211-0/+5
* f2fs: include seq_file.h for sysfs.cJaegeuk Kim2017-07-211-0/+1
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-211-1/+1
* f2fs: remove extra inode_unlock() in error pathLuis Henriques2017-07-211-4/+1
* fscrypt: add support for AES-128-CBCDaniel Walter2017-07-216-58/+173
* fscrypt: inline fscrypt_free_filename()Eric Biggers2017-07-212-10/+6
* f2fs: make more close to v4.13-rc1Jaegeuk Kim2017-07-216-26/+25
* f2fs: support plain user/group quotaChao Yu2017-07-218-40/+415
* f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim2017-07-211-3/+13
* f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu2017-07-212-11/+18
* f2fs: relax migratepage for atomic written pageJaegeuk Kim2017-07-211-2/+6
* f2fs: don't count inode block in in-memory inode.i_blocksChao Yu2017-07-213-22/+20
* Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu2017-07-211-1/+0
* f2fs: do not set LOST_PINO for renamed dirSheng Yong2017-07-211-1/+4
* f2fs: do not set LOST_PINO for newly created dirSheng Yong2017-07-211-1/+2
* f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu2017-07-213-6/+13
* f2fs: introduce __check_sit_bitmapChao Yu2017-07-211-0/+26
* f2fs: stop gc/discard thread in prior during umountChao Yu2017-07-213-9/+18
* f2fs: introduce reserved_blocks in sysfsChao Yu2017-07-214-6/+45
* f2fs: avoid redundant f2fs_flush after remountYunlong Song2017-07-211-0/+2
* f2fs: report # of free inodes more preciselyJaegeuk Kim2017-07-211-3/+11
* f2fs: add ioctl to do gc with target block addressJaegeuk Kim2017-07-212-0/+55
* f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim2017-07-211-2/+4
* f2fs: measure inode.i_blocks as generic filesystemChao Yu2017-07-214-14/+17
* f2fs: set CP_TRIMMED_FLAG correctlyChao Yu2017-07-211-1/+1
* f2fs: require key for truncate(2) of encrypted fileEric Biggers2017-07-211-3/+7
* f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu2017-07-214-334/+359
* f2fs: clean up sysfs codesChao Yu2017-07-211-44/+72
* f2fs: fix wrong error number of fill_superChao Yu2017-07-211-1/+4
* f2fs: fix to show injection rate in ->show_optionsChao Yu2017-07-211-1/+2
* f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET2017-07-211-1/+3
* f2fs: use proper variable nameTiezhu Yang2017-07-211-11/+11