index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-12
ext4 crypto: implement the ext4 decryption read path
Michael Halcrow
3
-3
/
+88
2015-04-12
ext4 crypto: implement the ext4 encryption write path
Michael Halcrow
4
-6
/
+173
2015-04-12
ext4 crypto: inherit encryption policies on inode and directory create
Michael Halcrow
1
-1
/
+20
2015-04-12
ext4 crypto: enforce context consistency
Theodore Ts'o
1
-1
/
+23
2015-04-12
ext4 crypto: add encryption key management facilities
Michael Halcrow
4
-1
/
+179
2015-04-12
ext4 crypto: add ext4 encryption facilities
Michael Halcrow
6
-1
/
+682
2015-04-11
ext4 crypto: add encryption policy and password salt support
Michael Halcrow
5
-0
/
+317
2015-04-11
ext4 crypto: add encryption xattr support
Michael Halcrow
1
-0
/
+3
2015-04-11
ext4 crypto: export ext4_empty_dir()
Michael Halcrow
2
-5
/
+7
2015-04-11
ext4 crypto: add ext4 encryption Kconfig
Theodore Ts'o
1
-0
/
+17
2015-04-11
ext4 crypto: reserve codepoints used by the ext4 encryption feature
Theodore Ts'o
1
-3
/
+13
2015-04-08
ext4 crypto: add ext4_mpage_readpages()
Theodore Ts'o
4
-3
/
+271
2015-04-03
ext4: make fsync to sync parent dir in no-journal for real this time
Lukas Czerner
1
-9
/
+11
2015-04-03
ext4: don't release reserved space for previously allocated cluster
Eric Whitney
1
-13
/
+1
2015-04-03
ext4: fix loss of delalloc extent info in ext4_zero_range()
Eric Whitney
1
-13
/
+0
2015-04-03
ext4: allocate entire range in zero range
Lukas Czerner
1
-12
/
+19
2015-04-03
ext4: remove unnecessary lock/unlock of i_block_reservation_lock
Maurizio Lombardi
1
-2
/
+0
2015-04-03
ext4: remove block_device_ejected
Christoph Hellwig
1
-17
/
+1
2015-04-03
ext4: remove useless condition in if statement.
Wei Yuan
1
-2
/
+1
2015-04-03
ext4: remove unused header files
Sheng Yong
17
-25
/
+0
2015-04-02
ext4: fix comments in ext4_can_extents_be_merged()
Xiaoguang Wang
1
-6
/
+0
2015-04-02
ext4: fix transposition typo in format string
Rasmus Villemoes
1
-1
/
+1
2015-04-02
ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()
Konstantin Khlebnikov
1
-6
/
+15
2015-02-23
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-56
/
+105
2015-02-18
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2
-2
/
+78
2015-02-17
ext4: add DAX functionality
Ross Zwisler
6
-37
/
+174
2015-02-15
ext4: fix indirect punch hole corruption
Omar Sandoval
1
-34
/
+71
2015-02-13
ext4: ignore journal checksum on remount; don't fail
Eric Sandeen
1
-3
/
+2
2015-02-13
ext4: remove duplicate remount check for JOURNAL_CHECKSUM change
Eric Sandeen
1
-11
/
+0
2015-02-13
ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesize
Xiaoguang Wang
1
-0
/
+7
2015-02-13
ext4: support read-only images
Darrick J. Wong
2
-1
/
+10
2015-02-13
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2015-02-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2015-02-11
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Kirill A. Shutemov
1
-1
/
+0
2015-02-05
ext4: add optimization for the lazytime mount option
Theodore Ts'o
2
-2
/
+72
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
1
-0
/
+6
2015-01-30
ext4: Use generic helpers for quotaon and quotaoff
Jan Kara
1
-41
/
+1
2015-01-26
ext4: change to use setup_timer() instead of init_timer()
Jan Mrazek
1
-3
/
+2
2015-01-21
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-1
/
+1
2015-01-20
ext4: reserve codepoints used by the ext4 encryption feature
Theodore Ts'o
1
-4
/
+13
2015-01-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-121
/
+129
2015-01-02
ext4: remove spurious KERN_INFO from ext4_warning call
Jakub Wilk
1
-1
/
+1
2015-01-02
Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"
Theodore Ts'o
2
-108
/
+116
2014-12-27
ext4: prevent online resize with backup superblock
Theodore Ts'o
1
-12
/
+12
2014-12-17
move_extent_per_page(): get rid of unused w_flags
Al Viro
1
-4
/
+0
2014-12-12
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
14
-518
/
+526
2014-12-06
ext4: ext4_da_convert_inline_data_to_extent drop locked page after error
Dmitry Monakhov
1
-1
/
+4
2014-12-03
ext4: fix suboptimal seek_{data,hole} extents traversial
Dmitry Monakhov
2
-116
/
+108
2014-12-03
ext4: ext4_inline_data_fiemap should respect callers argument
Dmitry Monakhov
3
-8
/
+16
2014-12-03
ext4: prevent fsreentrance deadlock for inline_data
Dmitry Monakhov
1
-5
/
+6
[next]