index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
2016-12-14
6
-37
/
+17
|
\
|
*
fs: configfs: don't return anything from drop_link
Andrzej Pietrasiewicz
2016-12-01
6
-37
/
+17
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-12-14
41
-1302
/
+1450
|
\
\
|
*
\
Merge branch 'fscrypt' into dev
Theodore Ts'o
2016-12-13
15
-221
/
+242
|
|
\
\
|
|
*
|
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
David Gstir
2016-12-11
3
-5
/
+4
|
|
*
|
fscrypt: Delay bounce page pool allocation until needed
David Gstir
2016-12-11
4
-5
/
+9
|
|
*
|
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
2016-12-11
4
-6
/
+9
|
|
*
|
fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
David Gstir
2016-12-11
2
-45
/
+56
|
|
*
|
fscrypt: Never allocate fscrypt_ctx on in-place encryption
David Gstir
2016-12-11
1
-11
/
+19
|
|
*
|
fscrypt: Use correct index in decrypt path.
David Gstir
2016-12-11
1
-1
/
+1
|
|
*
|
fscrypt: move the policy flags and encryption mode definitions to uapi header
Theodore Ts'o
2016-12-11
2
-14
/
+14
|
|
*
|
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
2016-12-11
4
-67
/
+76
|
|
*
|
fscrypt: unexport fscrypt_initialize()
Theodore Ts'o
2016-12-11
3
-2
/
+3
|
|
*
|
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
Theodore Ts'o
2016-12-11
4
-6
/
+24
|
|
*
|
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2016-12-11
6
-69
/
+38
|
|
*
|
fscrypto: remove unneeded Kconfig dependencies
Eric Biggers
2016-12-11
1
-2
/
+0
|
|
*
|
MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
Eric Biggers
2016-12-11
1
-0
/
+1
|
*
|
|
dax: Fix sleep in atomic contex in grab_mapping_entry()
Jan Kara
2016-12-13
1
-8
/
+7
|
*
|
|
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2016-12-10
2
-6
/
+13
|
*
|
|
ext4: return -ENOMEM instead of success
Dan Carpenter
2016-12-10
1
-1
/
+3
|
*
|
|
ext4: reject inodes with negative size
Darrick J. Wong
2016-12-10
1
-0
/
+6
|
*
|
|
ext4: remove another test in ext4_alloc_file_blocks()
Dan Carpenter
2016-12-03
1
-1
/
+1
|
*
|
|
Documentation: fix description of ext4's block_validity mount option
Fabian Frederick
2016-12-03
1
-7
/
+6
|
*
|
|
ext4: fix checks for data=ordered and journal_async_commit options
Jan Kara
2016-12-03
1
-6
/
+15
|
*
|
|
mbcache: document that "find" functions only return reusable entries
Eric Biggers
2016-12-03
1
-8
/
+8
|
*
|
|
mbcache: use consistent type for entry count
Eric Biggers
2016-12-03
1
-8
/
+7
|
*
|
|
mbcache: remove unnecessary module_get/module_put
Eric Biggers
2016-12-03
1
-5
/
+0
|
*
|
|
mbcache: don't BUG() if entry cache cannot be allocated
Eric Biggers
2016-12-03
1
-1
/
+2
|
*
|
|
mbcache: correctly handle 'e_referenced' bit
Eric Biggers
2016-12-03
1
-1
/
+1
|
*
|
|
ext4: fix reading new encrypted symlinks on no-journal file systems
Theodore Ts'o
2016-12-02
1
-1
/
+2
|
*
|
|
ext4: validate s_first_meta_bg at mount time
Eryu Guan
2016-12-01
1
-0
/
+9
|
*
|
|
ext4: correctly detect when an xattr value has an invalid size
Eric Biggers
2016-12-01
1
-6
/
+21
|
*
|
|
ext4: don't read out of bounds when checking for in-inode xattrs
Eric Biggers
2016-12-01
2
-4
/
+5
|
*
|
|
ext4: forbid i_extra_isize not divisible by 4
Eric Biggers
2016-12-01
1
-4
/
+7
|
*
|
|
ext4: disable pwsalt ioctl when encryption disabled by config
Eric Biggers
2016-12-01
1
-0
/
+6
|
*
|
|
ext4: get rid of ext4_sb_has_crypto()
Eric Biggers
2016-12-01
2
-6
/
+1
|
*
|
|
ext4: fix inode checksum calculation problem if i_extra_size is small
Daeho Jeong
2016-12-01
1
-3
/
+2
|
*
|
|
ext4: warn when page is dirtied without buffers
Jan Kara
2016-12-01
1
-0
/
+9
|
*
|
|
ext4: be more strict when verifying flags set via SETFLAGS ioctls
Jan Kara
2016-11-29
2
-5
/
+24
|
*
|
|
ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask
Jan Kara
2016-11-29
2
-1
/
+4
|
*
|
|
ext4: fix mmp use after free during unmount
Eric Sandeen
2016-11-26
1
-1
/
+1
|
*
|
|
ext4: Add select for CONFIG_FS_IOMAP
Jan Kara
2016-11-23
1
-0
/
+1
|
*
|
|
ext4: avoid lockdep warning when inheriting encryption context
Eric Biggers
2016-11-21
2
-12
/
+23
|
*
|
|
ext4: remove unused function ext4_aligned_io()
Ross Zwisler
2016-11-21
1
-7
/
+0
|
*
|
|
dax: rip out get_block based IO support
Jan Kara
2016-11-21
3
-338
/
+11
|
*
|
|
ext2: use iomap_zero_range() for zeroing truncated page in DAX path
Jan Kara
2016-11-21
1
-3
/
+8
|
*
|
|
ext4: rip out DAX handling from direct IO path
Jan Kara
2016-11-21
2
-84
/
+15
|
*
|
|
ext4: convert DAX faults to iomap infrastructure
Jan Kara
2016-11-21
2
-9
/
+14
|
*
|
|
ext4: avoid split extents for DAX writes
Jan Kara
2016-11-21
1
-17
/
+0
|
*
|
|
ext4: DAX iomap write support
Jan Kara
2016-11-21
2
-6
/
+160
[next]