summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | nfsd4: return default lease periodJ. Bruce Fields2018-06-171-2/+2
| * | | | | | | | | nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-174-1/+36
* | | | | | | | | | Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-08-2334-558/+724
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | ubifs: Set default assert action to read-onlyRichard Weinberger2018-08-151-0/+1
| * | | | | | | | ubifs: Allow setting assert action as mount parameterRichard Weinberger2018-08-153-0/+37
| * | | | | | | | ubifs: Rework ubifs_assert()Richard Weinberger2018-08-153-4/+42
| * | | | | | | | ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-1531-521/+550
| * | | | | | | | ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger2018-08-151-2/+2
| * | | | | | | | ubifs: Use kmalloc_array()Richard Weinberger2018-08-151-1/+1
| * | | | | | | | ubifs: Check data node size before truncateRichard Weinberger2018-08-151-1/+10
| * | | | | | | | Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger2018-08-151-3/+2
| * | | | | | | | ubifs: Add comment on c->commit_semRichard Weinberger2018-08-151-0/+1
| * | | | | | | | ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-156-3/+29
| * | | | | | | | ubifs: use swap macro in swap_dirty_idxGustavo A. R. Silva2018-08-151-4/+1
| * | | | | | | | ubifs: tnc: use monotonic znode timestampArnd Bergmann2018-08-154-5/+5
| * | | | | | | | ubifs: use timespec64 for inode timestampsArnd Bergmann2018-08-152-9/+8
| * | | | | | | | ubifs: xattr: Don't operate on deleted inodesRichard Weinberger2018-08-151-0/+24
| * | | | | | | | ubifs: gc: Fix typoRichard Weinberger2018-08-151-1/+1
| * | | | | | | | ubifs: Fix memory leak in lprobs self-checkRichard Weinberger2018-08-151-4/+4
| * | | | | | | | ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger2018-08-151-0/+5
| * | | | | | | | ubifs: Fix directory size calculation for symlinksRichard Weinberger2018-08-151-2/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-2218-527/+1645
|\ \ \ \ \ \ \ \
| * | | | | | | | f2fs: readahead encrypted block during GCChao Yu2018-08-203-22/+134
| * | | | | | | | f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-206-67/+91
| * | | | | | | | f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-205-0/+27
| * | | | | | | | f2fs: fix to skip verifying block address for non-regular inodeChao Yu2018-08-141-6/+8
| * | | | | | | | f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-1410-46/+32
| * | | | | | | | f2fs: support fault_type mount optionChao Yu2018-08-133-10/+33
| * | | | | | | | f2fs: fix to return success when trimming meta areaChao Yu2018-08-131-2/+2
| * | | | | | | | f2fs: fix use-after-free of dicard command entryChao Yu2018-08-131-34/+45
| * | | | | | | | f2fs: support discard submission error injectionChao Yu2018-08-133-0/+10
| * | | | | | | | f2fs: split discard command in prior to block layerChao Yu2018-08-132-44/+127
| * | | | | | | | f2fs: wake up gc thread immediately when gc_urgent is setSheng Yong2018-08-131-0/+1
| * | | | | | | | f2fs: fix incorrect range->len in f2fs_trim_fs()Chao Yu2018-08-131-1/+2
| * | | | | | | | f2fs: refresh recent accessed nat entry in lru listChao Yu2018-08-132-4/+43
| * | | | | | | | f2fs: fix avoid race between truncate and background GCChao Yu2018-08-132-14/+27
| * | | | | | | | f2fs: avoid race between zero_range and background GCChao Yu2018-08-131-2/+9
| * | | | | | | | f2fs: fix to do sanity check with block address in main area v2Chao Yu2018-08-132-5/+16
| * | | | | | | | f2fs: fix to do sanity check with inline flagsChao Yu2018-08-132-1/+22
| * | | | | | | | f2fs: fix to reset i_gc_failures correctlyChao Yu2018-08-101-1/+1
| * | | | | | | | f2fs: fix invalid memory accessChao Yu2018-08-101-5/+6
| * | | | | | | | f2fs: fix to avoid broken of dnode block listChao Yu2018-08-106-31/+156
| * | | | | | | | f2fs: use true and false for boolean valuesGustavo A. R. Silva2018-08-101-2/+2
| * | | | | | | | f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2018-08-102-4/+16
| * | | | | | | | f2fs: avoid f2fs_bug_on() in cp_error caseJaegeuk Kim2018-08-101-0/+4
| * | | | | | | | f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu2018-08-101-0/+4
| * | | | | | | | f2fs: fix to active page in lru list for read pathChao Yu2018-08-011-1/+6
| * | | | | | | | f2fs: don't keep meta pages used for block migrationChao Yu2018-08-011-0/+8
| * | | | | | | | f2fs: fix to restrict mount condition when without CONFIG_QUOTAChao Yu2018-08-011-0/+6
| * | | | | | | | f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabledSheng Yong2018-08-011-6/+7