| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | | ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT | Theodore Ts'o | 2019-02-11 | 1 | -0/+1 |
| * | | | | ext4: add mask of ext4 flags to swap | yangerkun | 2019-02-11 | 2 | -1/+8 |
| * | | | | ext4: update quota information while swapping boot loader inode | yangerkun | 2019-02-11 | 1 | -13/+43 |
| * | | | | ext4: cleanup pagecache before swap i_data | yangerkun | 2019-02-11 | 1 | -4/+12 |
| * | | | | ext4: fix check of inode in swap_inode_boot_loader | yangerkun | 2019-02-11 | 1 | -9/+13 |
| * | | | | ext4: unlock unused_pages timely when doing writeback | Xiaoguang Wang | 2019-02-10 | 1 | -4/+5 |
| * | | | | ext4: cleanup clean_bdev_aliases() calls | zhangyi (F) | 2019-02-10 | 3 | -21/+2 |
| * | | | | jbd2: discard dirty data when forgetting an un-journalled buffer | zhangyi (F) | 2019-02-10 | 1 | -4/+38 |
| * | | | | jbd2: clear dirty flag when revoking a buffer from an older transaction | zhangyi (F) | 2019-02-10 | 1 | -5/+12 |
| * | | | | ext4: replace opencoded i_writecount usage with inode_is_open_for_write() | Nikolay Borisov | 2019-02-10 | 2 | -5/+4 |
| * | | | | jbd2: fix deadlock while checkpoint thread waits commit thread to finish | Xiaoguang Wang | 2019-01-31 | 2 | -3/+16 |
* | | | | | Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-03-12 | 11 | -314/+1289 |
|\ \ \ \ \ |
|
| * | | | | | ceph: add mount option to limit caps count | Yan, Zheng | 2019-03-05 | 6 | -21/+86 |
| * | | | | | ceph: periodically trim stale dentries | Yan, Zheng | 2019-03-05 | 5 | -68/+312 |
| * | | | | | ceph: delete stale dentry when last reference is dropped | Yan, Zheng | 2019-03-05 | 4 | -32/+104 |
| * | | | | | ceph: remove dentry_lru file from debugfs | Yan, Zheng | 2019-03-05 | 1 | -27/+0 |
| * | | | | | ceph: touch existing cap when handling reply | Yan, Zheng | 2019-03-05 | 1 | -0/+4 |
| * | | | | | ceph: pass inclusive lend parameter to filemap_write_and_wait_range() | zhengbin | 2019-03-05 | 1 | -5/+8 |
| * | | | | | ceph: send cap releases more aggressively | Yan, Zheng | 2019-03-05 | 6 | -34/+83 |
| * | | | | | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng | 2019-03-05 | 5 | -1/+32 |
| * | | | | | ceph: support versioned reply | Yan, Zheng | 2019-03-05 | 2 | -49/+166 |
| * | | | | | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 2019-03-05 | 5 | -17/+210 |
| * | | | | | ceph: split large reconnect into multiple messages | Yan, Zheng | 2019-03-05 | 4 | -59/+243 |