aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-10-12ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2018-10-10ext4: don't open-code ERR_CASTAl Viro
2018-10-06ext4: cache NULL when both default_acl and acl are NULLChengguang Xu
2018-10-03ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong
2018-10-03ext4: fix setattr project check in fssetxattr ioctlWang Shilong
2018-10-02ext4: convert fault handler to use vm_fault_t typeSouptick Joarder
2018-10-02ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner
2018-10-02ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o
2018-10-02ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi
2018-10-02ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney
2018-10-01ext4: adjust reserved cluster count when removing extentsEric Whitney
2018-10-01ext4: reduce reserved cluster count by number of allocated clustersEric Whitney
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney
2018-10-01ext4: add new pending reservation mechanismEric Whitney
2018-10-01ext4: generalize extents status tree search functionsEric Whitney
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-30Compiler Attributes: ext4: remove local __nonstring definitionMiguel Ojeda
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)
2018-09-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2018-09-15ext4, dax: set ext4_dax_aops for dax filesToshi Kani
2018-09-15ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani
2018-09-15ext4: don't mark mmp buffer head dirtyLi Dongyang
2018-09-15ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers
2018-09-11ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler
2018-09-03ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o
2018-09-03ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o
2018-09-01ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o
2018-09-01ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o
2018-08-27ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o
2018-08-27ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o
2018-08-27ext4: add nonstring annotations to ext4.hTheodore Ts'o
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-04ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()zhong jiang
2018-08-02ext4: improve code readability in ext4_iget()Liu Song
2018-08-02ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline
2018-08-01ext4: check for NUL characters in extended attribute's nameTheodore Ts'o
2018-08-01ext4: use ext4_warning() for sb_getblk failureWang Shilong
2018-07-29ext4: fix race when setting the bitmap corrupted flagWang Shilong
2018-07-29ext4: reset error code in ext4_find_entry in fallbackEric Sandeen
2018-07-29ext4: handle layout changes to pinned DAX mappingsRoss Zwisler