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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
1
-2
/
+1
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
1
-10
/
+9
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
1
-3
/
+3
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
1
-1
/
+1
2018-07-12
switch all remaining checks for FILE_OPENED to FMODE_OPENED
Al Viro
1
-1
/
+1
2018-06-04
gfs2: Iomap cleanups and improvements
Andreas Gruenbacher
1
-4
/
+0
2018-03-08
gfs2: Dirty source inode during rename
Andreas Gruenbacher
1
-9
/
+1
2018-01-29
GFS2: Don't try to end a non-existent transaction in unlink
Bob Peterson
1
-3
/
+2
2018-01-18
gfs2: Add gfs2_max_stuffed_size
Andreas Gruenbacher
1
-4
/
+2
2017-10-31
gfs2: Add support for statx inode flags
Andreas Gruenbacher
1
-0
/
+14
2017-10-31
gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap
Andreas Gruenbacher
1
-0
/
+38
2017-10-31
GFS2: Switch fiemap implementation to use iomap
Bob Peterson
1
-25
/
+9
2017-09-25
gfs2: Support negative atimes
Andreas Gruenbacher
1
-1
/
+2
2017-08-09
gfs2: Fix trivial typos
Andreas Gruenbacher
1
-1
/
+1
2017-08-09
GFS2: Clear gl_object if gfs2_create_inode fails
Bob Peterson
1
-1
/
+4
2017-07-21
GFS2: Set gl_object in inode lookup only after block type check
Bob Peterson
1
-2
/
+2
2017-07-21
GFS2: Introduce helper for clearing gl_object
Bob Peterson
1
-2
/
+2
2017-07-19
gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"
Andreas Gruenbacher
1
-2
/
+2
2017-07-05
gfs2: gfs2_create_inode: Keep glock across iput
Andreas Gruenbacher
1
-1
/
+3
2017-07-05
gfs2: Protect gl->gl_object by spin lock
Andreas Gruenbacher
1
-4
/
+4
2017-07-05
gfs2: Get rid of flush_delayed_work in gfs2_evict_inode
Andreas Gruenbacher
1
-3
/
+4
2017-04-03
Revert "GFS2: Wait for iopen glock dequeues"
Andreas Gruenbacher
1
-2
/
+1
2017-03-16
GFS2: Temporarily zero i_no_addr when creating a dinode
Bob Peterson
1
-0
/
+1
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+6
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-5
/
+6
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-1
/
+0
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+5
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-1
/
+1
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-9
/
+0
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
1
-9
/
+0
2016-10-04
Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-0
/
+4
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-4
/
+4
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-26
gfs2: Initialize atime of I_NEW inodes
Andreas Gruenbacher
1
-0
/
+4
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-08-07
fs: return EPERM on immutable inode
Eryu Guan
1
-1
/
+1
2016-07-24
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-43
/
+85
2016-07-05
Use the right predicate in ->atomic_open() instances
Al Viro
1
-1
/
+1
2016-06-27
gfs2: Lock holder cleanup
Andreas Gruenbacher
1
-18
/
+15
2016-06-27
gfs2: Large-filesystem fix for 32-bit systems
Andreas Gruenbacher
1
-2
/
+17
2016-06-27
gfs2: Get rid of gfs2_ilookup
Andreas Gruenbacher
1
-15
/
+0
2016-06-27
gfs2: Fix gfs2_lookup_by_inum lock inversion
Andreas Gruenbacher
1
-28
/
+73
2016-05-20
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-3
/
+3
2016-05-12
gfs2: Switch to generic xattr handlers
Al Viro
1
-71
/
+11
2016-04-14
GFS2: Don't dereference inode in gfs2_inode_lookup until it's valid
Bob Peterson
1
-3
/
+3
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
1
-5
/
+4
2016-03-17
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-59
/
+12
[next]