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
2016-09-05
ext4: reinforce check of i_dtime when clearing high fields of uid and gid
Daeho Jeong
1
-4
/
+4
2016-08-29
ext4: enforce online defrag restriction for encrypted files
Eric Whitney
1
-0
/
+7
2016-08-29
ext4: factor out loop for freeing inode xattr space
Jan Kara
1
-52
/
+69
2016-08-29
ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()
Jan Kara
1
-12
/
+8
2016-08-29
ext4: factor out xattr moving
Jan Kara
1
-74
/
+85
2016-08-29
ext4: replace bogus assertion in ext4_xattr_shift_entries()
Jan Kara
1
-4
/
+5
2016-08-29
ext4: remove checks for e_value_block
Jan Kara
1
-8
/
+7
2016-08-29
ext4: Check that external xattr value block is zero
Jan Kara
1
-0
/
+2
2016-08-29
ext4: fixup free space calculations when expanding inodes
Jan Kara
1
-34
/
+24
2016-08-29
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-25
/
+49
2016-08-11
ext4: avoid deadlock when expanding inode size
Jan Kara
2
-8
/
+13
2016-08-11
ext4: properly align shifted xattrs when expanding inodes
Jan Kara
1
-1
/
+1
2016-08-11
ext4: fix xattr shifting when expanding inodes part 2
Jan Kara
1
-2
/
+3
2016-08-11
ext4: fix xattr shifting when expanding inodes
Jan Kara
1
-13
/
+14
2016-08-01
ext4: validate that metadata blocks do not overlap superblock
Theodore Ts'o
1
-1
/
+17
2016-07-31
ext4: reserve xattr index for the Hurd
Theodore Ts'o
1
-0
/
+1
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+0
2016-07-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+3
2016-07-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
25
-2089
/
+455
2016-07-26
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
1
-1
/
+1
2016-07-26
dax: remote unused fault wrappers
Ross Zwisler
1
-2
/
+2
2016-07-15
ext4: verify extent header depth
Vegard Nossum
1
-0
/
+4
2016-07-14
ext4: short-cut orphan cleanup on error
Vegard Nossum
1
-0
/
+10
2016-07-14
ext4: fix reference counting bug on block allocation error
Vegard Nossum
1
-14
/
+3
2016-07-10
ext4 crypto: migrate into vfs's crypto engine
Jaegeuk Kim
19
-1997
/
+297
2016-07-05
ext4: fix project quota accounting without quota limits enabled
Wang Shilong
1
-10
/
+8
2016-07-05
ext4: validate s_reserved_gdt_blocks on mount
Theodore Ts'o
2
-0
/
+10
2016-07-05
ext4: remove unused page_idx
yalin wang
1
-2
/
+1
2016-07-04
ext4: don't call ext4_should_journal_data() on the journal inode
Vegard Nossum
1
-3
/
+3
2016-07-04
ext4: Fix WARN_ON_ONCE in ext4_commit_super()
Pranay Kr. Srivastava
1
-14
/
+16
2016-07-04
ext4: fix deadlock during page writeback
Jan Kara
1
-3
/
+26
2016-07-03
ext4: correct error value of function verifying dx checksum
Daeho Jeong
1
-2
/
+2
2016-07-03
ext4: avoid modifying checksum fields directly during checksum verification
Daeho Jeong
4
-36
/
+42
2016-06-30
ext4: check for extents that wrap around
Vegard Nossum
1
-2
/
+6
2016-06-26
ext4: respect the nobarrier mount option in nojournal mode
Theodore Ts'o
1
-1
/
+4
2016-06-26
ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance
Theodore Ts'o
4
-4
/
+23
2016-06-08
ext4: use bio op helprs in ext4 crypto code
Mike Christie
1
-1
/
+1
2016-06-07
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
2
-4
/
+4
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
3
-5
/
+6
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
4
-5
/
+5
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
3
-6
/
+9
2016-05-29
drop redundant ->owner initializations
Al Viro
2
-2
/
+0
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-10
/
+13
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
3
-10
/
+13
2016-05-26
Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-11
/
+4
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
19
-301
/
+318
2016-05-20
lib/uuid.c: move generate_random_uuid() to uuid.c
Andy Shevchenko
1
-1
/
+1
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-24
/
+18
2016-05-17
ext4: Add alignment check for DAX mount
Toshi Kani
1
-9
/
+2
2016-05-17
Merge branch 'ovl-fixes' into for-linus
Al Viro
1
-0
/
+4
[prev]
[next]