aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-10proc: move PROC_PAGE_MONITOR to fs/proc/KconfigAlexey Dobriyan1-0/+10
2008-10-10proc: make grab_header() staticAdrian Bunk1-1/+1
2008-10-10proc: remove unused get_dma_list()Alexey Dobriyan1-1/+0
2008-10-10proc: remove dummy vmcore_open()Alexey Dobriyan1-6/+0
2008-10-10proc: proc_sys_root tweakAlexey Dobriyan1-2/+2
2008-10-10proc: fix return value of proc_reg_open() in "too late" caseAlexey Dobriyan1-1/+1
2008-10-09Don't allow splice() to files opened with O_APPENDLinus Torvalds1-0/+3
2008-10-09block_dev: fix kernel-doc in new functionsRandy Dunlap1-9/+4
2008-10-09block: mark bio_split_pool staticDenis ChengRq1-5/+4
2008-10-09block: Find bio sector offset given idx and offsetMartin K. Petersen1-0/+36
2008-10-09block: Introduce integrity data ownership flagMartin K. Petersen1-1/+2
2008-10-09block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1Jens Axboe1-5/+0
2008-10-09block: cleanup some of the integrity stuff in blkdev.hJens Axboe1-0/+31
2008-10-09block: add bio_kmalloc()Jens Axboe1-21/+75
2008-10-09Call flush_disk() after detecting an online resize.Andrew Patterson1-0/+1