aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2008-10-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2008-10-13integrity: special fs magicMimi Zohar
2008-10-12ext4: fix kconfig typo and extra whitespaceJan Engelhardt
2008-10-12ext4: fix build failure without procfsAlexander Beregalov
2008-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2008-10-12provide generic_block_fiemap() only with BLOCK=yAdrian Bunk
2008-10-12[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_ass...Jeff Layton
2008-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai
2008-10-10jbd2: don't dirty original metadata buffer on abortHidehiro Kawai
2008-10-10ext4: add checks for errors from jbd2Hidehiro Kawai
2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai
2008-10-12jbd2: abort when failed to log metadata buffersHidehiro Kawai
2008-10-10ext4: Rename ext4dev to ext4Theodore Ts'o
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan
2008-10-10proc: remove now unneeded ADDBUF macroAlexey Dobriyan
2008-10-10[PATCH] proc: show personality via /proc/pid/personalityKees Cook
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...Lai Jiangshan
2008-10-10proc: move PROC_PAGE_MONITOR to fs/proc/KconfigAlexey Dobriyan
2008-10-10proc: make grab_header() staticAdrian Bunk
2008-10-10proc: remove unused get_dma_list()Alexey Dobriyan
2008-10-10proc: remove dummy vmcore_open()Alexey Dobriyan
2008-10-10proc: proc_sys_root tweakAlexey Dobriyan
2008-10-10proc: fix return value of proc_reg_open() in "too late" caseAlexey Dobriyan
2008-10-09Don't allow splice() to files opened with O_APPENDLinus Torvalds
2008-10-09block_dev: fix kernel-doc in new functionsRandy Dunlap
2008-10-09block: mark bio_split_pool staticDenis ChengRq
2008-10-09block: Find bio sector offset given idx and offsetMartin K. Petersen
2008-10-09block: Introduce integrity data ownership flagMartin K. Petersen
2008-10-09block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1Jens Axboe
2008-10-09block: cleanup some of the integrity stuff in blkdev.hJens Axboe
2008-10-09block: add bio_kmalloc()Jens Axboe
2008-10-09Call flush_disk() after detecting an online resize.Andrew Patterson