index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-20
rbd: factor out __rbd_osd_req_create()
Ilya Dryomov
1
-63
/
+40
2017-02-20
rbd: set offset and length outside of rbd_obj_request_create()
Ilya Dryomov
1
-15
/
+11
2017-02-20
rbd: support for data-pool feature
Ilya Dryomov
1
-2
/
+31
2017-02-20
rbd: introduce rbd_init_layout()
Ilya Dryomov
1
-7
/
+18
2017-02-20
rbd: use rbd_obj_bytes() more
Ilya Dryomov
1
-12
/
+12
2017-02-20
rbd: remove now unused rbd_obj_request_wait() and helpers
Ilya Dryomov
1
-38
/
+0
2017-02-20
rbd: switch rbd_obj_method_sync() to ceph_osdc_call()
Ilya Dryomov
1
-95
/
+67
2017-02-20
libceph: pass reply buffer length through ceph_osdc_call()
Ilya Dryomov
2
-3
/
+6
2017-02-20
rbd: do away with obj_request in rbd_obj_read_sync()
Ilya Dryomov
1
-49
/
+32
2017-02-20
rbd: initialize rbd_dev->header_oloc early
Ilya Dryomov
1
-3
/
+1
2017-02-20
rbd: kill rbd_image_header::{crypt_type,comp_type}
Ilya Dryomov
2
-12
/
+0
2017-02-20
rbd: use kstrndup() in rbd_header_from_disk()
Ilya Dryomov
1
-7
/
+3
2017-02-20
libceph: bump CEPH_PG_MAX_SIZE to 32
Ilya Dryomov
1
-1
/
+1
2017-02-20
libceph: don't go through with the mapping if the PG is too wide
Ilya Dryomov
1
-2
/
+8
2017-02-20
crush: merge working data and scratch
Ilya Dryomov
4
-19
/
+29
2017-02-20
crush: remove mutable part of CRUSH map
Ilya Dryomov
6
-86
/
+218
2017-02-20
libceph: add osdmap_set_crush() helper
Ilya Dryomov
1
-20
/
+16
2017-02-20
libceph: remove unneeded stddef.h include
Stafford Horne
1
-2
/
+0
2017-02-20
ceph: do a LOOKUP in d_revalidate instead of GETATTR
Jeff Layton
1
-2
/
+3
2017-02-20
ceph: call update_dentry_lease even when r_locked dir is not set
Jeff Layton
1
-0
/
+20
2017-02-20
ceph: vet the target and parent inodes before updating dentry lease
Jeff Layton
1
-24
/
+48
2017-02-20
ceph: don't update_dentry_lease unless we actually got one
Jeff Layton
1
-2
/
+2
2017-02-20
ceph: add a new flag to indicate whether parent is locked
Jeff Layton
6
-28
/
+39
2017-02-20
ceph: convert bools in ceph_mds_request to a new r_req_flags field
Jeff Layton
5
-38
/
+45
2017-02-20
ceph: drop session argument to ceph_fill_trace
Jeff Layton
3
-5
/
+4
2017-02-20
ceph: remove "Debugging hook" from ceph_fill_trace
Jeff Layton
1
-34
/
+0
2017-02-20
ceph: avoid calling ceph_renew_caps() infinitely
Yan, Zheng
3
-5
/
+5
2017-02-20
ceph: make sure flushing inode in proper session's cap_flushing list
Yan, Zheng
1
-0
/
+10
2017-02-20
ceph: update readpages osd request according to size of pages
Yan, Zheng
2
-1
/
+3
2017-02-20
ceph: fix bogus endianness change in ceph_ioctl_set_layout
Jeff Layton
1
-2
/
+2
2017-02-20
libceph: include linux/sched.h into crypto.c directly
Ilya Dryomov
1
-0
/
+1
2017-02-20
libceph: use BUG() instead of BUG_ON(1)
Arnd Bergmann
1
-1
/
+1
2017-02-20
ceph: avoid updating mds_wanted too frequently
Yan, Zheng
1
-3
/
+9
2017-02-20
ceph: set io_pages bdi hint
Andreas Gerstmayr
3
-5
/
+12
2017-02-20
ceph: fix spelling mistake: "enabing" -> "enabling"
Colin Ian King
1
-1
/
+1
2017-02-20
ceph: cleanup ACCESS_ONCE -> READ_ONCE
Seraphime Kirkovski
5
-10
/
+10
2017-02-20
ceph: pass parent inode info to ceph_encode_dentry_release if we have it
Jeff Layton
3
-6
/
+13
2017-02-20
ceph: fix unsafe dcache access in ceph_encode_dentry_release
Jeff Layton
1
-2
/
+5
2017-02-20
ceph: pass parent dir ino info to build_dentry_path
Jeff Layton
1
-7
/
+9
2017-02-20
ceph: clean up unsafe d_parent accesses in build_dentry_path
Jeff Layton
1
-2
/
+7
2017-02-20
ceph: clean up unsafe d_parent access in __choose_mds
Jeff Layton
1
-22
/
+42
2017-02-20
Linux 4.10
v4.10
Linus Torvalds
1
-1
/
+1
2017-02-19
Fix missing sanity check in /dev/sg
Al Viro
1
-0
/
+4
2017-02-19
scsi: don't BUG_ON() empty DMA transfers
Johannes Thumshirn
1
-1
/
+2
2017-02-19
ipv6: release dst on error in ip6_dst_lookup_tail
Willem de Bruijn
1
-2
/
+4
2017-02-19
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+2
2017-02-19
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-13
/
+33
2017-02-19
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+3
2017-02-19
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2017-02-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-10
/
+9
[next]