aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-0640-395/+925
|\
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-11-061-12/+11
| |\
| | * block: fix __blkdev_get() for removable devicesTejun Heo2008-11-061-12/+11
| * | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-11-063-11/+16
| |\ \
| | * | [JFFS2] fix race condition in jffs2_lzo_compress()Geert Uytterhoeven2008-11-051-6/+9
| | * | [JFFS2] Fix lack of locking in thread_should_wake()David Woodhouse2008-10-311-5/+5
| | * | [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFERSteve Glendinning2008-10-211-0/+2
| * | | fat: i_blocks warning fixOGAWA Hirofumi2008-11-064-6/+9
| * | | fat: ->i_pos race fixOGAWA Hirofumi2008-11-061-2/+19
| * | | fat: mmu_private race fixOGAWA Hirofumi2008-11-064-10/+25
| * | | fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi2008-11-061-1/+2
| * | | fat: Fix _fat_bmap() raceOGAWA Hirofumi2008-11-061-1/+8
| * | | fat: Fix ATTR_RO for directoryOGAWA Hirofumi2008-11-063-12/+35
| * | | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi2008-11-062-5/+35
| * | | fat: Cleanup FAT attribute stuffOGAWA Hirofumi2008-11-063-31/+40
| * | | fat: Cleanup msdos_lookup()OGAWA Hirofumi2008-11-061-17/+21
| * | | fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi2008-11-061-7/+6
| * | | fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi2008-11-061-44/+80
| * | | vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi2008-11-061-5/+13
| * | | fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi2008-11-061-6/+1
| * | | fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi2008-11-061-4/+14
| * | | fat: improve fat_hash()OGAWA Hirofumi2008-11-062-12/+7
| * | | fat: cleanup fat_parse_long() error handlingDarren Jenkins2008-11-061-3/+4
| * | | fat: use generic_file_llseek() for directoryOGAWA Hirofumi2008-11-061-0/+1
| * | | fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-066-72/+130
| * | | fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-069-8/+282
| * | | fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi2008-11-066-17/+5
| * | | ext3: wait on all pending commits in ext3_sync_fsArthur Jones2008-11-061-6/+5
| * | | autofs4: collect version check returnIan Kent2008-11-061-2/+3
| * | | autofs4: correct offset mount expire checkIan Kent2008-11-061-4/+15
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-038-30/+86
| |\ \
| | * | cifs: fix renaming one hardlink on top of anotherJeff Layton2008-11-031-1/+3
| | * | [CIFS] fix error in smb_send2Steve French2008-10-303-4/+7
| | * | [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-295-25/+76
| * | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2008-11-031-18/+20
| |\ \ \
| | * | | proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan2008-10-271-18/+20
| * | | | saner FASYNC handling on file closeAl Viro2008-11-014-7/+4
| * | | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-313-0/+3
| |\ \ \ \
| | * | | | NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2008-10-302-0/+2
| | * | | | nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields2008-10-301-0/+1
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-10-315-63/+46
| |\ \ \ \ \
| | * | | | | delay capable() check in ext4_has_free_blocks()Eric Sandeen2008-10-281-12/+14
| | * | | | | merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2008-10-282-43/+17
| | * | | | | jbd2: Call the commit callback before the transaction could get droppedTheodore Ts'o2008-10-281-4/+4
| | * | | | | ext4: fix a bug accessing freed memory in ext4_abortHidehiro Kawai2008-10-271-4/+7
| | * | | | | ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai2008-10-271-3/+7
| | |/ / / /
* | | | | | fs: replace NIPQUAD()Harvey Harrison2008-10-3113-43/+39
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-317-22/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-301-8/+3
| |\ \ \ \ \
| | * | | | | NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust2008-10-281-8/+3
| | | |_|/ / | | |/| | |