summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney2019-03-011-7/+10
| * | | | | | | | | | ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_taskKonstantin Khlebnikov2019-02-211-0/+13
| * | | | | | | | | | ext4: Change debugging support help prefix from EXT4 to Ext4Geert Uytterhoeven2019-02-211-1/+1
| * | | | | | | | | | ext4: fix compile error when using BUFFER_TRACEzhangyi (F)2019-02-211-1/+1
| * | | | | | | | | | jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-02-211-8/+8
| * | | | | | | | | | ext4: fix some error pointer dereferencesDan Carpenter2019-02-211-0/+3
| * | | | | | | | | | ext4: annotate more implicit fall throughsMathieu Malaterre2019-02-211-0/+6
| * | | | | | | | | | ext4: annotate implicit fall throughsMathieu Malaterre2019-02-211-0/+2
| * | | | | | | | | | ext4: don't update s_rev_level if not requiredAndreas Dilger2019-02-143-3/+5
| * | | | | | | | | | jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o2019-02-141-25/+11
| * | | | | | | | | | jbd2: fix race when writing superblockTheodore Ts'o2019-02-141-25/+27
| * | | | | | | | | | ext4: fix crash during online resizingJan Kara2019-02-111-1/+2
| * | | | | | | | | | ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-02-111-0/+1
| * | | | | | | | | | ext4: add mask of ext4 flags to swapyangerkun2019-02-112-1/+8
| * | | | | | | | | | ext4: update quota information while swapping boot loader inodeyangerkun2019-02-111-13/+43
| * | | | | | | | | | ext4: cleanup pagecache before swap i_datayangerkun2019-02-111-4/+12
| * | | | | | | | | | ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-02-111-9/+13
| * | | | | | | | | | ext4: unlock unused_pages timely when doing writebackXiaoguang Wang2019-02-111-4/+5
| * | | | | | | | | | ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-113-21/+2
| * | | | | | | | | | jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)2019-02-111-4/+38
| * | | | | | | | | | jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-02-111-5/+12
| * | | | | | | | | | ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2019-02-112-5/+4
| * | | | | | | | | | jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-02-012-3/+16
* | | | | | | | | | | Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-1211-314/+1289
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ceph: add mount option to limit caps countYan, Zheng2019-03-056-21/+86
| * | | | | | | | | | | ceph: periodically trim stale dentriesYan, Zheng2019-03-055-68/+312
| * | | | | | | | | | | ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-054-32/+104
| * | | | | | | | | | | ceph: remove dentry_lru file from debugfsYan, Zheng2019-03-051-27/+0
| * | | | | | | | | | | ceph: touch existing cap when handling replyYan, Zheng2019-03-051-0/+4
| * | | | | | | | | | | ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin2019-03-051-5/+8
| * | | | | | | | | | | ceph: send cap releases more aggressivelyYan, Zheng2019-03-056-34/+83
| * | | | | | | | | | | ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-055-1/+32
| * | | | | | | | | | | ceph: support versioned replyYan, Zheng2019-03-052-49/+166
| * | | | | | | | | | | ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-055-17/+210
| * | | | | | | | | | | ceph: split large reconnect into multiple messagesYan, Zheng2019-03-054-59/+243
| * | | | | | | | | | | ceph: decode feature bits in session messageYan, Zheng2019-03-052-5/+44
| * | | | | | | | | | | ceph: set special inode's blocksize to page sizeYan, Zheng2019-03-051-0/+1
* | | | | | | | | | | | Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-127-38/+90
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | btrfs: zstd: ensure reclaim timer is properly cleaned upDennis Zhou2019-02-271-2/+4
| * | | | | | | | | | | | btrfs: move ulist allocation out of transaction in quota enableDavid Sterba2019-02-271-7/+6
| * | | | | | | | | | | | btrfs: save drop_progress if we drop refs at allJosef Bacik2019-02-271-6/+20
| * | | | | | | | | | | | btrfs: check for refs on snapshot delete resumeJosef Bacik2019-02-273-3/+55
| * | | | | | | | | | | | Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana2019-02-271-18/+3
| * | | | | | | | | | | | Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-02-271-2/+2
* | | | | | | | | | | | | Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-1240-1095/+1291
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | NFSv4.1: Bump the default callback session slot count to 16Trond Myklebust2019-03-021-1/+1
| * | | | | | | | | | | | NFS/flexfiles: Clean up mirror DS initialisationTrond Myklebust2019-03-021-35/+31
| * | | | | | | | | | | | NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()Trond Myklebust2019-03-021-15/+0
| * | | | | | | | | | | | NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Trond Myklebust2019-03-023-26/+10
| * | | | | | | | | | | | NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Trond Myklebust2019-03-022-5/+5