index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_func
Andreas Gruenbacher
2020-12-01
1
-10
/
+11
*
gfs2: Upgrade shared glocks for atime updates
Andreas Gruenbacher
2020-11-26
1
-0
/
+21
*
gfs2: Don't call cancel_delayed_work_sync from within delete work function
Andreas Gruenbacher
2020-11-02
1
-1
/
+2
*
gfs2: Don't return NULL from gfs2_inode_lookup
Andreas Gruenbacher
2020-06-30
1
-1
/
+2
*
Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2020-06-08
1
-11
/
+36
|
\
|
*
Merge branch 'gfs2-iopen' into for-next
Andreas Gruenbacher
2020-06-05
1
-10
/
+34
|
|
\
|
|
*
gfs2: Move inode generation number check into gfs2_inode_lookup
Andreas Gruenbacher
2020-06-05
1
-9
/
+24
|
|
*
gfs2: Minor gfs2_lookup_by_inum cleanup
Andreas Gruenbacher
2020-06-05
1
-2
/
+9
|
|
*
gfs2: Turn gl_delete into a delayed work
Andreas Gruenbacher
2020-06-05
1
-0
/
+2
|
*
|
gfs2: Only do glock put in gfs2_create_inode for free inodes
Bob Peterson
2020-06-02
1
-1
/
+2
|
|
/
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-03
1
-0
/
+1
*
|
gfs2: Fix problems regarding gfs2_qa_get and _put
Bob Peterson
2020-05-08
1
-3
/
+4
|
/
*
Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2020-03-31
1
-26
/
+27
|
\
|
*
gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
Andreas Gruenbacher
2020-03-27
1
-1
/
+2
|
*
gfs2: Change inode qa_data to allow multiple users
Bob Peterson
2020-03-27
1
-13
/
+19
|
*
gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
Bob Peterson
2020-03-27
1
-6
/
+6
|
*
gfs2: Clean up inode initialization and teardown
Andreas Gruenbacher
2020-03-27
1
-12
/
+6
*
|
gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache
Al Viro
2020-03-12
1
-1
/
+1
|
/
*
gfs2: Avoid access time thrashing in gfs2_inode_lookup
Andreas Gruenbacher
2020-01-15
1
-5
/
+5
*
gfs2: Remove duplicate call from gfs2_create_inode
Andreas Gruenbacher
2019-11-21
1
-1
/
+0
*
gfs2: clean up iopen glock mess in gfs2_create_inode
Bob Peterson
2019-11-19
1
-6
/
+7
*
gfs2: removed unnecessary semicolon
Aliasgar Surti
2019-10-30
1
-1
/
+1
*
gfs2: Use async glocks for rename
Bob Peterson
2019-09-04
1
-11
/
+23
*
gfs2: separate holder for rgrps in gfs2_rename
Bob Peterson
2019-09-04
1
-8
/
+21
*
gfs2: Use IS_ERR_OR_NULL
Kefeng Wang
2019-06-27
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
gfs2: Get rid of potential double-freeing in gfs2_create_inode
Andreas Gruenbacher
2018-12-11
1
-9
/
+9
*
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
2018-07-12
1
-2
/
+1
*
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
2018-07-12
1
-10
/
+9
*
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
2018-07-12
1
-3
/
+3
*
introduce FMODE_CREATED and switch to it
Al Viro
2018-07-12
1
-1
/
+1
*
switch all remaining checks for FILE_OPENED to FMODE_OPENED
Al Viro
2018-07-12
1
-1
/
+1
*
gfs2: Iomap cleanups and improvements
Andreas Gruenbacher
2018-06-04
1
-4
/
+0
*
gfs2: Dirty source inode during rename
Andreas Gruenbacher
2018-03-08
1
-9
/
+1
*
GFS2: Don't try to end a non-existent transaction in unlink
Bob Peterson
2018-01-29
1
-3
/
+2
*
gfs2: Add gfs2_max_stuffed_size
Andreas Gruenbacher
2018-01-18
1
-4
/
+2
*
gfs2: Add support for statx inode flags
Andreas Gruenbacher
2017-10-31
1
-0
/
+14
*
gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap
Andreas Gruenbacher
2017-10-31
1
-0
/
+38
*
GFS2: Switch fiemap implementation to use iomap
Bob Peterson
2017-10-31
1
-25
/
+9
*
gfs2: Support negative atimes
Andreas Gruenbacher
2017-09-25
1
-1
/
+2
*
gfs2: Fix trivial typos
Andreas Gruenbacher
2017-08-09
1
-1
/
+1
*
GFS2: Clear gl_object if gfs2_create_inode fails
Bob Peterson
2017-08-09
1
-1
/
+4
*
GFS2: Set gl_object in inode lookup only after block type check
Bob Peterson
2017-07-21
1
-2
/
+2
*
GFS2: Introduce helper for clearing gl_object
Bob Peterson
2017-07-21
1
-2
/
+2
*
gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"
Andreas Gruenbacher
2017-07-19
1
-2
/
+2
*
gfs2: gfs2_create_inode: Keep glock across iput
Andreas Gruenbacher
2017-07-05
1
-1
/
+3
*
gfs2: Protect gl->gl_object by spin lock
Andreas Gruenbacher
2017-07-05
1
-4
/
+4
*
gfs2: Get rid of flush_delayed_work in gfs2_evict_inode
Andreas Gruenbacher
2017-07-05
1
-3
/
+4
*
Revert "GFS2: Wait for iopen glock dequeues"
Andreas Gruenbacher
2017-04-03
1
-2
/
+1
[next]