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
2017-05-20
ext4: evict inline data when writing to memory map
Eric Biggers
1
-0
/
+5
2017-03-30
ext4: lock the xattr block before checksuming it
Theodore Ts'o
1
-34
/
+31
2017-03-30
ext4: mark inode dirty after converting inline directory
Eric Biggers
1
-3
/
+2
2017-03-18
ext4: don't BUG when truncating encrypted inodes on the orphan list
Theodore Ts'o
1
-0
/
+4
2017-03-12
ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
1
-1
/
+1
2017-03-12
ext4: return EROFS if device is r/o and journal replay is needed
Theodore Ts'o
1
-1
/
+2
2017-03-12
ext4: preserve the needs_recovery flag when the journal is aborted
Theodore Ts'o
1
-2
/
+4
2017-03-12
ext4: fix inline data error paths
Theodore Ts'o
2
-6
/
+23
2017-03-12
ext4: fix use-after-iput when fscrypt contexts are inconsistent
Eric Biggers
1
-2
/
+4
2017-03-12
ext4: fix data corruption in data=journal mode
Jan Kara
1
-10
/
+13
2017-03-12
ext4: trim allocation requests to group size
Jan Kara
1
-0
/
+7
2017-03-12
ext4: do not polute the extents cache while shifting extents
Roman Pen
1
-3
/
+6
2017-03-12
ext4: Include forgotten start block on fallocate insert range
Roman Pen
1
-6
/
+12
2017-03-12
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
Theodore Ts'o
3
-54
/
+74
2017-01-25
dax: fix build warnings with FS_DAX and !FS_IOMAP
Ross Zwisler
1
-1
/
+0
2016-12-27
ext4: Simplify DAX fault path
Jan Kara
1
-38
/
+10
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
3
-3
/
+3
2016-12-18
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-3
/
+0
2016-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2016-12-15
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-25
/
+8
2016-12-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
15
-326
/
+615
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-5
/
+5
2016-12-13
Merge branch 'fscrypt' into dev
Theodore Ts'o
3
-31
/
+6
2016-12-12
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
1
-1
/
+0
2016-12-12
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2
-31
/
+7
2016-12-11
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2
-6
/
+13
2016-12-10
ext4: return -ENOMEM instead of success
Dan Carpenter
1
-1
/
+3
2016-12-10
ext4: reject inodes with negative size
Darrick J. Wong
1
-0
/
+6
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-3
/
+0
2016-12-06
quota: constify struct path in quota_on
Al Viro
1
-2
/
+2
2016-12-04
ext4: remove another test in ext4_alloc_file_blocks()
Dan Carpenter
1
-1
/
+1
2016-12-04
ext4: fix checks for data=ordered and journal_async_commit options
Jan Kara
1
-6
/
+15
2016-12-02
ext4: fix reading new encrypted symlinks on no-journal file systems
Theodore Ts'o
1
-1
/
+2
2016-12-01
ext4: validate s_first_meta_bg at mount time
Eryu Guan
1
-0
/
+9
2016-12-01
ext4: correctly detect when an xattr value has an invalid size
Eric Biggers
1
-6
/
+21
2016-12-01
ext4: don't read out of bounds when checking for in-inode xattrs
Eric Biggers
2
-4
/
+5
2016-12-01
ext4: forbid i_extra_isize not divisible by 4
Eric Biggers
1
-4
/
+7
2016-12-01
ext4: disable pwsalt ioctl when encryption disabled by config
Eric Biggers
1
-0
/
+6
2016-12-01
ext4: get rid of ext4_sb_has_crypto()
Eric Biggers
2
-6
/
+1
2016-12-01
ext4: fix inode checksum calculation problem if i_extra_size is small
Daeho Jeong
1
-3
/
+2
2016-12-01
ext4: warn when page is dirtied without buffers
Jan Kara
1
-0
/
+9
2016-11-29
ext4: be more strict when verifying flags set via SETFLAGS ioctls
Jan Kara
2
-5
/
+24
2016-11-29
ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask
Jan Kara
2
-1
/
+4
2016-11-26
ext4: fix mmp use after free during unmount
Eric Sandeen
1
-1
/
+1
2016-11-23
ext4: Add select for CONFIG_FS_IOMAP
Jan Kara
1
-0
/
+1
2016-11-21
ext4: avoid lockdep warning when inheriting encryption context
Eric Biggers
2
-12
/
+23
2016-11-21
ext4: remove unused function ext4_aligned_io()
Ross Zwisler
1
-7
/
+0
2016-11-21
ext4: rip out DAX handling from direct IO path
Jan Kara
2
-84
/
+15
2016-11-21
ext4: convert DAX faults to iomap infrastructure
Jan Kara
2
-9
/
+14
2016-11-21
ext4: avoid split extents for DAX writes
Jan Kara
1
-17
/
+0
[next]