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
2011-11-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
100
-221
/
+262
2011-11-02
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
26
-1159
/
+2328
2011-11-02
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
21
-333
/
+258
2011-11-02
Merge branch 'for-linus' of git://github.com/richardweinberger/linux
Linus Torvalds
1
-1
/
+0
2011-11-02
um: kill useless include of user.h
Al Viro
1
-1
/
+0
2011-11-02
vfs: add d_prune dentry operation
Sage Weil
1
-5
/
+35
2011-11-02
vfs: protect i_nlink
Miklos Szeredi
1
-1
/
+1
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
78
-146
/
+148
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
29
-55
/
+52
2011-11-02
logfs: remove unnecessary nlink setting
Miklos Szeredi
1
-1
/
+0
2011-11-02
ocfs2: remove unnecessary nlink setting
Miklos Szeredi
1
-2
/
+0
2011-11-02
jfs: remove unnecessary nlink setting
Miklos Szeredi
1
-1
/
+0
2011-11-02
vfs: ignore error on forced remount
Miklos Szeredi
1
-2
/
+7
2011-11-02
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
Andy Whitcroft
2
-7
/
+16
2011-11-02
vfs: fix dentry leak in simple_fill_super()
Konstantin Khlebnikov
1
-1
/
+3
2011-11-02
jbd2: Unify log messages in jbd2 code
Eryu Guan
4
-47
/
+47
2011-11-02
jbd/jbd2: validate sb->s_first in journal_get_superblock()
Eryu Guan
2
-0
/
+16
2011-11-02
ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
Yongqiang Yang
1
-1
/
+1
2011-11-02
ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled
Yongqiang Yang
1
-8
/
+8
2011-11-01
Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...
Linus Torvalds
3
-26
/
+109
2011-11-01
sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.
Eric W. Biederman
1
-8
/
+6
2011-11-01
epoll: fix spurious lockdep warnings
Nelson Elhage
1
-7
/
+18
2011-11-01
fat: follow rename pack_hex_byte() to hex_byte_pack()
Andy Shevchenko
1
-2
/
+2
2011-11-01
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
13
-87
/
+90
2011-11-01
fs/pipe.c: add ->statfs callback for pipefs
Pavel Emelyanov
1
-0
/
+1
2011-11-01
fs/buffer.c: add device information for error output in __find_get_block_slow()
Tao Ma
1
-1
/
+4
2011-11-01
vmscan: fix shrinker callback bug in fs/super.c
Mikulas Patocka
1
-1
/
+1
2011-11-01
lib/string.c: introduce memchr_inv()
Akinobu Mita
2
-23
/
+0
2011-11-01
ext4: warn if direct reclaim tries to writeback pages
Mel Gorman
1
-1
/
+5
2011-11-01
xfs: warn if direct reclaim tries to writeback pages
Mel Gorman
1
-4
/
+4
2011-11-01
mm: distinguish between mlocked and pinned pages
Christoph Lameter
1
-0
/
+2
2011-11-01
tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.
Robert P. J. Day
1
-1
/
+1
2011-11-01
oom: remove oom_disable_count
David Rientjes
2
-17
/
+0
2011-11-01
Cross Memory Attach
Christopher Yeoh
3
-8
/
+11
2011-11-01
/proc/self/numa_maps: restore "huge" tag for hugetlb vmas
Andrew Morton
1
-0
/
+3
2011-11-01
ext4: fix a typo in struct ext4_allocation_context
Robin Dong
1
-1
/
+1
2011-11-01
udf: Cleanup metadata flags handling
Jan Kara
3
-8
/
+10
2011-11-01
udf: Skip mirror metadata FE loading when metadata FE is ok
Namjae Jeon
4
-36
/
+43
2011-11-01
ext3: Allow quota file use root reservation
Dmitry Monakhov
1
-4
/
+4
2011-11-01
quota: Drop path reference on error exit from quotactl
Jan Kara
1
-2
/
+5
2011-11-01
udf: Neaten udf_debug uses
Joe Perches
6
-59
/
+50
2011-11-01
udf: Neaten logging output, use vsprintf extension %pV
Joe Perches
1
-11
/
+17
2011-11-01
udf: Convert printks to pr_<level>
Joe Perches
7
-98
/
+83
2011-11-01
ext4: Don't normalize an falloc request if it can fit in 1 extent.
Greg Harm
1
-2
/
+8
2011-11-01
ext4: remove comments about extent mount option in ext4_new_inode()
Eryu Guan
1
-5
/
+1
2011-11-01
ext4: let ext4_discard_partial_buffers handle unaligned range correctly
Yongqiang Yang
1
-2
/
+2
2011-11-01
ext4: return ENOMEM if find_or_create_pages fails
Yongqiang Yang
1
-2
/
+2
2011-11-01
ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()
Yongqiang Yang
1
-1
/
+2
2011-11-01
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
Tao Ma
4
-20
/
+18
2011-10-31
ext4: optimize locking for end_io extent conversion
Theodore Ts'o
2
-29
/
+13
[next]