summaryrefslogtreecommitdiff
path: root/fs/ext2
Commit message (Expand)AuthorAge
* ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig2016-10-03
* ext2: use iomap to implement DAXChristoph Hellwig2016-09-19
* ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig2016-09-19
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-06
|\
| * qstr: constify instances in ext2Al Viro2016-07-30
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-26
|\ \
| * | dax: remote unused fault wrappersRoss Zwisler2016-07-26
| |/
* | ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-05
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-27
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-27
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-26
|\ \ | |/ |/|
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-18
| * ext2: Add alignment check for DAX mountToshi Kani2016-05-17
| * ext2: Avoid DAX zeroing to corrupt dataJan Kara2016-05-17
| * ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara2016-05-17
| * dax: Remove complete_unwritten argumentJan Kara2016-05-16
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-17
|\ \
| * | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
| |/
* | simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-02
* | make ext2_get_page() and friends work without external serializationAl Viro2016-05-02
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\ \ | |/ |/|
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-10
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-31
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-03-17
|\
| * mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-22
| * mbcache2: rename to mbcacheJan Kara2016-02-22
| * ext2: convert to mbcache2Jan Kara2016-02-22
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-27
|\ \
| * | dax: move writeback calls into the filesystemsRoss Zwisler2016-02-27
| * | dax: give DAX clearing code correct bdevRoss Zwisler2016-02-27
| * | ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2016-02-27
| |/
* | ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2016-02-27
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-23
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-22
* | ext2: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-22
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-06
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-11
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-13
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-06
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
|/
* ext2, ext4: warn when mounting with dax enabledDan Williams2015-11-16
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-13
|\
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-13