Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | ceph: make ceph_msdc_build_path use ref-walk | Jeff Layton | 2023-08-22 | 1 | -16/+19 | |
| * | | | ceph: preallocate inode for ops that may create one | Jeff Layton | 2023-08-22 | 6 | -67/+179 | |
| * | | | ceph: add new mount option to enable sparse reads | Jeff Layton | 2023-08-22 | 4 | -11/+72 | |
* | | | | Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-09-05 | 19 | -326/+344 | |
|\ \ \ \ | ||||||
| * | | | | gfs2: change qd_slot_count to qd_slot_ref | Bob Peterson | 2023-09-05 | 2 | -9/+9 | |
| * | | | | gfs2: check for no eligible quota changes | Bob Peterson | 2023-09-05 | 1 | -0/+21 | |
| * | | | | gfs2: Remove useless assignment | Bob Peterson | 2023-09-05 | 1 | -2/+0 | |
| * | | | | gfs2: simplify slot_get | Bob Peterson | 2023-09-05 | 1 | -10/+9 | |
| * | | | | gfs2: Simplify qd2offset | Bob Peterson | 2023-09-05 | 1 | -6/+1 | |
| * | | | | gfs2: introduce qd_bh_get_or_undo | Bob Peterson | 2023-09-05 | 1 | -17/+19 | |
| * | | | | gfs2: Remove quota allocation info from quota file | Bob Peterson | 2023-09-05 | 1 | -10/+2 | |
| * | | | | gfs2: use constant for array size | Bob Peterson | 2023-09-05 | 1 | -1/+1 | |
| * | | | | gfs2: Set qd_sync_gen in do_sync | Bob Peterson | 2023-09-05 | 1 | -4/+4 | |
| * | | | | gfs2: Remove useless err set | Bob Peterson | 2023-09-05 | 1 | -1/+0 | |
| * | | | | gfs2: Small gfs2_quota_lock cleanup | Bob Peterson | 2023-09-05 | 1 | -1/+1 | |
| * | | | | gfs2: move qdsb_put and reduce redundancy | Bob Peterson | 2023-09-05 | 1 | -10/+8 | |
| * | | | | gfs2: improvements to sysfs status | Bob Peterson | 2023-09-05 | 1 | -2/+8 | |
| * | | | | gfs2: Don't try to sync non-changes | Bob Peterson | 2023-09-05 | 1 | -1/+1 | |
| * | | | | gfs2: Simplify function need_sync | Bob Peterson | 2023-09-05 | 1 | -8/+7 | |
| * | | | | gfs2: remove unneeded pg_oflow variable | Bob Peterson | 2023-09-05 | 1 | -5/+3 | |
| * | | | | gfs2: remove unneeded variable done | Bob Peterson | 2023-09-05 | 1 | -3/+2 | |
| * | | | | gfs2: pass sdp to gfs2_write_buf_to_page | Bob Peterson | 2023-09-05 | 1 | -5/+4 | |
| * | | | | gfs2: pass sdp in to gfs2_write_disk_quota | Bob Peterson | 2023-09-05 | 1 | -2/+3 | |
| * | | | | gfs2: Pass sdp to gfs2_adjust_quota | Bob Peterson | 2023-09-05 | 1 | -5/+6 | |
| * | | | | gfs2: remove dead code for quota writes | Bob Peterson | 2023-09-05 | 1 | -4/+1 | |
| * | | | | gfs2: Introduce new quota=quiet mount option | Bob Peterson | 2023-09-05 | 4 | -6/+16 | |
| * | | | | gfs2: Add device name to gfs2_logd and gfs2_quotad | Andreas Gruenbacher | 2023-09-05 | 1 | -2/+2 | |
| * | | | | gfs2: Rename "freeze_workqueue" to "gfs2_freeze" | Andreas Gruenbacher | 2023-09-05 | 1 | -1/+1 | |
| * | | | | gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery" | Andreas Gruenbacher | 2023-09-05 | 3 | -7/+7 | |
| * | | | | gfs2: Fix withdraw race | Andreas Gruenbacher | 2023-09-05 | 1 | -12/+12 | |
| * | | | | gfs2: Sanitize kthread stopping | Andreas Gruenbacher | 2023-09-05 | 2 | -9/+9 | |
| * | | | | gfs2: Switch to wait_event in gfs2_quotad | Andreas Gruenbacher | 2023-09-05 | 1 | -6/+5 | |
| * | | | | gfs2: Fix asynchronous thread destruction | Andreas Gruenbacher | 2023-09-05 | 4 | -33/+32 | |
| * | | | | gfs2: Stop using gfs2_make_fs_ro for withdraw | Andreas Gruenbacher | 2023-09-05 | 2 | -8/+20 | |
| * | | | | gfs2: Free quota data objects synchronously | Andreas Gruenbacher | 2023-09-05 | 1 | -3/+34 | |
| * | | | | gfs2: Fix initial quota data refcount | Andreas Gruenbacher | 2023-09-05 | 1 | -1/+2 | |
| * | | | | gfs2: No more quota complaints after withdraw | Andreas Gruenbacher | 2023-09-05 | 1 | -3/+5 | |
| * | | | | gfs2: Factor out duplicate quota data disposal code | Andreas Gruenbacher | 2023-09-05 | 1 | -23/+24 | |
| * | | | | gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanup | Andreas Gruenbacher | 2023-09-05 | 1 | -22/+4 | |
| * | | | | gfs2: Fix wrong quota shrinker return value | Andreas Gruenbacher | 2023-09-05 | 1 | -2/+6 | |
| * | | | | gfs2: Rename SDF_DEACTIVATING to SDF_KILL | Andreas Gruenbacher | 2023-09-05 | 6 | -8/+8 | |
| * | | | | gfs2: Rename sd_{ glock => kill }_wait | Andreas Gruenbacher | 2023-09-05 | 3 | -5/+5 | |
| * | | | | gfs2: Use qd_sbd more consequently | Bob Peterson | 2023-09-05 | 1 | -11/+11 | |
| * | | | | gfs2: journal flush threshold fixes and cleanup | Andreas Gruenbacher | 2023-09-05 | 1 | -18/+16 | |
| * | | | | gfs2: Fix logd wakeup on I/O error | Andreas Gruenbacher | 2023-09-05 | 1 | -0/+1 | |
| * | | | | gfs2: low-memory forced flush fixes | Andreas Gruenbacher | 2023-09-05 | 2 | -6/+6 | |
| * | | | | gfs2: Switch to wait_event in gfs2_logd | Andreas Gruenbacher | 2023-09-05 | 1 | -12/+5 | |
| * | | | | gfs2: conversion deadlock do_promote bypass | Bob Peterson | 2023-09-05 | 1 | -0/+2 | |
| * | | | | gfs2: Remove LM_FLAG_PRIORITY flag | Andreas Gruenbacher | 2023-09-05 | 3 | -31/+6 | |
| * | | | | gfs2: do_promote cleanup | Andreas Gruenbacher | 2023-09-05 | 1 | -6/+6 |