index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-01
Btrfs: cache the extent map struct when reading several pages
Miao Xie
1
-11
/
+46
2013-09-01
Btrfs: batch the extent state operation when reading pages
Miao Xie
1
-28
/
+107
2013-09-01
Btrfs: batch the extent state operation in the end io handle of the read page
Miao Xie
1
-31
/
+42
2013-09-01
Btrfs: don't cache the csum value into the extent state tree
Miao Xie
8
-164
/
+174
2013-09-01
Btrfs: add branch prediction hints in the read page end IO function
Miao Xie
1
-5
/
+9
2013-09-01
Btrfs: remove unnecessary argument of bio_readpage_error()
Miao Xie
1
-15
/
+11
2013-09-01
Btrfs: add missing mounting options in btrfs_show_options()
Wang Shilong
1
-0
/
+14
2013-09-01
Btrfs: use u64 for subvolid when parsing mount options
Wang Shilong
1
-9
/
+7
2013-09-01
Btrfs: add sanity checks regarding to parsing mount options
Wang Shilong
1
-10
/
+37
2013-09-01
Btrfs, raid56: fix memory leak when allocating pages for p/q stripes failed
Miao Xie
1
-1
/
+3
2013-09-01
btrfs/raid56: fix and cleanup some error paths
Dan Carpenter
1
-6
/
+4
2013-09-01
Btrfs: don't bother autodefragging if our root is going away
Josef Bacik
1
-0
/
+5
2013-09-01
Btrfs: cleanup reloc roots properly on error
Josef Bacik
2
-2
/
+7
2013-09-01
Btrfs: reset ret in record_one_backref
Josef Bacik
1
-2
/
+1
2013-09-01
btrfs: fix get set label blocking against balance
Anand Jain
1
-6
/
+10
2013-09-01
Btrfs: Print key type in decimal everywhere
Stefan Behrens
1
-2
/
+2
2013-09-01
Btrfs/tracepoint: update delayed ref tracepoints
Liu Bo
3
-6
/
+66
2013-09-01
btrfs_read_block_groups: Use enums to index
chandan
1
-2
/
+6
2013-09-01
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
9
-113
/
+150
2013-09-01
Btrfs: set qgroup_ulist to be null after calling ulist_free()
Wang Shilong
1
-0
/
+6
2013-09-01
Btrfs: add missing error checks to add_data_references
Filipe David Borba Manana
1
-1
/
+6
2013-09-01
btrfs: make errors in btrfs_num_copies less noisy
David Sterba
1
-2
/
+2
2013-09-01
Btrfs: make free space caching faster with many non-inline extent references
Liu Bo
1
-0
/
+11
2013-09-01
btrfs: fall back to global reservation when removing subvolumes
Jeff Mahoney
3
-5
/
+12
2013-09-01
Btrfs: optimize btrfs_lookup_extent_info()
Filipe David Borba Manana
1
-4
/
+17
2013-09-01
Btrfs: Release uuid_mutex for shrink during device delete
Carey Underwood
1
-0
/
+2
2013-09-01
Btrfs: set lockdep class before locking new extent buffer
Josef Bacik
1
-0
/
+2
2013-09-01
Btrfs: return -1 when lzo compression makes data bigger
Stefan Agner
1
-1
/
+3
2013-09-01
Btrfs: stop using GFP_ATOMIC for the tree mod log allocations
Josef Bacik
1
-105
/
+56
2013-08-26
Linux 3.11-rc7
v3.11-rc7
Linus Torvalds
1
-1
/
+1
2013-08-25
Merge tag 'staging-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+3
2013-08-25
Merge tag 'usb-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-2
/
+7
2013-08-25
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
3
-4
/
+9
2013-08-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-19
/
+17
2013-08-24
Merge tag 'acpi-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-8
/
+3
2013-08-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-19
/
+110
2013-08-24
ARC: [lib] strchr breakage in Big-endian configuration
Joern Rennecke
1
-0
/
+10
2013-08-24
VFS: collect_mounts() should return an ERR_PTR
Dan Carpenter
1
-1
/
+1
2013-08-24
bfs: iget_locked() doesn't return an ERR_PTR
Dan Carpenter
1
-1
/
+1
2013-08-24
efs: iget_locked() doesn't return an ERR_PTR()
Dan Carpenter
1
-1
/
+1
2013-08-24
proc: kill the extra proc_readfd_common()->dir_emit_dots()
Oleg Nesterov
1
-2
/
+0
2013-08-24
cope with potentially long ->d_dname() output for shmem/hugetlb
Al Viro
4
-14
/
+14
2013-08-23
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-10
/
+11
2013-08-23
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+9
2013-08-23
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
18
-49
/
+114
2013-08-23
usb: phy: fix build breakage
Anatolij Gustschin
2
-2
/
+2
2013-08-23
USB: OHCI: add missing PCI PM callbacks to ohci-pci.c
Alan Stern
1
-0
/
+5
2013-08-23
staging: comedi: bug-fix NULL pointer dereference on failed attach
Ian Abbott
1
-1
/
+1
2013-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
36
-175
/
+282
2013-08-23
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
8
-14
/
+12
[next]