aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+3
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+1
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linuxLinus Torvalds1-9/+0
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2018-10-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-452/+1257
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-1/+1
2018-10-12ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2-26/+50
2018-10-10ext4: don't open-code ERR_CASTAl Viro2-3/+3
2018-10-06ext4: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-10-03ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong1-1/+3
2018-10-03ext4: fix setattr project check in fssetxattr ioctlWang Shilong1-23/+37
2018-10-02ext4: convert fault handler to use vm_fault_t typeSouptick Joarder2-16/+17
2018-10-02ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner1-1/+1
2018-10-02ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o1-6/+27
2018-10-02ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi1-1/+1
2018-10-02ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney3-19/+95
2018-10-01ext4: adjust reserved cluster count when removing extentsEric Whitney4-114/+198
2018-10-01ext4: reduce reserved cluster count by number of allocated clustersEric Whitney3-160/+207
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney5-18/+206
2018-10-01ext4: add new pending reservation mechanismEric Whitney4-0/+249
2018-10-01ext4: generalize extents status tree search functionsEric Whitney5-72/+163
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe8-26/+72
2018-09-30Compiler Attributes: ext4: remove local __nonstring definitionMiguel Ojeda1-9/+0
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)1-1/+1
2018-09-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Greg Kroah-Hartman8-26/+72
2018-09-15ext4, dax: set ext4_dax_aops for dax filesToshi Kani1-1/+1
2018-09-15ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani1-0/+1
2018-09-15ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-09-15ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers1-0/+2
2018-09-11ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler1-6/+3
2018-09-03ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-09-03ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-09-01ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o1-0/+2
2018-09-01ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o2-2/+9
2018-08-27ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2-12/+12
2018-08-27ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o1-0/+6
2018-08-27ext4: add nonstring annotations to ext4.hTheodore Ts'o1-3/+14
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe3-5/+7
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+7
2018-08-04ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()zhong jiang1-2/+1
2018-08-02ext4: improve code readability in ext4_iget()Liu Song1-10/+7
2018-08-02ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline1-1/+3
2018-08-01ext4: check for NUL characters in extended attribute's nameTheodore Ts'o1-0/+2
2018-08-01ext4: use ext4_warning() for sb_getblk failureWang Shilong2-6/+6
2018-07-29ext4: fix race when setting the bitmap corrupted flagWang Shilong1-11/+11
2018-07-29ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-07-29ext4: handle layout changes to pinned DAX mappingsRoss Zwisler4-0/+68