]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs/ext4
KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
[karo-tx-linux.git] / fs / ext4 /
2009-06-12 Theodore Ts'oext4: Fix race in ext4_inode_info.i_cached_extent
2009-06-12 Aneesh Kumar K.Vext4: Clear the unwritten buffer_head flag after the...
2009-06-12 Aneesh Kumar K.Vext4: Use a fake block number for delayed new buffer_head
2009-06-12 Aneesh Kumar K.Vext4: Fix sub-block zeroing for writes into preallocate...
2009-06-12 Theodore Ts'oext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMP...
2009-06-12 Theodore Ts'oext4: Fix softlockup caused by illegal i_file_acl value...
2009-06-12 Chuck Ebbertext4: really print the find_group_flex fallback warning...
2009-06-12 Theodore Ts'oext4: fix locking typo in mballoc which could cause...
2009-06-12 Dan Carpenterext4: fix typo which causes a memory leak on error...
2009-06-12 Theodore Ts'oext4: Check for an valid i_mode when reading the inode...
2009-06-12 Aneesh Kumar K.Vext4: Fix discard of inode prealloc space with delayed...
2009-06-12 Theodore Ts'oext4: Automatically allocate delay allocated blocks...
2009-06-12 Theodore Ts'oext4: Automatically allocate delay allocated blocks...
2009-06-12 Theodore Ts'oext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
2009-06-12 Bryan Donlanext4: return -EIO not -ESTALE on directory traversal...
2009-06-12 Duane Griffinext4: tighten restrictions on inode flags
2009-06-12 Duane Griffinext4: don't inherit inappropriate inode flags from...
2009-06-12 Eric Sandeenext4: fix bb_prealloc_list corruption due to wrong...
2009-06-12 Eric Sandeenext4: fix bogus BUG_ONs in in mballoc code
2009-06-12 Theodore Ts'oext4: Print the find_group_flex() warning only once
2009-06-12 Eric Sandeenext4: fix header check in ext4_ext_search_right() for...
2009-06-12 Eric Sandeenext4: fix ext4_free_inode() vs. ext4_claim_inode()...
2009-05-20 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-03-17 Jan Karaext4: Fix deadlock in ext4_write_begin() and ext4_da_wr...
2009-03-17 Theodore Ts'oext4: Add fallback for find_group_flex
2009-03-17 Dan Carpenterext4: Fix NULL dereference in ext4_ext_migrate()'s...
2009-03-17 Aneesh Kumar K.Vext4: Initialize preallocation list_head's properly
2009-03-17 Aneesh Kumar K.Vext4: Fix lockdep warning
2009-03-17 Wei Yongjunext4: Fix to read empty directory blocks correctly...
2009-03-17 Jan Karajbd2: Avoid possible NULL dereference in jbd2_journal_b...
2009-03-17 Jan KaraRevert "ext4: wait on all pending commits in ext4_sync_...
2009-02-20 Theodore Ts'oext4: Initialize the new group descriptor when resizing...
2009-02-20 Theodore Ts'oext4: Add sanity check to make_indexed_dir
2009-02-20 Theodore Ts'oext4: only use i_size_high for regular files
2009-02-20 Theodore Ts'oext4: Add sanity checks for the superblock before mount...
2009-02-20 Aneesh Kumar K.Vext4: Init the complete page while building buddy cache
2009-02-20 Aneesh Kumar K.Vext4: Don't allow new groups to be added during block...
2009-02-20 Aneesh Kumar K.Vext4: mark the blocks/inode bitmap beyond end of group...
2009-02-20 Aneesh Kumar K.Vext4: Use new buffer_head flag to check uninit group...
2009-02-20 Aneesh Kumar K.Vext4: Fix the race between read_inode_bitmap() and...
2009-02-20 Aneesh Kumar K.Vext4: Fix race between read_block_bitmap() and mark_dis...
2009-02-20 Aneesh Kumar K.Vext4: don't use blocks freed but not yet committed...
2009-02-20 Aneesh Kumar K.Vext4: Use an rbtree for tracking blocks freed during...
2009-02-20 Aneesh Kumar K.Vext4: cleanup mballoc header files
2009-02-20 Aneesh Kumar K.Vext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
2009-02-20 Aneesh Kumar K.Vext4: Add blocks added during resize to bitmap
2009-02-20 Aneesh Kumar K.Vext4: Don't overwrite allocation_context ac_status
2009-02-20 Yasunori Gotoext4: Widen type of ext4_sb_info.s_mb_maxs[]
2009-02-20 Aneesh Kumar K.Vext4: avoid ext4_error when mounting a fs with a single bg
2009-02-20 Aneesh Kumar K.Vext4: Fix the delalloc writepages to allocate blocks...
2009-02-20 Theodore Ts'oext4: tone down ext4_da_writepages warnings
2009-02-20 Theodore Ts'oext4: Add support for non-native signed/unsigned htree...
2009-01-18 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-05 Frederic Boheext4: add checksum calculation when clearing UNINIT...
2008-12-05 Aneesh Kumar K.Vext4: Mark the buffer_heads as dirty and uptodate after...
2008-12-05 Theodore Ts'oext4: calculate journal credits correctly
2008-12-05 Theodore Ts'oext4: wait on all pending commits in ext4_sync_fs()
2008-12-05 Aneesh Kumar K.Vext4: Convert to host order before using the values.
2008-12-05 Theodore Ts'oext4: Fix duplicate entries returned from getdents...
2008-12-05 Aneesh Kumar K.Vext4: Do mballoc init before doing filesystem recovery
2008-12-05 Aneesh Kumar K.Vext4: Free ext4_prealloc_space using kmem_cache_free
2008-12-05 Kalpak Shahext4: fix xattr deadlock
2008-12-05 Theodore Ts'oext4/jbd2: Avoid WARN() messages when failing to write...
2008-12-05 Theodore Ts'oext4: Renumber EXT4_IOC_MIGRATE
2008-12-05 Aneesh Kumar K.Vext4: elevate write count for migrate ioctl
2008-12-05 Li Zefanext4: add missing unlock in ext4_check_descriptors...
2008-12-05 Alexey Dobriyanext4: fix #11321: create /proc/ext4/*/stats more carefully
2008-12-05 Frederic Boheext4: Update flex_bg free blocks and free inodes counte...
2008-10-25 Eric Sandeenext[234]: Avoid printk floods in the face of directory...
2008-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-09-11 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2008-09-09 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2008-09-08 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-09-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-09-06 Ingo MolnarMerge branch 'sched/cpuset' into sched/urgent
2008-09-05 Linus TorvaldsMerge branch 'release-2.6.27' of git://git.kernel.org...
2008-09-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-09-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-09-02 Linus TorvaldsMerge branch 'for-2.6.27' of git://linux-nfs.org/~bfiel...
2008-08-28 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git.kerne...
2008-08-28 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-08-27 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-08-27 Linus TorvaldsMerge branch 'drm-patches' of git://git.kernel.org...
2008-08-27 Russell KingMerge branch 'for-rmk' of git://git.marvell.com/orion
2008-08-26 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2008-08-26 Steve FrenchMerge branch 'master' of /pub/scm/linux/kernel/git...
2008-08-26 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-08-25 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2008-08-25 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git.kerne...
2008-08-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-08-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-08-25 Ingo MolnarMerge branch 'linus' into x86/urgent
2008-08-23 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-08-22 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-08-22 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-08-22 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2008-08-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-08-18 Jesse BarnesMerge branch 'pci-for-jesse' of git://git.kernel.org...
2008-08-15 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-08-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next