index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-05
Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
3
-3
/
+3
2010-03-05
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-0
/
+44
2010-03-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-9
/
+2
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
3
-3
/
+3
2010-03-05
ALSA: usb/audio.h: Fix field order
Daniel Mack
1
-1
/
+1
2010-03-05
quota: stop using QUOTA_OK / NO_QUOTA
Christoph Hellwig
1
-3
/
+0
2010-03-05
dquot: cleanup dquot initialize routine
Christoph Hellwig
2
-14
/
+4
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
1
-0
/
+4
2010-03-05
dquot: cleanup dquot drop routine
Christoph Hellwig
2
-4
/
+2
2010-03-05
dquot: cleanup dquot transfer routine
Christoph Hellwig
2
-4
/
+2
2010-03-05
dquot: cleanup inode allocation / freeing routines
Christoph Hellwig
2
-22
/
+4
2010-03-05
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
2
-158
/
+58
2010-03-05
quota: generalize quota transfer interface
Dmitry Monakhov
2
-2
/
+2
2010-03-05
quota: sb_quota state flags cleanup
Dmitry Monakhov
2
-22
/
+24
2010-03-05
quota: move code from sync_quota_sb into vfs_quota_sync
Christoph Hellwig
2
-17
/
+2
2010-03-05
quota: clean up Q_XQUOTASYNC
Christoph Hellwig
1
-1
/
+1
2010-03-05
quota: manage reserved space when quota is not active [v2]
Dmitry Monakhov
1
-2
/
+9
2010-03-05
jbd[2]: remove references to BUFFER_DEBUG
Christoph Egger
2
-22
/
+0
2010-03-05
ext3: Use bitops to read/modify EXT3_I(inode)->i_state
Jan Kara
2
-9
/
+26
2010-03-04
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
J. Bruce Fields
36
-150
/
+200
2010-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6
Linus Torvalds
1
-3
/
+4
2010-03-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
Linus Torvalds
1
-0
/
+2
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
6
-29
/
+35
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
Linus Torvalds
5
-1
/
+57
2010-03-04
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
Linus Torvalds
2
-0
/
+59
2010-03-04
rcu: Suppress RCU lockdep warnings during early boot
Paul E. McKenney
1
-9
/
+22
2010-03-04
rcu: Make rcu_read_lock_sched_held() handle !PREEMPT
Paul E. McKenney
1
-0
/
+14
2010-03-04
rcu, cgroup: Relax the check in task_subsys_state() as early boot is now handled by lockdep-RCU
Paul E. McKenney
1
-1
/
+0
2010-03-04
rcu: Use wrapper function instead of exporting tasklist_lock
Paul E. McKenney
2
-1
/
+5
2010-03-04
Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus
Pekka Enberg
3
-17
/
+20
2010-03-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
David S. Miller
1
-1
/
+1
2010-03-03
Merge branch 'for-fsnotify' into for-linus
Al Viro
3
-12
/
+11
2010-03-03
vfs: add NOFOLLOW flag to umount(2)
Miklos Szeredi
1
-0
/
+2
2010-03-03
Mirror MS_KERNMOUNT in ->mnt_flags
Al Viro
1
-0
/
+2
2010-03-03
Take vfsmount_lock to fs/internal.h
Al Viro
1
-1
/
+0
2010-03-03
take check for new events in namespace (guts of mounts_poll()) to namespace.c
Al Viro
1
-0
/
+1
2010-03-03
new helper: iterate_mounts()
Al Viro
1
-1
/
+2
2010-03-03
New helper: path_is_under(path1, path2)
Al Viro
1
-0
/
+1
2010-03-03
VFS: Clean up shared mount flag propagation
Valerie Aurora
1
-1
/
+10
2010-03-03
kill unused invalidate_inode_pages helper
Christoph Hellwig
1
-6
/
+0
2010-03-03
fs: re-order super_block to remove 16 bytes of padding on 64bit builds
Richard Kennedy
1
-6
/
+6
2010-03-03
libfs: Unexport and kill simple_prepare_write
Boaz Harrosh
1
-2
/
+0
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
Linus Torvalds
1
-0
/
+1
2010-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
10
-125
/
+74
2010-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
3
-1
/
+15
2010-03-03
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-0
/
+2
2010-03-03
Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
6
-0
/
+84
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
Linus Torvalds
3
-11
/
+41
2010-03-03
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
2
-0
/
+58
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
15
-83
/
+82
[prev]
[next]