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
2009-12-23
jbd: jbd-debug and jbd2-debug should be writable
Yin Kangkai
2
-2
/
+3
2009-12-23
ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
Dmitry Monakhov
1
-6
/
+5
2009-12-23
ext4: Fix potential quota deadlock
Dmitry Monakhov
2
-8
/
+7
2009-12-23
quota: Fix 64-bit limits setting on 32-bit archs
Jan Kara
1
-2
/
+2
2009-12-23
ext3: Replace lock/unlock_super() with an explicit lock for resizing
Eric Sandeen
3
-17
/
+20
2009-12-23
ext3: Replace lock/unlock_super() with an explicit lock for the orphan list
Eric Sandeen
3
-9
/
+13
2009-12-23
ext3: ext3_mark_recovery_complete() doesn't need to use lock_super
Eric Sandeen
1
-8
/
+0
2009-12-23
ext3: Remove outdated comment about lock_super()
Eric Sandeen
1
-8
/
+1
2009-12-23
quota: Move duplicated code to separate functions
Dmitry Monakhov
1
-39
/
+38
2009-12-23
ext4: Convert to generic reserved quota's space management.
Dmitry Monakhov
3
-10
/
+17
2009-12-23
quota: decouple fs reserved space from quota reservation
Dmitry Monakhov
2
-96
/
+122
2009-12-23
Add unlocked version of inode_add_bytes() function
Dmitry Monakhov
2
-2
/
+9
2009-12-23
ext3: quota macros cleanup [V2]
Dmitry Monakhov
3
-10
/
+13
2009-12-23
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+19
2009-12-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
3
-108
/
+288
2009-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
18
-34
/
+31
2009-12-23
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+9
2009-12-23
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
37
-178
/
+876
2009-12-23
media video cx23888 driver: ported to new kfifo API
Stefani Seibold
1
-25
/
+19
2009-12-23
kfifo: add record handling functions
Stefani Seibold
2
-93
/
+523
2009-12-23
kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user
Stefani Seibold
2
-16
/
+170
2009-12-23
kfifo: add DEFINE_KFIFO and friends, add very tiny functions
Stefani Seibold
1
-2
/
+92
2009-12-23
kfifo: fix warn_unused_result
Stefani Seibold
7
-16
/
+51
2009-12-23
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
Stefani Seibold
15
-81
/
+101
2009-12-23
kfifo: cleanup namespace
Stefani Seibold
13
-73
/
+55
2009-12-23
kfifo: move out spinlock
Stefani Seibold
16
-130
/
+131
2009-12-23
kfifo: move struct kfifo in place
Stefani Seibold
24
-259
/
+238
2009-12-23
mm tracing: cleanup Documentation/trace/events-kmem.txt
Randy Dunlap
1
-7
/
+7
2009-12-23
lib/string.c: fix kernel-doc warnings
Randy Dunlap
1
-3
/
+3
2009-12-23
Revert "time: Remove xtime_cache"
Linus Torvalds
2
-4
/
+24
2009-12-22
PM: Runtime PM documentation update
Alan Stern
1
-0
/
+50
2009-12-22
PM / Runtime: Use device type and device class callbacks
Rafael J. Wysocki
2
-86
/
+132
2009-12-22
jfs: Fix 32bit build warning
Alan Cox
1
-1
/
+1
2009-12-22
Remove obsolete comment in fs.h
Andreas Gruenbacher
1
-2
/
+0
2009-12-22
Sanitize f_flags helpers
Al Viro
6
-14
/
+5
2009-12-22
Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)
Al Viro
4
-11
/
+17
2009-12-22
anonfd: Allow making anon files read-only
Roland Dreier
7
-9
/
+17
2009-12-22
fs/compat_ioctl.c: fix build error when !BLOCK
Arnd Bergmann
1
-2
/
+0
2009-12-22
pohmelfs needs I_LOCK
Evgeniy Polyakov
1
-2
/
+0
2009-12-22
alloc_file(): simplify handling of mnt_clone_write() errors
Roland Dreier
1
-3
/
+1
2009-12-22
MAINTAINERS: update entries for WUSB, UWB and WLP subsystems
David Vrabel
1
-1
/
+9
2009-12-21
pata_bf54x: handle portmuxing of pins through GPIO PORTs
Sonic Zhang
1
-0
/
+19
2009-12-21
resources: fix call to alignf() in allocate_resource()
Dominik Brodowski
1
-16
/
+16
2009-12-21
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-109
/
+9
2009-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
15
-80
/
+86
2009-12-21
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-42
/
+51
2009-12-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
14
-188
/
+467
2009-12-21
Merge branch 'fix/misc' into for-linus
Takashi Iwai
10
-132
/
+73
2009-12-21
Merge branch 'fix/asoc' into for-linus
Takashi Iwai
3
-19
/
+3
2009-12-21
Merge branch 'fix/hda' into for-linus
Takashi Iwai
2
-37
/
+391
[next]