index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix ext4_xattr_move_to_block()
Tahsin Erdogan
2017-06-22
1
-6
/
+13
*
ext4: fix ext4_xattr_make_inode_space() value size calculation
Tahsin Erdogan
2017-06-22
1
-5
/
+8
*
ext4: ext4_xattr_value_same() should return false for external data
Tahsin Erdogan
2017-06-22
1
-0
/
+3
*
ext4: add missing le32_to_cpu(e_value_inum) conversions
Tahsin Erdogan
2017-06-22
1
-4
/
+5
*
ext4: clean up ext4_xattr_inode_get()
Tahsin Erdogan
2017-06-22
1
-22
/
+13
*
ext4: change ext4_xattr_inode_iget() signature
Tahsin Erdogan
2017-06-22
2
-35
/
+40
*
ext4: extended attribute value size limit is enforced by vfs
Tahsin Erdogan
2017-06-22
1
-6
/
+0
*
ext4: fix ref counting for ea_inode
Tahsin Erdogan
2017-06-22
1
-2
/
+1
*
ext4: call journal revoke when freeing ea_inode blocks
Tahsin Erdogan
2017-06-22
2
-2
/
+4
*
ext4: ea_inode owner should be the same as the inode owner
Tahsin Erdogan
2017-06-22
1
-1
/
+2
*
ext4: attach jinode after creation of xattr inode
Tahsin Erdogan
2017-06-22
1
-0
/
+6
*
ext4: do not set posix acls on xattr inodes
Tahsin Erdogan
2017-06-22
4
-12
/
+18
*
ext4: lock inode before calling ext4_orphan_add()
Tahsin Erdogan
2017-06-22
1
-0
/
+2
*
ext4: fix lockdep warning about recursive inode locking
Tahsin Erdogan
2017-06-22
3
-0
/
+16
*
ext4: xattr-in-inode support
Andreas Dilger
2017-06-22
6
-56
/
+604
*
ext4: add largedir feature
Artem Blagodarenko
2017-06-22
4
-47
/
+113
*
ext4: fix fdatasync(2) after extent manipulation operations
Jan Kara
2017-05-29
2
-0
/
+7
*
ext4: fix data corruption for mmap writes
Jan Kara
2017-05-26
1
-2
/
+16
*
ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
Jan Kara
2017-05-26
1
-43
/
+37
*
ext4: fix quota charging for shared xattr blocks
Tahsin Erdogan
2017-05-25
3
-0
/
+15
*
ext4: remove redundant check for encrypted file on dio write path
Eric Biggers
2017-05-25
1
-3
/
+0
*
ext4: remove unused d_name argument from ext4_search_dir() et al.
Eric Biggers
2017-05-25
3
-13
/
+7
*
ext4: fix off-by-one error when writing back pages before dio read
Eric Biggers
2017-05-25
1
-1
/
+1
*
ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()
Eryu Guan
2017-05-25
1
-1
/
+1
*
ext4: keep existing extra fields when inode expands
Konstantin Khlebnikov
2017-05-22
1
-2
/
+3
*
ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors
Konstantin Khlebnikov
2017-05-22
1
-9
/
+14
*
ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()
Jan Kara
2017-05-22
1
-1
/
+1
*
ext4: fix SEEK_HOLE
Jan Kara
2017-05-22
1
-36
/
+14
*
ext4: clear lockdep subtype for quota files on quota off
Jan Kara
2017-05-22
1
-9
/
+5
*
dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case
Dan Williams
2017-05-14
1
-2
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-13
1
-4
/
+17
|
\
|
*
ext4: return to starting transaction in ext4_dax_huge_fault()
Jan Kara
2017-05-13
1
-4
/
+17
*
|
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-13
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
block, dax: move "select DAX" from BLOCK to FS_DAX
Dan Williams
2017-05-08
1
-0
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-09
2
-3
/
+3
|
\
\
|
*
|
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-05-09
2
-3
/
+3
*
|
|
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-08
1
-81
/
+31
|
\
\
\
|
*
|
|
ext4: clean up ext4_match() and callers
Eric Biggers
2017-05-04
1
-56
/
+25
|
*
|
|
ext4: switch to using fscrypt_match_name()
Eric Biggers
2017-05-04
1
-17
/
+5
|
*
|
|
fscrypt: avoid collisions when presenting long encrypted filenames
Eric Biggers
2017-05-04
1
-2
/
+2
|
*
|
|
ext4: remove "nokey" check from ext4_lookup()
Eric Biggers
2017-05-04
1
-8
/
+1
*
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-05-08
15
-86
/
+1060
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
ext4: mark superblock writes synchronous for nobarrier mounts
Jan Kara
2017-05-04
1
-1
/
+1
|
*
|
|
ext4: inherit encryption xattr before other xattrs
Eric Biggers
2017-05-02
1
-6
/
+11
|
*
|
|
ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()
Theodore Ts'o
2017-05-01
1
-1
/
+10
|
*
|
|
ext4: avoid unnecessary transaction stalls during writeback
Jan Kara
2017-05-01
1
-0
/
+35
|
*
|
|
ext4: preload block group descriptors
Andrew Perepechko
2017-04-30
1
-0
/
+6
|
*
|
|
ext4: make ext4_shutdown() static
Eric Biggers
2017-04-30
1
-1
/
+1
|
*
|
|
ext4: support GETFSMAP ioctls
Darrick J. Wong
2017-04-30
7
-5
/
+953
|
*
|
|
ext4: evict inline data when writing to memory map
Eric Biggers
2017-04-30
1
-0
/
+5
[next]