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-11-14
ext4: fix mballoc breakage with 64k block size
Chandan Rajendra
1
-1
/
+1
2016-11-13
ext4: don't lock buffer in ext4_commit_super if holding spinlock
Theodore Ts'o
1
-2
/
+3
2016-11-13
ext4: allow ext4_ext_truncate() to return an error
Theodore Ts'o
3
-10
/
+11
2016-11-13
ext4: allow ext4_truncate() to return an error
Theodore Ts'o
4
-20
/
+36
2016-11-13
Merge branch 'fscrypt' into origin
Theodore Ts'o
2
-3
/
+7
2016-11-13
Merge branch 'dax-4.10-iomap-pmd' into origin
Theodore Ts'o
1
-0
/
+3
2016-11-13
fscrypt: Let fs select encryption index/tweak
David Gstir
2
-3
/
+4
2016-11-13
fscrypt: Enable partial page encryption
David Gstir
2
-3
/
+5
2016-11-13
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
David Gstir
1
-2
/
+3
2016-11-08
ext4: tell DAX the size of allocation holes
Ross Zwisler
1
-0
/
+3
2016-11-04
fs: Add helper to clean bdev aliases under a bh and use it
Jan Kara
2
-3
/
+2
2016-11-04
ext4: Use clean_bdev_aliases() instead of iteration
Jan Kara
2
-22
/
+6
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
3
-5
/
+5
2016-10-15
ext4: add missing KERN_CONT to a few more debugging uses
Joe Perches
4
-31
/
+26
2016-10-15
ext4: correct endianness conversion in __xattr_check_inode()
Eric Biggers
1
-1
/
+1
2016-10-12
ext4: do not advertise encryption support when disabled
Eric Biggers
1
-0
/
+4
2016-10-12
ext4: super.c: Update logging style using KERN_CONT
Joe Perches
1
-10
/
+11
2016-10-11
fs: use mapping_set_error instead of opencoded set_bit
Michal Hocko
1
-1
/
+1
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
3
-18
/
+0
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-9
/
+5
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2
-9
/
+5
2016-10-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
3
-18
/
+0
2016-10-07
ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings
Toshi Kani
1
-0
/
+1
2016-10-07
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
14
-310
/
+372
2016-09-30
ext4: remove unused variable
Eric Engestrom
2
-5
/
+2
2016-09-30
ext4: use journal inode to determine journal overhead
Eric Whitney
1
-2
/
+17
2016-09-30
ext4: create function to read journal inode
Eric Whitney
1
-9
/
+23
2016-09-30
ext4: unmap metadata when zeroing blocks
Jan Kara
1
-1
/
+9
2016-09-30
ext4: remove plugging from ext4_file_write_iter()
Jan Kara
1
-4
/
+0
2016-09-30
ext4: allow unlocked direct IO when pages are cached
Jan Kara
1
-2
/
+1
2016-09-30
ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY
Richard Weinberger
1
-0
/
+3
2016-09-30
ext4: do not unnecessarily null-terminate encrypted symlink data
Eric Biggers
1
-2
/
+0
2016-09-30
ext4: release bh in make_indexed_dir
gmail
1
-8
/
+6
2016-09-30
ext4: Allow parallel DIO reads
Jan Kara
1
-22
/
+18
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-22
ext4: allow DAX writeback for hole punch
Ross Zwisler
1
-2
/
+2
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-09-22
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
1
-8
/
+4
2016-09-15
fscrypto: make filename crypto functions return 0 on success
Eric Biggers
3
-9
/
+9
2016-09-15
ext4: fix memory leak when symlink decryption fails
Eric Biggers
1
-2
/
+1
2016-09-15
ext4: remove unused definition for MAX_32_NUM
Fabian Frederick
1
-2
/
+0
2016-09-15
ext4: create EXT4_MAX_BLOCKS() macro
Fabian Frederick
3
-14
/
+7
2016-09-15
ext4: remove unneeded test in ext4_alloc_file_blocks()
Fabian Frederick
1
-7
/
+2
2016-09-15
ext4: fix memory leak in ext4_insert_range()
Fabian Frederick
1
-0
/
+3
2016-09-15
ext4: bugfix for mmaped pages in mpage_release_unused_pages()
wangguang
1
-0
/
+2
2016-09-10
fscrypto: require write access to mount to set encryption policy
Eric Biggers
1
-1
/
+1
2016-09-05
ext4: improve ext4lazyinit scalability
Dmitry Monakhov
1
-10
/
+31
2016-09-05
ext4: cleanup ext4_sync_parent()
Jan Kara
1
-1
/
+8
[prev]
[next]