index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-09-05
gfs2: Sanitize kthread stopping
Andreas Gruenbacher
2
-9
/
+9
2023-09-05
gfs2: Switch to wait_event in gfs2_quotad
Andreas Gruenbacher
1
-6
/
+5
2023-09-05
gfs2: Fix asynchronous thread destruction
Andreas Gruenbacher
4
-33
/
+32
2023-09-05
gfs2: Stop using gfs2_make_fs_ro for withdraw
Andreas Gruenbacher
2
-8
/
+20
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: Rename SDF_DEACTIVATING to SDF_KILL
Andreas Gruenbacher
6
-8
/
+8
2023-09-05
gfs2: Rename sd_{ glock => kill }_wait
Andreas Gruenbacher
3
-5
/
+5
2023-09-05
gfs2: Use qd_sbd more consequently
Bob Peterson
1
-11
/
+11
2023-09-05
gfs2: journal flush threshold fixes and cleanup
Andreas Gruenbacher
1
-18
/
+16
2023-09-05
gfs2: Fix logd wakeup on I/O error
Andreas Gruenbacher
1
-0
/
+1
2023-09-05
gfs2: low-memory forced flush fixes
Andreas Gruenbacher
2
-6
/
+6
2023-09-05
gfs2: Switch to wait_event in gfs2_logd
Andreas Gruenbacher
1
-12
/
+5
2023-09-05
gfs2: conversion deadlock do_promote bypass
Bob Peterson
1
-0
/
+2
2023-09-05
gfs2: Remove LM_FLAG_PRIORITY flag
Andreas Gruenbacher
3
-31
/
+6
2023-09-05
gfs2: do_promote cleanup
Andreas Gruenbacher
1
-6
/
+6
2023-09-05
gfs: Don't use GFP_NOFS in gfs2_unstuff_dinode
Andreas Gruenbacher
1
-1
/
+1
2023-09-05
gfs2: Use mapping->gfp_mask for metadata inodes
Andreas Gruenbacher
3
-9
/
+14
2023-09-05
gfs2: increase usage of folio_next_index() helper
Minjie Du
1
-2
/
+1
2023-08-07
gfs2: Don't use filemap_splice_read
Bob Peterson
1
-2
/
+2
2023-08-07
gfs2: Fix freeze consistency check in gfs2_trans_add_meta
Andreas Gruenbacher
1
-4
/
+10
2023-07-04
Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
19
-237
/
+277
2023-07-03
gfs2: Add quota_change type
Bob Peterson
2
-11
/
+15
2023-07-03
gfs2: Use memcpy_{from,to}_page where appropriate
Andreas Gruenbacher
3
-15
/
+7
2023-07-03
gfs2: Convert remaining kmap_atomic calls to kmap_local_page
Andreas Gruenbacher
2
-8
/
+9
2023-07-03
gfs2: Replace deprecated kmap_atomic with kmap_local_page
Deepak R Varma
1
-4
/
+4
2023-07-03
gfs: Get rid of unnucessary locking in inode_go_dump
Andreas Gruenbacher
2
-12
/
+7
2023-07-03
gfs2: gfs2_freeze_lock_shared cleanup
Andreas Gruenbacher
4
-12
/
+7
2023-07-03
gfs2: Replace sd_freeze_state with SDF_FROZEN flag
Andreas Gruenbacher
7
-31
/
+17
[next]