aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-12-021-0/+25
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-12-021-1/+1
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-12-021-18/+18
* ext2: fix a block leakAl Viro2018-12-021-10/+0
* ext4: fix bitmap position validationLukas Czerner2018-12-021-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-12-022-3/+21
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-12-021-0/+1
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-12-012-42/+4
* ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2018-12-011-1/+1
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-12-011-0/+6
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-12-011-0/+6
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-12-011-1/+1
* f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu2018-12-011-0/+3
* ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o2018-12-011-0/+8
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-12-011-2/+2
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-12-011-1/+1
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-12-011-2/+6
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-12-011-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-12-011-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-12-011-0/+2
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-12-011-0/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-12-011-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-12-011-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-12-011-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-12-011-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-12-011-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-12-011-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-12-011-2/+4
* fuse: fix leaked notify replyMiklos Szeredi2018-12-011-1/+3
* configfs: replace strncpy with memcpyGuenter Roeck2018-12-011-1/+1
* gcc6: remove overflow warning in bitshift operationAndreas Fenkart2018-11-301-1/+1
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-303-4/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-29134-134/+134
* GCC: Fix up for gcc 5+mydongistiny2018-11-293-0/+4
* ANDROID: sdcardfs: Change current->fs under lockDaniel Rosenberg2018-11-271-2/+13
* ANDROID: sdcardfs: Don't use OVERRIDE_CRED macroDaniel Rosenberg2018-11-274-191/+66
* f2fs: remove unneeded memory footprint accountingChao Yu2018-05-231-1/+0
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-05-231-6/+6
* f2fs: queue rapid GC on system_power_efficient_wqPark Ju Hyung2018-05-231-8/+19
* f2fs: don't trigger rapid GC repeatedlyPark Ju Hyung2018-05-231-3/+16
* f2fs: make gc_no_gc_sleep_time much more conservativePark Ju Hyung2018-05-231-1/+1
* f2fs: rapidly GC all invalid blocks when screen goes off & plugged inPark Ju Hyung2018-05-234-8/+151
* f2fs: set ioprio of GC kthread to idlePark Ju Hyung2018-05-231-0/+2
* fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara2018-05-161-1/+2
* enable protected_{symlinks,hardlinks} by defaultDaniel Micay2018-05-161-2/+2
* randomize lower bits of the argument blockDaniel Micay2018-05-161-0/+3
* exfat: fix breaking typo, thanks @fire855Moyster2018-04-131-1/+1
* ANDROID: xattr: Pass EOPNOTSUPP to permission2Daniel Rosenberg2018-01-302-1/+3
* ANDROID: sdcardfs: Move default_normal to superblockDaniel Rosenberg2018-01-204-10/+13
* ANDROID: sdcardfs: Add default_normal optionDaniel Rosenberg2018-01-053-1/+10