| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | ext4: fix bigalloc cluster freeing when hole punching under load | Eric Whitney | 2019-03-01 | 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-11 | 1 | -4/+5 |
| * | | | | | | | | | | ext4: cleanup clean_bdev_aliases() calls | zhangyi (F) | 2019-02-11 | 3 | -21/+2 |
| * | | | | | | | | | | jbd2: discard dirty data when forgetting an un-journalled buffer | zhangyi (F) | 2019-02-11 | 1 | -4/+38 |
| * | | | | | | | | | | jbd2: clear dirty flag when revoking a buffer from an older transaction | zhangyi (F) | 2019-02-11 | 1 | -5/+12 |
| * | | | | | | | | | | ext4: replace opencoded i_writecount usage with inode_is_open_for_write() | Nikolay Borisov | 2019-02-11 | 2 | -5/+4 |
| * | | | | | | | | | | jbd2: fix deadlock while checkpoint thread waits commit thread to finish | Xiaoguang Wang | 2019-02-01 | 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 |
| * | | | | | | | | | | | ceph: decode feature bits in session message | Yan, Zheng | 2019-03-05 | 2 | -5/+44 |
| * | | | | | | | | | | | ceph: set special inode's blocksize to page size | Yan, Zheng | 2019-03-05 | 1 | -0/+1 |
* | | | | | | | | | | | | Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-12 | 7 | -38/+90 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | btrfs: zstd: ensure reclaim timer is properly cleaned up | Dennis Zhou | 2019-02-27 | 1 | -2/+4 |
| * | | | | | | | | | | | | btrfs: move ulist allocation out of transaction in quota enable | David Sterba | 2019-02-27 | 1 | -7/+6 |
| * | | | | | | | | | | | | btrfs: save drop_progress if we drop refs at all | Josef Bacik | 2019-02-27 | 1 | -6/+20 |
| * | | | | | | | | | | | | btrfs: check for refs on snapshot delete resume | Josef Bacik | 2019-02-27 | 3 | -3/+55 |
| * | | | | | | | | | | | | Btrfs: fix deadlock between clone/dedupe and rename | Filipe Manana | 2019-02-27 | 1 | -18/+3 |
| * | | | | | | | | | | | | Btrfs: fix corruption reading shared and compressed extents after hole punching | Filipe Manana | 2019-02-27 | 1 | -2/+2 |
* | | | | | | | | | | | | | Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2019-03-12 | 40 | -1095/+1291 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | NFSv4.1: Bump the default callback session slot count to 16 | Trond Myklebust | 2019-03-02 | 1 | -1/+1 |
| * | | | | | | | | | | | | NFS/flexfiles: Clean up mirror DS initialisation | Trond Myklebust | 2019-03-02 | 1 | -35/+31 |
| * | | | | | | | | | | | | NFS/flexfiles: Remove dead code in ff_layout_mirror_valid() | Trond Myklebust | 2019-03-02 | 1 | -15/+0 |
| * | | | | | | | | | | | | NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid() | Trond Myklebust | 2019-03-02 | 3 | -26/+10 |
| * | | | | | | | | | | | | NFS/flexfile: Simplify nfs4_ff_layout_ds_version() | Trond Myklebust | 2019-03-02 | 2 | -5/+5 |