index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-09
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
20
-441
/
+1994
2017-07-09
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-07-06
ext4: fix spelling mistake: "prellocated" -> "preallocated"
Colin Ian King
1
-1
/
+1
2017-07-06
ext4: use errseq_t based error handling for reporting data writeback errors
Jeff Layton
1
-1
/
+1
2017-07-06
ext4: fix __ext4_new_inode() journal credits calculation
Tahsin Erdogan
5
-34
/
+85
2017-07-06
ext4: skip ext4_init_security() and encryption on ea_inodes
Tahsin Erdogan
1
-5
/
+6
2017-07-04
ext4: change fast symlink test to not rely on i_blocks
Tahsin Erdogan
1
-7
/
+13
2017-06-27
ext4: add support for passing in write hints for buffered writes
Jens Axboe
1
-0
/
+2
2017-06-23
fscrypt: make ->dummy_context() return bool
Eric Biggers
1
-1
/
+1
2017-06-23
ext4: require key for truncate(2) of encrypted file
Eric Biggers
1
-0
/
+8
2017-06-23
ext4: don't bother checking for encryption key in ->mmap()
Eric Biggers
1
-7
/
+0
2017-06-23
ext4: check return value of kstrtoull correctly in reserved_clusters_store
Chao Yu
1
-1
/
+1
2017-06-23
ext4: fix off-by-one fsmap error on 1k block filesystems
Darrick J. Wong
1
-0
/
+4
2017-06-23
ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()
Theodore Ts'o
1
-1
/
+2
2017-06-23
ext4: return EIO on read error in ext4_find_entry
Khazhismel Kumykov
1
-2
/
+2
2017-06-23
ext4: forbid encrypting root directory
Eric Biggers
1
-0
/
+9
2017-06-22
ext4: send parallel discards on commit completions
Daeho Jeong
4
-53
/
+100
2017-06-22
ext4: avoid unnecessary stalls in ext4_evict_inode()
Jan Kara
1
-1
/
+2
2017-06-22
ext4: add nombcache mount option
Tahsin Erdogan
3
-28
/
+59
2017-06-22
ext4: strong binding of xattr inode references
Tahsin Erdogan
1
-39
/
+65
2017-06-22
ext4: eliminate xattr entry e_hash recalculation for removes
Tahsin Erdogan
1
-24
/
+26
2017-06-22
ext4: reserve space for xattr entries/names
Tahsin Erdogan
1
-0
/
+20
2017-06-22
quota: add get_inode_usage callback to transfer multi-inode charges
Tahsin Erdogan
5
-10
/
+81
2017-06-22
ext4: xattr inode deduplication
Tahsin Erdogan
6
-290
/
+857
2017-06-22
ext4: cleanup transaction restarts during inode deletion
Tahsin Erdogan
3
-143
/
+184
2017-06-22
ext4: add ext4_is_quota_file()
Tahsin Erdogan
5
-5
/
+7
2017-06-22
ext2, ext4: make mb block cache names more explicit
Tahsin Erdogan
3
-44
/
+47
2017-06-22
mbcache: make mbcache naming more generic
Tahsin Erdogan
1
-5
/
+5
2017-06-22
ext4: move struct ext4_xattr_inode_array to xattr.h
Tahsin Erdogan
2
-4
/
+5
2017-06-22
ext4: modify ext4_xattr_ino_array to hold struct inode *
Tahsin Erdogan
4
-59
/
+53
2017-06-21
ext4: improve journal credit handling in set xattr paths
Tahsin Erdogan
5
-32
/
+51
2017-06-21
ext4: ext4_xattr_delete_inode() should return accurate errors
Tahsin Erdogan
1
-6
/
+10
2017-06-21
ext4: retry storing value in external inode with xattr block too
Tahsin Erdogan
1
-17
/
+18
2017-06-21
ext4: fix credits calculation for xattr inode
Tahsin Erdogan
1
-2
/
+1
2017-06-21
ext4: fix ext4_xattr_cmp()
Tahsin Erdogan
1
-1
/
+2
2017-06-21
ext4: fix ext4_xattr_move_to_block()
Tahsin Erdogan
1
-6
/
+13
2017-06-21
ext4: fix ext4_xattr_make_inode_space() value size calculation
Tahsin Erdogan
1
-5
/
+8
2017-06-21
ext4: ext4_xattr_value_same() should return false for external data
Tahsin Erdogan
1
-0
/
+3
2017-06-21
ext4: add missing le32_to_cpu(e_value_inum) conversions
Tahsin Erdogan
1
-4
/
+5
2017-06-21
ext4: clean up ext4_xattr_inode_get()
Tahsin Erdogan
1
-22
/
+13
2017-06-21
ext4: change ext4_xattr_inode_iget() signature
Tahsin Erdogan
2
-35
/
+40
2017-06-21
ext4: extended attribute value size limit is enforced by vfs
Tahsin Erdogan
1
-6
/
+0
2017-06-21
ext4: fix ref counting for ea_inode
Tahsin Erdogan
1
-2
/
+1
2017-06-21
ext4: call journal revoke when freeing ea_inode blocks
Tahsin Erdogan
2
-2
/
+4
2017-06-21
ext4: ea_inode owner should be the same as the inode owner
Tahsin Erdogan
1
-1
/
+2
2017-06-21
ext4: attach jinode after creation of xattr inode
Tahsin Erdogan
1
-0
/
+6
2017-06-21
ext4: do not set posix acls on xattr inodes
Tahsin Erdogan
4
-12
/
+18
2017-06-21
ext4: lock inode before calling ext4_orphan_add()
Tahsin Erdogan
1
-0
/
+2
2017-06-21
ext4: fix lockdep warning about recursive inode locking
Tahsin Erdogan
3
-0
/
+16
[next]