summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-03-221-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-03-211-1/+3
|\
| * ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodesEric Sandeen2016-02-191-1/+2
| * quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+1
* | Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-213-21/+33
|\ \
| * | ext4: Fix data exposure after failed AIO DIOJan Kara2016-02-283-32/+29Star
| * | direct-io: always call ->end_io if non-NULLChristoph Hellwig2016-02-081-2/+7
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-03-1817-475/+597
|\ \
| * | ext4: clean up error handling in the MMP supportvikram.jadhav072016-03-131-17/+17
| * | ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2016-03-131-19/+28
| * | ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang2016-03-132-12/+12
| * | ext4: print ext4 mount option data_err=abort correctlyAles Novak2016-03-131-2/+8
| * | ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-03-131-3/+3
| * | ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()Geliang Tang2016-03-101-1/+0Star
| * | ext4: fix misspellings in comments.Adam Buchbinder2016-03-105-5/+5
| * | ext4: more efficient SEEK_DATA implementationJan Kara2016-03-103-61/+106
| * | ext4: cleanup handling of bh->b_state in DAX mmapJan Kara2016-03-101-3/+2Star
| * | ext4: return hole from ext4_map_blocks()Jan Kara2016-03-103-9/+36
| * | ext4: factor out determining of hole sizeJan Kara2016-03-101-33/+47
| * | ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara2016-03-101-2/+2
| * | ext4: remove i_ioend_countJan Kara2016-03-094-14/+1Star
| * | ext4: simplify io_end handling for AIO DIOJan Kara2016-03-093-104/+74Star
| * | ext4: move trans handling and completion deferal out of _ext4_get_blockJan Kara2016-03-091-32/+59
| * | ext4: rename and split get blocks functionsJan Kara2016-03-094-47/+74
| * | ext4: use i_mutex to serialize unaligned AIO DIOJan Kara2016-03-093-26/+14Star
| * | ext4: pack ioend structure betterJan Kara2016-03-091-1/+1
| * | ext4: trim unused parameter from convert_initialized_extent()Eric Whitney2016-02-231-2/+2
| * | mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-231-24/+42
| * | ext4: shortcut setting of xattr to the same valueJan Kara2016-02-231-0/+18
| * | ext4: kill ext4_mballoc_readyAndreas Gruenbacher2016-02-231-10/+4Star
| * | mbcache2: rename to mbcacheJan Kara2016-02-233-30/+30
| * | ext4: convert to mbcache2Jan Kara2016-02-224-75/+75
| * | ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-02-221-0/+1
| * | ext4: make sure to revoke all the freeable blocks in ext4_free_blocksDaeho Jeong2016-02-221-19/+13Star
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-174-53/+47Star
|\ \ \
| * | | ext4: Use skcipherHerbert Xu2016-01-274-53/+47Star
| | |/ | |/|
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-101-0/+1
|\ \ \
| * | | ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-03-101-0/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-272-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-0/+4
| * | | ext4: online defrag not supported with DAXRoss Zwisler2016-02-271-0/+5
| * | | ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2016-02-271-1/+1
| | |/ | |/|
* / | ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2016-02-271-17/+2Star
|/ /
* | ext4: fix crashes in dioread_nolock modeJan Kara2016-02-191-20/+20
* | ext4: fix bh->b_state corruptionJan Kara2016-02-191-2/+30
* | ext4: fix memleak in ext4_readdir()Kirill Tkhai2016-02-161-2/+5
* | ext4: remove unused parameter "newblock" in convert_initialized_extent()Eryu Guan2016-02-121-2/+2
* | ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-121-3/+12
* | ext4: fix potential integer overflowInsu Yun2016-02-121-1/+1
* | ext4: add a line break for proc mb_groups displayHuaitong Han2016-02-121-1/+1