summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-11-06fat: improve fat_hash()OGAWA Hirofumi2-12/+7
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins1-3/+4
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi1-0/+1
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi6-72/+130
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi9-8/+282
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi6-17/+5
2008-11-06ext3: wait on all pending commits in ext3_sync_fsArthur Jones1-6/+5
2008-11-06autofs4: collect version check returnIan Kent1-2/+3
2008-11-06autofs4: correct offset mount expire checkIan Kent1-4/+15
2008-11-06ext4: calculate journal credits correctlyTheodore Ts'o1-2/+3
2008-11-06block: fix __blkdev_get() for removable devicesTejun Heo1-12/+11
2008-11-05[JFFS2] fix race condition in jffs2_lzo_compress()Geert Uytterhoeven1-6/+9
2008-11-03ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o1-11/+8
2008-11-04ext4: Convert to host order before using the values.Aneesh Kumar K.V1-3/+2
2008-11-04ext4: fix missing ext4_unlock_group in error pathAneesh Kumar K.V1-0/+1
2008-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-30/+86
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton1-1/+3
2008-11-03Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds1-18/+20
2008-11-02jbd2: deregister proc on failure in jbd2_journal_init_inodeSami Liedes1-0/+2
2008-11-06jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o1-7/+25
2008-11-06jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o1-7/+24
2008-11-01saner FASYNC handling on file closeAl Viro4-7/+4
2008-10-31Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-0/+3
2008-10-31[JFFS2] Fix lack of locking in thread_should_wake()David Woodhouse1-5/+5
2008-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds5-63/+46
2008-10-31fs: replace NIPQUAD()Harvey Harrison13-43/+39
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-22/+16
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2-0/+2
2008-10-30nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields1-0/+1
2008-10-30[CIFS] fix error in smb_send2Steve French3-4/+7
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-29[CIFS] Reduce number of socket retries in large write pathSteve French5-25/+76
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-28delay capable() check in ext4_has_free_blocks()Eric Sandeen1-12/+14
2008-10-28merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2-43/+17
2008-10-28jbd2: Call the commit callback before the transaction could get droppedTheodore Ts'o1-4/+4
2008-10-27ext4: fix a bug accessing freed memory in ext4_abortHidehiro Kawai1-4/+7
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai1-3/+7
2008-10-27proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan1-18/+20
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