Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | f2fs: jump to label 'free_node_inode' when failing from d_make_root() | Chengguang Xu | 2019-03-05 | 1 | -1/+1 | |
| * | | | | | | | | f2fs: fix to data block override node segment by mistake | zhengliang | 2019-03-05 | 1 | -0/+4 | |
| * | | | | | | | | f2fs: use xattr_prefix to wrap up | Gao Xiang | 2019-02-15 | 1 | -1/+1 | |
| * | | | | | | | | f2fs: sync filesystem after roll-forward recovery | Jaegeuk Kim | 2019-02-15 | 3 | -14/+39 | |
| * | | | | | | | | f2fs: flush quota blocks after turnning it off | Jaegeuk Kim | 2019-02-15 | 1 | -0/+6 | |
| * | | | | | | | | f2fs: avoid null pointer exception in dcc_info | Jaegeuk Kim | 2019-02-15 | 1 | -3/+10 | |
| * | | | | | | | | f2fs: don't wake up too frequently, if there is lots of IOs | Jaegeuk Kim | 2019-02-15 | 1 | -1/+1 | |
| * | | | | | | | | f2fs: try to keep CP_TRIMMED_FLAG after successful umount | Jaegeuk Kim | 2019-02-15 | 1 | -0/+2 | |
| * | | | | | | | | f2fs: add quick mode of checkpoint=disable for QA | Jaegeuk Kim | 2019-02-15 | 5 | -3/+18 | |
| * | | | | | | | | f2fs: run discard jobs when put_super | Jaegeuk Kim | 2019-02-04 | 4 | -3/+20 | |
| * | | | | | | | | f2fs: fix to set sbi dirty correctly | Chao Yu | 2019-01-22 | 1 | -7/+6 | |
| * | | | | | | | | f2fs: fix to initialize variable to avoid UBSAN/smatch warning | Chao Yu | 2019-01-22 | 1 | -1/+1 | |
| * | | | | | | | | f2fs: UBSAN: set boolean value iostat_enable correctly | Sheng Yong | 2019-01-22 | 1 | -3/+9 | |
| * | | | | | | | | f2fs: add brackets for macros | Sheng Yong | 2019-01-22 | 1 | -5/+5 | |
| * | | | | | | | | f2fs: check if file namelen exceeds max value | Sheng Yong | 2019-01-22 | 1 | -1/+2 | |
| * | | | | | | | | f2fs: fix to trigger fsck if dirent.name_len is zero | Chao Yu | 2019-01-22 | 1 | -0/+4 | |
| * | | | | | | | | f2fs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-08 | 3 | -23/+6 | |
| * | | | | | | | | f2fs: export FS_NOCOW_FL flag to user | Jaegeuk Kim | 2019-01-08 | 2 | -1/+4 | |
| * | | | | | | | | f2fs: check inject_rate validity during configuring | Chao Yu | 2019-01-08 | 1 | -0/+2 | |
| * | | | | | | | | f2fs: remove set but not used variable 'err' | YueHaibing | 2019-01-08 | 1 | -4/+1 | |
| * | | | | | | | | f2fs: change error code to -ENOMEM from -EINVAL | Chengguang Xu | 2019-01-08 | 1 | -1/+1 | |
| * | | | | | | | | f2fs: don't access node/meta inode mapping after iput | Jaegeuk Kim | 2019-01-08 | 2 | -7/+17 | |
| * | | | | | | | | f2fs: wait on atomic writes to count F2FS_CP_WB_DATA | Jaegeuk Kim | 2019-01-08 | 1 | -5/+7 | |
* | | | | | | | | | Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nv... | Linus Torvalds | 2019-03-13 | 1 | -14/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | dax: Flush partial PMDs correctly | Matthew Wilcox | 2019-03-01 | 1 | -10/+9 | |
| * | | | | | | | | | fs/dax: NIT fix comment regarding start/end vs range | Ira Weiny | 2019-02-12 | 1 | -1/+1 | |
| * | | | | | | | | | fs/dax: Convert to use vmf_error() | Souptick Joarder | 2019-02-12 | 1 | -3/+1 | |
* | | | | | | | | | | Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-03-13 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ubifs: Reject unsupported ioctl flags explicitly | Hou Tao | 2019-02-24 | 1 | -0/+8 | |
* | | | | | | | | | | | Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-03-12 | 5 | -11/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | nfsd: allow nfsv3 readdir request to be larger. | NeilBrown | 2019-03-08 | 2 | -2/+4 | |
| * | | | | | | | | | | | nfsd: fix wrong check in write_v4_end_grace() | Yihao Wu | 2019-03-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | nfsd: fix memory corruption caused by readdir | NeilBrown | 2019-03-05 | 2 | -2/+15 | |
| * | | | | | | | | | | | nfsd: fix performance-limiting session calculation | J. Bruce Fields | 2019-02-21 | 1 | -4/+4 | |
| * | | | | | | | | | | | nfsd: fix an IS_ERR() vs NULL check | Dan Carpenter | 2019-02-06 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2019-03-12 | 17 | -147/+250 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | jbd2: jbd2_get_transaction does not need to return a value | Liu Song | 2019-03-01 | 1 | -5/+3 | |
| * | | | | | | | | | | | jbd2: fix invalid descriptor block checksum | luojiajun | 2019-03-01 | 1 | -2/+4 | |
| * | | | | | | | | | | | ext4: fix bigalloc cluster freeing when hole punching under load | Eric Whitney | 2019-02-28 | 1 | -7/+10 | |
| * | | | | | | | | | | | ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_task | Konstantin Khlebnikov | 2019-02-21 | 1 | -0/+13 | |
| * | | | | | | | | | | | ext4: Change debugging support help prefix from EXT4 to Ext4 | Geert Uytterhoeven | 2019-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | ext4: fix compile error when using BUFFER_TRACE | zhangyi (F) | 2019-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | jbd2: fix compile warning when using JBUFFER_TRACE | zhangyi (F) | 2019-02-21 | 1 | -8/+8 | |
| * | | | | | | | | | | | ext4: fix some error pointer dereferences | Dan Carpenter | 2019-02-21 | 1 | -0/+3 | |
| * | | | | | | | | | | | ext4: annotate more implicit fall throughs | Mathieu Malaterre | 2019-02-21 | 1 | -0/+6 | |
| * | | | | | | | | | | | ext4: annotate implicit fall throughs | Mathieu Malaterre | 2019-02-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | ext4: don't update s_rev_level if not required | Andreas Dilger | 2019-02-14 | 3 | -3/+5 | |
| * | | | | | | | | | | | jbd2: fold jbd2_superblock_csum_{verify,set} into their callers | Theodore Ts'o | 2019-02-14 | 1 | -25/+11 | |
| * | | | | | | | | | | | jbd2: fix race when writing superblock | Theodore Ts'o | 2019-02-14 | 1 | -25/+27 | |
| * | | | | | | | | | | | ext4: fix crash during online resizing | Jan Kara | 2019-02-11 | 1 | -1/+2 |