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
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
gfs2: Fix underflow in gfs2_page_mkwrite
Andreas Gruenbacher
1
-2
/
+2
2021-06-18
gfs2: Prevent direct-I/O write fallback errors from getting lost
Andreas Gruenbacher
1
-1
/
+4
2020-08-11
Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
1
-16
/
+15
2020-08-07
Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+2
2020-08-05
iomap: fall back to buffered writes for invalidation failures
Christoph Hellwig
1
-1
/
+2
2020-08-03
gfs2: Pass glock holder to gfs2_file_direct_{read,write}
Andreas Gruenbacher
1
-16
/
+15
2020-07-08
gfs2: Rework read and page fault locking
Andreas Gruenbacher
1
-2
/
+50
2020-03-27
gfs2: Remove unnecessary gfs2_qa_{get,put} pairs
Andreas Gruenbacher
1
-27
/
+1
2020-03-27
gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
Andreas Gruenbacher
1
-2
/
+4
2020-03-27
gfs2: Change inode qa_data to allow multiple users
Bob Peterson
1
-10
/
+25
2020-03-27
gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
Bob Peterson
1
-4
/
+4
2020-02-06
gfs2: fix O_SYNC write handling
Andreas Gruenbacher
1
-30
/
+21
2020-02-06
gfs2: move setting current->backing_dev_info
Christoph Hellwig
1
-11
/
+10
2019-12-06
Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
1
-21
/
+35
2019-12-02
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+30
2019-11-14
gfs2: Introduce function gfs2_withdrawn
Bob Peterson
1
-1
/
+1
2019-11-07
gfs2: Fix end-of-file handling in gfs2_page_mkwrite
Andreas Gruenbacher
1
-14
/
+26
2019-11-07
gfs2: Multi-block allocations in gfs2_page_mkwrite
Andreas Gruenbacher
1
-7
/
+8
2019-10-30
gfs2: Some whitespace cleanups
Andreas Gruenbacher
1
-0
/
+1
2019-10-23
gfs2: add compat_ioctl support
Arnd Bergmann
1
-0
/
+30
2019-10-15
iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()
Jan Kara
1
-2
/
+4
2019-09-04
gfs2: Minor PAGE_SIZE arithmetic cleanups
Andreas Gruenbacher
1
-1
/
+1
2019-09-03
gfs2: Always mark inode dirty in fallocate
Andreas Gruenbacher
1
-4
/
+3
2019-07-13
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...
Linus Torvalds
1
-13
/
+29
2019-07-03
gfs2: don't use buffer_heads in gfs2_allocate_page_backing
Christoph Hellwig
1
-17
/
+16
2019-07-03
gfs2: use page_offset in gfs2_page_mkwrite
Christoph Hellwig
1
-1
/
+1
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
1
-13
/
+29
2019-06-27
gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
Bob Peterson
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
1
-4
/
+1
2019-02-24
iomap: wire up the iopoll method
Christoph Hellwig
1
-0
/
+2
2018-11-30
gfs2: properly initial file_lock used for unlock.
NeilBrown
1
-5
/
+5
2018-10-12
gfs2: Move rs_{sizehint, rgd_gh} fields into the inode
Andreas Gruenbacher
1
-2
/
+2
2018-10-09
gfs2: getlabel support
Steve Whitehouse
1
-0
/
+14
2018-07-25
gfs2: Use iomap for stuffed direct I/O reads
Andreas Gruenbacher
1
-6
/
+0
2018-07-25
gfs2: fallocate_chunk: Always initialize struct iomap
Andreas Gruenbacher
1
-1
/
+2
2018-07-24
Merge branch 'iomap-write' into linux-gfs2/for-next
Andreas Gruenbacher
1
-9
/
+153
2018-07-24
fs: gfs2: Adding new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-07-02
gfs2: iomap direct I/O support
Andreas Gruenbacher
1
-10
/
+122
2018-07-02
gfs2: iomap buffered write support
Andreas Gruenbacher
1
-6
/
+38
2018-07-02
gfs2: Further iomap cleanups
Andreas Gruenbacher
1
-1
/
+1
2018-06-04
gfs2: Iomap cleanups and improvements
Andreas Gruenbacher
1
-3
/
+3
2018-03-29
gfs2: Zero out fallocated blocks in fallocate_chunk
Andreas Gruenbacher
1
-15
/
+14
2018-03-08
gfs2: Fix fallocate chunk size
Andreas Gruenbacher
1
-2
/
+3
2018-01-23
GFS2: Log the reason for log flushes in every log header
Bob Peterson
1
-1
/
+2
2018-01-23
GFS2: Introduce new gfs2_log_header_v2
Bob Peterson
1
-1
/
+2
2018-01-18
gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
Andreas Gruenbacher
1
-7
/
+12
2017-10-31
gfs2: Fix and clean up {GET,SET}FLAGS ioctl
Andreas Gruenbacher
1
-55
/
+47
2017-10-31
GFS2: Take inode off order_write list when setting jdata flag
Bob Peterson
1
-1
/
+3
2017-10-31
gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap
Andreas Gruenbacher
1
-3
/
+14
2017-09-25
gfs2: Update ctime in setflags ioctl
Andreas Gruenbacher
1
-0
/
+1
[next]