index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-09-05
22
-193
/
+370
|
\
|
*
direct-io: Handle O_(D)SYNC AIO
Christoph Hellwig
2013-09-04
5
-13
/
+40
|
*
direct-io: Implement generic deferred AIO completions
Christoph Hellwig
2013-09-04
9
-129
/
+98
|
*
switch fchmod() to fdget
Al Viro
2013-09-03
1
-6
/
+5
|
*
switch epoll_ctl() to fdget
Al Viro
2013-09-03
1
-16
/
+15
|
*
git simplify nilfs check for busy subtree
Al Viro
2013-09-03
1
-19
/
+7
|
*
constify touch_atime()
Al Viro
2013-09-03
1
-1
/
+1
|
*
vfs: allow umount to handle mountpoints without revalidating them
Jeff Layton
2013-09-03
2
-1
/
+183
|
*
vfs: call d_op->d_prune() before unhashing dentry
Yan, Zheng
2013-09-03
1
-2
/
+11
|
*
only regular files with FMODE_WRITE need to be on s_files
Al Viro
2013-09-03
1
-2
/
+4
|
*
nfsd: racy access to ->d_name in nsfd4_encode_path()
Al Viro
2013-09-03
1
-6
/
+8
*
|
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-09-04
3
-3
/
+3
|
\
\
|
*
|
GFS2: Replace PTR_RET with PTR_ERR_OR_ZERO
Steven Whitehouse
2013-07-22
1
-1
/
+1
|
*
|
Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZERO
Sachin Kamat
2013-07-16
1
-1
/
+1
|
*
|
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
2013-07-15
2
-2
/
+2
*
|
|
Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2013-09-04
2
-22
/
+7
|
\
\
\
|
*
|
|
dlm: remove signal blocking
David Teigland
2013-08-12
1
-19
/
+6
|
*
|
|
dlm: WQ_NON_REENTRANT is meaningless and going away
Tejun Heo
2013-07-30
1
-4
/
+1
*
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2013-09-04
23
-367
/
+816
|
\
\
\
\
|
*
|
|
|
ext4: allow specifying external journal by pathname mount option
Eric Sandeen
2013-08-28
1
-3
/
+44
|
*
|
|
|
ext4: mark group corrupt on group descriptor checksum
Darrick J. Wong
2013-08-28
2
-11
/
+8
|
*
|
|
|
ext4: mark block group as corrupt on inode bitmap error
Darrick J. Wong
2013-08-28
2
-4
/
+28
|
*
|
|
|
ext4: mark block group as corrupt on block bitmap error
Darrick J. Wong
2013-08-28
3
-3
/
+31
|
*
|
|
|
ext4: fix type declaration of ext4_validate_block_bitmap
Darrick J. Wong
2013-08-28
2
-3
/
+3
|
*
|
|
|
ext4: error out if verifying the block bitmap fails
Darrick J. Wong
2013-08-28
1
-2
/
+6
|
*
|
|
|
jbd2: Fix endian mixing problems in the checksumming code
Darrick J. Wong
2013-08-28
3
-17
/
+18
|
*
|
|
|
ext4: isolate ext4_extents.h file
Zheng Liu
2013-08-28
7
-29
/
+27
|
*
|
|
|
ext4: Fix misspellings using 'codespell' tool
Anatol Pomozov
2013-08-28
6
-9
/
+9
|
*
|
|
|
ext4: convert write_begin methods to stable_page_writes semantics
Dmitry Monakhov
2013-08-28
1
-2
/
+3
|
*
|
|
|
ext4: fix use of potentially uninitialized variables in debugging code
Andi Shyti
2013-08-28
1
-3
/
+2
|
*
|
|
|
ext4: fix lost truncate due to race with writeback
Jan Kara
2013-08-17
2
-9
/
+32
|
*
|
|
|
ext4: simplify truncation code in ext4_setattr()
Jan Kara
2013-08-17
1
-60
/
+49
|
*
|
|
|
ext4: fix ext4_writepages() in presence of truncate
Jan Kara
2013-08-17
1
-41
/
+66
|
*
|
|
|
ext4: move test whether extent to map can be extended to one place
Jan Kara
2013-08-17
1
-20
/
+29
|
*
|
|
|
ext4: fix warning in ext4_da_update_reserve_space()
Jan Kara
2013-08-17
3
-5
/
+20
|
*
|
|
|
quota: provide interface for readding allocated space into reserved space
Jan Kara
2013-08-17
2
-2
/
+55
|
*
|
|
|
ext4: avoid reusing recently deleted inodes in no journal mode
Theodore Ts'o
2013-08-16
1
-0
/
+51
|
*
|
|
|
ext4: allocate delayed allocation blocks before rename
Theodore Ts'o
2013-08-16
1
-5
/
+7
|
*
|
|
|
ext4: start handle at least possible moment when renaming files
Theodore Ts'o
2013-08-16
1
-10
/
+13
|
*
|
|
|
ext4: add support for extent pre-caching
Theodore Ts'o
2013-08-16
4
-29
/
+136
|
*
|
|
|
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
2013-08-16
6
-31
/
+114
|
*
|
|
|
ext4: use unsigned int for es_status values
Theodore Ts'o
2013-08-16
3
-26
/
+33
|
*
|
|
|
ext4: print the block number of invalid extent tree blocks
Theodore Ts'o
2013-08-16
1
-12
/
+12
|
*
|
|
|
ext4: refactor code to read the extent tree block
Theodore Ts'o
2013-08-16
1
-54
/
+43
*
|
|
|
|
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-09-03
5
-34
/
+242
|
\
\
\
\
\
|
*
|
|
|
|
pstore/ram: (really) fix undefined usage of rounddown_pow_of_two
Maxime Bizon
2013-08-30
1
-3
/
+3
|
*
|
|
|
|
pstore/ram: Read and write to the 'compressed' flag of pstore
Aruna Balakrishnaiah
2013-08-19
1
-8
/
+28
|
*
|
|
|
|
pstore: Add file extension to pstore file if compressed
Aruna Balakrishnaiah
2013-08-19
3
-6
/
+10
|
*
|
|
|
|
pstore: Add decompression support to pstore
Aruna Balakrishnaiah
2013-08-19
1
-2
/
+51
|
*
|
|
|
|
pstore: Introduce new argument 'compressed' in the read callback
Aruna Balakrishnaiah
2013-08-19
2
-2
/
+5
[next]