index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
quota.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-11
/
+20
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-24
/
+38
2023-11-02
gfs2: Clean up quota.c:print_message
Andreas Gruenbacher
1
-5
/
+5
2023-11-02
gfs2: Clean up gfs2_alloc_parms initializers
Andreas Gruenbacher
1
-2
/
+2
2023-11-02
gfs2: Two quota=account mode fixes
Andreas Gruenbacher
1
-4
/
+2
2023-10-26
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-26
gfs2: convert gfs2_write_buf_to_page() to use a folio
Matthew Wilcox (Oracle)
1
-18
/
+19
2023-10-18
gfs2: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-04
gfs2: dynamically allocate the gfs2-qd shrinker
Qi Zheng
1
-6
/
+19
2023-10-03
gfs2: ignore negated quota changes
Bob Peterson
1
-0
/
+11
2023-09-05
Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-172
/
+196
2023-09-05
gfs2: change qd_slot_count to qd_slot_ref
Bob Peterson
1
-8
/
+8
2023-09-05
gfs2: check for no eligible quota changes
Bob Peterson
1
-0
/
+21
2023-09-05
gfs2: Remove useless assignment
Bob Peterson
1
-2
/
+0
2023-09-05
gfs2: simplify slot_get
Bob Peterson
1
-10
/
+9
2023-09-05
gfs2: Simplify qd2offset
Bob Peterson
1
-6
/
+1
2023-09-05
gfs2: introduce qd_bh_get_or_undo
Bob Peterson
1
-17
/
+19
2023-09-05
gfs2: Remove quota allocation info from quota file
Bob Peterson
1
-10
/
+2
2023-09-05
gfs2: use constant for array size
Bob Peterson
1
-1
/
+1
2023-09-05
gfs2: Set qd_sync_gen in do_sync
Bob Peterson
1
-4
/
+4
2023-09-05
gfs2: Remove useless err set
Bob Peterson
1
-1
/
+0
2023-09-05
gfs2: Small gfs2_quota_lock cleanup
Bob Peterson
1
-1
/
+1
2023-09-05
gfs2: move qdsb_put and reduce redundancy
Bob Peterson
1
-10
/
+8
2023-09-05
gfs2: Don't try to sync non-changes
Bob Peterson
1
-1
/
+1
2023-09-05
gfs2: Simplify function need_sync
Bob Peterson
1
-8
/
+7
2023-09-05
gfs2: remove unneeded pg_oflow variable
Bob Peterson
1
-5
/
+3
2023-09-05
gfs2: remove unneeded variable done
Bob Peterson
1
-3
/
+2
2023-09-05
gfs2: pass sdp to gfs2_write_buf_to_page
Bob Peterson
1
-5
/
+4
2023-09-05
gfs2: pass sdp in to gfs2_write_disk_quota
Bob Peterson
1
-2
/
+3
2023-09-05
gfs2: Pass sdp to gfs2_adjust_quota
Bob Peterson
1
-5
/
+6
2023-09-05
gfs2: remove dead code for quota writes
Bob Peterson
1
-4
/
+1
2023-09-05
gfs2: Introduce new quota=quiet mount option
Bob Peterson
1
-6
/
+11
2023-09-05
gfs2: Sanitize kthread stopping
Andreas Gruenbacher
1
-4
/
+5
2023-09-05
gfs2: Switch to wait_event in gfs2_quotad
Andreas Gruenbacher
1
-6
/
+5
2023-09-05
gfs2: Free quota data objects synchronously
Andreas Gruenbacher
1
-3
/
+34
2023-09-05
gfs2: Fix initial quota data refcount
Andreas Gruenbacher
1
-1
/
+2
2023-09-05
gfs2: No more quota complaints after withdraw
Andreas Gruenbacher
1
-3
/
+5
2023-09-05
gfs2: Factor out duplicate quota data disposal code
Andreas Gruenbacher
1
-23
/
+24
2023-09-05
gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanup
Andreas Gruenbacher
1
-22
/
+4
2023-09-05
gfs2: Fix wrong quota shrinker return value
Andreas Gruenbacher
1
-2
/
+6
2023-09-05
gfs2: Use qd_sbd more consequently
Bob Peterson
1
-11
/
+11
2023-09-05
gfs2: Use mapping->gfp_mask for metadata inodes
Andreas Gruenbacher
1
-1
/
+1
2023-07-24
gfs2: fix timestamp handling on quota inodes
Jeff Layton
1
-1
/
+1
2023-07-03
gfs2: Add quota_change type
Bob Peterson
1
-8
/
+12
2023-07-03
gfs2: Use memcpy_{from,to}_page where appropriate
Andreas Gruenbacher
1
-4
/
+1
2023-07-03
gfs2: Convert remaining kmap_atomic calls to kmap_local_page
Andreas Gruenbacher
1
-2
/
+2
2023-06-06
gfs2: Fix gfs2_qa_get imbalance in gfs2_quota_hold
Bob Peterson
1
-0
/
+1
2022-09-12
gfs2: replace ll_rw_block()
Zhang Yi
1
-6
/
+2
2022-08-07
Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-27
/
+1
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-1
/
+1
[next]