aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mt6735: Add an option to multiplex AP and STA on wlan0Diogo Ferreira2017-06-045-8/+14
* defconfig: use cubic instead of westwood (seems to give better results on xDS...Mister Oyster2017-06-031-15/+11
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-021-7/+8
* ANDROID: hid: uhid: implement refcount for open and closeDmitry Torokhov2017-06-021-2/+15
* Revert "jiffies conversions: Use compile time constants when possible"Mister Oyster2017-06-022-144/+98
* defconfig: move to config_hz=300Moyster2017-06-022-4/+7
* Revert "use -O3 compile flags"Moyster2017-06-021-2/+2
* ext4: fix deadlock during page writebackJan Kara2017-06-011-3/+26
* ext4: fix data exposure after a crashJan Kara2017-06-011-9/+14
* defconfig: renable rps/xps/rfs_accelMister Oyster2017-05-311-0/+4
* net: fix config_xps and config_rps since use_generic_smp_helpers was removedMister Oyster2017-05-311-3/+3
* ANDROID: mnt: Fix next_descendentDaniel Rosenberg2017-05-311-3/+8
* defconfig: cleanup net stuffMister Oyster2017-05-311-47/+48
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2017-05-304-0/+10
* f2fs: add lazytime mount optionJaegeuk Kim2017-05-291-0/+14
* binder: remove unused varMister Oyster2017-05-291-1/+0
* binder: Quiet BinderUma Maheshwari Bhiram2017-05-291-2/+2
* vfs: add find_inode_nowait() functionTheodore Ts'o2017-05-292-0/+55
* fscrypt: remove duplicate d_inode definition in ext4 & f2fs In file included ...Mister Oyster2017-05-292-15/+0
* tracing: Fix event header writeback.h to include tracepoint.hSteven Rostedt (Red Hat)2017-05-291-0/+1
* fs: add dirtytime_expire_seconds sysctlTheodore Ts'o2017-05-293-0/+22
* fs: make sure the timestamps for lazytime inodes eventually get writtenTheodore Ts'o2017-05-292-10/+73
* ext4: prevent bugon on race between write/fcntlDmitry Monakhov2017-05-291-4/+4
* ext4: allow DAX writeback for hole punchRoss Zwisler2017-05-291-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-05-291-4/+4
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-05-291-19/+28
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-05-294-36/+42
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-05-291-1/+17
* ext4: fix BACKPORT: posix_acl: Clear SGID bit when setting file permissionsMister Oyster2017-05-291-8/+4
* ext4: return -ENOMEM instead of successDan Carpenter2017-05-291-1/+3
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-05-292-1/+17
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-05-291-9/+6
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-05-291-3/+8
* ext4: fix reference counting bug on block allocation errorVegard Nossum2017-05-291-14/+3
* ext4: short-cut orphan cleanup on errorVegard Nossum2017-05-291-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2017-05-291-3/+3
* ext4: check for extents that wrap aroundVegard Nossum2017-05-291-2/+6
* ext4: verify extent header depthVegard Nossum2017-05-291-0/+4
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2017-05-291-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2017-05-291-1/+3
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2017-05-291-4/+6
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2017-05-293-4/+55
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2017-05-291-3/+3
* ext4: fix potential integer overflowInsu Yun2017-05-291-1/+1
* ext4: Fix handling of extended tv_secDavid Turner2017-05-291-7/+44
* fix calculation of meta_bg descriptor backupsAndy Leiserson2017-05-291-2/+2
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2017-05-293-3/+16
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2017-05-291-11/+5