aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pstore: Allow prz to control need for lockingJoel Fernandes2017-08-203-12/+27
* pstore: Make spinlock per zone instead of globalJoel Fernandes2017-08-202-6/+6
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-201-1/+1
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-08-201-0/+15
* UPSTREAM: x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han2017-08-161-0/+8
* ext4: lock the xattr block before checksuming itTheodore Ts'o2017-08-151-34/+31
* ANDROID: keychord: Fix for a memory leak in keychord.Mohan Srinivasan2017-08-121-0/+1
* ANDROID: keychord: Fix races in keychord_write.Mohan Srinivasan2017-08-121-1/+60
* Use %zu to print resid (size_t).Mohan Srinivasan2017-08-121-2/+2
* ANDROID: keychord: Fix a slab out-of-bounds read.Mohan Srinivasan2017-08-121-6/+22
* UPSTREAM: brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-08-121-0/+5
* uid_sys_stats: fix overflow when io usage delta is negativeJin Qian2017-08-121-5/+21
* mtk: smi: byebye debugMoyster2017-08-121-63/+0
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-08-121-4/+11
* 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