summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2014-11-14ext4: prevent bugon on race between write/fcntlDmitry Monakhov
2014-11-14ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong
2014-11-14ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-11-14ext4: fix oops when loading block bitmap failedJan Kara
2014-11-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong
2014-11-14ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov
2014-11-14ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-11-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-11-14ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-11-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-11-14ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov
2014-11-14ext4: fix mmap data corruption when blocksize < pagesizeJan Kara
2014-11-14ext4: don't check quota format when there are no quota filesJan Kara
2014-11-14ext4: check EA value offset when loadingDarrick J. Wong
2014-09-03ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o
2014-08-28ext4: fix same-dir rename when inline data directory overflowsDarrick J. Wong
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov
2014-08-27ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeDmitry Monakhov
2014-08-27ext4: fix incorect journal credits reservation in ext4_zero_rangeDmitry Monakhov
2014-08-23ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov
2014-08-23ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o
2014-08-23ext4: propagate errors up to ext4_find_entry()'s callersTheodore Ts'o
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-07fs: call rename2 if existsMiklos Szeredi
2014-07-30ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o
2014-07-29ext4: fix COLLAPSE RANGE test for bigalloc file systemsNamjae Jeon
2014-07-28ext4: check inline directory before convertingDarrick J. Wong
2014-07-27ext4: fix incorrect locking in move_extent_per_pageDmitry Monakhov
2014-07-27ext4: use correct depth valueDmitry Monakhov
2014-07-27ext4: add i_data_sem sanity checkDmitry Monakhov
2014-07-27ext4: fix wrong size computation in ext4_mb_normalize_request()Xiaoguang Wang
2014-07-15ext4: make ext4_has_inline_data() as a inline functionZheng Liu
2014-07-15ext4: remove readpage() check in ext4_mmap_file()Zhang Zhen
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o
2014-07-15ext4: rearrange initialization to fix EXT4FS_DEBUGTheodore Ts'o
2014-07-12ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o
2014-07-05ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen
2014-07-05ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o
2014-07-05ext4: clarify error count warning messagesTheodore Ts'o
2014-07-05ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o
2014-06-26ext4: Fix hole punching for files with indirect blocksJan Kara
2014-06-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara
2014-06-26ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon
2014-06-15ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12->splice_write() via ->write_iter()Al Viro