summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-061-1/+1
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-061-1/+2
* ext4, project: expand inode extra size if possibleMiao Xie2017-08-063-24/+85
* ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie2017-08-061-9/+5Star
* ext4: restructure ext4_expand_extra_isizeMiao Xie2017-08-062-40/+36Star
* ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2017-08-062-12/+16
* ext4: make xattr inode reads fasterTahsin Erdogan2017-08-064-48/+92
* ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan2017-08-061-3/+1Star
* ext4: remove unused mode parameterTahsin Erdogan2017-08-061-5/+4Star
* ext4: fix warning about stack corruptionArnd Bergmann2017-08-061-5/+6
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-062-10/+14
* ext4: silence array overflow warningDan Carpenter2017-08-061-1/+1
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-051-0/+3
* ext4: release discard bio after sending discard commandsDaeho Jeong2017-08-051-1/+3
* ext4: convert swap_inode_data() over to use swap() on most of the fieldsJeff Layton2017-07-311-10/+8Star
* ext4: error should be cleared if ea_inode isn't added to the cacheEmoly Liu2017-07-311-0/+1
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-07-311-13/+15
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-07-311-4/+11
* ext4: remove unused metadata accounting variablesEric Whitney2017-07-312-6/+2Star
* ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney2017-07-311-2/+2
* 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-241-0/+8
| * ext4: don't bother checking for encryption key in ->mmap()Eric Biggers2017-06-241-7/+0Star
| * 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-234-53/+100
| * ext4: avoid unnecessary stalls in ext4_evict_inode()Jan Kara2017-06-231-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/+53Star
| * ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-225-32/+51
| * ext4: ext4_xattr_delete_inode() should return accurate errorsTahsin Erdogan2017-06-221-6/+10
| * ext4: retry storing value in external inode with xattr block tooTahsin Erdogan2017-06-221-17/+18
| * ext4: fix credits calculation for xattr inodeTahsin Erdogan2017-06-221-2/+1Star