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.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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-6
/
+0
2009-06-17
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
6
-72
/
+102
2009-06-17
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
1
-1
/
+1
2009-06-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
23
-143
/
+94
2009-06-17
Hugetlbfs: Enable hugetlbfs for more systems in Kconfig.
David Daney
1
-1
/
+1
2009-06-17
get rid of BKL in fs/sysv
Al Viro
2
-15
/
+1
2009-06-17
get rid of BKL in fs/minix
Al Viro
3
-20
/
+14
2009-06-17
get rid of BKL in fs/efs
Al Viro
3
-18
/
+3
2009-06-17
befs ->pust_super() doesn't need BKL
Al Viro
1
-4
/
+0
2009-06-17
Cleanup of adfs headers
Al Viro
8
-59
/
+57
2009-06-17
9P doesn't need BKL in ->umount_begin()
Al Viro
1
-3
/
+0
2009-06-17
fuse doesn't need BKL in ->umount_begin()
Al Viro
1
-3
/
+0
2009-06-17
No instance of ->bmap() needs BKL
Al Viro
1
-2
/
+0
2009-06-17
remove unlock_kernel() left accidentally
J. R. Okajima
1
-9
/
+3
2009-06-17
ext4: avoid unnecessary spinlock in critical POSIX ACL path
Theodore Ts'o
1
-5
/
+8
2009-06-17
ext3: avoid unnecessary spinlock in critical POSIX ACL path
Linus Torvalds
1
-5
/
+8
2009-06-17
AFS: Correctly translate auth error aborts and don't failover in such cases
David Howells
2
-0
/
+18
2009-06-17
Merge branch 'akpm'
Linus Torvalds
10
-62
/
+197
2009-06-17
CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK
Tomas Szepe
1
-7
/
+7
2009-06-17
remove put_cpu_no_resched()
Thomas Gleixner
1
-3
/
+3
2009-06-17
poll: avoid extra wakeups in select/poll
Eric Dumazet
1
-4
/
+36
2009-06-17
ntfs: use is_power_of_2() function for clarity.
Robert P. J. Day
2
-2
/
+4
2009-06-17
writeback: skip new or to-be-freed inodes
Wu Fengguang
1
-3
/
+3
2009-06-17
mm: remove __invalidate_mapping_pages variant
Mike Waychison
1
-1
/
+1
2009-06-17
oom: move oom_adj value from task_struct to mm_struct
David Rientjes
1
-3
/
+16
2009-06-17
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
2
-6
/
+0
2009-06-17
proc: export more page flags in /proc/kpageflags
Wu Fengguang
1
-32
/
+120
2009-06-17
proc: kpagecount/kpageflags code cleanup
Wu Fengguang
1
-6
/
+11
2009-06-17
mm: introduce PageHuge() for testing huge/gigantic pages
Wu Fengguang
1
-0
/
+1
2009-06-17
send_sigio_to_task: sanitize the usage of fown->signum
Oleg Nesterov
1
-5
/
+11
2009-06-17
shift current_cred() from __f_setown() to f_modown()
Oleg Nesterov
1
-7
/
+10
2009-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
7
-125
/
+151
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
3
-2
/
+79
2009-06-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Linus Torvalds
1
-0
/
+1
2009-06-16
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-96
/
+610
2009-06-16
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
3
-6
/
+24
2009-06-16
jfs: fix regression preventing coalescing of extents
Dave Kleikamp
1
-0
/
+1
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-6
/
+6
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
9
-110
/
+147
2009-06-16
block: remove some includings of blktrace_api.h
Li Zefan
1
-1
/
+0
2009-06-16
ubifs: register backing_dev_info
Jens Axboe
1
-0
/
+3
2009-06-16
btrfs: properly register fs backing device
Jens Axboe
1
-5
/
+21
2009-06-16
NLS: update handling of Unicode
Alan Stern
7
-124
/
+150
2009-06-16
nls: utf8_wcstombs: fix buffer overflow
Clemens Ladisch
1
-0
/
+1
2009-06-16
nls: utf8_wcstombs: use correct buffer size in error case
Clemens Ladisch
1
-1
/
+0
2009-06-16
debugfs: use specified mode to possibly mark files read/write only
Robin Getz
1
-0
/
+63
2009-06-16
debugfs: fix docbook error
Jonathan Corbet
1
-1
/
+1
2009-06-16
debugfs: dont stop on first failed recursive delete
Steven Rostedt
1
-0
/
+11
2009-06-16
Sysfs: fix possible memleak in sysfs_follow_link
Armin Kuster
1
-1
/
+4
2009-06-16
Btrfs: always update root items for fs trees at commit time
Yan Zheng
1
-6
/
+6
[next]