index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
gfs2: ignore negated quota changes
Bob Peterson
1
-0
/
+11
2023-08-30
gfs2: Fix possible data races in gfs2_show_options()
Tuo Li
1
-11
/
+15
2023-08-11
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2023-08-11
gfs2: Don't deref jdesc in evict
Bob Peterson
1
-0
/
+8
2023-05-30
gfs2: Fix inode height consistency check
Andreas Gruenbacher
1
-1
/
+2
2022-11-25
gfs2: Switch from strlcpy to strscpy
Andreas Gruenbacher
1
-2
/
+4
2022-11-25
gfs2: Check sb_bsize_shift after reading superblock
Andrew Price
1
-1
/
+4
2022-04-27
gfs2: assign rgrp glock before compute_bitstructs
Bob Peterson
1
-4
/
+5
2022-04-20
gfs2: Make sure FITRIM minlen is rounded up to fs block size
Andrew Price
1
-1
/
+2
2021-09-22
gfs2: Don't call dlm after protocol is unmounted
Bob Peterson
1
-0
/
+5
2021-06-30
gfs2: Fix use-after-free in gfs2_glock_shrink_scan
Hillf Danton
1
-1
/
+1
2021-04-16
gfs2: report "already frozen/thawed" errors
Bob Peterson
1
-4
/
+6
2021-03-03
gfs2: Don't skip dlm unlock if glock has an lvb
Bob Peterson
1
-6
/
+2
2021-01-30
fs: move I_DIRTY_INODE to fs.h
Christoph Hellwig
1
-1
/
+1
2020-12-11
gfs2: check for empty rgrp tree in gfs2_ri_update
Bob Peterson
1
-0
/
+4
2020-11-18
gfs2: check for live vs. read-only file system in gfs2_fitrim
Bob Peterson
1
-0
/
+3
2020-11-18
gfs2: Add missing truncate_inode_pages_final for sd_aspace
Bob Peterson
1
-0
/
+1
2020-11-18
gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
Bob Peterson
1
-1
/
+1
2020-11-10
gfs2: Wake up when sd_glock_disposal becomes zero
Alexander Aring
1
-1
/
+2
2020-11-05
gfs2: add validation checks for size of superblock
Anant Thazhemadam
1
-7
/
+11
2020-10-01
gfs2: clean up iopen glock mess in gfs2_create_inode
Bob Peterson
1
-6
/
+7
2020-09-23
gfs2: initialize transaction tr_ailX_lists earlier
Bob Peterson
3
-2
/
+4
2020-07-22
gfs2: read-only mounts should grab the sd_freeze_gl glock
Bob Peterson
1
-1
/
+11
2020-06-25
gfs2: fix use-after-free on transaction ail lists
Bob Peterson
1
-2
/
+9
2020-06-25
gfs2: Allow lock_nolock mount to specify jid=X
Bob Peterson
1
-1
/
+1
2020-06-03
gfs2: move privileged user check to gfs2_quota_lock_check
Bob Peterson
2
-3
/
+3
2020-05-27
Revert "gfs2: Don't demote a glock until its revokes are written"
Bob Peterson
1
-3
/
+0
2020-04-24
gfs2: Don't demote a glock until its revokes are written
Bob Peterson
1
-0
/
+3
2020-03-20
gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache
Al Viro
1
-1
/
+1
2019-12-17
gfs2: fix glock reference problem in gfs2_trans_remove_revoke
Bob Peterson
4
-4
/
+12
2019-12-05
gfs2: take jdata unstuff into account in do_grow
Bob Peterson
1
-0
/
+2
2019-12-01
gfs2: Fix marking bitmaps non-full
Andreas Gruenbacher
1
-2
/
+11
2019-11-24
GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads
Tim Smith
1
-1
/
+1
2019-11-20
gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated
Bob Peterson
1
-1
/
+1
2019-10-05
gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps
Bob Peterson
1
-0
/
+1
2019-05-31
gfs2: Fix occasional glock use-after-free
Andreas Gruenbacher
3
-3
/
+7
2019-05-31
gfs2: Fix lru_count going negative
Ross Lagerwall
1
-9
/
+13
2019-05-31
gfs2: Fix sign extension bug in gfs2_update_stats
Andreas Gruenbacher
1
-4
/
+5
2019-03-14
gfs2: Fix missed wakeups in find_insert_glock
Andreas Gruenbacher
1
-1
/
+1
2019-02-06
gfs2: Revert "Fix loop in gfs2_rbm_find"
Andreas Gruenbacher
1
-1
/
+1
2019-01-13
gfs2: Fix loop in gfs2_rbm_find
Andreas Gruenbacher
1
-1
/
+1
2019-01-13
gfs2: Get rid of potential double-freeing in gfs2_create_inode
Andreas Gruenbacher
1
-9
/
+9
2018-12-01
gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
Andrew Price
1
-1
/
+1
2018-11-21
gfs2: Put bitmap buffers in put_super
Andreas Gruenbacher
1
-1
/
+2
2018-11-13
gfs2_meta: ->mount() can get NULL dev_name
Al Viro
1
-0
/
+3
2018-09-26
gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
Bob Peterson
1
-1
/
+2
2018-09-26
gfs2: Special-case rindex for gfs2_grow
Andreas Gruenbacher
1
-1
/
+1
2018-05-30
gfs2: Fix fallocate chunk size
Andreas Gruenbacher
2
-2
/
+5
2017-12-20
GFS2: Take inode off order_write list when setting jdata flag
Bob Peterson
1
-1
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
[next]