aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13ocfs2: Add xattr bucket iteration for large numbers of EAsTao Ma3-6/+293
2008-10-13ocfs2: Add xattr index tree operationsTao Ma2-0/+99
2008-10-13ocfs2: Add extended attribute supportTiger Yang16-6/+1927
2008-10-13ocfs2: reserve inline space for extended attributeTiger Yang4-9/+62
2008-10-13ocfs2: 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 Whitehouse29-34/+34
2008-10-13Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds10-51/+25
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+1
2008-10-13Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds2-4/+4
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 Bhattiprolu1-5/+6
2008-10-13tty: Redo current tty lockingAlan Cox1-2/+0
2008-10-13tty: the vhangup syscall is racyAlan Cox1-2/+1
2008-10-13tty: Make get_current_tty use a krefAlan Cox1-3/+3
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse118-4574/+4835
2008-10-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds8-31/+122
2008-10-13integrity: special fs magicMimi Zohar1-2/+1
2008-10-12ext4: fix kconfig typo and extra whitespaceJan Engelhardt1-2/+2
2008-10-12ext4: fix build failure without procfsAlexander Beregalov1-0/+2
2008-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-2/+0
2008-10-12provide generic_block_fiemap() only with BLOCK=yAdrian Bunk1-0/+4
2008-10-12[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assembleJeff Layton1-2/+0
2008-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds41-2475/+2209
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds12-483/+632
2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai3-0/+20
2008-10-10jbd2: don't dirty original metadata buffer on abortHidehiro Kawai1-1/+4
2008-10-10ext4: add checks for errors from jbd2Hidehiro Kawai2-8/+27
2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai3-20/+64
2008-10-12jbd2: abort when failed to log metadata buffersHidehiro Kawai1-0/+3
2008-10-10ext4: Rename ext4dev to ext4Theodore Ts'o12-84/+119
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds7-98/+276
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig3-4/+14
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds15-798/+649
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-292/+502
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan4-25/+1
2008-10-10proc: remove now unneeded ADDBUF macroAlexey Dobriyan1-5/+0
2008-10-10[PATCH] proc: show personality via /proc/pid/personalityKees Cook1-0/+9
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()Lai Jiangshan2-10/+1