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
...
|
|
*
ext4: fix potential infinite loop in ext4_da_writepages()
Toshiyuki Okajima
2010-10-27
1
-1
/
+1
|
|
*
ext4: improve llseek error handling for overly large seek offsets
Toshiyuki Okajima
2010-10-27
3
-2
/
+45
|
|
*
ext4: don't update sb journal_devnum when RO dev
Maciej Żenczykowski
2010-10-27
1
-1
/
+1
|
|
*
ext4: use sb_issue_zeroout in ext4_ext_zeroout
Lukas Czerner
2010-10-27
1
-62
/
+7
|
|
*
ext4: use sb_issue_zeroout in setup_new_group_blocks
Lukas Czerner
2010-10-27
1
-33
/
+13
|
|
*
ext4: add interface to advertise ext4 features in sysfs
Lukas Czerner
2010-10-27
3
-11
/
+65
|
|
*
ext4: add support for lazy inode table initialization
Lukas Czerner
2010-10-27
3
-3
/
+597
|
|
*
jbd2: Add sanity check for attempts to start handle during umount
Theodore Ts'o
2010-10-27
2
-0
/
+11
|
|
*
ext4: fix NULL pointer dereference in print_daily_error_info()
Sergey Senozhatsky
2010-10-27
1
-0
/
+1
|
|
*
ext4: don't hold spinlock while calling ext4_issue_discard()
Lukas Czerner
2010-10-27
1
-2
/
+2
|
|
*
ext4: check for negative error code from sb_issue_discard
Lukas Czerner
2010-10-27
1
-1
/
+1
|
|
*
ext4: don't bump up LONG_MAX nr_to_write by a factor of 8
Eric Sandeen
2010-10-27
1
-3
/
+6
|
|
*
ext4: stop looping in ext4_num_dirty_pages when max_pages reached
Eric Sandeen
2010-10-27
1
-1
/
+3
|
|
*
ext4: use dedicated slab caches for group_info structures
Curt Wohlgemuth
2010-10-27
2
-21
/
+78
|
|
*
jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode
Brian King
2010-10-27
2
-5
/
+11
|
|
*
ext4: fix EOFBLOCKS_FL handling
Theodore Ts'o
2010-10-27
1
-29
/
+69
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2010-10-27
15
-69
/
+137
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
quota: Fix possible oops in __dquot_initialize()
Jan Kara
2010-10-28
1
-0
/
+3
|
*
|
ext3: Update kernel-doc comments
Namhyung Kim
2010-10-28
2
-12
/
+20
|
*
|
jbd/2: fixed typos
Andrea Gelmini
2010-10-28
2
-2
/
+2
|
*
|
ext2: fixed typo.
Andrea Gelmini
2010-10-28
1
-1
/
+1
|
*
|
ext3: Fix debug messages in ext3_group_extend()
Namhyung Kim
2010-10-28
1
-6
/
+7
|
*
|
jbd: Convert atomic_inc() to get_bh()
Namhyung Kim
2010-10-28
2
-3
/
+3
|
*
|
ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()
Namhyung Kim
2010-10-28
1
-1
/
+0
|
*
|
jbd: Fix debug message in do_get_write_access()
Namhyung Kim
2010-10-28
1
-1
/
+1
|
*
|
jbd: Check return value of __getblk()
Namhyung Kim
2010-10-28
1
-0
/
+2
|
*
|
ext3: Use DIV_ROUND_UP() on group desc block counting
Namhyung Kim
2010-10-28
1
-2
/
+1
|
*
|
ext3: Return proper error code on ext3_fill_super()
Namhyung Kim
2010-10-28
1
-0
/
+2
|
*
|
ext3: Remove unnecessary casts on bh->b_data
Namhyung Kim
2010-10-28
2
-5
/
+5
|
*
|
ext3: Cleanup ext3_setup_super()
Namhyung Kim
2010-10-28
1
-3
/
+3
|
*
|
quota: Fix issuing of warnings from dquot_transfer
Jan Kara
2010-10-28
1
-7
/
+6
|
*
|
quota: fix dquot_disable vs dquot_transfer race v2
Dmitry
2010-10-28
1
-6
/
+12
|
*
|
jbd: Convert bitops to buffer fns
Namhyung Kim
2010-10-28
1
-3
/
+3
|
*
|
ext3/jbd: Avoid WARN() messages when failing to write the superblock
Darrick J. Wong
2010-10-28
2
-3
/
+51
|
*
|
jbd: Use offset_in_page() instead of manual calculation
Namhyung Kim
2010-10-28
1
-1
/
+1
|
*
|
jbd: Remove unnecessary goto statement
Namhyung Kim
2010-10-28
1
-2
/
+0
|
*
|
jbd: Use printk_ratelimited() in journal_alloc_journal_head()
Namhyung Kim
2010-10-28
1
-6
/
+4
|
*
|
jbd: Move debug message into #ifdef area
Namhyung Kim
2010-10-28
1
-1
/
+1
|
*
|
ext2: fix comment on ext2_try_to_allocate()
Namhyung Kim
2010-10-28
1
-2
/
+1
|
*
|
ext3: Fix lost extented attributes for inode with ino == 11
Jan Kara
2010-10-05
1
-3
/
+8
|
*
|
quota: Make QUOTACTL config be selected by its users
Jan Kara
2010-10-05
2
-2
/
+3
*
|
|
Merge branch 'akpm-incoming-2'
Linus Torvalds
2010-10-27
10
-111
/
+181
|
\
\
\
|
*
|
|
epoll: make epoll_wait() use the hrtimer range feature
Shawn Bohrer
2010-10-27
2
-17
/
+20
|
*
|
|
select: rename estimate_accuracy() to select_estimate_accuracy()
Andrew Morton
2010-10-27
1
-3
/
+3
|
*
|
|
fuse: use release_pages()
Miklos Szeredi
2010-10-27
1
-6
/
+1
|
*
|
|
exec: don't turn PF_KTHREAD off when a target command was not found
KOSAKI Motohiro
2010-10-27
1
-2
/
+1
|
*
|
|
/proc/stat: fix scalability of irq sum of all cpu
KAMEZAWA Hiroyuki
2010-10-27
1
-8
/
+2
|
*
|
|
/proc/stat: scalability of irq num per cpu
KAMEZAWA Hiroyuki
2010-10-27
1
-3
/
+1
|
*
|
|
procfs: fix /proc/softirqs formatting
Davidlohr Bueso
2010-10-27
1
-2
/
+2
|
*
|
|
/proc/pid/smaps: export amount of anonymous memory in a mapping
Nikanth Karthikesan
2010-10-27
1
-0
/
+6
[prev]
[next]