summaryrefslogtreecommitdiffstats
path: root/fs/inode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-14ocfs2: Add extent tree operation for xattr value btreesTao Ma13-64/+569
2008-10-13ocfs2: Add helper function in uptodate.c for removing xattr clustersTao Ma2-6/+29
2008-10-13ocfs2: Add the basic xattr disk layout in ocfs2_fs.hTao Ma1-0/+118
2008-10-13ocfs2: Make high level btree extend code genericTao Ma7-135/+176
2008-10-13ocfs2: Abstract ocfs2_extent_tree in b-tree operations.Tao Ma8-288/+456
2008-10-13ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Tao Ma8-20/+40
2008-10-13ocfs2: Modify ocfs2_num_free_extents for future xattr usage.Tao Ma6-11/+15
2008-10-13ocfs2: track local alloc state via debugfsMark Fasheh2-0/+92
2008-10-13ocfs2: throttle back local alloc when low on disk spaceMark Fasheh6-31/+230
2008-10-13ocfs2: Track local alloc bits internallyMark Fasheh3-26/+26
2008-10-13ocfs2: POSIX file locks supportMark Fasheh8-2/+154
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse38-43/+43
2008-10-13tty: rename the remaining oddly named n_tty functionsAlan Cox1-13/+13
2008-10-13fs3270: Correct error returnsAlan Cox1-5/+4
2008-10-13fs3270: remove extra locksAlan Cox1-5/+1
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel1-4/+4
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller2-9/+20
2008-10-13applicom: Fix an unchecked user ioctl range and an error returnAlan Cox1-4/+2
2008-10-13tty: Minor tidyups and document fixes for n_ttyAlan Cox1-11/+37
2008-10-13tty: Remove lots of NULL checksAlan Cox6-79/+1
2008-10-13tty: fix up gigaset a bitAlan Cox1-15/+12
2008-10-13tty: Fallout from tty-move-canon-specialsStephen Rothwell2-3/+3
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox5-45/+56
2008-10-13tty: simplify ktermios allocationAlan Cox2-42/+7
2008-10-13pty: simplify unix98 allocationAlan Cox1-11/+7
2008-10-13pty: Fix allocation failure double freeAlan Cox1-2/+0
2008-10-13pty: Coding style and polishAlan Cox1-42/+44
2008-10-13Simplify devpts_pty_killSukadev Bhattiprolu1-17/+12
2008-10-13Simplify devpts_pty_new()Sukadev Bhattiprolu1-3/+8
2008-10-13Simplify devpts_get_tty()Sukadev Bhattiprolu1-12/+5
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu5-30/+47
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu1-15/+16
2008-10-13tty: extract the pty init time special casesAlan Cox3-142/+187
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox3-35/+27
2008-10-13tty: More driver operationsAlan Cox3-10/+79
2008-10-13tty: kref the tty driver objectAlan Cox5-58/+80
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox3-41/+81
2008-10-13tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu1-52/+87
2008-10-13tty: Remove more special casing and out of place codeAlan Cox6-156/+195
2008-10-13tty: shutdown methodAlan Cox5-42/+65
2008-10-13vt: remove bogus lock droppingAlan Cox1-18/+0
2008-10-13pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox1-6/+12
2008-10-13tty: Fix abusers of current->sighand->ttyAlan Cox2-6/+5
2008-10-13tty: Redo current tty lockingAlan Cox4-18/+5
2008-10-13tty: the vhangup syscall is racyAlan Cox3-2/+21
2008-10-13mxser: Switch to kref ttyAlan Cox1-89/+103
2008-10-13stallion: Use krefsAlan Cox3-93/+123
2008-10-13tty: kref usage for isicom and moxaAlan Cox2-53/+69
2008-10-13tty: usb-serial krefsAlan Cox37-208/+313
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox2-16/+25