index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II 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
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-13
1
-4
/
+17
|
\
|
*
ext4: return to starting transaction in ext4_dax_huge_fault()
Jan Kara
2017-05-12
1
-4
/
+17
*
|
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-12
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
block, dax: move "select DAX" from BLOCK to FS_DAX
Dan Williams
2017-05-08
1
-0
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-08
2
-3
/
+3
|
\
\
|
*
|
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-05-08
2
-3
/
+3
*
|
|
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-08
1
-81
/
+31
|
\
\
\
|
*
|
|
ext4: clean up ext4_match() and callers
Eric Biggers
2017-05-04
1
-56
/
+25
|
*
|
|
ext4: switch to using fscrypt_match_name()
Eric Biggers
2017-05-04
1
-17
/
+5
|
*
|
|
fscrypt: avoid collisions when presenting long encrypted filenames
Eric Biggers
2017-05-04
1
-2
/
+2
|
*
|
|
ext4: remove "nokey" check from ext4_lookup()
Eric Biggers
2017-05-04
1
-8
/
+1
*
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-05-08
15
-86
/
+1060
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
ext4: mark superblock writes synchronous for nobarrier mounts
Jan Kara
2017-05-04
1
-1
/
+1
|
*
|
|
ext4: inherit encryption xattr before other xattrs
Eric Biggers
2017-05-02
1
-6
/
+11
|
*
|
|
ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()
Theodore Ts'o
2017-04-30
1
-1
/
+10
|
*
|
|
ext4: avoid unnecessary transaction stalls during writeback
Jan Kara
2017-04-30
1
-0
/
+35
|
*
|
|
ext4: preload block group descriptors
Andrew Perepechko
2017-04-30
1
-0
/
+6
|
*
|
|
ext4: make ext4_shutdown() static
Eric Biggers
2017-04-30
1
-1
/
+1
|
*
|
|
ext4: support GETFSMAP ioctls
Darrick J. Wong
2017-04-30
7
-5
/
+953
|
*
|
|
ext4: evict inline data when writing to memory map
Eric Biggers
2017-04-30
1
-0
/
+5
|
*
|
|
ext4: remove ext4_xattr_check_entry()
Eric Biggers
2017-04-30
1
-24
/
+6
|
*
|
|
ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries()
Eric Biggers
2017-04-29
1
-5
/
+5
|
*
|
|
ext4: merge ext4_xattr_list() into ext4_listxattr()
Eric Biggers
2017-04-29
1
-16
/
+5
|
*
|
|
ext4: constify static data that is never modified
Eric Biggers
2017-04-29
5
-10
/
+11
|
*
|
|
ext4: trim return value and 'dir' argument from ext4_insert_dentry()
Eric Biggers
2017-04-29
3
-17
/
+11
|
|
/
/
*
|
|
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-05
1
-1
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ext2, ext4, xfs: retrieve dax_device for iomap operations
Dan Williams
2017-04-25
1
-1
/
+8
*
|
|
Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...
Linus Torvalds
2017-05-03
4
-37
/
+66
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ext4: Improve comments in ext4_quota_{on|off}()
Jan Kara
2017-04-24
1
-2
/
+10
|
*
|
ext4: Remove ext4_get_inode_flags()
Jan Kara
2017-04-19
3
-29
/
+0
|
*
|
ext4: Set flags on quota files directly
Jan Kara
2017-04-19
1
-6
/
+56
*
|
|
statx: Include a mask for stx_attributes in struct statx
David Howells
2017-04-03
1
-0
/
+6
*
|
|
ext4: Add statx support
David Howells
2017-04-03
5
-4
/
+39
|
|
/
|
/
|
*
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-03-26
4
-39
/
+35
|
\
\
|
*
|
ext4: fix two spelling nits
Theodore Ts'o
2017-03-25
2
-2
/
+2
|
*
|
ext4: lock the xattr block before checksuming it
Theodore Ts'o
2017-03-25
1
-34
/
+31
|
*
|
ext4: mark inode dirty after converting inline directory
Eric Biggers
2017-03-15
1
-3
/
+2
*
|
|
Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-03-25
1
-6
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fscrypt: eliminate ->prepare_context() operation
Eric Biggers
2017-03-15
1
-6
/
+4
|
|
/
*
|
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-03
2
-5
/
+4
|
\
\
|
*
|
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
2
-5
/
+4
*
|
|
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
|
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+2
|
/
/
*
|
scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
|
fs: add i_blocksize()
Fabian Frederick
2017-02-27
3
-5
/
+5
*
|
mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
Dave Jiang
2017-02-24
1
-3
/
+9
*
|
mm,fs,dax: change ->pmd_fault to ->huge_fault
Dave Jiang
2017-02-24
1
-22
/
+1
*
|
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
3
-15
/
+15
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-02-22
1
-7
/
+6
|
\
\
|
*
|
mm, dax: change pmd_fault() to take only vmf parameter
Dave Jiang
2017-02-22
1
-4
/
+4
[next]