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
*
mm, dax: change pmd_fault() to take only vmf parameter
Dave Jiang
2017-02-22
1
-4
/
+4
*
mm, dax: make pmd_fault() and friends be the same as fault()
Dave Jiang
2017-02-22
1
-5
/
+4
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-02-20
17
-133
/
+446
|
\
|
*
ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN
Theodore Ts'o
2017-02-20
2
-5
/
+5
|
*
ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
2017-02-15
1
-1
/
+1
|
*
ext4: don't BUG when truncating encrypted inodes on the orphan list
Theodore Ts'o
2017-02-14
1
-0
/
+4
|
*
ext4: do not use stripe_width if it is not set
Jan Kara
2017-02-10
1
-2
/
+2
|
*
ext4: fix stripe-unaligned allocations
Jan Kara
2017-02-10
1
-2
/
+4
|
*
ext4: fix DAX write locking
Christoph Hellwig
2017-02-08
1
-9
/
+1
|
*
ext4: add EXT4_IOC_GOINGDOWN ioctl
Theodore Ts'o
2017-02-05
3
-1
/
+61
|
*
ext4: add shutdown bit and check for it
Theodore Ts'o
2017-02-05
11
-3
/
+103
|
*
ext4: rename s_resize_flags to s_ext4_flags
Theodore Ts'o
2017-02-05
2
-5
/
+10
|
*
ext4: return EROFS if device is r/o and journal replay is needed
Theodore Ts'o
2017-02-05
1
-1
/
+2
|
*
ext4: preserve the needs_recovery flag when the journal is aborted
Theodore Ts'o
2017-02-04
1
-2
/
+4
|
*
ext4: fix inline data error paths
Theodore Ts'o
2017-02-04
2
-6
/
+23
|
*
ext4: move halfmd4 into hash.c directly
Jason A. Donenfeld
2017-02-02
1
-1
/
+70
|
*
ext4: fix use-after-iput when fscrypt contexts are inconsistent
Eric Biggers
2017-02-01
1
-2
/
+4
|
*
ext4: fix data corruption in data=journal mode
Jan Kara
2017-01-27
1
-10
/
+13
|
*
ext4: trim allocation requests to group size
Jan Kara
2017-01-27
1
-0
/
+7
|
*
ext4: replace BUG_ON with WARN_ON in mb_find_extent()
Theodore Ts'o
2017-01-22
1
-1
/
+11
|
*
ext4: propagate error values from ext4_inline_data_truncate()
Theodore Ts'o
2017-01-22
3
-19
/
+27
|
*
ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores
Theodore Ts'o
2017-01-11
2
-7
/
+4
|
*
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
Theodore Ts'o
2017-01-11
3
-54
/
+74
|
*
ext4: add debug_want_extra_isize mount option
Theodore Ts'o
2017-01-11
1
-2
/
+7
|
*
ext4: do not polute the extents cache while shifting extents
Roman Pen
2017-01-08
1
-3
/
+6
|
*
ext4: Include forgotten start block on fallocate insert range
Roman Pen
2017-01-08
1
-6
/
+12
|
*
Merge branch 'fscrypt' into d
Theodore Ts'o
2017-01-08
4
-25
/
+17
|
|
\
*
|
\
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-02-20
5
-51
/
+24
|
\
\
\
|
*
|
|
fscrypt: constify struct fscrypt_operations
Eric Biggers
2017-02-08
1
-2
/
+2
|
*
|
|
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
2017-02-06
2
-24
/
+5
|
|
|
/
|
|
/
|
|
*
|
fscrypt: make fscrypt_operations.key_prefix a string
Eric Biggers
2017-01-08
2
-23
/
+1
|
*
|
ext4: don't allow encrypted operations without keys
Theodore Ts'o
2017-01-08
1
-0
/
+12
|
*
|
fscrypt: use ENOKEY when file cannot be created w/o key
Eric Biggers
2016-12-31
2
-2
/
+4
*
|
|
dax: fix build warnings with FS_DAX and !FS_IOMAP
Ross Zwisler
2017-01-24
1
-1
/
+0
|
|
/
|
/
|
*
|
ext4: Simplify DAX fault path
Jan Kara
2016-12-26
1
-38
/
+10
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
3
-3
/
+3
*
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
2016-12-17
1
-3
/
+0
|
\
|
*
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-09
1
-3
/
+0
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-17
1
-2
/
+2
|
\
\
|
*
|
quota: constify struct path in quota_on
Al Viro
2016-12-05
1
-2
/
+2
|
|
/
*
|
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-14
3
-25
/
+8
|
\
\
|
*
|
fs: Add helper to clean bdev aliases under a bh and use it
Jan Kara
2016-11-04
2
-3
/
+2
|
*
|
ext4: Use clean_bdev_aliases() instead of iteration
Jan Kara
2016-11-04
2
-22
/
+6
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-12-14
15
-326
/
+615
|
\
\
\
|
*
\
\
Merge branch 'fscrypt' into dev
Theodore Ts'o
2016-12-12
3
-31
/
+6
|
|
\
\
\
|
|
*
|
|
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
2016-12-11
1
-1
/
+0
|
|
*
|
|
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2016-12-11
2
-31
/
+7
|
*
|
|
|
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2016-12-10
2
-6
/
+13
|
*
|
|
|
ext4: return -ENOMEM instead of success
Dan Carpenter
2016-12-10
1
-1
/
+3
|
*
|
|
|
ext4: reject inodes with negative size
Darrick J. Wong
2016-12-10
1
-0
/
+6
[next]