summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-061-2/+1Star
| * | | | | | svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-063-3/+15
| * | | | | | svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields2019-02-061-2/+2
| * | | | | | SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust2019-02-061-2/+6
| * | | | | | 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-1218-147/+257
|\ \ \ \ \ \ \
| * | | | | | | jbd2: jbd2_get_transaction does not need to return a valueLiu Song2019-03-011-5/+3Star
| * | | | | | | jbd2: fix invalid descriptor block checksumluojiajun2019-03-011-2/+4
| * | | | | | | 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-212-0/+20
| * | | | | | | 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/+11Star
| * | | | | | | 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/+2Star
| * | | | | | | 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/+4Star
| * | | | | | | 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-1215-426/+1597
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: modern versions of ceph are not backed by btrfsJeff Layton2019-03-051-6/+4Star
| * | | | | | | | rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov2019-03-051-0/+2
| * | | | | | | | rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov2019-03-051-5/+7
| * | | | | | | | rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov2019-03-051-10/+79
| * | | | | | | | rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov2019-03-051-33/+43
| * | | | | | | | rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-31/+59
| * | | | | | | | rbd: factor out __rbd_osd_req_create()Ilya Dryomov2019-03-051-7/+12
| * | | | | | | | rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-0/+1
| * | | | | | | | rbd: remove experimental designation from kernel layeringIlya Dryomov2019-03-051-8/+0Star
| * | | | | | | | ceph: add mount option to limit caps countYan, Zheng2019-03-058-21/+91
| * | | | | | | | 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/+0Star
| * | | | | | | | 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
| * | | | | | | | rbd: round off and ignore discards that are too smallIlya Dryomov2019-03-051-6/+55
| * | | | | | | | rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov2019-03-051-10/+51
| * | | | | | | | rbd: get rid of obj_req->obj_request_countIlya Dryomov2019-03-051-5/+0Star