summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-121-0/+4
* Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-102-10/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-0711-78/+200
|\
| * ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-031-11/+11
| * ext4 crypto: fix some error handlingDan Carpenter2016-04-021-1/+1
| * ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o2016-04-011-1/+13
| * ext4: retry block allocation for failed DIO and DAX writesJan Kara2016-04-011-30/+28
| * ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-013-4/+55
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-302-0/+10
| * ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2016-03-261-4/+8
| * ext4: use file_dentry()Miklos Szeredi2016-03-261-1/+1
| * ext4: use dget_parent() in ext4_file_open()Miklos Szeredi2016-03-261-4/+8
| * ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2016-03-264-20/+39
| * ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2016-03-221-4/+28
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-044-6/+6
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0411-112/+112
* | 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-293-32/+29
| * | 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-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
OpenPOWER on IntegriCloud