aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* ext4: re-enable -o discard functionality in no-journal modeTheodore Ts'o2012-09-18
* ext4: fix possible non-initialized variable in htree_dirblock_to_tree()Carlos Maiolino2012-09-17
* ext4: do not enable delalloc by default for ext2Theodore Ts'o2012-09-17
* ext4: advertise the fact that the kernel supports meta_bg resizingTheodore Ts'o2012-09-13
* ext4: log a resize update to the console every 10 secondsTheodore Ts'o2012-09-13
* ext4: convert file system to meta_bg if needed during resizingTheodore Ts'o2012-09-13
* ext4: set bg_itable_unused when resizingTheodore Ts'o2012-09-12
* ext4: add online resizing support for meta_bg and 64-bit file systemsYongqiang Yang2012-09-05
* ext4: grow the s_group_info array as neededTheodore Ts'o2012-09-05
* ext4: grow the s_flex_groups array as needed when resizingTheodore Ts'o2012-09-05
* ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang2012-09-05
* ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang2012-09-05
* ext4: report the original old blocks count in a debug message when resizingYongqiang Yang2012-09-05
* ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang2012-09-05
* ext4: remove duplicated declarations in inode.cZheng Liu2012-08-19
* ext4: fix trivial typo in commentWang Sheng-Hui2012-08-18
* ext4: no need to add inode to orphan list during hole punchAshish Sangwan2012-08-18
* jbd2: don't write superblock when if its emptyEric Sandeen2012-08-18
* ext4: replace plain integer with NULL in super.cSachin Kamat2012-08-18
* ext4: drop lock_super()/unlock_super()Theodore Ts'o2012-08-17
* ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o2012-08-17
* ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong2012-08-17
* ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong2012-08-17
* ext4: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-17
* jbd2: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-17
* ext4: make the zero-out chunk size tunableZheng Liu2012-08-17
* ext4: add missing space to trace messageAnatol Pomozov2012-08-17
* ext4: realign trace events structs to make it smallerAnatol Pomozov2012-08-17
* ext4: add max_dir_size_kb mount optionTheodore Ts'o2012-08-17
* ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o2012-08-17
* ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o2012-08-17
* ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o2012-08-17
* ext4: fix long mount times on very big file systemsTheodore Ts'o2012-08-17
* ext4: don't call ext4_error while block group is lockedTheodore Ts'o2012-08-17
* ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-08-05
* ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2012-08-05
* Linux 3.6-rc1Linus Torvalds2012-08-02
* Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds2012-08-02
|\
| * x86: OLPC: move s/r-related EC cmds to EC driverAndres Salomon2012-07-31
| * Platform: OLPC: move global variables into priv structAndres Salomon2012-07-31
| * Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-07-31
| * x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-07-31
| * Platform: OLPC: add a suspended flag to the EC driverAndres Salomon2012-07-31
| * Platform: OLPC: turn EC driver into a platform_driverAndres Salomon2012-07-31
| * Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon2012-07-31
| * drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-07-31
| * Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-07-31
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-02
|\ \
| * \ Merge branch 'marvell/dt' into late2/dtOlof Johansson2012-07-29
| |\ \
| | * | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-27