summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ata-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-05-159-132/+139
|\
| * ata: pata_legacy: make legacy_exit() work againSergey Shtylyov2024-05-071-4/+4
| * ata: libata-core: Remove ata_exec_internal_sg()Damien Le Moal2024-04-132-80/+36
| * ata: add HAS_IOPORT dependenciesNiklas Schnelle2024-04-082-14/+18
| * dt-bindings: ata: ahci-da850: Convert to dtschemaAnimesh Agarwal2024-04-022-18/+39
| * dt-bindings: ata: imx-pata: Convert to dtschemaAnimesh Agarwal2024-03-252-16/+42
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2024-05-151-6/+1
|\ \
| * | fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers2024-05-031-6/+1
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2024-05-151-6/+26
|\ \ \
| * | | fscrypt: try to avoid refing parent dentry in fscrypt_file_openMateusz Guzik2024-05-081-6/+26
* | | | Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-151-1/+2
|\ \ \ \
| * | | | orangefs: fix out-of-bounds fsid accessMike Marshall2024-05-061-1/+2
| |/ / /
* | | | Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2024-05-1518-258/+320
|\ \ \ \
| * | | | gfs2: make timeout values more explicitWolfram Sang2024-05-071-3/+2
| * | | | gfs2: Convert gfs2_aspace_writepage() to use a folioMatthew Wilcox (Oracle)2024-05-031-8/+8
| * | | | gfs2: Add a migrate_folio operation for journalled filesMatthew Wilcox (Oracle)2024-05-031-2/+2
| * | | | gfs2: Simplify gfs2_read_superMatthew Wilcox (Oracle)2024-05-021-33/+13
| * | | | gfs2: Convert gfs2_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-04-291-29/+30
| * | | | gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher2024-04-294-11/+11
| * | | | gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher2024-04-241-20/+15
| * | | | gfs2: do_xmote fixesAndreas Gruenbacher2024-04-241-19/+25
| * | | | gfs2: finish_xmote cleanupAndreas Gruenbacher2024-04-241-8/+13
| * | | | gfs2: Unlock fewer glocks on unmountAndreas Gruenbacher2024-04-241-2/+8
| * | | | gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher2024-04-246-16/+57
| * | | | gfs2: Remove ill-placed consistency checkAndreas Gruenbacher2024-04-241-1/+0
| * | | | gfs2: Fix lru_count accountingAndreas Gruenbacher2024-04-241-14/+13
| * | | | gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher2024-04-091-11/+13
| * | | | Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher2024-04-091-3/+1
| * | | | gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2024-04-092-2/+3
| * | | | gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher2024-04-091-1/+2
| * | | | gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher2024-04-091-2/+1
| * | | | gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher2024-04-094-14/+21
| * | | | gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdrawAndreas Gruenbacher2024-04-091-1/+1
| * | | | gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2024-04-092-1/+6
| * | | | gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher2024-04-091-0/+3
| * | | | gfs2: Use [NO_]CREATE consistently for gfs2_glock_getAndreas Gruenbacher2024-04-091-1/+1
| * | | | gfs2: Follow-up to flag rename in sysfs status fileAndreas Gruenbacher2024-04-091-1/+1
| * | | | gfs2: Remove unnecessary gfs2_meta_check_ii argumentAndreas Gruenbacher2024-04-092-5/+5
| * | | | gfs2: Get rid of newlines in log messagesAndreas Gruenbacher2024-04-093-30/+32
| * | | | gfs2: Improve gfs2_consist_inode() usageAndrew Price2024-04-093-40/+53
* | | | | Merge tag 'dlm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2024-05-1525-1509/+1382
|\ \ \ \ \
| * | | | | dlm: return -ENOMEM if ls_recover_buf failsAlexander Aring2024-04-231-1/+3
| * | | | | dlm: fix sleep in atomic contextAlexander Aring2024-04-173-8/+8
| * | | | | dlm: use rwlock for lkbidrAlexander Aring2024-04-163-41/+11
| * | | | | dlm: use rwlock for rsb hash tableAlexander Aring2024-04-167-87/+206
| * | | | | dlm: drop dlm_scand kthread and use timersAlexander Aring2024-04-167-239/+283
| * | | | | dlm: do not use ref counts for rsb in the toss stateAlexander Aring2024-04-163-32/+32
| * | | | | dlm: switch to use rhashtable for rsbsAlexander Aring2024-04-168-160/+86
| * | | | | dlm: add rsb lists for iterationAlexander Aring2024-04-166-261/+84
| * | | | | dlm: merge toss and keep hash table lists into one listAlexander Aring2024-04-167-76/+98