summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-10ext4: ext4_ext_migrate should use NULL not 0Eric Paris1-1/+1
2011-01-10ext4: Use ext4_error_file() to print the pathname to the corrupted inodeTheodore Ts'o4-34/+49
2011-01-10ext4: use IS_ERR() to check for errors in ext4_error_fileDan Carpenter1-1/+1
2011-01-10ext4: test the correct variable in ext4_init_pageio()Dan Carpenter1-1/+1
2011-01-10ext2: remove dead code in ext2_xattr_getWang Sheng-Hui1-8/+0
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui3-3/+3
2011-01-10ext4: clean up ext4_xattr_list()'s error code checking and return strategyTheodore Ts'o1-13/+13
2011-01-10ext4: remove warning message from ext4_issue_discard helperLukas Czerner1-12/+10
2011-01-10ext4: fix possible overflow in ext4_trim_fs()Lukas Czerner1-0/+6
2010-12-20ext4: Add error checking to kmem_cache_alloc() call in ext4_free_blocks()Theodore Ts'o1-1/+5
2010-12-20ext4: Use printf extension %pVJoe Perches1-17/+23
2010-12-20ext4: Use vzalloc in ext4_fill_flex_info()Joe Perches1-8/+7
2010-12-20ext4: zero out nanosecond timestamps for small inodesEric Sandeen1-0/+4
2010-12-20ext4: optimize ext4_check_dir_entry() with unlikely() annotationsTheodore Ts'o3-25/+32
2010-12-20ext4: use kmem_cache_zalloc() in ext4_init_io_end()Jesper Juhl1-4/+1
2010-12-20ext4: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-18jbd2: simplify return path of journal_init_commonTheodore Ts'o1-4/+2
2010-12-18jbd2: move debug message into debug #ifdefTheodore Ts'o1-1/+1
2010-12-18jbd2: remove unnecessary goto statementTheodore Ts'o1-2/+0
2010-12-18jbd2: use offset_in_page() instead of manual calculationTheodore Ts'o1-1/+1
2010-12-18jbd2: Fix a debug message in do_get_write_access()Theodore Ts'o1-1/+1
2010-12-17jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head()Theodore Ts'o1-6/+2
2010-12-17ext4: Use pr_warning_ratelimited() instead of printk_ratelimit()Theodore Ts'o1-2/+2
2010-12-17ext4: Fix up comments in inode.cTheodore Ts'o1-4/+13
2010-12-16ext4: Add second mount options field since the s_mount_opt is full upTheodore Ts'o2-2/+13
2010-12-16ext4: Move struct ext4_mount_options from ext4.h to super.cTheodore Ts'o2-16/+15
2010-12-16ext4: Simplify the usage of clear_opt() and set_opt() macrosTheodore Ts'o3-84/+86
2010-12-16Linux 2.6.37-rc6v2.6.37-rc6Linus Torvalds1-1/+1
2010-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2010-12-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds4-4/+18
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge3-5/+12
2010-12-15MAINTAINERS: update MSM git treeDaniel Walker1-1/+1
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy2-4/+17
2010-12-15crypto: ghash-intel - ghash-clmulni-intel_glue needs err.hRandy Dunlap1-0/+1
2010-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-3/+13
2010-12-15Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2-20/+21
2010-12-15dw_spi: Fix missing final read in some polling situationsMajor Lee1-0/+5
2010-12-15i2c_intel_mid: Fix slash in sysfs nameAlan Cox1-1/+1
2010-12-15ext4: fix typo which broke '..' detection in ext4_find_entry()Aaro Koskinen1-1/+1
2010-12-15Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+5
2010-12-15Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-37/+79
2010-12-15Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-35/+239
2010-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds13-409/+64
2010-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds104-353/+569
2010-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds16-62/+43
2010-12-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-1/+2
2010-12-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds13-95/+173
2010-12-15Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+3
2010-12-15ARM: 6535/1: V6 MPCore v6_dma_inv_range and v6_dma_flush_range RWFO fixValentine Barshak1-8/+20
2010-12-15ARM: 6534/1: Make CONFIG_FPE_NWFPE depend on !CONFIG_THUMB2_KERNELDave Martin1-1/+1