index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fs_context.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
3
-13
/
+10
2023-09-05
revert "memfd: improve userspace warnings for missing exec-related flags".
Andrew Morton
1
-1
/
+1
2023-09-05
rcu: dump vmalloc memory info safely
Zqiang
1
-1
/
+3
2023-09-05
mm/vmalloc: add a safer version of find_vm_area() for debug
Joel Fernandes (Google)
1
-4
/
+22
2023-09-05
tools/mm: fix undefined reference to pthread_once
Xie XiuQi
1
-2
/
+2
2023-09-05
memcontrol: ensure memcg acquired by id is properly set up
Johannes Weiner
1
-5
/
+17
2023-09-05
kconfig: fix possible buffer overflow
Konstantin Meskhidze
1
-0
/
+3
2023-09-05
MAINTAINERS: Update dlm mailing list
Andrew Price
1
-1
/
+1
2023-09-05
MAINTAINERS: Update gfs2 mailing list
Andrew Price
1
-1
/
+1
2023-09-05
mailbox: qcom-ipcc: fix incorrect num_chans counting
Jonathan Marek
1
-3
/
+1
2023-09-05
mailbox: Explicitly include correct DT includes
Rob Herring
16
-10
/
+15
2023-09-05
mailbox: ti-msgmgr: Use devm_platform_ioremap_resource_byname()
Li Zetao
1
-10
/
+6
2023-09-05
mailbox: platform-mhu: Remove redundant dev_err()
Ruan Jinjie
1
-3
/
+1
2023-09-05
mailbox: bcm-pdc: Fix some kernel-doc comments
Yang Li
1
-3
/
+3
2023-09-05
mailbox: mailbox-test: Fix an error check in mbox_test_probe()
Minjie Du
1
-1
/
+1
2023-09-05
mailbox: tegra-hsp: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2023-09-05
mailbox: rockchip: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-5
/
+1
2023-09-05
mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-4
/
+2
2023-09-05
mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-9
/
+3
2023-09-05
mailbox: bcm-ferxrm-mailbox: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+3
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
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
[next]