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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-14
vfs: add i_op->atomic_open()
Miklos Szeredi
6
-2
/
+270
2012-07-14
vfs: lookup_open(): expand lookup_hash()
Miklos Szeredi
1
-1
/
+11
2012-07-14
vfs: add lookup_open()
Miklos Szeredi
1
-38
/
+61
2012-07-14
vfs: do_last(): common slow lookup
Miklos Szeredi
1
-22
/
+5
2012-07-14
vfs: do_last(): separate O_CREAT specific code
Miklos Szeredi
1
-16
/
+17
2012-07-14
vfs: do_last(): inline lookup_slow()
Miklos Szeredi
1
-2
/
+15
2012-07-14
namei.c: let follow_link() do put_link() on failure
Al Viro
1
-33
/
+41
2012-07-14
coda: use list_for_each_entry
Al Viro
1
-7
/
+3
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
13
-28
/
+36
2012-07-14
ext4: get rid of open-coded d_find_any_alias()
Al Viro
1
-8
/
+1
2012-07-14
ocfs2: use list_for_each_entry in ocfs2_find_local_alias()
Al Viro
1
-11
/
+5
2012-07-14
affs: unobfuscate affs_fix_dcache()
Al Viro
1
-6
/
+8
2012-07-14
affs: get rid of open-coded list_for_each_entry()
Al Viro
1
-6
/
+1
2012-07-14
vfs: update documentation on ->i_dentry handling
Al Viro
1
-6
/
+4
2012-07-14
adfs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
1
-1
/
+0
2012-07-14
cifs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
1
-1
/
+0
2012-07-14
qnx6: don't bother with ->i_dentry in inode-freeing callback
Al Viro
1
-1
/
+0
2012-07-14
get rid of magic in proc_namespace.c
Al Viro
3
-8
/
+9
2012-07-14
get rid of ->mnt_longterm
Al Viro
5
-72
/
+26
2012-07-14
fs/direct-io.c: adjust suspicious bit operation
Julia Lawall
1
-1
/
+1
2012-07-14
affs: get rid of affs_sync_super
Artem Bityutskiy
3
-13
/
+45
2012-07-14
affs: introduce VFS superblock object back-reference
Artem Bityutskiy
2
-0
/
+2
2012-07-14
affs: stop using lock_super
Artem Bityutskiy
1
-2
/
+3
2012-07-14
affs: re-structure superblock locking a bit
Artem Bityutskiy
1
-5
/
+2
2012-07-14
affs: remove useless superblock writeout on remount
Artem Bityutskiy
1
-3
/
+2
2012-07-14
affs: remove useless superblock writeout on unmount
Artem Bityutskiy
1
-3
/
+0
2012-07-14
affs: stop setting bm_flags
Artem Bityutskiy
1
-5
/
+4
2012-07-14
Merge tag 'md-3.5-fixes' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+2
2012-07-14
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-19
/
+107
2012-07-14
x86/vsyscall: allow seccomp filter in vsyscall=emulate
Will Drewry
1
-4
/
+31
2012-07-13
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2012-07-13
Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-1
/
+7
2012-07-13
Remove easily user-triggerable BUG from generic_setlease
Dave Jones
1
-1
/
+1
2012-07-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-1
/
+44
2012-07-13
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
22
-138
/
+286
2012-07-13
Merge tag 'mmc-fixes-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-9
/
+13
2012-07-13
Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtd
Linus Torvalds
4
-30
/
+46
2012-07-13
Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-101
/
+133
2012-07-13
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2
-4
/
+15
2012-07-13
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+14
2012-07-13
block: fix infinite loop in __getblk_slow
Jeff Moyer
1
-9
/
+13
2012-07-13
Input: xpad - add Andamiro Pump It Up pad
Yuri Khan
1
-0
/
+1
2012-07-13
hwmon: (it87) Preserve configuration register bits on init
Jean Delvare
1
-1
/
+1
2012-07-12
SH: Convert out[bwl] macros to inline functions
Corey Minyard
1
-3
/
+14
2012-07-12
Merge tag 'fbdev-fixes-for-3.5-2' of git://github.com/schandinat/linux-2.6
Linus Torvalds
7
-22
/
+33
2012-07-12
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
38
-247
/
+197
2012-07-12
memblock: free allocated memblock_reserved_regions later
Yinghai Lu
3
-46
/
+47
2012-07-12
mm: sparse: fix usemap allocation above node descriptor section
Yinghai Lu
4
-7
/
+20
2012-07-12
mm: sparse: fix section usemap placement calculation
Yinghai Lu
1
-1
/
+1
2012-07-12
xtensa: fix incorrect memset
Alan Cox
1
-1
/
+1
[next]