summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nv...Linus Torvalds2019-03-131-14/+11
|\
| * dax: Flush partial PMDs correctlyMatthew Wilcox2019-03-011-10/+9
| * fs/dax: NIT fix comment regarding start/end vs rangeIra Weiny2019-02-121-1/+1
| * fs/dax: Convert to use vmf_error()Souptick Joarder2019-02-121-3/+1
* | Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-131-0/+8
|\ \
| * | ubifs: Reject unsupported ioctl flags explicitlyHou Tao2019-02-241-0/+8
* | | Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-125-11/+26
|\ \ \
| * | | nfsd: allow nfsv3 readdir request to be larger.NeilBrown2019-03-082-2/+4
| * | | nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-061-1/+1
| * | | nfsd: fix memory corruption caused by readdirNeilBrown2019-03-052-2/+15
| * | | nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-02-211-4/+4
| * | | nfsd: fix an IS_ERR() vs NULL checkDan Carpenter2019-02-061-2/+2
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-03-1217-147/+250
|\ \ \ \
| * | | | jbd2: jbd2_get_transaction does not need to return a valueLiu Song2019-03-011-5/+3
| * | | | jbd2: fix invalid descriptor block checksumluojiajun2019-03-011-2/+4
| * | | | ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney2019-02-281-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-101-4/+5
| * | | | ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-103-21/+2
| * | | | jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)2019-02-101-4/+38
| * | | | jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-02-101-5/+12
| * | | | ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2019-02-102-5/+4
| * | | | jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-01-312-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