summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ata: pata_macio: fix comparing pointer to 0Chen Zhou2020-01-221-1/+1
* ata: ahci_brcm: BCM7216 reset is self de-assertingFlorian Fainelli2020-01-181-4/+12
* ata: ahci_brcm: Perform reset after obtaining resourcesFlorian Fainelli2020-01-181-6/+6
* ata: brcm: fix reset controller API usageArnd Bergmann2020-01-171-9/+8
* ata: brcm: mark PM functions as __maybe_unusedArnd Bergmann2020-01-171-4/+5
* ata: ahci_brcm: Support BCM7216 reset controller nameFlorian Fainelli2019-12-261-2/+10
* dt-bindings: ata: Document BCM7216 AHCI controller compatibleFlorian Fainelli2019-12-261-0/+7
* ata: ahci_brcm: Add a shutdown callbackFlorian Fainelli2019-12-261-0/+15
* ata: ahci_brcm: Manage reset line during suspend/resumeFlorian Fainelli2019-12-261-2/+13
* ata: ahci_brcm: Add missing clock management during recoveryFlorian Fainelli2019-12-261-0/+7
* ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINEFlorian Fainelli2019-12-261-15/+16
* ata: ahci_brcm: Fix AHCI resources managementFlorian Fainelli2019-12-261-29/+76
* ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli2019-12-262-2/+6
* libata: Fix retrieving of active qcsSascha Hauer2019-12-265-3/+28
* Linux 5.5-rc3v5.5-rc3Linus Torvalds2019-12-231-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-236-3/+18
|\
| * fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-182-1/+6
| * fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-184-1/+10
| * pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara2019-12-161-1/+2
* | Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-2213-104/+341
|\ \
| * | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
| * | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
| * | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
| * | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
| * | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
| * | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
| * | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
| * | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| * | xfs: fix Sphinx documentation warningRandy Dunlap2019-12-111-1/+1
| |/
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-228-104/+116
|\ \
| * | ext4: clarify impact of 'commit' mount optionJan Kara2019-12-221-8/+11
| * | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-221-1/+3
| * | jbd2: fix kernel-doc notation warningRandy Dunlap2019-12-161-1/+1
| * | ext4: use RCU API in debug_print_treePhong Tran2019-12-161-1/+5
| * | ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-161-74/+69
| * | ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| * | ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
| * | ext4: optimize __ext4_check_dir_entry()Theodore Ts'o2019-12-141-5/+4
| * | ext4: check for directory entries too close to block endJan Kara2019-12-141-0/+5
| * | ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-141-14/+18
* | | Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-2212-39/+37
|\ \ \
| * | | sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery2019-12-211-1/+1
| * | | block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang2019-12-201-1/+1
| * | | s390/dasd: fix typo in copyright statementStefan Haberland2019-12-202-2/+2
| * | | s390/dasd: fix memleak in path handling error caseStefan Haberland2019-12-201-17/+2
| * | | s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner2019-12-202-5/+6
| * | | block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-202-0/+6
| * | | block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche2019-12-201-1/+1
| * | | block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev2019-12-171-4/+7
| * | | nbd: fix shutdown and recv work deadlock v2Mike Christie2019-12-171-3/+3