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
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-03-17
fs: add dirtytime_expire_seconds sysctl
Theodore Ts'o
1
-0
/
+11
2015-03-17
fs: make sure the timestamps for lazytime inodes eventually get written
Theodore Ts'o
1
-10
/
+72
2015-02-28
Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-31
/
+41
2015-02-28
nilfs2: fix potential memory overrun on inode
Ryusuke Konishi
1
-3
/
+44
2015-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+8
2015-02-24
xfs: cancel failed transaction in xfs_fs_commit_blocks()
Eric Sandeen
1
-1
/
+3
2015-02-24
xfs: Ensure we have target_ip for RENAME_EXCHANGE
Eric Sandeen
1
-0
/
+4
2015-02-23
xfs: ensure truncate forces zeroed blocks to disk
Dave Chinner
3
-30
/
+29
2015-02-23
xfs: Fix quota type in quota structures when reusing quota file
Jan Kara
1
-0
/
+5
2015-02-23
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-56
/
+108
2015-02-23
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
52
-676
/
+715
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
30
-65
/
+65
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
1
-5
/
+13
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
1
-1
/
+18
2015-02-22
Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
10
-8
/
+393
2015-02-22
Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
15
-151
/
+140
2015-02-21
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+3
2015-02-20
Btrfs: fix allocation size calculations in alloc_btrfs_bio
Chris Mason
1
-1
/
+8
2015-02-20
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Al Viro
6
-319
/
+489
2015-02-20
posix_acl: fix reference leaks in posix_acl_create
Omar Sandoval
1
-5
/
+9
2015-02-20
autofs4: Wrong format for printing dentry
Rasmus Villemoes
1
-1
/
+1
[next]