summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | ocfs2: Don't repeat ocfs2_xattr_block_find()Joel Becker2008-11-101-30/+9
| * | ocfs2: Specify appropriate journal access for new xattr buckets.Joel Becker2008-11-101-1/+5
| * | ocfs2: Check errors from ocfs2_xattr_update_xattr_search()Joel Becker2008-11-101-1/+5
| * | ocfs2: Don't return -EFAULT from a corrupt xattr entry.Joel Becker2008-11-101-1/+1
| * | ocfs2: Check xattr block signatures properly.Joel Becker2008-11-102-22/+19
| * | ocfs2: add handler_map array bounds checkingTiger Yang2008-11-101-1/+1
| * | ocfs2: remove duplicate definition in xattrTiger Yang2008-11-101-9/+2
| * | ocfs2: fix function declaration and definition in xattrTiger Yang2008-11-102-27/+27
| * | ocfs2: fix license in xattrTiger Yang2008-11-102-19/+6
| * | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-11-091-4/+1
| |\ \
| | * | Fix nfsd truncation of readdir resultsDoug Nazar2008-11-091-4/+1
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-11-077-30/+69
| |\ \ \
| | * | | ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inodeFrederic Bohe2008-11-071-0/+2
| | * | | ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V2008-11-071-0/+2
| | * | | ext4: calculate journal credits correctlyTheodore Ts'o2008-11-061-2/+3
| | * | | ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o2008-11-031-11/+8
| | * | | ext4: Convert to host order before using the values.Aneesh Kumar K.V2008-11-041-3/+2
| | * | | ext4: fix missing ext4_unlock_group in error pathAneesh Kumar K.V2008-11-041-0/+1
| | * | | jbd2: deregister proc on failure in jbd2_journal_init_inodeSami Liedes2008-11-021-0/+2
| | * | | jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o2008-11-061-7/+25
| | * | | jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o2008-11-061-7/+24
* | | | | 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
OpenPOWER on IntegriCloud