index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
gfs2: do_promote glock holder stealing fix
Bob Peterson
1
-7
/
+12
2022-06-29
gfs2: Use better variable name
Andreas Gruenbacher
1
-8
/
+8
2022-06-29
gfs2: Make go_instantiate take a glock
Andreas Gruenbacher
5
-7
/
+5
2022-06-29
gfs2: Add new go_held glock operation
Andreas Gruenbacher
3
-8
/
+22
2022-06-29
gfs2: Revert 'Fix "truncate in progress" hang'
Andreas Gruenbacher
7
-80
/
+8
2022-06-29
gfs2: Instantiate glocks ouside of glock state engine
Andreas Gruenbacher
4
-35
/
+37
2022-06-29
gfs2: Fix up gfs2_glock_async_wait
Andreas Gruenbacher
1
-38
/
+15
2022-06-29
gfs2: Mark the remaining process-independent glock holders as GL_NOPID
Andreas Gruenbacher
4
-11
/
+18
2022-06-29
gfs2: Mark flock glock holders as GL_NOPID
Andreas Gruenbacher
1
-2
/
+5
2022-06-29
gfs2: Add GL_NOPID flag for process-independent glock holders
Andreas Gruenbacher
2
-10
/
+32
2022-06-29
gfs2: Add flocks to glockfd debugfs file
Andreas Gruenbacher
2
-2
/
+43
2022-06-29
gfs2: Add glockfd debugfs file
Andreas Gruenbacher
1
-0
/
+149
2022-06-28
gfs2: Minor gfs2_glock_nq_m cleanup
Andreas Gruenbacher
5
-11
/
+11
2022-06-24
gfs2: Fix spelling mistake in comment
Zhang Jiaming
1
-1
/
+1
2022-06-09
gfs2: Rewrap overlong comment in do_promote
Bob Peterson
1
-3
/
+4
2022-06-03
gfs2: Remove redundant NULL check before kfree
Minghao Chi
1
-2
/
+1
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
3
-46
/
+41
2022-05-24
Merge tag 'gfs2-v5.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-66
/
+91
2022-05-24
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-2
/
+2
2022-05-24
gfs2: Convert function bh_get to use iomap
Bob Peterson
1
-5
/
+12
2022-05-24
gfs2: use i_lock spin_lock for inode qadata
Bob Peterson
1
-12
/
+20
2022-05-24
gfs2: Return more useful errors from gfs2_rgrp_send_discards()
Andrew Price
1
-2
/
+2
2022-05-24
gfs2: Use container_of() for gfs2_glock(aspace)
Kees Cook
4
-27
/
+38
2022-05-24
gfs2: Explain some direct I/O oddities
Andreas Gruenbacher
1
-0
/
+4
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+3
2022-05-16
iomap: add per-iomap_iter private data
Christoph Hellwig
1
-2
/
+2
2022-05-14
gfs2: replace 'found' with dedicated list iterator variable
Jakob Koschel
2
-20
/
+15
2022-05-13
gfs2: Stop using glock holder auto-demotion for now
Andreas Gruenbacher
1
-32
/
+14
2022-05-13
gfs2: buffered write prefaulting
Andreas Gruenbacher
1
-12
/
+16
2022-05-13
gfs2: Align read and write chunks to the page cache
Andreas Gruenbacher
1
-8
/
+7
2022-05-13
gfs2: Pull return value test out of should_fault_in_pages
Andreas Gruenbacher
1
-12
/
+22
2022-05-13
gfs2: Clean up use of fault_in_iov_iter_{read,write}able
Andreas Gruenbacher
1
-17
/
+9
2022-05-13
gfs2: Variable rename
Andreas Gruenbacher
1
-17
/
+17
2022-05-13
gfs2: Fix filesystem block deallocation for short writes
Andreas Gruenbacher
1
-6
/
+5
2022-05-09
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
gfs2: Convert to release_folio
Matthew Wilcox (Oracle)
3
-23
/
+25
2022-05-09
iomap: Convert to release_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Change the type of filler_t
Matthew Wilcox (Oracle)
1
-18
/
+11
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-8
/
+7
2022-05-09
fs: Convert iomap_readpage to iomap_read_folio
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-04-28
gfs2: No short reads or writes upon glock contention
Andreas Gruenbacher
1
-4
/
+0
2022-04-26
gfs2: Don't re-check for write past EOF unnecessarily
Andreas Gruenbacher
1
-1
/
+1
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
1
-4
/
+3
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-1
/
+1
2022-03-31
Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-76
/
+104
2022-03-31
gfs2: Make sure FITRIM minlen is rounded up to fs block size
Andrew Price
1
-1
/
+2
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2022-03-24
gfs2: Make sure not to return short direct writes
Andreas Gruenbacher
1
-1
/
+1
2022-03-24
gfs2: Remove dead code in gfs2_file_read_iter
Andreas Gruenbacher
1
-6
/
+3
2022-03-24
gfs2: Fix gfs2_file_buffered_write endless loop workaround
Andreas Gruenbacher
1
-0
/
+1
[prev]
[next]