summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-05ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang1-3/+9
2012-08-20ext4: remove duplicated declarations in inode.cZheng Liu1-3/+0
2012-08-19ext4: fix trivial typo in commentWang Sheng-Hui1-1/+1
2012-08-19ext4: no need to add inode to orphan list during hole punchAshish Sangwan1-4/+0
2012-08-19jbd2: don't write superblock when if its emptyEric Sandeen1-0/+5
2012-08-19ext4: replace plain integer with NULL in super.cSachin Kamat1-1/+1
2012-08-18ext4: drop lock_super()/unlock_super()Theodore Ts'o1-10/+1
2012-08-17ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o1-1/+3
2012-08-17ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong1-14/+11
2012-08-17ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong1-5/+0
2012-08-17ext4: check return value of blkdev_issue_flush()Theodore Ts'o1-3/+6
2012-08-17jbd2: check return value of blkdev_issue_flush()Theodore Ts'o1-2/+5
2012-08-17ext4: make the zero-out chunk size tunableZheng Liu4-12/+32
2012-08-17ext4: add missing space to trace messageAnatol Pomozov1-1/+1
2012-08-17ext4: realign trace events structs to make it smallerAnatol Pomozov1-120/+120
2012-08-17ext4: add max_dir_size_kb mount optionTheodore Ts'o4-0/+25
2012-08-17ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o1-3/+6
2012-08-17ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o1-14/+58
2012-08-17ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o1-0/+1
2012-08-17ext4: fix long mount times on very big file systemsTheodore Ts'o1-0/+4
2012-08-17ext4: don't call ext4_error while block group is lockedTheodore Ts'o2-26/+37
2012-08-06ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o1-0/+1
2012-08-06ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o3-1/+4
2012-08-03Linux 3.6-rc1v3.6-rc1Linus Torvalds1-2/+2
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds13-164/+451
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds43-569/+1387
2012-08-02Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-47/+103
2012-08-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+6
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds29-47/+419
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds5-22/+150
2012-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-67/+43
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-316/+158
2012-08-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-158/+270
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds1-1/+1
2012-08-02ARM: mmp: add missing irqs.hHaojian Zhuang1-0/+1
2012-08-02arm: mvebu: fix typo in .dtsi comment for Armada XP SoCsThomas Petazzoni1-1/+1
2012-08-02ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumesBarry Song1-3/+3
2012-08-02libceph: fix crypto key null deref, memory leakSylvain Munaut2-1/+3
2012-08-02ceph: simplify+fix atomic_openSage Weil3-66/+40
2012-08-02sh: explicitly include sh_dma.h in setup-sh7722.cGuennadi Liakhovetski1-0/+1
2012-08-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-72/+108
2012-08-02Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-302/+206
2012-08-02Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds28-1415/+2124
2012-08-02Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds5-85/+58
2012-08-02Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds13-194/+139
2012-08-02um: Add arch/x86/um to MAINTAINERSRichard Weinberger1-0/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel10-34/+71
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel1-1/+1
2012-08-02md/dm-raid: DM_RAID should select MD_RAID10NeilBrown1-2/+3
2012-08-02md/raid1: submit IO from originating thread instead of md thread.NeilBrown2-4/+55