summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-23ext2: Fix underflow in ext2_max_size()Jan Kara1-14/+25
2018-12-05ext2: fix potential use after freePan Bian1-1/+1
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro14-72/+57
2018-05-25ext2: fix a block leakAl Viro1-10/+0
2017-07-27ext2: Don't clear SGID when inheriting ACLsJan Kara1-14/+22
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-3/+4
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-640/+737
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-08ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani3-0/+3
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds49-714/+1942
2016-10-02ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig1-1/+1
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27ext2: Unmap metadata when zeroing blocksJan Kara1-0/+10
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara16-102/+89
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig4-12/+129
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig1-15/+24
2016-08-09ext2: Check return value from ext2_get_group_desc()Jan Kara1-0/+5
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-100/+95
2016-07-30qstr: constify instances in ext2Al Viro2-5/+5
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds186-4134/+7363
2016-07-26dax: remote unused fault wrappersRoss Zwisler5-71/+21
2016-07-06ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino4-0/+43
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds58-209/+265
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
2016-05-27Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-293/+246
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox4-48/+8
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-17ext2: Add alignment check for DAX mountToshi Kani1-9/+2
2016-05-17ext2: Avoid DAX zeroing to corrupt dataJan Kara1-2/+2
2016-05-17ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara1-1/+1
2016-05-17dax: Remove complete_unwritten argumentJan Kara7-55/+25
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro6-6/+6
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro5-35/+35
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro30-50/+41
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher17-78/+138
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds29-1518/+1149
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds24-46/+132
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2-35/+3
[next]