index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
ext4: remove another test in ext4_alloc_file_blocks()
Dan Carpenter
2016-12-03
1
-1
/
+1
|
*
|
|
|
ext4: fix checks for data=ordered and journal_async_commit options
Jan Kara
2016-12-03
1
-6
/
+15
|
*
|
|
|
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-22
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
|
*
|
|
|
ext4: rip out DAX handling from direct IO path
Jan Kara
2016-11-20
2
-84
/
+15
|
*
|
|
|
ext4: convert DAX faults to iomap infrastructure
Jan Kara
2016-11-20
2
-9
/
+14
|
*
|
|
|
ext4: avoid split extents for DAX writes
Jan Kara
2016-11-20
1
-17
/
+0
|
*
|
|
|
ext4: DAX iomap write support
Jan Kara
2016-11-20
2
-6
/
+160
|
*
|
|
|
ext4: use iomap for zeroing blocks in DAX mode
Jan Kara
2016-11-20
1
-2
/
+4
|
*
|
|
|
ext4: convert DAX reads to iomap infrastructure
Jan Kara
2016-11-20
3
-1
/
+93
|
*
|
|
|
ext4: only set S_DAX if DAX is really supported
Jan Kara
2016-11-20
3
-1
/
+24
|
*
|
|
|
ext4: factor out checks from ext4_file_write_iter()
Jan Kara
2016-11-20
1
-47
/
+50
|
*
|
|
|
ext4: add sanity checking to count_overhead()
Theodore Ts'o
2016-11-18
1
-3
/
+8
|
*
|
|
|
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
2016-11-18
1
-9
/
+6
|
*
|
|
|
ext4: fix in-superblock mount options processing
Theodore Ts'o
2016-11-18
1
-15
/
+23
|
*
|
|
|
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2016-11-18
2
-1
/
+17
|
*
|
|
|
ext4: remove parameter from ext4_xattr_ibody_set()
Eric Whitney
2016-11-14
1
-6
/
+5
|
*
|
|
|
ext4: allow inode expansion for nojournal file systems
Eric Whitney
2016-11-14
1
-5
/
+7
|
*
|
|
|
ext4: use current_time() for inode timestamps
Deepa Dinamani
2016-11-14
10
-35
/
+31
|
*
|
|
|
ext4: fix stack memory corruption with 64k block size
Chandan Rajendra
2016-11-14
1
-1
/
+1
|
*
|
|
|
ext4: fix mballoc breakage with 64k block size
Chandan Rajendra
2016-11-14
1
-1
/
+1
|
*
|
|
|
ext4: don't lock buffer in ext4_commit_super if holding spinlock
Theodore Ts'o
2016-11-13
1
-2
/
+3
|
*
|
|
|
ext4: allow ext4_ext_truncate() to return an error
Theodore Ts'o
2016-11-13
3
-10
/
+11
|
*
|
|
|
ext4: allow ext4_truncate() to return an error
Theodore Ts'o
2016-11-13
4
-20
/
+36
|
*
|
|
|
Merge branch 'fscrypt' into origin
Theodore Ts'o
2016-11-13
2
-3
/
+7
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
fscrypt: Let fs select encryption index/tweak
David Gstir
2016-11-13
2
-3
/
+4
|
|
*
|
|
fscrypt: Enable partial page encryption
David Gstir
2016-11-13
2
-3
/
+5
|
|
*
|
|
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
David Gstir
2016-11-13
1
-2
/
+3
|
*
|
|
|
Merge branch 'dax-4.10-iomap-pmd' into origin
Theodore Ts'o
2016-11-13
1
-0
/
+3
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
ext4: tell DAX the size of allocation holes
Ross Zwisler
2016-11-08
1
-0
/
+3
*
|
|
|
|
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
3
-5
/
+5
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
3
-5
/
+5
|
|
|
/
|
|
/
|
*
|
|
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2016-11-19
2
-1
/
+17
|
|
/
|
/
|
*
|
ext4: add missing KERN_CONT to a few more debugging uses
Joe Perches
2016-10-15
4
-31
/
+26
*
|
ext4: correct endianness conversion in __xattr_check_inode()
Eric Biggers
2016-10-15
1
-1
/
+1
*
|
ext4: do not advertise encryption support when disabled
Eric Biggers
2016-10-12
1
-0
/
+4
*
|
ext4: super.c: Update logging style using KERN_CONT
Joe Perches
2016-10-12
1
-10
/
+11
|
/
[prev]
[next]