summaryrefslogtreecommitdiffstats
path: root/kernel/spinlock.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-05Squashfs: get rid of obsolete variable in struct squashfs_sb_infoPhillip Lougher1-1/+0
2010-03-05ext4: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi3-4/+4
2010-03-04x86: Issue at least one memory barrier in stop_machine_text_poke()Masami Hiramatsu1-2/+2
2010-03-04perf probe: Correct probe syntax on command line helpMasami Hiramatsu1-1/+1
2010-03-04ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita2-4/+3
2010-03-04ext4: Fix the NULL reference in double_down_write_data_sem()Akira Fujita1-8/+8
2010-03-04ext4: Fix insertion point of extent in mext_insert_across_blocks()Akira Fujita1-0/+4
2010-03-04padata: Allocate the cpumask for the padata instanceSteffen Klassert1-1/+7
2010-03-04ext4: consolidate in_range() definitionsAkinobu Mita4-7/+4
2010-03-04ext4: cleanup to use ext4_grp_offs_to_block()Akinobu Mita1-6/+2
2010-03-04ext4: cleanup to use ext4_group_first_block_no()Akinobu Mita4-28/+14
2010-03-04ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams5-67/+40
2010-03-04ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-04ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2-2/+2
2010-03-04Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30
2010-03-03ext4: Release page references acquired in ext4_da_block_invalidatepagesJan Kara1-4/+3
2010-03-03init: Open /dev/console from rootfsEric W. Biederman2-9/+6
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa1-1/+1
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa1-27/+50
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa1-6/+10
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa1-2/+1
2010-03-03fix race in d_splice_alias()Al Viro1-1/+0
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsAl Viro1-1/+6
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2-1/+10
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro1-1/+1
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro3-1/+6
2010-03-03get rid of useless vfsmount_lock use in put_mnt_ns()Al Viro1-6/+2
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro2-1/+2
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro3-8/+18
2010-03-03Don't mess with generic_permission() under ->d_lock in hpfsAl Viro1-6/+9
2010-03-03sanitize const/signedness for udfAl Viro5-19/+19
2010-03-03nilfs: sanitize const/signedness in dealing with ->d_name.nameAl Viro1-2/+2
2010-03-03nilfs really shouldn't slap struct dentry on stack...Al Viro3-15/+12
2010-03-03sanitize const/signedness of ufs a bitAl Viro2-7/+7
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitAl Viro10-82/+97
2010-03-03new helper: iterate_mounts()Al Viro3-34/+33
2010-03-03fix NFS4 handling of mountpoint statAl Viro1-3/+9
2010-03-03Clean follow_dotdot() up a bitAl Viro1-16/+3
2010-03-03fix mnt_mountpoint abuse in smackAl Viro1-1/+1
2010-03-03a couple of mntget+dget -> path_get in nfs4procAl Viro1-4/+4
2010-03-03Switch alloc_nfs_open_context() to struct pathAl Viro1-4/+4
2010-03-03New helper: path_is_under(path1, path2)Al Viro3-39/+37
2010-03-03VFS: Clean up shared mount flag propagationValerie Aurora3-3/+12
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig4-9/+3
2010-03-03fs: re-order super_block to remove 16 bytes of padding on 64bit buildsRichard Kennedy1-6/+6
2010-03-03Simplify failure exits in s390/hypfs fill_super()Al Viro1-29/+13