summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jbd2: fix lockdep annotation in add_transaction_credits()Jan Kara2016-09-221-2/+4
* blockgroup_lock.h: simplify definition of NR_BG_LOCKSEric Biggers2016-09-161-20/+2
* blockgroup_lock.h: remove debris from bgl_lock_ptr() conversionEric Biggers2016-09-161-5/+1
* fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-156-39/+47
* fscrypto: rename completion callbacks to reflect usageEric Biggers2016-09-152-9/+11
* fscrypto: remove unnecessary includesEric Biggers2016-09-153-6/+0
* fscrypto: improved validation when loading inode encryption metadataEric Biggers2016-09-152-47/+45
* ext4: fix memory leak when symlink decryption failsEric Biggers2016-09-151-2/+1
* jbd2: move more common code into journal_init_common()Geliang Tang2016-09-151-81/+50
* ext4: remove unused definition for MAX_32_NUMFabian Frederick2016-09-151-2/+0
* ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick2016-09-153-14/+7
* ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick2016-09-151-7/+2
* ext4: fix memory leak in ext4_insert_range()Fabian Frederick2016-09-151-0/+3
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2016-09-151-0/+2
* ext4: improve ext4lazyinit scalabilityDmitry Monakhov2016-09-061-10/+31
* ext4: cleanup ext4_sync_parent()Jan Kara2016-09-061-1/+8
* ext4: remove old feature helpersKaho Ng2016-09-064-29/+6
* ext4: enable quota enforcement based on mount optionsJan Kara2016-09-062-13/+33
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-09-061-4/+4
* mbcache: fix to detect failure of register_shrinkerChao Yu2016-08-311-1/+5
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2016-08-291-0/+7
* ext4: factor out loop for freeing inode xattr spaceJan Kara2016-08-291-52/+69
* ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara2016-08-291-12/+8
* ext4: factor out xattr movingJan Kara2016-08-291-74/+85
* ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara2016-08-291-4/+5
* ext4: remove checks for e_value_blockJan Kara2016-08-291-8/+7
* ext4: Check that external xattr value block is zeroJan Kara2016-08-291-0/+2
* ext4: fixup free space calculations when expanding inodesJan Kara2016-08-291-34/+24
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-294-25/+49
|\
| * ext4: avoid deadlock when expanding inode sizeJan Kara2016-08-112-8/+13
| * ext4: properly align shifted xattrs when expanding inodesJan Kara2016-08-111-1/+1
| * ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-08-111-2/+3
| * ext4: fix xattr shifting when expanding inodesJan Kara2016-08-111-13/+14
| * ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-011-1/+17
| * ext4: reserve xattr index for the HurdTheodore Ts'o2016-08-011-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-29100-453/+813
|\ \
| * | Add Killer E2500 device ID in alx driver.Owen Lin2016-08-292-0/+3
| * | net: smc91x: fix SMC accessesRussell King2016-08-299-26/+73
| * | Documentation: networking: dsa: Remove platform device TODOFlorian Fainelli2016-08-291-20/+0
| * | Merge branch 'mlx5-series'David S. Miller2016-08-2910-145/+209
| |\ \
| | * | net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb2016-08-291-1/+1
| | * | net/mlx5: Add error prints when validate ETS failedEran Ben Elisha2016-08-291-5/+16
| | * | net/mlx5e: Fix memory leak if refreshing TIRs failsKamal Heib2016-08-291-3/+4
| | * | net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan2016-08-293-0/+6
| | * | net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha2016-08-291-9/+67
| | * | net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed2016-08-294-70/+44
| | * | net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2016-08-292-0/+10
| | * | net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed2016-08-293-42/+22
| | * | net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed2016-08-294-16/+40
| |/ /
| * | rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet2016-08-271-3/+4