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
2014-10-14
libceph: reference counting pagelist
Yan, Zheng
4
-7
/
+10
2014-10-14
ceph: fix llistxattr on symlink
Yan, Zheng
1
-2
/
+1
2014-10-14
ceph: send client metadata to MDS
John Spray
1
-1
/
+70
2014-10-14
ceph: remove redundant code for max file size verification
Chao Yu
2
-15
/
+0
2014-10-14
ceph: remove redundant io_iter_advance()
Yan, Zheng
1
-1
/
+0
2014-10-14
ceph: move ceph_find_inode() outside the s_mutex
Yan, Zheng
2
-8
/
+10
2014-10-14
ceph: request xattrs if xattr_version is zero
Yan, Zheng
5
-30
/
+20
2014-10-14
rbd: set the remaining discard properties to enable support
Josh Durgin
1
-0
/
+2
2014-10-14
rbd: use helpers to handle discard for layered images correctly
Josh Durgin
1
-32
/
+22
2014-10-14
rbd: extract a method for adding object operations
Josh Durgin
1
-55
/
+78
2014-10-14
rbd: make discard trigger copy-on-write
Josh Durgin
1
-1
/
+2
2014-10-14
rbd: tolerate -ENOENT for discard operations
Josh Durgin
1
-0
/
+3
2014-10-14
rbd: fix snapshot context reference count for discards
Josh Durgin
1
-1
/
+2
2014-10-14
rbd: read image size for discard check safely
Josh Durgin
1
-6
/
+12
2014-10-14
rbd: initial discard bits from Guangliang Zhao
Guangliang Zhao
1
-15
/
+89
2014-10-14
rbd: extend the operation type
Guangliang Zhao
1
-34
/
+63
2014-10-14
rbd: skip the copyup when an entire object writing
Guangliang Zhao
1
-0
/
+8
2014-10-14
rbd: add img_obj_request_simple() helper
Ilya Dryomov
1
-16
/
+28
2014-10-14
rbd: access snapshot context and mapping size safely
Josh Durgin
1
-13
/
+21
2014-10-14
rbd: do not return -ERANGE on auth failures
Ilya Dryomov
1
-3
/
+1
2014-10-14
libceph: don't try checking queue_work() return value
Ilya Dryomov
1
-10
/
+5
2014-10-14
ceph: make sure request isn't in any waiting list when kicking request.
Yan, Zheng
1
-0
/
+1
2014-10-14
ceph: protect kick_requests() with mdsc->mutex
Yan, Zheng
1
-2
/
+3
2014-10-14
libceph: Convert pr_warning to pr_warn
Joe Perches
5
-37
/
+39
2014-10-14
ceph: trim unused inodes before reconnecting to recovering MDS
Yan, Zheng
1
-10
/
+13
2014-10-14
libceph: fix a use after free issue in osdmap_set_max_osd
Li RongQing
1
-16
/
+16
2014-10-14
libceph: select CRYPTO_CBC in addition to CRYPTO_AES
Ilya Dryomov
1
-0
/
+1
2014-10-14
libceph: resend lingering requests with a new tid
Ilya Dryomov
1
-19
/
+54
2014-10-14
libceph: abstract out ceph_osd_request enqueue logic
Ilya Dryomov
1
-7
/
+17
2014-10-05
Linux 3.17
v3.17
Linus Torvalds
1
-1
/
+1
2014-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-7
/
+62
2014-10-04
Merge tag 'tiny/kconfig-for-3.17' of https://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2014-10-04
init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu
Josh Triplett
1
-0
/
+1
2014-10-04
init/Kconfig: Hide printk log config if CONFIG_PRINTK=n
Josh Triplett
1
-0
/
+2
2014-10-04
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+9
2014-10-04
Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2014-10-04
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-8
/
+4
2014-10-03
Merge tag 'md/3.17-final-fix' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+17
2014-10-03
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
8
-62
/
+65
2014-10-03
[SCSI] uas: disable use of blk-mq I/O path
Christoph Hellwig
1
-0
/
+7
2014-10-03
Merge tag 'pm+acpi-3.17-final' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-11
/
+18
2014-10-03
Merge tag 'drm-intel-fixes-2014-10-02' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
1
-1
/
+13
2014-10-03
i2c: qup: Fix order of runtime pm initialization
Andy Gross
1
-4
/
+8
2014-10-03
i2c: rk3x: fix 0 length write transfers
Alexandru M Stan
1
-1
/
+1
2014-10-03
Merge branches 'pm-cpufreq' and 'acpi-video'
Rafael J. Wysocki
4
-11
/
+18
2014-10-03
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
6
-13
/
+45
2014-10-03
mm: page_alloc: fix zone allocation fairness on UP
Johannes Weiner
1
-4
/
+3
2014-10-03
perf: fix perf bug in fork()
Peter Zijlstra
2
-3
/
+6
2014-10-03
MAINTAINERS: change git URL for mpc5xxx tree
Anatolij Gustschin
1
-1
/
+1
2014-10-03
mm: memcontrol: do not iterate uninitialized memcgs
Johannes Weiner
1
-5
/
+31
[next]