summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-15fscrypto: improved validation when loading inode encryption metadataEric Biggers2-47/+45
2016-09-15ext4: fix memory leak when symlink decryption failsEric Biggers1-2/+1
2016-09-15jbd2: move more common code into journal_init_common()Geliang Tang1-81/+50
2016-09-15ext4: remove unused definition for MAX_32_NUMFabian Frederick1-2/+0
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick3-14/+7
2016-09-15ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick1-7/+2
2016-09-15ext4: fix memory leak in ext4_insert_range()Fabian Frederick1-0/+3
2016-09-15ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang1-0/+2
2016-09-06ext4: improve ext4lazyinit scalabilityDmitry Monakhov1-10/+31
2016-09-06ext4: cleanup ext4_sync_parent()Jan Kara1-1/+8
2016-09-06ext4: remove old feature helpersKaho Ng4-29/+6
2016-09-06ext4: enable quota enforcement based on mount optionsJan Kara2-13/+33
2016-09-06ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2016-08-31mbcache: fix to detect failure of register_shrinkerChao Yu1-1/+5
2016-08-29ext4: enforce online defrag restriction for encrypted filesEric Whitney1-0/+7
2016-08-29ext4: factor out loop for freeing inode xattr spaceJan Kara1-52/+69
2016-08-29ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara1-12/+8
2016-08-29ext4: factor out xattr movingJan Kara1-74/+85
2016-08-29ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara1-4/+5
2016-08-29ext4: remove checks for e_value_blockJan Kara1-8/+7
2016-08-29ext4: Check that external xattr value block is zeroJan Kara1-0/+2
2016-08-29ext4: fixup free space calculations when expanding inodesJan Kara1-34/+24
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-25/+49
2016-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds100-453/+813
2016-08-29Merge tag 'platform-drivers-x86-v4.8-4' of git://git.infradead.org/users/dvha...Linus Torvalds2-11/+5
2016-08-29Merge tag 'powerpc-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds36-43/+160
2016-08-29intel_pmic_gpio: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-08-29platform/olpc: Make ec explicitly non-modularPaul Gortmaker1-5/+3
2016-08-29Add Killer E2500 device ID in alx driver.Owen Lin2-0/+3
2016-08-29net: smc91x: fix SMC accessesRussell King9-26/+73
2016-08-29Documentation: networking: dsa: Remove platform device TODOFlorian Fainelli1-20/+0
2016-08-29Merge branch 'mlx5-series'David S. Miller10-145/+209
2016-08-29net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb1-1/+1
2016-08-29net/mlx5: Add error prints when validate ETS failedEran Ben Elisha1-5/+16
2016-08-29net/mlx5e: Fix memory leak if refreshing TIRs failsKamal Heib1-3/+4
2016-08-29net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan3-0/+6
2016-08-29net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha1-9/+67
2016-08-29net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed4-70/+44
2016-08-29net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2-0/+10
2016-08-29net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed3-42/+22
2016-08-29net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed4-16/+40
2016-08-29powerpc: signals: Discard transaction state from signal framesCyril Bur3-0/+30
2016-08-29powerpc/powernv : Drop reference added by kset_find_obj()Mukesh Ojha2-2/+12
2016-08-29powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin1-6/+6
2016-08-29Linux 4.8-rc4v4.8-rc4Linus Torvalds1-1/+1
2016-08-29Merge tag 'drm-fixes-for-4.8-rc4' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-71/+424
2016-08-28drm/atomic: Don't potentially reset color_mgmt_changed on successive property...Mario Kleiner1-3/+3
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-7/+11
2016-08-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2016-08-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-9/+55