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
*
jfs: remove unnecessary nlink setting
Miklos Szeredi
2011-11-02
1
-1
/
+0
*
vfs: ignore error on forced remount
Miklos Szeredi
2011-11-02
1
-2
/
+7
*
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
Andy Whitcroft
2011-11-02
2
-7
/
+16
*
vfs: fix dentry leak in simple_fill_super()
Konstantin Khlebnikov
2011-11-02
1
-1
/
+3
*
Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...
Linus Torvalds
2011-11-01
3
-26
/
+109
|
\
|
*
pstore: make pstore write function return normal success/fail value
Chen Gong
2011-10-12
1
-5
/
+6
|
*
pstore: change mutex locking to spin_locks
Don Zickus
2011-08-16
1
-7
/
+21
|
*
pstore: defer inserting OOPS entries into pstore
Luck, Tony
2011-08-16
3
-14
/
+82
*
|
sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.
Eric W. Biederman
2011-11-01
1
-8
/
+6
*
|
epoll: fix spurious lockdep warnings
Nelson Elhage
2011-10-31
1
-7
/
+18
*
|
fat: follow rename pack_hex_byte() to hex_byte_pack()
Andy Shevchenko
2011-10-31
1
-2
/
+2
*
|
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-10-31
13
-87
/
+90
*
|
fs/pipe.c: add ->statfs callback for pipefs
Pavel Emelyanov
2011-10-31
1
-0
/
+1
*
|
fs/buffer.c: add device information for error output in __find_get_block_slow()
Tao Ma
2011-10-31
1
-1
/
+4
*
|
vmscan: fix shrinker callback bug in fs/super.c
Mikulas Patocka
2011-10-31
1
-1
/
+1
*
|
lib/string.c: introduce memchr_inv()
Akinobu Mita
2011-10-31
2
-23
/
+0
*
|
ext4: warn if direct reclaim tries to writeback pages
Mel Gorman
2011-10-31
1
-1
/
+5
*
|
xfs: warn if direct reclaim tries to writeback pages
Mel Gorman
2011-10-31
1
-4
/
+4
*
|
mm: distinguish between mlocked and pinned pages
Christoph Lameter
2011-10-31
1
-0
/
+2
*
|
tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.
Robert P. J. Day
2011-10-31
1
-1
/
+1
*
|
oom: remove oom_disable_count
David Rientjes
2011-10-31
2
-17
/
+0
*
|
Cross Memory Attach
Christopher Yeoh
2011-10-31
3
-8
/
+11
*
|
/proc/self/numa_maps: restore "huge" tag for hugetlb vmas
Andrew Morton
2011-10-31
1
-0
/
+3
*
|
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
Linus Torvalds
2011-10-28
8
-161
/
+260
|
\
\
|
*
|
libceph: fix double-free of page vector
Sage Weil
2011-10-25
1
-1
/
+0
|
*
|
ceph: fix 32-bit ino numbers
Amon Ott
2011-10-25
1
-5
/
+6
|
*
|
ceph: let the set_layout ioctl set single traits
Greg Farnum
2011-10-25
1
-6
/
+28
|
*
|
Revert "ceph: don't truncate dirty pages in invalidate work thread"
Sage Weil
2011-10-25
1
-45
/
+1
|
*
|
ceph: replace leading spaces with tabs
Noah Watkins
2011-10-25
1
-20
/
+20
|
*
|
libceph: don't complain on msgpool alloc failures
Sage Weil
2011-10-25
2
-6
/
+7
|
*
|
libceph: create messenger with client
Sage Weil
2011-10-25
1
-3
/
+6
|
*
|
ceph: document ioctls
Sage Weil
2011-10-25
1
-1
/
+54
|
*
|
ceph: implement (optional) max read size
Sage Weil
2011-10-25
1
-3
/
+12
|
*
|
ceph: rename rsize -> rasize
Sage Weil
2011-10-25
2
-6
/
+16
|
*
|
ceph: make readpages fully async
Sage Weil
2011-10-25
1
-70
/
+115
*
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
2011-10-28
14
-414
/
+408
|
\
\
\
|
*
|
|
leases: fix write-open/read-lease race
J. Bruce Fields
2011-10-28
2
-4
/
+5
|
*
|
|
nfs: drop unnecessary locking in llseek
Andi Kleen
2011-10-28
1
-9
/
+2
|
*
|
|
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size
Andi Kleen
2011-10-28
1
-46
/
+1
|
*
|
|
vfs: add generic_file_llseek_size
Andi Kleen
2011-10-28
1
-9
/
+28
|
*
|
|
vfs: do (nearly) lockless generic_file_llseek
Andi Kleen
2011-10-28
5
-50
/
+48
|
*
|
|
direct-io: merge direct_io_walker into __blockdev_direct_IO
Andi Kleen
2011-10-28
1
-139
/
+132
|
*
|
|
direct-io: inline the complete submission path
Andi Kleen
2011-10-28
1
-15
/
+21
|
*
|
|
direct-io: separate map_bh from dio
Andi Kleen
2011-10-28
1
-29
/
+37
|
*
|
|
direct-io: use a slab cache for struct dio
Andi Kleen
2011-10-28
1
-5
/
+14
|
*
|
|
direct-io: rearrange fields in dio/dio_submit to avoid holes
Andi Kleen
2011-10-28
1
-7
/
+6
|
*
|
|
direct-io: fix a wrong comment
Andi Kleen
2011-10-28
1
-1
/
+1
|
*
|
|
direct-io: separate fields only used in the submission path from struct dio
Andi Kleen
2011-10-28
1
-188
/
+201
|
*
|
|
vfs: fix spinning prevention in prune_icache_sb
Christoph Hellwig
2011-10-28
1
-1
/
+1
|
*
|
|
vfs: add a comment to inode_permission()
Andreas Gruenbacher
2011-10-28
1
-2
/
+4
[next]