summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext4: Always use ext4_bio_write_page() for writeoutJan Kara2013-01-284-124/+16
| * | ext4: add punching hole support for non-extent-mapped filesZheng Liu2013-01-284-11/+250
| * | ext4: fix memory leak when quota options are specified multiple timesChen Gang2013-01-251-23/+29
| * | ext4: release sysfs kobject when failing to enable quotas on mountTheodore Ts'o2013-01-251-4/+8
| * | ext4: add tracepoint in punching holeZheng Liu2013-01-171-0/+2
| * | ext4: trigger the lazy inode table initialization after resizeTheodore Ts'o2013-01-134-13/+27
| * | ext4: check bh in ext4_read_block_bitmap()Eryu Guan2013-01-121-1/+3
| * | ext4: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-125-13/+13
| * | ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-127-26/+32
* | | 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-111-1/+1
| * | | | Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim2013-02-114-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-112-0/+36
| * | | | f2fs: fix calculation of max. gc cost in the SSR caseJaegeuk Kim2013-02-111-0/+3
| * | | | f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-119-105/+72
| * | | | f2fs: optimize the return condition for has_not_enough_free_secsNamjae Jeon2013-02-111-4/+2
| * | | | f2fs: make an accessor to get sections for particular block typeNamjae Jeon2013-02-113-13/+12
| * | | | f2fs: mark gc_thread as NULL when thread creation is failedNamjae Jeon2013-02-111-0/+1
| * | | | f2fs: name gc task as per the block deviceNamjae Jeon2013-02-112-2/+2
| * | | | f2fs: remove unnecessary gc option check and balance_fsChangman Lee2013-02-111-5/+2
| * | | | f2fs: remove repeated F2FS_SET_SB_DIRT callChangman Lee2013-02-111-1/+0
| * | | | f2fs: when check superblock failed, try to check another superblockmajianpeng2013-02-111-16/+31
| * | | | f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng2013-02-111-1/+10
| * | | | f2fs: add device name in debugfsmajianpeng2013-02-111-1/+3
| * | | | f2fs: stop repeated checking if cp is neededChangman Lee2013-02-111-3/+3