aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsGravatar Al Viro 1-0/+7
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 8-17/+19
2008-10-20binfmt_elf_fdpic: Update for cputime changes.Gravatar Paul Mundt 1-12/+7
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-21/+19
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-16/+11
2008-10-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-2/+13
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outGravatar Alexey Dobriyan 6-267/+269
2008-10-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Gravatar Linus Torvalds 7-57/+156
2008-10-20Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 3-8/+21
2008-10-20Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 20-167/+1178
2008-10-20Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 8-200/+203
2008-10-20fs/Kconfig: move CIFS outGravatar Alexey Dobriyan 2-142/+143
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Gravatar Simon Horman 1-1/+1
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREGravatar Vivek Goyal 1-3/+0
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSGravatar Roland McGrath 1-0/+22
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedGravatar Oleg Nesterov 1-4/+3
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Gravatar Lai Jiangshan 1-0/+16
2008-10-20seq_file: don't call bitmap_scnprintf_len()Gravatar Lai Jiangshan 1-7/+8
2008-10-20hfsplus: fix possible deadlock when handling corrupted extentsGravatar Eric Sesterhenn 1-0/+3
2008-10-20hfsplus: missing O_LARGEFILE checkGravatar Alan Cox 1-0/+2
2008-10-20ext3: avoid printk floods in the face of directory corruptionGravatar Eric Sandeen 1-3/+7
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginGravatar Aneesh Kumar K.V 1-0/+7
2008-10-20ext3: fix ext3_dx_readdir hash collision handlingGravatar Eugene Dashevsky 1-5/+15
2008-10-20jbd: ordered data integrity fixGravatar Hidehiro Kawai 1-3/+13
2008-10-20ext3: add an option to control error handling on file dataGravatar Hidehiro Kawai 2-0/+18
2008-10-20ext3: fix ext3 block reservation early ENOSPC issueGravatar Mingming Cao 1-1/+2
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftGravatar Josef Bacik 1-1/+2
2008-10-20jbd: don't dirty original metadata buffer on abortGravatar Hidehiro Kawai 1-1/+4
2008-10-20jbd: abort when failed to log metadata buffersGravatar Hidehiro Kawai 1-0/+3
2008-10-20coredump_filter: add hugepage dumpingGravatar KOSAKI Motohiro 1-2/+10
2008-10-20fs: buffer lock use lock bitopsGravatar Nick Piggin 1-2/+1
2008-10-20vmstat: mlocked pages statisticsGravatar Nick Piggin 1-0/+2
2008-10-20Ramfs and Ram Disk pages are unevictableGravatar Lee Schermerhorn 1-0/+1
2008-10-20Unevictable LRU Page StatisticsGravatar Lee Schermerhorn 1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsGravatar Rik van Riel 5-39/+52
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 298-7690/+15600
2008-10-19UBIFS: fix ubifs_compress commentaryGravatar Geert Uytterhoeven 1-2/+0
2008-10-19UBIFS: amend printkGravatar Artem Bityutskiy 1-1/+1
2008-10-19UBIFS: do not read unnecessary bytes when unpacking bitsGravatar Adrian Hunter 1-7/+38
2008-10-18[JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flashGravatar Alexander Belyakov 2-4/+5
2008-10-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 11-313/+280
2008-10-179p: fix device file handlingGravatar Magnus Deininger 1-0/+1
2008-10-17NFS: use correct fs type for v4 submounts and referralsGravatar Andy Adamson 1-2/+2
2008-10-17Make nfs_file_cred more robust.Gravatar Neil Brown 1-2/+4
2008-10-17NFS: Enable NFSv4 callback server to listen on AF_INET6 socketsGravatar Chuck Lever 1-4/+15
2008-10-179p: eliminate depricated conv functionsGravatar Eric Van Hensbergen 1-8/+12
2008-10-179p: rework client code to use new protocol support functionsGravatar Eric Van Hensbergen 5-26/+28
2008-10-179p: move dirread to fs layerGravatar Eric Van Hensbergen 1-16/+38
2008-10-179p: adjust 9p vfs write operationGravatar Eric Van Hensbergen 1-7/+29
2008-10-179p: move readn meta-function from client to fs layerGravatar Eric Van Hensbergen 4-9/+57