aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-10-13ocfs2: Switch over to JBD2.Joel Becker
2008-10-13ocfs2: Add the 'inode64' mount option.Joel Becker
2008-10-13ocfs2: Limit inode allocation to 32bits.Joel Becker
2008-10-13ocfs2: Resolve deadlock in ocfs2_xattr_free_block.Tao Ma
2008-10-13ocfs2: bug-fix for journal extend in xattr.Tao Ma
2008-10-13ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()Joel Becker
2008-10-13ocfs2: Comment struct ocfs2_extent_tree_operations.Joel Becker
2008-10-13ocfs2: Make ocfs2_extent_tree the first-class representation of a tree.Joel Becker
2008-10-13ocfs2: Add an insertion check to ocfs2_extent_tree_operations.Joel Becker
2008-10-13ocfs2: Create specific get_extent_tree functions.Joel Becker
2008-10-13ocfs2: Determine an extent tree's max_leaf_clusters in an et_op.Joel Becker
2008-10-13ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents().Joel Becker
2008-10-13ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations.Joel Becker
2008-10-13ocfs2: Make 'private' into 'object' on ocfs2_extent_tree.Joel Becker
2008-10-13ocfs2: Make ocfs2_extent_tree get/put instead of alloc.Joel Becker
2008-10-13ocfs2: Prefix the ocfs2_extent_tree structure.Joel Becker
2008-10-13ocfs2: Prefix the extent tree operations structure.Joel Becker
2008-10-13ocfs2: fix printk format warningsMark Fasheh
2008-10-13ocfs2: Add incompatible flag for extended attributeTiger Yang
2008-10-13ocfs2: Delete all xattr buckets during inode removalTao Ma
2008-10-13ocfs2: Enable xattr set in index btreeTao Ma
2008-10-13ocfs2: Optionally limit extent size in ocfs2_insert_extent()Tao Ma
2008-10-13ocfs2: Add xattr lookup code xattr btreesTao Ma
2008-10-13ocfs2: Add xattr bucket iteration for large numbers of EAsTao Ma
2008-10-13ocfs2: Add xattr index tree operationsTao Ma
2008-10-13ocfs2: Add extended attribute supportTiger Yang
2008-10-13ocfs2: reserve inline space for extended attributeTiger Yang
2008-10-13ocfs2: Add extent tree operation for xattr value btreesTao Ma
2008-10-13ocfs2: Add helper function in uptodate.c for removing xattr clustersTao Ma
2008-10-13ocfs2: Add the basic xattr disk layout in ocfs2_fs.hTao Ma
2008-10-13ocfs2: Make high level btree extend code genericTao Ma
2008-10-13ocfs2: Abstract ocfs2_extent_tree in b-tree operations.Tao Ma
2008-10-13ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Tao Ma
2008-10-13ocfs2: Modify ocfs2_num_free_extents for future xattr usage.Tao Ma
2008-10-13ocfs2: track local alloc state via debugfsMark Fasheh
2008-10-13ocfs2: throttle back local alloc when low on disk spaceMark Fasheh
2008-10-13ocfs2: Track local alloc bits internallyMark Fasheh
2008-10-13ocfs2: POSIX file locks supportMark Fasheh
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-13Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-10-13Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds
2008-10-13Simplify devpts_pty_killSukadev Bhattiprolu
2008-10-13Simplify devpts_pty_new()Sukadev Bhattiprolu
2008-10-13Simplify devpts_get_tty()Sukadev Bhattiprolu
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
2008-10-13tty: Redo current tty lockingAlan Cox
2008-10-13tty: the vhangup syscall is racyAlan Cox
2008-10-13tty: Make get_current_tty use a krefAlan Cox
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse