aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-12-19ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o1-2/+7
2018-12-19ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+11
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o8-41/+65
2018-12-19ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o1-1/+1
2018-12-10ext4: compare old and new mode before setting update_mode flagChengguang Xu1-1/+2
2018-12-04ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)1-1/+1
2018-12-04ext4: hard fail dax mount on unsupported devicesEric Sandeen1-3/+3
2018-12-04ext4: remove redundant condition checkChengguang Xu1-16/+13
2018-12-04ext4: clean up indentation issues, remove extraneous tabsColin Ian King2-7/+7
2018-12-04ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi1-1/+4
2018-12-03ext4: fix possible use after free in ext4_quota_enablePan Bian1-1/+1
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o5-94/+115
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-31/+51
2018-11-09ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin1-0/+6
2018-11-07ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-07ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin1-2/+5
2018-11-07ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin1-0/+2
2018-11-07ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin1-0/+2
2018-11-07ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin1-1/+3
2018-11-07ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin1-0/+1
2018-11-07ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-11-06ext4: remove unneeded brelse call in ext4_xattr_inode_update_ref()Vasily Averin1-5/+1
2018-11-06ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-06ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-11-06ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin1-2/+3
2018-11-06ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-06ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-03ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-11-03ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2018-11-03ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-03ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin1-6/+2
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/vir...Linus 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/ojed...Linus 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/t...Linus 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/kerne...Greg 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
2018-07-29ext4: use swap macro in mext_page_double_lockGustavo A. R. Silva1-3/+1
2018-07-29ext4: check allocation failure when duplicating "data" in ext4_remount()Chengguang Xu1-0/+3
2018-07-29ext4: fix warning message in ext4_enable_quotas()Junichi Uekawa1-3/+3
2018-07-29ext4: super: extend timestamps to 40 bitsArnd Bergmann3-12/+55
2018-07-29ext4: use timespec64 for all inode timesArnd Bergmann2-14/+10
2018-07-29ext4: use ktime_get_real_seconds for i_dtimeArnd Bergmann1-1/+1
2018-07-29ext4: use 64-bit timestamps for mmp_timeArnd Bergmann1-3/+3
2018-07-29ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann1-3/+10
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan2-4/+7
2018-07-12ext4: check for allocation block validity with block group lockedTheodore Ts'o2-0/+6
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-07-08ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2-5/+4
2018-07-08ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-3/+2
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-95/+147
2018-07-02ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-06-17ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-06-17ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-06-16ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-57/+3
2018-06-16ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-06-15ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-06-15ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-17/+23
2018-06-14ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann3-17/+23
2018-06-14ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-06-13ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-06-13ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-06-13ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-06-13ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-2/+8
2018-06-12ext4: add warn_on_error mount optionTheodore Ts'o2-1/+13
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani3-17/+23
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+3
2018-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-143/+226
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-66/+14
2018-06-01iomap: inline data should be an iomap type, not a flagChristoph Hellwig1-2/+2
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-2/+1
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-1/+1
2018-05-25ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-05-23ext4: correctly handle a zero-length xattr with a non-zero e_value_offsTheodore Ts'o1-1/+1
2018-05-22ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o1-3/+7
2018-05-22ext4: do not allow external inodes for inline dataTheodore Ts'o1-0/+6
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2018-05-20ext4: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2018-05-20ext4: remove NULL check before calling kmem_cache_destroy()Sean Fu2-4/+2
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers1-7/+1
2018-05-16ext4: simplify procfs codeChristoph Hellwig3-66/+14
2018-05-13ext4: handle errors on ext4_commit_superJaegeuk Kim1-14/+21
2018-05-13ext4: do not update s_last_mounted of a frozen fsAmir Goldstein1-5/+9
2018-05-13ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein1-36/+46
2018-05-13ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-05-13ext4: add verifier check for symlink with append/immutable flagsLuis R. Rodriguez1-0/+7
2018-05-13fs: ext4: add new return type vm_fault_tSouptick Joarder1-3/+4
2018-05-12ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara1-4/+10
2018-05-12ext4: mark block bitmap corrupted when foundWang Shilong2-0/+10
2018-05-12ext4: mark inode bitmap corrupted when foundWang Shilong1-4/+9
2018-05-12ext4: add new ext4_mark_group_bitmap_corrupted() helperWang Shilong5-48/+52
2018-05-12ext4: fix wrong return value in ext4_read_inode_bitmap()Wang Shilong1-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-05-10ext4: use raw i_version value for ea_inodeEryu Guan1-2/+22
2018-05-10ext4: use XATTR_CREATE in ext4_initxattrs()Eryu Guan1-1/+1
2018-05-10ext4: make function ‘ext4_getfsmap_find_fixed_metadata’ staticMathieu Malaterre1-2/+2
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers1-1/+1
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+17
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o1-0/+1
2018-04-24ext4: fix bitmap position validationLukas Czerner1-4/+5
2018-04-12ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers1-5/+11
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+31
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-04-01ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o1-3/+5
2018-03-30ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2-7/+30
2018-03-30ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o1-11/+17
2018-03-30ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o1-33/+27
2018-03-30ext4, dax: introduce ext4_dax_aopsDan Williams1-11/+31
2018-03-30ext4: don't show data=<mode> option if defaultedTyson Nottingham1-2/+5
2018-03-30ext4: omit init_itable=n in procfs when disabledTyson Nottingham1-1/+1
2018-03-30ext4: show more binary mount options in procfsTyson Nottingham1-3/+4
2018-03-30ext4: simplify kobject usageTyson Nottingham1-33/+12
2018-03-30ext4: remove unused parameters in sysfs codeTyson Nottingham1-15/+10
2018-03-30ext4: null out kobject* during sysfs cleanupTyson Nottingham1-0/+2
2018-03-29ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-03-29ext4: always initialize the crc32c checksum driverTheodore Ts'o1-9/+6
2018-03-29ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-03-29ext4: limit xattr size to INT_MAXEric Biggers1-3/+6
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig1-2/+2
2018-03-26ext4: add validity checks for bitmap block numbersTheodore Ts'o2-2/+21
2018-03-26ext4: fix comments in ext4_swap_extents()zhenwei.pi1-2/+2
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues1-14/+1
2018-03-22ext4: don't complain about incorrect features when probingEric Sandeen1-0/+12
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov6-54/+10
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby1-1/+1
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan1-3/+5
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2
2018-02-19ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2-46/+4
2018-02-18ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o1-2/+2
2018-02-18ext4: eliminate sleep from shutdown ioctlTheodore Ts'o1-3/+1
2018-02-18ext4: shutdown should not prevent get_write_accessTheodore Ts'o1-7/+0
2018-02-18ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2-0/+5
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-83/+22
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+7
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds25-165/+115
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2-3/+3
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-3/+0
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+28
2018-01-29ext4: convert to new i_version APIJeff Layton7-17/+26
2018-01-29fs: new API for handling inode->i_versionJeff Layton2-0/+2
2018-01-19ext4: auto disable dax instead of failing mountDan Williams1-3/+6
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-3/+1
2018-01-11ext4: switch to fscrypt_get_symlink()Eric Biggers1-37/+6
2018-01-11ext4: switch to fscrypt ->symlink() helper functionsEric Biggers1-43/+15
2018-01-11ext4: create ext4_kset dynamicallyRiccardo Schirone1-14/+25