index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-12-01
ext4: correctly detect when an xattr value has an invalid size
Eric Biggers
-6
/
+21
2016-12-01
ext4: don't read out of bounds when checking for in-inode xattrs
Eric Biggers
-4
/
+5
2016-12-01
ext4: forbid i_extra_isize not divisible by 4
Eric Biggers
-4
/
+7
2016-12-01
ext4: disable pwsalt ioctl when encryption disabled by config
Eric Biggers
-0
/
+6
2016-12-01
ext4: get rid of ext4_sb_has_crypto()
Eric Biggers
-6
/
+1
2016-12-01
ext4: fix inode checksum calculation problem if i_extra_size is small
Daeho Jeong
-3
/
+2
2016-12-01
ext4: warn when page is dirtied without buffers
Jan Kara
-0
/
+9
2016-11-29
ext4: be more strict when verifying flags set via SETFLAGS ioctls
Jan Kara
-5
/
+24
2016-11-29
ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask
Jan Kara
-1
/
+4
2016-11-26
ext4: fix mmp use after free during unmount
Eric Sandeen
-1
/
+1
2016-11-22
ext4: Add select for CONFIG_FS_IOMAP
Jan Kara
-0
/
+1
2016-11-21
ext4: avoid lockdep warning when inheriting encryption context
Eric Biggers
-12
/
+23
2016-11-21
ext4: remove unused function ext4_aligned_io()
Ross Zwisler
-7
/
+0
2016-11-20
dax: rip out get_block based IO support
Jan Kara
-338
/
+11
2016-11-20
ext2: use iomap_zero_range() for zeroing truncated page in DAX path
Jan Kara
-3
/
+8
2016-11-20
ext4: rip out DAX handling from direct IO path
Jan Kara
-84
/
+15
2016-11-20
ext4: convert DAX faults to iomap infrastructure
Jan Kara
-9
/
+14
2016-11-20
ext4: avoid split extents for DAX writes
Jan Kara
-17
/
+0
2016-11-20
ext4: DAX iomap write support
Jan Kara
-6
/
+160
2016-11-20
ext4: use iomap for zeroing blocks in DAX mode
Jan Kara
-2
/
+4
2016-11-20
ext4: convert DAX reads to iomap infrastructure
Jan Kara
-1
/
+93
2016-11-20
ext4: only set S_DAX if DAX is really supported
Jan Kara
-1
/
+24
2016-11-20
ext4: factor out checks from ext4_file_write_iter()
Jan Kara
-47
/
+50
2016-11-18
ext4: add sanity checking to count_overhead()
Theodore Ts'o
-3
/
+8
2016-11-18
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
-9
/
+6
2016-11-18
ext4: fix in-superblock mount options processing
Theodore Ts'o
-15
/
+23
2016-11-18
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
-1
/
+17
2016-11-14
ext4: remove parameter from ext4_xattr_ibody_set()
Eric Whitney
-6
/
+5
2016-11-14
ext4: allow inode expansion for nojournal file systems
Eric Whitney
-5
/
+7
2016-11-14
ext4: use current_time() for inode timestamps
Deepa Dinamani
-35
/
+31
2016-11-14
ext4: fix stack memory corruption with 64k block size
Chandan Rajendra
-1
/
+1
2016-11-14
ext4: fix mballoc breakage with 64k block size
Chandan Rajendra
-1
/
+1
2016-11-13
ext4: don't lock buffer in ext4_commit_super if holding spinlock
Theodore Ts'o
-2
/
+3
2016-11-13
ext4: allow ext4_ext_truncate() to return an error
Theodore Ts'o
-10
/
+11
2016-11-13
ext4: allow ext4_truncate() to return an error
Theodore Ts'o
-20
/
+36
2016-11-13
Merge branch 'fscrypt' into origin
Theodore Ts'o
-85
/
+124
2016-11-13
Merge branch 'dax-4.10-iomap-pmd' into origin
Theodore Ts'o
-433
/
+542
2016-11-13
fscrypto: don't use on-stack buffer for key derivation
Eric Biggers
-3
/
+13
2016-11-13
fscrypto: don't use on-stack buffer for filename encryption
Eric Biggers
-32
/
+21
2016-11-13
fscrypt: Let fs select encryption index/tweak
David Gstir
-13
/
+19
2016-11-13
fscrypt: Constify struct inode pointer
David Gstir
-18
/
+18
2016-11-13
fscrypt: Enable partial page encryption
David Gstir
-24
/
+44
2016-11-13
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
David Gstir
-9
/
+12
2016-11-13
fscrypt: Add in-place encryption mode
David Gstir
-10
/
+21
2016-11-10
dax: Introduce IOMAP_FAULT flag
Jan Kara
-4
/
+6
2016-11-08
dax: remove "depends on BROKEN" from FS_DAX_PMD
Ross Zwisler
-1
/
+0
2016-11-08
xfs: use struct iomap based DAX PMD fault path
Ross Zwisler
-25
/
+6
2016-11-08
dax: add struct iomap based DAX PMD support
Ross Zwisler
-50
/
+386
2016-11-08
dax: move put_(un)locked_mapping_entry() in dax.c
Ross Zwisler
-25
/
+25
2016-11-08
dax: move RADIX_DAX_* defines to dax.h
Ross Zwisler
-15
/
+14
[next]