summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-02-2616-78/+177
|\
| * Ext2: remove the static function release_blocks to optimize the kernelWang Shilong2013-02-071-10/+1
| * Ext2: mark inode dirty after the function dquot_free_block_nodirty is calledWang Shilong2013-02-071-5/+10
| * Ext2: remove the overhead check about sb in the function ext2_new_blocksWang Shilong2013-02-061-4/+0
| * udf: Remove unused s_extLength from udf_bitmapJan Kara2013-02-052-5/+0
| * udf: Make s_block_bitmap standard arrayJan Kara2013-02-052-2/+1
| * udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara2013-02-051-1/+1
| * udf: add extent cache support in case of file readingNamjae Jeon2013-01-224-11/+98
| * udf: Write LVID to disk after opening / closingJan Kara2013-01-211-0/+4
| * Ext3: return ENOMEM rather than EIO if sb_getblk failsWang Shilong2013-01-213-6/+6
| * Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong2013-01-211-1/+1
| * Ext3: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-213-7/+7
| * Ext2: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-212-2/+2
| * Ext3: add necessary check in case IO error happensWang Shilong2013-01-211-1/+5
| * Ext2: free memory allocated and forget buffer head when io error happensWang Shilong2013-01-211-0/+12
| * ext3: Fix memory leak when quota options are specified multiple timesJan Kara2013-01-211-21/+30
| * ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEXGuo Chao2013-01-213-3/+0
* | Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-02-265-15/+27
|\ \
| * | UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2013-02-042-1/+6
| * | UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas2013-02-042-2/+9
| * | UBIFS: rename random32() to prandom_u32()Akinobu Mita2013-01-153-12/+12
* | | Merge tag 'f2fs-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2013-02-2613-261/+292
|\ \ \
| * | | f2fs: avoid build warningJaegeuk Kim2013-02-121-1/+1
| * | | Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim2013-02-124-28/+29
| |\ \ \
| | * | | f2fs: get rid of fake on-stack dentriesAl Viro2013-02-083-15/+17
| | * | | f2fs: switch init_inode_metadata() to passing parent and name separatelyAl Viro2013-02-081-6/+5
| | * | | f2fs: switch new_inode_page() from dentry to qstrAl Viro2013-02-083-4/+4
| | * | | f2fs: init_dent_inode() should take qstrAl Viro2013-02-083-7/+7
| * | | | f2fs: add compat_ioctl to provide backward compatabilityNamjae Jeon2013-02-122-0/+36
| * | | | f2fs: fix calculation of max. gc cost in the SSR caseJaegeuk Kim2013-02-121-0/+3
| * | | | f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-129-105/+72
| * | | | f2fs: optimize the return condition for has_not_enough_free_secsNamjae Jeon2013-02-121-4/+2
| * | | | f2fs: make an accessor to get sections for particular block typeNamjae Jeon2013-02-123-13/+12
| * | | | f2fs: mark gc_thread as NULL when thread creation is failedNamjae Jeon2013-02-121-0/+1
| * | | | f2fs: name gc task as per the block deviceNamjae Jeon2013-02-122-2/+2
| * | | | f2fs: remove unnecessary gc option check and balance_fsChangman Lee2013-02-121-5/+2
| * | | | f2fs: remove repeated F2FS_SET_SB_DIRT callChangman Lee2013-02-121-1/+0
| * | | | f2fs: when check superblock failed, try to check another superblockmajianpeng2013-02-121-16/+31
| * | | | f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng2013-02-121-1/+10
| * | | | f2fs: add device name in debugfsmajianpeng2013-02-121-1/+3
| * | | | f2fs: stop repeated checking if cp is neededChangman Lee2013-02-121-3/+3
| * | | | f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim2013-02-125-38/+3
| * | | | f2fs: remove the use of page_cache_releaseJaegeuk Kim2013-02-121-2/+2
| * | | | f2fs: fix typo mistake for data_version descriptionNamjae Jeon2013-02-121-1/+1
| * | | | f2fs: reorganize code for ra_node_pageNamjae Jeon2013-02-121-6/+2
| * | | | f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gcNamjae Jeon2013-02-121-1/+1
| * | | | f2fs: add un/freeze_fs into super_operationsChangman Lee2013-02-123-0/+25
| * | | | f2fs: clean up the add_orphan_inode funcmajianpeng2013-02-121-12/+4
| * | | | f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz2013-02-121-1/+1
| * | | | f2fs: cover global locks for reserve_new_blockJaegeuk Kim2013-02-121-0/+5
OpenPOWER on IntegriCloud