index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
4
-4
/
+4
2023-10-25
gfs2: convert gfs2_write_buf_to_page() to use a folio
Matthew Wilcox (Oracle)
1
-18
/
+19
2023-10-25
gfs2: convert gfs2_getjdatabuf to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+8
2023-10-25
gfs2: convert gfs2_getbuf() to folios
Matthew Wilcox (Oracle)
1
-22
/
+17
2023-10-25
gfs2: convert inode unstuffing to use a folio
Matthew Wilcox (Oracle)
1
-25
/
+23
2023-10-23
gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFT
Andreas Gruenbacher
2
-10
/
+6
2023-10-23
gfs2: setattr_chown: Add missing initialization
Andreas Gruenbacher
1
-1
/
+1
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
1
-4
/
+7
2023-10-18
gfs2: convert to new timestamp accessors
Jeff Layton
6
-25
/
+27
2023-10-09
gfs2: move gfs2_xattr_handlers_max to .rodata
Wedson Almeida Filho
2
-4
/
+4
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
1
-6
/
+3
2023-10-04
gfs2: dynamically allocate the gfs2-qd shrinker
Qi Zheng
3
-10
/
+24
2023-10-04
gfs2: dynamically allocate the gfs2-glock shrinker
Qi Zheng
1
-9
/
+10
2023-10-03
gfs2: fix an oops in gfs2_permission
Al Viro
2
-3
/
+10
2023-10-03
gfs2: ignore negated quota changes
Bob Peterson
1
-0
/
+11
2023-09-22
gfs2: Don't update inode timestamps for direct writes
Andreas Gruenbacher
1
-4
/
+10
2023-09-22
gfs2: Get rid of the gfs2_glock_is_held_* helpers
Andreas Gruenbacher
3
-17
/
+2
2023-09-18
gfs2: Remove unused gfs2_extent_length argument
Andreas Gruenbacher
1
-3
/
+2
2023-09-18
gfs2: Remove freeze_go_demote_ok
Andreas Gruenbacher
1
-13
/
+0
2023-09-18
gfs2: Simplify function gfs2_upgrade_iopen_glock
Andreas Gruenbacher
1
-10
/
+0
2023-09-18
gfs2: Fix quota=quiet oversight
Bob Peterson
1
-1
/
+2
2023-09-18
gfs2: fix glock shrinker ref issues
Bob Peterson
1
-1
/
+3
2023-09-18
gfs2: Fix another freeze/thaw hang
Andreas Gruenbacher
1
-4
/
+5
2023-09-05
Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
19
-326
/
+344
2023-09-05
gfs2: change qd_slot_count to qd_slot_ref
Bob Peterson
2
-9
/
+9
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: improvements to sysfs status
Bob Peterson
1
-2
/
+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
4
-6
/
+16
2023-09-05
gfs2: Add device name to gfs2_logd and gfs2_quotad
Andreas Gruenbacher
1
-2
/
+2
2023-09-05
gfs2: Rename "freeze_workqueue" to "gfs2_freeze"
Andreas Gruenbacher
1
-1
/
+1
2023-09-05
gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"
Andreas Gruenbacher
3
-7
/
+7
2023-09-05
gfs2: Fix withdraw race
Andreas Gruenbacher
1
-12
/
+12
[prev]
[next]