summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Don't overwrite all types of node to keep node chainYunlei He2018-03-171-1/+1
* f2fs: introduce mount option for fsync modeJunling Zheng2018-03-175-5/+44
* f2fs: fix to restore old mount option in ->remount_fsChao Yu2018-03-171-0/+10
* f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu2018-03-172-5/+5
* f2fs: avoid selinux denial on CAP_SYS_RESOURCEJaegeuk Kim2018-03-171-2/+2
* f2fs: support hot file extensionChao Yu2018-03-134-28/+90
* f2fs: fix to avoid race in between atomic write and background GCChao Yu2018-03-131-0/+3
* f2fs: do gc in greedy mode for whole range if gc_urgent mode is setJaegeuk Kim2018-03-131-2/+9
* f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim2018-03-131-6/+5
* f2fs: set readdir_ra by defaultJaegeuk Kim2018-03-131-0/+1
* f2fs: add auto tuning for small devicesJaegeuk Kim2018-03-132-0/+16
* f2fs: add mount option for segment allocation policyJaegeuk Kim2018-03-133-0/+39
* f2fs: don't stop GC if GC is contendedJaegeuk Kim2018-03-131-3/+4
* f2fs: expose extension_list sysfs entryChao Yu2018-03-135-7/+85
* f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu2018-03-131-2/+6
* f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu2018-03-133-8/+14
* f2fs: remove redundant initialization of pointer 'p'Colin Ian King2018-03-131-1/+1
* f2fs: flush cp pack except cp pack 2 page at firstGao Xiang2018-03-131-23/+46
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-136-53/+28
* f2fs: remove redundant check of page type when submit bioTiezhu Yang2018-03-131-4/+3
* f2fs: fix to handle looped node chain during recoveryChao Yu2018-03-131-0/+14
* f2fs: handle quota for orphan inodesJaegeuk Kim2018-03-131-12/+16
* f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee2018-03-133-9/+54
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-134-6/+119
* f2fs: fix to clear CP_TRIMMED_FLAGChao Yu2018-03-131-0/+2
* f2fs: support large nat bitmapChao Yu2018-03-131-0/+6
* f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu2018-03-131-0/+3
* f2fs: restrict inline_xattr_size configurationChao Yu2018-03-131-0/+7
* f2fs: fix heap mode to reset it backYunlong Song2018-03-132-3/+5
* f2fs: fix potential corruption in area before F2FS_SUPER_OFFSETSheng Yong2018-03-131-3/+2
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-136-57/+20
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-231-3/+12
|\
| * fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap2018-02-221-3/+12
* | efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+6
* | Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-167-21/+80
|\ \
| * | btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov2018-02-051-0/+1
| * | Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana2018-02-021-0/+4
| * | btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-02-021-1/+10
| * | btrfs: Ignore errors from btrfs_qgroup_trace_extent_postNikolay Borisov2018-02-022-3/+9
| * | Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-021-0/+18
| * | Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-021-13/+21
| * | Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-021-1/+1
| * | Btrfs: fix extent state leak from tree logLiu Bo2018-02-021-2/+3
| * | Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-021-0/+9
| * | Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-021-1/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-151-0/+4
|\ \ \
| * | | vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-0/+4
* | | | Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-141-20/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher2018-02-131-20/+23
* | | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1124-80/+80