aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-22/+16
2008-10-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-8/+3
2008-10-30fs: remove excess kernel-docRandy Dunlap1-1/+0
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen1-7/+8
2008-10-30fs: remove prepare_write/commit_writeNick Piggin4-6/+5
2008-10-29net: replace %p6 with %pI6Harvey Harrison2-2/+2
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison2-3/+2
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-2/+1
2008-10-28NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust1-8/+3
2008-10-27Switch to a valid email address...Alan Cox4-4/+4
2008-10-26epoll: avoid double-inserts in case of EFAULTDavide Libenzi1-2/+9
2008-10-26select: deal with math overflow from borderline valid userland dataArjan van de Ven2-4/+6
2008-10-25ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o1-12/+8
2008-10-25ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o1-12/+8
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds24-965/+895
2008-10-23ext4: remove unused variable in ext4_get_parentChristoph Hellwig1-1/+0
2008-10-23ext3 quota support: fix compile failureLinus Torvalds1-1/+1
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-294/+297
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-125/+259
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds16-94/+93
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds66-1070/+823
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+1
2008-10-23Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+19
2008-10-23jbd: abort instead of waiting for nonexistent transactionsDuane Griffin1-2/+17
2008-10-23jbd: test BH_Write_EIO to detect errors on metadata buffersHidehiro Kawai1-3/+3
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai2-8/+27
2008-10-23jbd: fix error handling for checkpoint ioHidehiro Kawai3-20/+64
2008-10-23proc: remove fs/proc/proc_misc.cAlexey Dobriyan3-67/+2
2008-10-23proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2-6/+3
2008-10-23proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan3-135/+148
2008-10-23proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2-9/+13
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-3/+0
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan1-16/+0
2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan1-12/+0
2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan1-28/+0
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan1-30/+0
2008-10-23proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.cAlexey Dobriyan3-40/+54
2008-10-23proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan3-134/+154
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan3-14/+25
2008-10-23proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan3-60/+71
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan2-18/+21
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan3-7/+9
2008-10-23proc: remove remnants of ->read_proc in proc_misc.cAlexey Dobriyan1-27/+0