summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-0920-441/+1994
|\
| * ext4: fix spelling mistake: "prellocated" -> "preallocated"Colin Ian King2017-07-061-1/+1
| * ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-065-34/+85
| * ext4: skip ext4_init_security() and encryption on ea_inodesTahsin Erdogan2017-07-061-5/+6
| * ext4: change fast symlink test to not rely on i_blocksTahsin Erdogan2017-07-041-7/+13
| * ext4: require key for truncate(2) of encrypted fileEric Biggers2017-06-231-0/+8
| * ext4: don't bother checking for encryption key in ->mmap()Eric Biggers2017-06-231-7/+0
| * ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu2017-06-231-1/+1
| * ext4: fix off-by-one fsmap error on 1k block filesystemsDarrick J. Wong2017-06-231-0/+4
| * ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()Theodore Ts'o2017-06-231-1/+2
| * ext4: return EIO on read error in ext4_find_entryKhazhismel Kumykov2017-06-231-2/+2
| * ext4: forbid encrypting root directoryEric Biggers2017-06-231-0/+9
| * ext4: send parallel discards on commit completionsDaeho Jeong2017-06-224-53/+100
| * ext4: avoid unnecessary stalls in ext4_evict_inode()Jan Kara2017-06-221-1/+2
| * ext4: add nombcache mount optionTahsin Erdogan2017-06-223-28/+59
| * ext4: strong binding of xattr inode referencesTahsin Erdogan2017-06-221-39/+65
| * ext4: eliminate xattr entry e_hash recalculation for removesTahsin Erdogan2017-06-221-24/+26
| * ext4: reserve space for xattr entries/namesTahsin Erdogan2017-06-221-0/+20
| * quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan2017-06-225-10/+81
| * ext4: xattr inode deduplicationTahsin Erdogan2017-06-226-290/+857
| * ext4: cleanup transaction restarts during inode deletionTahsin Erdogan2017-06-223-143/+184
| * ext4: add ext4_is_quota_file()Tahsin Erdogan2017-06-225-5/+7
| * ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-223-44/+47
| * mbcache: make mbcache naming more genericTahsin Erdogan2017-06-221-5/+5
| * ext4: move struct ext4_xattr_inode_array to xattr.hTahsin Erdogan2017-06-222-4/+5
| * ext4: modify ext4_xattr_ino_array to hold struct inode *Tahsin Erdogan2017-06-224-59/+53
| * ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-215-32/+51
| * ext4: ext4_xattr_delete_inode() should return accurate errorsTahsin Erdogan2017-06-211-6/+10
| * ext4: retry storing value in external inode with xattr block tooTahsin Erdogan2017-06-211-17/+18
| * ext4: fix credits calculation for xattr inodeTahsin Erdogan2017-06-211-2/+1
| * ext4: fix ext4_xattr_cmp()Tahsin Erdogan2017-06-211-1/+2
| * ext4: fix ext4_xattr_move_to_block()Tahsin Erdogan2017-06-211-6/+13
| * ext4: fix ext4_xattr_make_inode_space() value size calculationTahsin Erdogan2017-06-211-5/+8
| * ext4: ext4_xattr_value_same() should return false for external dataTahsin Erdogan2017-06-211-0/+3
| * ext4: add missing le32_to_cpu(e_value_inum) conversionsTahsin Erdogan2017-06-211-4/+5
| * ext4: clean up ext4_xattr_inode_get()Tahsin Erdogan2017-06-211-22/+13
| * ext4: change ext4_xattr_inode_iget() signatureTahsin Erdogan2017-06-212-35/+40
| * ext4: extended attribute value size limit is enforced by vfsTahsin Erdogan2017-06-211-6/+0
| * ext4: fix ref counting for ea_inodeTahsin Erdogan2017-06-211-2/+1
| * ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan2017-06-212-2/+4
| * ext4: ea_inode owner should be the same as the inode ownerTahsin Erdogan2017-06-211-1/+2
| * ext4: attach jinode after creation of xattr inodeTahsin Erdogan2017-06-211-0/+6
| * ext4: do not set posix acls on xattr inodesTahsin Erdogan2017-06-214-12/+18
| * ext4: lock inode before calling ext4_orphan_add()Tahsin Erdogan2017-06-211-0/+2
| * ext4: fix lockdep warning about recursive inode lockingTahsin Erdogan2017-06-213-0/+16
| * ext4: xattr-in-inode supportAndreas Dilger2017-06-216-56/+604
| * ext4: add largedir featureArtem Blagodarenko2017-06-214-47/+113
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-1/+1
|\ \
| * | fscrypt: make ->dummy_context() return boolEric Biggers2017-06-231-1/+1
* | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+1
|\ \ \
OpenPOWER on IntegriCloud