summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-03-1717-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-121-2/+8
| * ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-03-121-3/+3
| * ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()Geliang Tang2016-03-101-1/+0
| * ext4: fix misspellings in comments.Adam Buchbinder2016-03-095-5/+5
| * ext4: more efficient SEEK_DATA implementationJan Kara2016-03-093-61/+106
| * ext4: cleanup handling of bh->b_state in DAX mmapJan Kara2016-03-091-3/+2
| * ext4: return hole from ext4_map_blocks()Jan Kara2016-03-093-9/+36
| * ext4: factor out determining of hole sizeJan Kara2016-03-091-33/+47
| * ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara2016-03-091-2/+2
| * ext4: remove i_ioend_countJan Kara2016-03-084-14/+1
| * ext4: simplify io_end handling for AIO DIOJan Kara2016-03-083-104/+74
| * ext4: move trans handling and completion deferal out of _ext4_get_blockJan Kara2016-03-081-32/+59
| * ext4: rename and split get blocks functionsJan Kara2016-03-084-47/+74
| * ext4: use i_mutex to serialize unaligned AIO DIOJan Kara2016-03-083-26/+14
| * ext4: pack ioend structure betterJan Kara2016-03-081-1/+1
| * ext4: trim unused parameter from convert_initialized_extent()Eric Whitney2016-02-221-2/+2
| * mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-221-24/+42
| * ext4: shortcut setting of xattr to the same valueJan Kara2016-02-221-0/+18
| * ext4: kill ext4_mballoc_readyAndreas Gruenbacher2016-02-221-10/+4
| * mbcache2: rename to mbcacheJan Kara2016-02-223-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-211-0/+1
| * ext4: make sure to revoke all the freeable blocks in ext4_free_blocksDaeho Jeong2016-02-211-19/+13
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-174-53/+47
|\ \
| * | ext4: Use skcipherHerbert Xu2016-01-274-53/+47
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-091-0/+1
|\ \ \
| * | | ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-03-091-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/+2
|/ /
* | 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
* | ext4: ioctl: fix erroneous return valueAnton Protopopov2016-02-111-1/+1
* | ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-112-5/+8
* | ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2016-02-082-2/+15
* | ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-074-0/+81
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-237-40/+40
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-227-40/+40
* | ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-221-1/+3
|/
OpenPOWER on IntegriCloud