pandora-kernel.git
2010-03-05 Al ViroKill is_link argument of do_last()
2010-03-05 Al ViroPull handling of LAST_BIND into do_last(), clean up...
2010-03-05 Al ViroLeave mangled flag only for setting nd.intent.open...
2010-03-05 Al ViroGet rid of passing mangled flag to do_last()
2010-03-05 Al ViroDon't pass mangled open_flag to finish_open()
2010-03-05 Al Viropull more into do_last()
2010-03-05 Al Virobail out with ELOOP earlier in do_link loop
2010-03-05 Al Viropull the common predecessors into do_last()
2010-03-05 Al Viropostpone __putname() until after do_last()
2010-03-05 Al Virounroll do_last: loop in do_filp_open()
2010-03-05 Al ViroShift releasing nd->root from do_last() to its caller
2010-03-05 Al Virogut do_filp_open() a bit more (do_last separation)
2010-03-05 Al Virobeginning to untangle do_filp_open()
2010-03-05 Venkatesh Pallipadiext4: fix up rb_root initializations to use RB_ROOT
2010-03-04 Christoph Hellwigquota: stop using QUOTA_OK / NO_QUOTA
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot drop routine
2010-03-04 Christoph Hellwigdquot: move dquot drop responsibility into the filesystem
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: move dquot transfer responsibility into the...
2010-03-04 Christoph Hellwigdquot: cleanup inode allocation / freeing routines
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-03-04 Dmitry Monakhovext3: add writepage sanity checks
2010-03-04 Jan Karaext3: Truncate allocated blocks if direct IO write...
2010-03-04 Jan Karaquota: Properly invalidate caches even for filesystems...
2010-03-04 Dmitry Monakhovquota: generalize quota transfer interface
2010-03-04 Dmitry Monakhovquota: sb_quota state flags cleanup
2010-03-04 Jan Karajbd: Delay discarding buffers in journal_unmap_buffer
2010-03-04 Dmitry Monakhovext3: quota_write cross block boundary behaviour
2010-03-04 Christoph Hellwigquota: drop permission checks from xfs_fs_set_xstate...
2010-03-04 Christoph Hellwigquota: split out compat_sys_quotactl support from quota.c
2010-03-04 Christoph Hellwigquota: split out netlink notification support from...
2010-03-04 Christoph Hellwigquota: remove invalid optimization from quota_sync_all
2010-03-04 Christoph Hellwigquota: move code from sync_quota_sb into vfs_quota_sync
2010-03-04 Christoph Hellwigquota: clean up Q_XQUOTASYNC
2010-03-04 Christoph Hellwigquota: simplify permission checking
2010-03-04 Christoph Hellwigquota: special case Q_SYNC without device name
2010-03-04 Christoph Hellwigquota: clean up checks for supported quota methods
2010-03-04 Christoph Hellwigquota: split do_quotactl
2010-03-04 Jan Karaquota: Fix warning when a delayed write happens before...
2010-03-04 Dmitry Monakhovquota: manage reserved space when quota is not active...
2010-03-04 Christoph Eggerjbd[2]: remove references to BUFFER_DEBUG
2010-03-04 Dmitry Monakhovext3: trivial quota cleanup
2010-03-04 Dmitry Monakhovext3: mount flags manipulation cleanup
2010-03-04 Jan Karaext3: Use bitops to read/modify EXT3_I(inode)->i_state
2010-03-04 Jan Karaquota: Cleanup S_NOQUOTA handling
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2010-03-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2010-03-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-next-2.6
2010-03-04 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-04 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-04 Linus TorvaldsMerge git://git./linux/kernel/git/brodo/pcmcia-2.6
2010-03-04 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2010-03-04 Masami Hiramatsux86: Issue at least one memory barrier in stop_machine_...
2010-03-04 Masami Hiramatsuperf probe: Correct probe syntax on command line help
2010-03-04 Stephen RothwellSLUB: Fix per-cpu merge conflict
2010-03-04 Pekka EnbergMerge branches 'slab/cleanups', 'slab/failslab', 'slab...
2010-03-04 Akira Fujitaext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
2010-03-04 Akira Fujitaext4: Fix the NULL reference in double_down_write_data_...
2010-03-04 Akira Fujitaext4: Fix insertion point of extent in mext_insert_acro...
2010-03-04 Steffen Klassertpadata: Allocate the cpumask for the padata instance
2010-03-04 Akinobu Mitaext4: consolidate in_range() definitions
2010-03-04 Akinobu Mitaext4: cleanup to use ext4_grp_offs_to_block()
2010-03-04 Akinobu Mitaext4: cleanup to use ext4_group_first_block_no()
2010-03-04 Dan WilliamsMerge branch 'coh' into dmaengine
2010-03-04 Dan Williamsioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes
2010-03-04 Dan Williamsioat3: interrupt coalescing
2010-03-04 Dan Williamsioat: close potential BUG_ON race in the descriptor...
2010-03-04 Linus TorvaldsPrioritize synchronous signals over 'normal' signals
2010-03-03 Al ViroMerge branch 'for-fsnotify' into for-linus
2010-03-03 Jan Karaext4: Release page references acquired in ext4_da_block...
2010-03-03 Eric W. Biedermaninit: Open /dev/console from rootfs
2010-03-03 André Goddard... mqueue: fix typo "failues" -> "failures"
2010-03-03 André Goddard... mqueue: only set error codes if they are really necessary
2010-03-03 André Goddard... mqueue: simplify do_open() error handling
2010-03-03 André Goddard... mqueue: apply mathematics distributivity on mq_bytes...
2010-03-03 André Goddard... mqueue: remove unneeded info->messages initialization
2010-03-03 André Goddard... mqueue: fix mq_open() file descriptor leak on user...
2010-03-03 Al Virofix race in d_splice_alias()
2010-03-03 Al Viroset S_DEAD on unlink() and non-directory rename() victims
2010-03-03 Miklos Szeredivfs: add NOFOLLOW flag to umount(2)
2010-03-03 Al Viroget rid of ->mnt_parent in tomoyo/realpath
2010-03-03 Al Virohppfs can use existing proc_mnt, no need for do_kern_mo...
2010-03-03 Al ViroMirror MS_KERNMOUNT in ->mnt_flags
2010-03-03 Al Viroget rid of useless vfsmount_lock use in put_mnt_ns()
2010-03-03 Al ViroTake vfsmount_lock to fs/internal.h
2010-03-03 Al Viroget rid of insanity with namespace roots in tomoyo
2010-03-03 Al Virotake check for new events in namespace (guts of mounts_...
2010-03-03 Al ViroDon't mess with generic_permission() under ->d_lock...
2010-03-03 Al Virosanitize const/signedness for udf
2010-03-03 Al Vironilfs: sanitize const/signedness in dealing with -...
2010-03-03 Al Vironilfs really shouldn't slap struct dentry on stack...
2010-03-03 Al Virosanitize const/signedness of ufs a bit
2010-03-03 Al Virosanitize signedness/const for pointers to char in hpfs...
2010-03-03 Al Vironew helper: iterate_mounts()
2010-03-03 Al Virofix NFS4 handling of mountpoint stat
2010-03-03 Al ViroClean follow_dotdot() up a bit
next