| Commit message (Expand) | Author | Age |
... | |
* | | ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. | Tao Ma | 2008-11-10 |
* | | ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails | Jan Kara | 2008-11-10 |
* | | ocfs2: Fix checking of return value of new_inode() | Jan Kara | 2008-11-10 |
* | | ocfs2: Fix check of return value of ocfs2_start_trans() | Jan Kara | 2008-11-10 |
* | | ocfs2: Fix some typos in xattr annotations. | Tao Ma | 2008-11-10 |
* | | ocfs2: Remove unused ocfs2_restore_xattr_block(). | Tao Ma | 2008-11-10 |
* | | ocfs2: Don't repeat ocfs2_xattr_block_find() | Joel Becker | 2008-11-10 |
* | | ocfs2: Specify appropriate journal access for new xattr buckets. | Joel Becker | 2008-11-10 |
* | | ocfs2: Check errors from ocfs2_xattr_update_xattr_search() | Joel Becker | 2008-11-10 |
* | | ocfs2: Don't return -EFAULT from a corrupt xattr entry. | Joel Becker | 2008-11-10 |
* | | ocfs2: Check xattr block signatures properly. | Joel Becker | 2008-11-10 |
* | | ocfs2: add handler_map array bounds checking | Tiger Yang | 2008-11-10 |
* | | ocfs2: remove duplicate definition in xattr | Tiger Yang | 2008-11-10 |
* | | ocfs2: fix function declaration and definition in xattr | Tiger Yang | 2008-11-10 |
* | | ocfs2: fix license in xattr | Tiger Yang | 2008-11-10 |
* | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-11-09 |
|\ \ |
|
| * | | Fix nfsd truncation of readdir results | Doug Nazar | 2008-11-09 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-11-07 |
|\ \ \ |
|
| * | | | ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inode | Frederic Bohe | 2008-11-07 |
| * | | | ext4: Mark the buffer_heads as dirty and uptodate after prepare_write | Aneesh Kumar K.V | 2008-11-07 |
| * | | | ext4: calculate journal credits correctly | Theodore Ts'o | 2008-11-06 |
| * | | | ext4: wait on all pending commits in ext4_sync_fs() | Theodore Ts'o | 2008-11-03 |
| * | | | ext4: Convert to host order before using the values. | Aneesh Kumar K.V | 2008-11-04 |
| * | | | ext4: fix missing ext4_unlock_group in error path | Aneesh Kumar K.V | 2008-11-04 |
| * | | | jbd2: deregister proc on failure in jbd2_journal_init_inode | Sami Liedes | 2008-11-02 |
| * | | | jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space | Theodore Ts'o | 2008-11-06 |
| * | | | jbd: don't give up looking for space so easily in __log_wait_for_space | Theodore Ts'o | 2008-11-06 |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-11-06 |
|\ \ \ \ |
|
| * | | | | block: fix __blkdev_get() for removable devices | Tejun Heo | 2008-11-06 |
| | |_|/
| |/| | |
|
* | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-11-06 |
|\ \ \ \ |
|
| * | | | | [JFFS2] fix race condition in jffs2_lzo_compress() | Geert Uytterhoeven | 2008-11-05 |
| * | | | | [JFFS2] Fix lack of locking in thread_should_wake() | David Woodhouse | 2008-10-31 |
| * | | | | [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFER | Steve Glendinning | 2008-10-21 |
* | | | | | fat: i_blocks warning fix | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: ->i_pos race fix | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: mmu_private race fix | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Add printf attribute to fat_fs_panic() | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Fix _fat_bmap() race | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Fix ATTR_RO for directory | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Cleanup msdos_lookup() | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Kill d_invalidate() in vfat_lookup() | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Fix/Cleanup dcache handling for vfat | OGAWA Hirofumi | 2008-11-06 |
* | | | | | vfat: Fix vfat_find() error path in vfat_lookup() | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: use fat_detach() in fat_clear_inode() | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: Fix fat_ent_update_ptr() for FAT12 | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: improve fat_hash() | OGAWA Hirofumi | 2008-11-06 |
* | | | | | fat: cleanup fat_parse_long() error handling | Darren Jenkins | 2008-11-06 |
* | | | | | fat: use generic_file_llseek() for directory | OGAWA Hirofumi | 2008-11-06 |