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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: move ext4_add_groupblocks() to mballoc.c
Amir Goldstein
2011-05-09
3
-126
/
+126
*
ext4: remove redundant #ifdef in super.c
Amerigo Wang
2011-05-09
1
-2
/
+0
*
ext4: remove redundant check for first_not_zeroed in ext4_register_li_request
Tao Ma
2011-05-09
1
-8
/
+1
*
ext4: use s_inodes_per_block directly in __ext4_get_inode_loc
Tao Ma
2011-05-09
1
-1
/
+1
*
ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.c
Tao Ma
2011-05-09
1
-1
/
+1
*
jbd2: only print the debugging information for tid wraparound once
Theodore Ts'o
2011-05-08
1
-4
/
+5
*
jbd2: Fix forever sleeping process in do_get_write_access()
Jan Kara
2011-05-08
1
-2
/
+7
*
ext4: reimplement convert and split_unwritten
Yongqiang Yang
2011-05-03
1
-408
/
+72
*
ext4: add ext4_split_extent_at() and ext4_split_extent()
Yongqiang Yang
2011-05-03
1
-0
/
+187
*
ext4: add a function merging extents right and left
Yongqiang Yang
2011-05-03
1
-29
/
+36
*
ext4: fix deadlock in ext4_symlink() in ENOSPC conditions
Jan Kara
2011-05-03
1
-11
/
+55
*
ext4: Fix fs corruption when make_indexed_dir() fails
Jan Kara
2011-05-03
1
-2
/
+12
*
ext4: set extents flag when migrating file to use extents
Theodore Ts'o
2011-05-03
1
-1
/
+1
*
jbd2: fix fsync() tid wraparound bug
Theodore Ts'o
2011-05-01
1
-3
/
+13
*
ext4: remove obsolete mount options from ext4's documentation
Theodore Ts'o
2011-05-01
1
-4
/
+0
*
ext4: remove dead code in ext4_has_free_blocks()
Shaohua Li
2011-05-01
1
-5
/
+0
*
ext4: ignore errors when issuing discards
Theodore Ts'o
2011-04-30
1
-25
/
+9
*
ext4: don't set PageUptodate in ext4_end_bio()
Curt Wohlgemuth
2011-04-30
1
-28
/
+11
*
ext4: check for ext[23] file system features when mounting as ext[23]
Theodore Ts'o
2011-04-18
2
-9
/
+80
*
ext4: release page cache in ext4_mb_load_buddy error path
Yang Ruirui
2011-04-16
1
-0
/
+2
*
Linux 2.6.39-rc3
v2.6.39-rc3
Linus Torvalds
2011-04-11
1
-1
/
+1
*
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2011-04-11
17
-507
/
+531
|
\
|
*
xfs_destroy_workqueues() should not be tagged with__exit
Luck, Tony
2011-04-11
1
-1
/
+1
|
*
xfs: use proper interfaces for on-stack plugging
Christoph Hellwig
2011-04-08
1
-11
/
+9
|
*
xfs: fix xfs_debug warnings
Christoph Hellwig
2011-04-08
2
-29
/
+22
|
*
xfs: fix variable set but not used warnings
Christoph Hellwig
2011-04-08
5
-18
/
+0
|
*
xfs: convert log tail checking to a warning
Dave Chinner
2011-04-08
2
-8
/
+25
|
*
xfs: catch bad block numbers freeing extents.
Dave Chinner
2011-04-08
1
-7
/
+23
|
*
xfs: push the AIL from memory reclaim and periodic sync
Dave Chinner
2011-04-08
4
-9
/
+61
|
*
xfs: clean up code layout in xfs_trans_ail.c
Dave Chinner
2011-04-08
1
-136
/
+118
|
*
xfs: convert the xfsaild threads to a workqueue
Dave Chinner
2011-04-08
3
-151
/
+124
|
*
xfs: introduce background inode reclaim work
Dave Chinner
2011-04-08
2
-3
/
+67
|
*
xfs: convert ENOSPC inode flushing to use new syncd workqueue
Dave Chinner
2011-04-08
3
-102
/
+36
|
*
xfs: introduce a xfssyncd workqueue
Dave Chinner
2011-04-08
4
-61
/
+63
|
*
xfs: fix extent format buffer allocation size
Dave Chinner
2011-04-08
1
-27
/
+40
|
*
xfs: fix unreferenced var error in xfs_buf.c
Dave Chinner
2011-03-30
1
-2
/
+0
*
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-04-11
6
-35
/
+102
|
\
\
|
*
|
ext4: fix data corruption regression by reverting commit 6de9843dab3f
Theodore Ts'o
2011-04-10
1
-0
/
+1
|
*
|
ext4: Allow indirect-block file to grow the file size to max file size
Kazuya Mio
2011-04-10
1
-6
/
+17
|
*
|
ext4: allow an active handle to be started when freezing
Yongqiang Yang
2011-04-10
1
-11
/
+33
|
*
|
ext4: sync the directory inode in ext4_sync_parent()
Curt Wohlgemuth
2011-04-10
1
-3
/
+14
|
*
|
ext4: init timer earlier to avoid a kernel panic in __save_error_info
Tao Ma
2011-04-05
1
-3
/
+5
|
*
|
jbd2: fix potential memory leak on transaction commit
Zhang Huan
2011-04-05
1
-1
/
+3
|
*
|
ext4: fix a double free in ext4_register_li_request
Tao Ma
2011-04-04
1
-0
/
+6
|
*
|
ext4: fix credits computing for indirect mapped files
Yongqiang Yang
2011-04-04
1
-6
/
+5
|
*
|
ext4: remove unnecessary [cm]time update of quota file
Jan Kara
2011-04-04
2
-4
/
+16
|
*
|
jbd2: move bdget out of critical section
Zhu Yanhai
2011-04-04
1
-1
/
+2
|
|
/
*
|
Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2011-04-11
2
-4
/
+6
|
\
\
|
*
|
nfsd4: fix oops on lock failure
J. Bruce Fields
2011-04-10
1
-3
/
+6
|
*
|
nfsd: fix auth_domain reference leak on nlm operations
J. Bruce Fields
2011-03-24
1
-1
/
+0
[next]