aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter2-3/+3
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter14-17/+17
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover1-2/+4
2006-12-07[PATCH] skip data conversion in compat_sys_mount when data_page is NULLAndrey Mirkin1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells46-898/+803
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells16-64/+141
2006-12-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds28-898/+759
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+8
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro/birdLinus Torvalds16-0/+34
2006-12-04[PATCH] Enable RAID autorun on Mac partition tables.David Woodhouse1-0/+2
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell1-0/+8
2006-12-04[PATCH] severing skbuff.h -> poll.hAl Viro2-0/+2
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro14-0/+31
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+1
2006-12-02[NET]: ipconfig and nfsroot annotationsAl Viro1-7/+6
2006-12-01ocfs2: implement i_op->permissionTiger Yang3-0/+27
2006-12-01configfs: make configfs_dirent_exists() staticAdrian Bunk1-2/+2
2006-12-01ocfs2: update file system paths to set atimeTiger Yang4-6/+28
2006-12-01ocfs2: core atime update functionsTiger Yang7-1/+116
2006-12-01ocfs2: Add splice supportTiger Yang1-50/+137
2006-12-01ocfs2: Remove ocfs2_write_should_remove_suid()Mark Fasheh1-15/+1
2006-12-01configfs: mutex_lock_nested() fixMark Fasheh1-2/+3
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh20-186/+130
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh11-46/+30
2006-12-01ocfs2: remove ocfs2_journal_handle journal fieldMark Fasheh2-3/+0
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh11-29/+31
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh14-51/+41
2006-12-01ocfs2: make ocfs2_alloc_handle() staticMark Fasheh2-7/+1
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh4-117/+2
2006-12-01ocfs2: remove unused ocfs2_handle_add_inode()Mark Fasheh5-67/+0
2006-12-01ocfs2: Don't allocate handle early in ocfs2_rename()Mark Fasheh1-8/+1
2006-12-01ocfs2: don't use handle for locking in allocation functionsMark Fasheh7-152/+72
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename()Mark Fasheh1-19/+37
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink()Mark Fasheh1-9/+12
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_unlink()Mark Fasheh1-13/+12
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in orphan dir codeMark Fasheh1-27/+39
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_link()Mark Fasheh1-28/+26
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_mknod()Mark Fasheh1-7/+9
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log()Mark Fasheh1-27/+19
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in localalloc.cMark Fasheh1-44/+40
2006-12-01ocfs2: remove ocfs2_journal_handle flags fieldMark Fasheh4-32/+4
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh4-10/+6
2006-12-01ocfs2: remove unused ocfs2_journal_handle fieldMark Fasheh2-7/+1
2006-12-01ocfs2: fix format warnings in dlm_alloc_pagevec()Mark Fasheh1-1/+2
2006-12-01[2.6 patch] make ocfs2_create_new_lock() staticAdrian Bunk2-6/+4
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-0/+48
2006-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-10/+29
2006-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-10/+8
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+45