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
*
reiserfs: factor out buffer_info initialization
Jeff Mahoney
2009-03-30
1
-115
/
+60
*
reiserfs: add atomic addition of selinux attributes during inode creation
Jeff Mahoney
2009-03-30
5
-6
/
+137
*
reiserfs: use generic readdir for operations across all xattrs
Jeff Mahoney
2009-03-30
3
-300
/
+131
*
reiserfs: journaled xattrs
Jeff Mahoney
2009-03-30
7
-49
/
+159
*
reiserfs: use generic xattr handlers
Jeff Mahoney
2009-03-30
9
-441
/
+258
*
reiserfs: remove i_has_xattr_dir
Jeff Mahoney
2009-03-30
1
-8
/
+1
*
reiserfs: make per-inode xattr locking more fine grained
Jeff Mahoney
2009-03-30
4
-90
/
+55
*
reiserfs: eliminate per-super xattr lock
Jeff Mahoney
2009-03-30
8
-151
/
+74
*
reiserfs: simplify xattr internal file lookups/opens
Jeff Mahoney
2009-03-30
1
-127
/
+135
*
reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset
Jeff Mahoney
2009-03-30
4
-357
/
+367
*
reiserfs: remove IS_PRIVATE helpers
Jeff Mahoney
2009-03-30
7
-33
/
+23
*
reiserfs: remove link detection code
Jeff Mahoney
2009-03-30
1
-13
/
+0
*
reiserfs: xattr reiserfs_get_page takes offset instead of index
Jeff Mahoney
2009-03-30
1
-6
/
+4
*
reiserfs: small variable cleanup
Jeff Mahoney
2009-03-30
1
-12
/
+8
*
reiserfs: use reiserfs_error()
Jeff Mahoney
2009-03-30
9
-110
/
+107
*
reiserfs: introduce reiserfs_error()
Jeff Mahoney
2009-03-30
2
-0
/
+29
*
reiserfs: rearrange journal abort
Jeff Mahoney
2009-03-30
3
-21
/
+6
*
reiserfs: rework reiserfs_panic
Jeff Mahoney
2009-03-30
13
-183
/
+200
*
reiserfs: add locking around error buffer
Jeff Mahoney
2009-03-30
1
-1
/
+4
*
reiserfs: eliminate reiserfs_warning from uniqueness functions
Jeff Mahoney
2009-03-30
1
-5
/
+2
*
reiserfs: prepare_error_buf wrongly consumes va_arg
Jeff Mahoney
2009-03-30
1
-9
/
+3
*
reiserfs: rework reiserfs_warning
Jeff Mahoney
2009-03-30
17
-426
/
+454
*
reiserfs: make some warnings informational
Jeff Mahoney
2009-03-30
3
-17
/
+13
*
reiserfs: use more consistent printk formatting
Jeff Mahoney
2009-03-30
1
-14
/
+14
*
reiserfs: use buffer_info for leaf_paste_entries
Jeff Mahoney
2009-03-30
3
-13
/
+11
*
reiserfs: audit transaction ids to always be unsigned ints
Jeff Mahoney
2009-03-30
5
-31
/
+31
*
reiserfs: add support for mount count incrementing
Jeff Mahoney
2009-03-30
3
-2
/
+13
*
Linux 2.6.29
v2.6.29
Linus Torvalds
2009-03-23
1
-2
/
+2
*
Build with -fno-dwarf2-cfi-asm
Kyle McMartin
2009-03-23
1
-0
/
+3
*
trivial: fix orphan dates in ext2 documentation
Jody McIntyre
2009-03-23
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-03-23
39
-121
/
+314
|
\
|
*
ucc_geth: Fix oops when using fixed-link support
Anton Vorontsov
2009-03-22
2
-26
/
+11
|
*
dm9000: locking bugfix
David Brownell
2009-03-22
1
-2
/
+4
|
*
net: update dnet.c for bus_id removal
Stephen Rothwell
2009-03-22
1
-3
/
+3
|
*
dnet: DNET should depend on HAS_IOMEM
Ilya Yanok
2009-03-21
1
-1
/
+1
|
*
dca: add missing copyright/license headers
Maciej Sosnowski
2009-03-21
2
-0
/
+41
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-03-20
1
-0
/
+11
|
|
\
|
|
*
nl80211: Check that function pointer != NULL before using it
Jouni Malinen
2009-03-20
1
-0
/
+11
|
*
|
sungem: missing net_device_ops
Stephen Hemminger
2009-03-19
1
-5
/
+4
|
*
|
be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycle
Sathya Perla
2009-03-19
1
-5
/
+5
|
*
|
be2net: replenish when posting to rx-queue is starved in out of mem conditions
Sathya Perla
2009-03-19
2
-21
/
+30
|
|
/
|
*
bas_gigaset: correctly allocate USB interrupt transfer buffer
Tilman Schmidt
2009-03-18
1
-3
/
+13
|
*
smsc911x: reset last known duplex and carrier on open
Steve Glendinning
2009-03-18
1
-0
/
+4
|
*
sh_eth: Fix mistake of the address of SH7763
Nobuhiro Iwamatsu
2009-03-18
1
-2
/
+2
|
*
sh_eth: Change handling of IRQ
Nobuhiro Iwamatsu
2009-03-18
1
-3
/
+17
|
*
netns: oops in ip[6]_frag_reasm incrementing stats
Jorge Boncompte [DTI2]
2009-03-18
2
-5
/
+5
|
*
net: kfree(napi->skb) => kfree_skb
Roel Kluin
2009-03-18
1
-1
/
+1
|
*
net: fix sctp breakage
Al Viro
2009-03-18
1
-1
/
+2
|
*
ipv6: fix display of local and remote sit endpoints
Bjørn Mork
2009-03-18
1
-1
/
+1
|
*
net: Document /proc/sys/net/core/netdev_budget
Stanislaw Gruszka
2009-03-18
1
-0
/
+7
[next]