Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | nfsd4: return default lease period | J. Bruce Fields | 2018-06-17 | 1 | -2/+2 | |
| * | | | | | | | | | nfsd4: extend reclaim period for reclaiming clients | J. Bruce Fields | 2018-06-17 | 4 | -1/+36 | |
* | | | | | | | | | | Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2018-08-23 | 34 | -558/+724 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | ubifs: Set default assert action to read-only | Richard Weinberger | 2018-08-15 | 1 | -0/+1 | |
| * | | | | | | | | ubifs: Allow setting assert action as mount parameter | Richard Weinberger | 2018-08-15 | 3 | -0/+37 | |
| * | | | | | | | | ubifs: Rework ubifs_assert() | Richard Weinberger | 2018-08-15 | 3 | -4/+42 | |
| * | | | | | | | | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger | 2018-08-15 | 31 | -521/+550 | |
| * | | | | | | | | ubifs: Turn two ubifs_assert() into a WARN_ON() | Richard Weinberger | 2018-08-15 | 1 | -2/+2 | |
| * | | | | | | | | ubifs: Use kmalloc_array() | Richard Weinberger | 2018-08-15 | 1 | -1/+1 | |
| * | | | | | | | | ubifs: Check data node size before truncate | Richard Weinberger | 2018-08-15 | 1 | -1/+10 | |
| * | | | | | | | | Revert "UBIFS: Fix potential integer overflow in allocation" | Richard Weinberger | 2018-08-15 | 1 | -3/+2 | |
| * | | | | | | | | ubifs: Add comment on c->commit_sem | Richard Weinberger | 2018-08-15 | 1 | -0/+1 | |
| * | | | | | | | | ubifs: introduce Kconfig symbol for xattr support | Stefan Agner | 2018-08-15 | 6 | -3/+29 | |
| * | | | | | | | | ubifs: use swap macro in swap_dirty_idx | Gustavo A. R. Silva | 2018-08-15 | 1 | -4/+1 | |
| * | | | | | | | | ubifs: tnc: use monotonic znode timestamp | Arnd Bergmann | 2018-08-15 | 4 | -5/+5 | |
| * | | | | | | | | ubifs: use timespec64 for inode timestamps | Arnd Bergmann | 2018-08-15 | 2 | -9/+8 | |
| * | | | | | | | | ubifs: xattr: Don't operate on deleted inodes | Richard Weinberger | 2018-08-15 | 1 | -0/+24 | |
| * | | | | | | | | ubifs: gc: Fix typo | Richard Weinberger | 2018-08-15 | 1 | -1/+1 | |
| * | | | | | | | | ubifs: Fix memory leak in lprobs self-check | Richard Weinberger | 2018-08-15 | 1 | -4/+4 | |
| * | | | | | | | | ubifs: Fix synced_i_size calculation for xattr inodes | Richard Weinberger | 2018-08-15 | 1 | -0/+5 | |
| * | | | | | | | | ubifs: Fix directory size calculation for symlinks | Richard Weinberger | 2018-08-15 | 1 | -2/+3 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2018-08-22 | 18 | -527/+1645 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | f2fs: readahead encrypted block during GC | Chao Yu | 2018-08-20 | 3 | -22/+134 | |
| * | | | | | | | | f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc | Jaegeuk Kim | 2018-08-20 | 6 | -67/+91 | |
| * | | | | | | | | f2fs: fix performance issue observed with multi-thread sequential read | Jaegeuk Kim | 2018-08-20 | 5 | -0/+27 | |
| * | | | | | | | | f2fs: fix to skip verifying block address for non-regular inode | Chao Yu | 2018-08-14 | 1 | -6/+8 | |
| * | | | | | | | | f2fs: rework fault injection handling to avoid a warning | Arnd Bergmann | 2018-08-14 | 10 | -46/+32 | |
| * | | | | | | | | f2fs: support fault_type mount option | Chao Yu | 2018-08-13 | 3 | -10/+33 | |
| * | | | | | | | | f2fs: fix to return success when trimming meta area | Chao Yu | 2018-08-13 | 1 | -2/+2 | |
| * | | | | | | | | f2fs: fix use-after-free of dicard command entry | Chao Yu | 2018-08-13 | 1 | -34/+45 | |
| * | | | | | | | | f2fs: support discard submission error injection | Chao Yu | 2018-08-13 | 3 | -0/+10 | |
| * | | | | | | | | f2fs: split discard command in prior to block layer | Chao Yu | 2018-08-13 | 2 | -44/+127 | |
| * | | | | | | | | f2fs: wake up gc thread immediately when gc_urgent is set | Sheng Yong | 2018-08-13 | 1 | -0/+1 | |
| * | | | | | | | | f2fs: fix incorrect range->len in f2fs_trim_fs() | Chao Yu | 2018-08-13 | 1 | -1/+2 | |
| * | | | | | | | | f2fs: refresh recent accessed nat entry in lru list | Chao Yu | 2018-08-13 | 2 | -4/+43 | |
| * | | | | | | | | f2fs: fix avoid race between truncate and background GC | Chao Yu | 2018-08-13 | 2 | -14/+27 | |
| * | | | | | | | | f2fs: avoid race between zero_range and background GC | Chao Yu | 2018-08-13 | 1 | -2/+9 | |
| * | | | | | | | | f2fs: fix to do sanity check with block address in main area v2 | Chao Yu | 2018-08-13 | 2 | -5/+16 | |
| * | | | | | | | | f2fs: fix to do sanity check with inline flags | Chao Yu | 2018-08-13 | 2 | -1/+22 | |
| * | | | | | | | | f2fs: fix to reset i_gc_failures correctly | Chao Yu | 2018-08-10 | 1 | -1/+1 | |
| * | | | | | | | | f2fs: fix invalid memory access | Chao Yu | 2018-08-10 | 1 | -5/+6 | |
| * | | | | | | | | f2fs: fix to avoid broken of dnode block list | Chao Yu | 2018-08-10 | 6 | -31/+156 | |
| * | | | | | | | | f2fs: use true and false for boolean values | Gustavo A. R. Silva | 2018-08-10 | 1 | -2/+2 | |
| * | | | | | | | | f2fs: fix to do sanity check with cp_pack_start_sum | Chao Yu | 2018-08-10 | 2 | -4/+16 | |
| * | | | | | | | | f2fs: avoid f2fs_bug_on() in cp_error case | Jaegeuk Kim | 2018-08-10 | 1 | -0/+4 | |
| * | | | | | | | | f2fs: fix to clear PG_checked flag in set_page_dirty() | Chao Yu | 2018-08-10 | 1 | -0/+4 | |
| * | | | | | | | | f2fs: fix to active page in lru list for read path | Chao Yu | 2018-08-01 | 1 | -1/+6 | |
| * | | | | | | | | f2fs: don't keep meta pages used for block migration | Chao Yu | 2018-08-01 | 1 | -0/+8 | |
| * | | | | | | | | f2fs: fix to restrict mount condition when without CONFIG_QUOTA | Chao Yu | 2018-08-01 | 1 | -0/+6 | |
| * | | | | | | | | f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled | Sheng Yong | 2018-08-01 | 1 | -6/+7 |