Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5dc8a864be0820677e7fce85d2832d4387c7bb88
/
fs
/
gfs2
« Previous
190562b
[GFS2] Fix a bug: scheduling under a spinlock
by Steven Whitehouse
· 19 years ago
fe1bded
[GFS2] Use vmalloc() in dir code
by Steven Whitehouse
· 19 years ago
4d8012b
[GFS2] Fix bug which was causing postmark to fail
by Steven Whitehouse
· 19 years ago
f4154ea
[GFS2] Update journal accounting code.
by Steven Whitehouse
· 19 years ago
ed38650
[GFS2] Finally get ref counting correct
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
e3167de
[GFS] Fix bug in endian conversion for metadata header
by Steven Whitehouse
· 19 years ago
cd45697
[GFS2] Add missing {} in trans.c
by Steven Whitehouse
· 19 years ago
e90deff
[GFS2] Fix bug in directory expansion code
by Steven Whitehouse
· 19 years ago
d0dc80d
[GFS2] Update debugging code
by Steven Whitehouse
· 19 years ago
484adff
[GFS2] Update locking in log.c
by Steven Whitehouse
· 19 years ago
7aabffc
[DLM] Look for "nodir" in the lockspace mount options
by David Teigland
· 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
c752666
[GFS2] Fix bug in directory code and tidy up
by Steven Whitehouse
· 19 years ago
419c93e
[GFS2] Add gfs2meta filesystem
by Steven Whitehouse
· 19 years ago
b4dc729
[GFS2] Fix some bugs
by Steven Whitehouse
· 19 years ago
c9fd430
[GFS2] Tidy up mount code.
by Steven Whitehouse
· 19 years ago
e317ffc
[GFS2] Remove uneeded memory allocation
by Steven Whitehouse
· 19 years ago
5c676f6
[GFS2] Macros removal in gfs2.h
by Steven Whitehouse
· 19 years ago
116ad29
[GFS2] Remove pointless comment from nolock/main.c
by Steven Whitehouse
· 19 years ago
f382894
[GFS2] 80 Column audit of locking modules
by Steven Whitehouse
· 19 years ago
568f4c9
[GFS2] 80 Column audit of GFS2
by Steven Whitehouse
· 19 years ago
3a8fe9b
[GFS2] Use BUG_ON() rather then if (...) BUG();
by Steven Whitehouse
· 19 years ago
d92a8d4
[GFS2] Audit printk and kmalloc
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
8d3b35a
[DLM] Remove support for range locks (II)
by David Teigland
· 19 years ago
91ffd7d
[GFS2] Missed deletion of debugging code
by Steven Whitehouse
· 19 years ago
13538b8
[GFS2] Add list empty test to databuf_lo_add
by Steven Whitehouse
· 19 years ago
f55ab26
[GFS2] Use mutices rather than semaphores
by Steven Whitehouse
· 19 years ago
5c4e9e0
[GFS2] Fix a case where we didn't get unstuffing right
by Steven Whitehouse
· 19 years ago
61a30dc
[GFS2] Fix for lock recursion problem for internal files
by Steven Whitehouse
· 19 years ago
4dd651a
[GFS2] Fix the bugs I introduced in the last patch but one
by Steven Whitehouse
· 19 years ago
d1665e4
[GFS2] Put back O_DIRECT support
by Steven Whitehouse
· 19 years ago
fc69d0d
[GFS2] Change ondisk format (hopefully for the last time)
by Steven Whitehouse
· 19 years ago
7359a19
[GFS2] Fix for root inode ref count bug
by Steven Whitehouse
· 19 years ago
18ec7d5
[GFS2] Make journaled data files identical to normal files on disk
by Steven Whitehouse
· 19 years ago
257f9b4
[GFS2] Update truncate function (shrinking partial blocks)
by Steven Whitehouse
· 19 years ago
f42faf4
[GFS2] Add gfs2_internal_read()
by Steven Whitehouse
· 19 years ago
fd2ee6b
[GFS2] Remove unused prototype
by Steven Whitehouse
· 19 years ago
e13940b
[GFS2] Make dir.c independant of jdata.c
by Steven Whitehouse
· 19 years ago
9b124fb
[GFS2] Use mpage_readpage() in gfs2_readpage()
by Steven Whitehouse
· 19 years ago
2442a09
[GFS2] Bug fix relating to endian conversion in inode.c
by Steven Whitehouse
· 19 years ago
4ff1467
[GFS2] Rename get_block and make it extern
by Steven Whitehouse
· 19 years ago
b381bea
[GFS2] Remove unused file resize.c
by Steven Whitehouse
· 19 years ago
aa6a85a
[GFS2] Remove pointless argument relating to truncate
by Steven Whitehouse
· 19 years ago
a98ab22
[GFS2] Rename gfs2_meta_pin to gfs2_pin
by Steven Whitehouse
· 19 years ago
4f3df04
[GFS2] Change memory allocations to GFP_NOFS
by Steven Whitehouse
· 19 years ago
64fb4eb
[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structure
by Steven Whitehouse
· 19 years ago
586dfda
[GFS2] Make the new argument to gfs2_trans_add_bh() actually do something
by Steven Whitehouse
· 19 years ago
d4e9c4c
[GFS2] Add an additional argument to gfs2_trans_add_bh()
by Steven Whitehouse
· 19 years ago
b96ca4f
[GFS2] Update init_dinode() to reduce stack usage
by Steven Whitehouse
· 19 years ago
3bd7662
[GFS2] Remove unused code from ondisk.c/gfs2_ondisk.h
by Steven Whitehouse
· 19 years ago
666a2c5
[GFS2] Remove unused code from various files
by Steven Whitehouse
· 19 years ago
c73530a
[GFS2] Remove remains of the GFS2 identify ioctl()
by David Teigland
· 19 years ago
5ddec5b
[GFS2] Only two args for kobject_uevent() in locking/dlm/mount.c
by David Teigland
· 19 years ago
869d81d
[GFS2] An update of the GFS2 lock modules
by David Teigland
· 19 years ago
a8f2d64
[GFS2] Fix typo in GFS2 Makefile
by David Teigland
· 19 years ago
29b7998
[GFS2] The lock modules for GFS2
by David Teigland
· 19 years ago
b3b94fa
[GFS2] The core of GFS2
by David Teigland
· 19 years ago