Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4c03f68fc4ab902353336b6b0c6933617821cf70
/
fs
/
gfs2
/
ops_file.c
d82661d
[GFS2] Streamline quota lock/check for no-quota case
by Steven Whitehouse
· 17 years ago
8af4c72
[GFS2] gfs2/ops_file.c should #include "ops_inode.h"
by Adrian Bunk
· 17 years ago
da755fd
[GFS2] Remove lm.[ch] and distribute content
by Steven Whitehouse
· 17 years ago
b7fe2e3
[GFS2] Fix page_mkwrite truncation race path
by Steven Whitehouse
· 17 years ago
6dbd822
[GFS2] Reduce inode size by moving i_alloc out of line
by Steven Whitehouse
· 17 years ago
e9e1ef2
[GFS2] Remove function gfs2_get_block
by Bob Peterson
· 17 years ago
dbee219
[GFS2] Remove unused variable
by Steven Whitehouse
· 17 years ago
c97bfe4
[GFS2] Remove lock methods for lock_nolock protocol
by Wendy Cheng
· 17 years ago
5561093
[GFS2] Introduce gfs2_set_aops()
by Steven Whitehouse
· 17 years ago
3cc3f71
[GFS2] Use ->page_mkwrite() for mmap()
by Steven Whitehouse
· 17 years ago
51ff87b
[GFS2] Clean up internal read function
by Steven Whitehouse
· 17 years ago
a9c62a1
fs: correct SuS compliance for open of large file without options
by Alan Cox
· 17 years ago
541010e
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 17 years ago
b4c2016
[GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118!
by Abhijith Das
· 17 years ago
7afaac6
GFS2: clean up explicit check for mandatory locks
by Pavel Emelyanov
· 17 years ago
b9af7ca
[GFS2] Fix setting of inherit jdata attr
by Steven Whitehouse
· 17 years ago
0af1a45
rename setlease to generic_setlease
by Christoph Hellwig
· 17 years ago
d0217ac
mm: fault feedback #1
by Nick Piggin
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
d00806b
mm: fix fault vs invalidate race for linear mappings
by Nick Piggin
· 17 years ago
6044606
gfs2: stop giving out non-cluster-coherent leases
by Marc Eshel
· 18 years ago
1b21f45
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
dbb7cae
[GFS2] Clean up inode number handling
by Steven Whitehouse
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
586759f
gfs2: nfs lock support for gfs2
by Marc Eshel
· 18 years ago
9d6a8c5
locks: give posix_test_lock same interface as ->lock
by Marc Eshel
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
3699e3a
[GFS2] Clean up/speed up readdir
by Steven Whitehouse
· 18 years ago
8145409
[PATCH] struct path: convert gfs2
by Josef Sipek
· 18 years ago
34126f9
[GFS2] Change gfs2_fsync() to use write_inode_now()
by Steven Whitehouse
· 18 years ago
33c3de3
[GFS2] Don't flush everything on fdatasync
by Steven Whitehouse
· 18 years ago
dcd2479
[GFS2] Remove unused function from inode.c
by Steven Whitehouse
· 18 years ago
6b124d8
[GFS2] Only set inode flags when required
by Steven Whitehouse
· 18 years ago
b60623c
[GFS2] Shrink gfs2_inode (3) - di_mode
by Steven Whitehouse
· 18 years ago
539e5d6
[GFS2] Change argument of gfs2_dinode_out
by Steven Whitehouse
· 18 years ago
9c9ab3d
[GFS2] gfs2 __user misannotation fix
by Al Viro
· 18 years ago
629a21e
[GFS2] split and annotate gfs2_inum
by Al Viro
· 18 years ago
128e5eb
[GFS2] Remove iflags.h, use FS_
by Steven Whitehouse
· 18 years ago
d00223f
[GFS2] Fix code style/indent in ops_file.c
by Steven Whitehouse
· 18 years ago
930cc23
[GFS2] streamline-generic_file_-interfaces-and-filemap gfs fix
by Andrew Morton
· 18 years ago
9c9eb21
[GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)
by Badari Pulavarty
· 18 years ago
907b9bc
[GFS2/DLM] Fix trailing whitespace
by Steven Whitehouse
· 18 years ago
f0e522a
[GFS2] Remove "NFS only" readdir path
by Steven Whitehouse
· 18 years ago
7d30859
[GFS2] Export lm_interface to kernel headers
by Fabio Massimo Di Nitto
· 18 years ago
26c1a57
[GFS2] More code style updates
by Steven Whitehouse
· 18 years ago
dd538c8
[GFS2] Spelling sentinal -> sentinel
by Steven Whitehouse
· 18 years ago
cd91549
[GFS2] Change all types to uX style
by Steven Whitehouse
· 18 years ago
a91ea69
[GFS2] Align all labels against LH side
by Steven Whitehouse
· 18 years ago
e9fc2aa
[GFS2] Update copyright, tidy up incore.h
by Steven Whitehouse
· 18 years ago
420b9e5
[GFS2] Tidy up in various files
by Steven Whitehouse
· 18 years ago
a9e5f4d
[GFS2] Alter direct I/O path
by Steven Whitehouse
· 18 years ago
52f341c
[GFS2] gfs2_set_flags double locking patch
by Abhijith Das
· 18 years ago
4340fe6
[GFS2] Add generation number
by Steven Whitehouse
· 18 years ago
b0dd930
[GFS2] Mark file_operations const
by Steven Whitehouse
· 18 years ago
a53311d
[GFS2] Use generic_file_sendfile directly
by Steven Whitehouse
· 18 years ago
faf450e
[GFS2] Remove gfs2_repermission
by Steven Whitehouse
· 18 years ago
feaa7bb
[GFS2] Fix unlinked file handling
by Steven Whitehouse
· 18 years ago
3a8a9a1
[GFS2] Update copyright date to 2006
by Steven Whitehouse
· 18 years ago
bd89680
[GFS2] Remove semaphore.h from C files
by Steven Whitehouse
· 18 years ago
b9cb981
[GFS2] Fix attributes setting logic
by Steven Whitehouse
· 18 years ago
4bcf709
[GFS2] Remove inherited flags from exported flags.
by Steven Whitehouse
· 19 years ago
b09e593
[GFS2] Fix a ref count bug and other clean ups
by Steven Whitehouse
· 19 years ago
55eccc6
[GFS2] Finish off ioctl support
by Steven Whitehouse
· 19 years ago
8628de0
[GFS2] Update GFS2 for the recent pull from Linus
by Steven Whitehouse
· 19 years ago
7ea9ea8
[GFS2] Update ioctl() to new interface
by Steven Whitehouse
· 19 years ago
71b86f5
[GFS2] Further updates to dir and logging code
by Steven Whitehouse
· 19 years ago
94aabbd
[GFS2] Remove ioctl support
by Steven Whitehouse
· 19 years ago
5c676f6
[GFS2] Macros removal in gfs2.h
by Steven Whitehouse
· 19 years ago
568f4c9
[GFS2] 80 Column audit of GFS2
by Steven Whitehouse
· 19 years ago
d95cb94
[GFS2] Patch to remove stats counters from GFS2 (II)
by David Teigland
· 19 years ago
6a6b3d0
[GFS2] Patch to remove stats gathering from GFS2
by David Teigland
· 19 years ago
f55ab26
[GFS2] Use mutices rather than semaphores
by Steven Whitehouse
· 19 years ago
61a30dc
[GFS2] Fix for lock recursion problem for internal files
by Steven Whitehouse
· 19 years ago
d1665e4
[GFS2] Put back O_DIRECT support
by Steven Whitehouse
· 19 years ago
18ec7d5
[GFS2] Make journaled data files identical to normal files on disk
by Steven Whitehouse
· 19 years ago
d4e9c4c
[GFS2] Add an additional argument to gfs2_trans_add_bh()
by Steven Whitehouse
· 19 years ago
c73530a
[GFS2] Remove remains of the GFS2 identify ioctl()
by David Teigland
· 19 years ago
b3b94fa
[GFS2] The core of GFS2
by David Teigland
· 19 years ago