aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2006-10-03[GFS2] Fix endian bug for de_typeSteven Whitehouse1-2/+2
2006-10-03[GFS2] Initialize SELinux extended attributes at inode creation time.Ryan O'Hara1-0/+38
2006-10-03[GFS2] Move logging code into log.c (mostly)Steven Whitehouse4-169/+165
2006-10-02[GFS2] Mark nlink cleared so VFS sees it happenSteven Whitehouse1-0/+1
2006-10-02[GFS2] Two redundant casts removedSteven Whitehouse1-2/+2
2006-10-02[GFS2] Remove uneeded endian conversionSteven Whitehouse3-14/+25
2006-10-02[GFS2] Remove duplicate sb reading codeSteven Whitehouse3-30/+16
2006-10-02[GFS2] Mark metadata reads for blktraceSteven Whitehouse2-4/+6
2006-10-02[GFS2] Remove iflags.h, use FS_Steven Whitehouse1-27/+47
2006-10-02[GFS2] Fix code style/indent in ops_file.cSteven Whitehouse1-3/+4
2006-10-02[GFS2] streamline-generic_file_-interfaces-and-filemap gfs fixAndrew Morton1-2/+2
2006-10-02[GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)Badari Pulavarty1-2/+0
2006-09-28[GFS2] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-28[GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)Theodore Ts'o3-5/+5
2006-09-27[GFS2] Fix bug in Makefiles for lock modulesSteven Whitehouse2-2/+2
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse22-53/+50
2006-09-21[GFS2] Tidy up meta_io codeSteven Whitehouse12-190/+163
2006-09-20[GFS2] Remove unused constantsSteven Whitehouse3-10/+3
2006-09-19[GFS2] Remove "NFS only" readdir pathSteven Whitehouse1-178/+9
2006-09-19[GFS2] Use list_for_each_entry_safe_reverse in gfs2_ail1_start()Steven Whitehouse1-10/+9
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto34-308/+33
2006-09-19[GFS2] inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-vs-gfs2akpm@osdl.org1-1/+1
2006-09-18[GFS2] Tweek unlock test in readpage()Steven Whitehouse1-2/+1
2006-09-18[GFS2] Fix for mmap() bug in readpageRussell Cattelan1-2/+5
2006-09-18[GFS2] Map multiple blocks at once where possibleSteven Whitehouse6-141/+92
2006-09-18[GFS2] print mount errors related to sysfsDavid Teigland1-0/+1
2006-09-14[GFS2] Fix glock hash clearingSteven Whitehouse1-1/+1
2006-09-13[GFS2] Tidy up log.cSteven Whitehouse1-26/+14
2006-09-13[GFS2] Use atomic_t rather than kref in glock.cSteven Whitehouse2-23/+13
2006-09-12[GFS2] Use hlist for glock hash chainsSteven Whitehouse3-14/+18
2006-09-11[GFS2] Rewrite of examine_bucket()Steven Whitehouse2-65/+31
2006-09-09[GFS2] Remove unused function from glock.cSteven Whitehouse3-23/+2
2006-09-09[GFS2] Add consts to glock sorting functionSteven Whitehouse1-18/+12
2006-09-09[GFS2] Make glock hash locks proportional to NR_CPUSSteven Whitehouse2-22/+74
2006-09-09[GFS2] vfree should be kfree (II)Steven Whitehouse1-2/+1
2006-09-08[GFS2] Move rwlocks in glock.c into their own arraySteven Whitehouse2-51/+43
2006-09-08[GFS2] Use void * instead of typedef for locking module interfaceSteven Whitehouse12-126/+113
2006-09-08[GFS2] vfree should be kfreeSteven Whitehouse1-1/+1
2006-09-07[GFS2] Remove unused sync_lvb code from lock modulesSteven Whitehouse5-32/+0
2006-09-07[GFS2] Remove one typedefSteven Whitehouse9-22/+20
2006-09-07[GFS2] Forgot to remove unused include vmalloc.hSteven Whitehouse1-1/+0
2006-09-07[GFS2] Move glock hash table out of superblockSteven Whitehouse5-36/+47
2006-09-07[GFS2] Add gfs2 superblock to glock hash functionSteven Whitehouse1-3/+5
2006-09-07[GFS2] Add brackets in locking/dlm/sysfs.cSteven Whitehouse1-1/+2
2006-09-07[GFS2] use snprintf for sysfs showDavid Teigland1-11/+14
2006-09-07[GFS2] More style changesJan Engelhardt3-6/+6
2006-09-05[GFS2] Add a comment in ops_export.cSteven Whitehouse1-0/+4
2006-09-05[GFS2] More style fixesSteven Whitehouse3-14/+6
2006-09-05[GFS2] Remove unused code from quotaSteven Whitehouse1-53/+10
2006-09-05[GFS2] Style changes in logging codeSteven Whitehouse3-14/+4
2006-09-05[GFS2] Extended attribute code style changesSteven Whitehouse4-74/+48
2006-09-05[GFS2] Style changes in rgrp.cSteven Whitehouse1-2/+2
2006-09-05[GFS2] Fix end of multi-line structuresSteven Whitehouse3-23/+23
2006-09-05[GFS2] Make headers compile on their ownSteven Whitehouse27-2/+77
2006-09-05[GFS2] Directory code style changesSteven Whitehouse3-52/+47
2006-09-04[GFS2] Some further style changesSteven Whitehouse3-9/+11
2006-09-04[GFS2] More code style updatesSteven Whitehouse3-33/+33
2006-09-04[GFS2] Style changes in ops_address.cSteven Whitehouse1-2/+3
2006-09-04[GFS2] Spelling sentinal -> sentinelSteven Whitehouse3-6/+6
2006-09-04[GFS2] Use const in endian conversion routinesSteven Whitehouse1-39/+39
2006-09-04[GFS2] More style changesSteven Whitehouse2-8/+6
2006-09-04[GFS2] Remove a cast, tidy gfs2_inode_attr_inSteven Whitehouse2-14/+15
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse36-363/+363
2006-09-04[GFS2] Align all labels against LH sideSteven Whitehouse19-245/+129
2006-09-04[GFS2] Tidy up bmap/inode codeSteven Whitehouse5-64/+41
2006-09-04[GFS2] Tidy up locking codeSteven Whitehouse7-113/+47
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse76-184/+109
2006-08-31[GFS2] Fix releasepage bug (fixes direct i/o writes)Steven Whitehouse2-4/+40
2006-08-30[GFS2] Add superblock into key for glock lookupsSteven Whitehouse1-3/+6
2006-08-30[GFS2] Use const on glock lookup keySteven Whitehouse1-3/+3
2006-08-30[GFS2] Use slab properly with glocksSteven Whitehouse2-28/+34
2006-08-30[GFS2] Remove unused code from glock layerSteven Whitehouse4-12/+0
2006-08-30[GFS2] Make glock operations constSteven Whitehouse5-38/+38
2006-08-25[GFS2] Allow mounting of gfs2 and gfs2meta at the same timeAbhijith Das4-3/+155
2006-08-25[GFS2] Fix journal off-by-one errorBenjamin Marzinski1-1/+3
2006-08-24[GFS2] Speed up scanning of glocksSteven Whitehouse3-21/+5
2006-08-24[GFS2] Tidy up error handling in gfs2_releasepage()Steven Whitehouse1-15/+14
2006-08-22[GFS2] Another list_del bugSteven Whitehouse2-8/+5
2006-08-22[GFS2] Fix to list_del in lops.cSteven Whitehouse1-1/+1
2006-08-18[GFS2] Fix leak of gfs2_bufdataSteven Whitehouse4-11/+6
2006-08-10[GFS2] Fix a couple of refcount leaks.Russell Cattelan3-4/+12
2006-08-08[GFS2] Fix lack of buffers in writepage bugSteven Whitehouse1-2/+6
2006-08-07[GFS2] Fix gfs_ prefix in locking.cSteven Whitehouse1-8/+8
2006-08-07[GFS2] match plock result with correct requestDavid Teigland1-1/+2
2006-08-07[GFS2] lockproto api prefixDavid Teigland3-13/+8
2006-08-04[GFS2] Fix lock ordering bug in page fault pathSteven Whitehouse5-25/+32
2006-08-01[GFS2] Fix bug in directory codeSteven Whitehouse1-0/+2
2006-07-31[GFS2] add plock ownerDavid Teigland1-0/+2
2006-07-31[GFS2] Tidy up in various filesSteven Whitehouse3-40/+12
2006-07-28[GFS2] Fix bug in clear_inodeSteven Whitehouse1-0/+1
2006-07-27[GFS2] Fix bug in super block reading codeSteven Whitehouse1-1/+3
2006-07-27[GFS2] Change some allocations to GFP_NOFSSteven Whitehouse1-7/+6
2006-07-27[GFS2] Use a bio to read the superblockSteven Whitehouse4-35/+64
2006-07-26[GFS2] Remove page.[ch]Steven Whitehouse9-235/+184
2006-07-26[GFS2] Tidy gfs2_unstuffer_pageSteven Whitehouse7-77/+66
2006-07-25[GFS2] Alter direct I/O pathSteven Whitehouse2-205/+19
2006-07-21[GFS2] gfs2_set_flags double locking patchAbhijith Das1-4/+1
2006-07-21[GFS2] fix typo in locking/dlmDavid Teigland1-1/+1
2006-07-17[GFS2] Fix endian conversion bugSteven Whitehouse1-4/+4
2006-07-17[GFS2] Fix use after free bug in dir.cSteven Whitehouse1-3/+2
2006-07-13[GFS2] NFS updateWendy Cheng2-12/+24
2006-07-11[GFS2] Fix a coupls of warnings in dir.cSteven Whitehouse1-2/+2
2006-07-11[PATCH] patch to init di_payload_format field in gfs2_dinodeAbhijith Das1-0/+1
2006-07-11[GFS2] Fix deadlock in memory allocationSteven Whitehouse1-1/+1
2006-07-11[GFS2] Add generation numberSteven Whitehouse8-147/+149
2006-07-10[GFS2] Bug fix to gfs2_readpages()Steven Whitehouse1-5/+5
2006-07-10[GFS2] Remove unused code from dir.cSteven Whitehouse1-5/+0
2006-07-06[GFS2] Fixes to scanning of glocks (again)Steven Whitehouse4-11/+7
2006-07-05[GFS2] Correct logic in glock scannerSteven Whitehouse1-2/+5
2006-07-05[GFS2] Add cast for printkSteven Whitehouse1-1/+1
2006-07-05[GFS2] Make GFS2 work with lock validatorSteven Whitehouse1-1/+1
2006-07-05[GFS2] Fix locking for Direct I/O readsSteven Whitehouse1-3/+7
2006-07-03[GFS2] Mark file_operations constSteven Whitehouse2-4/+4
2006-07-03[GFS2] Make our address_space_operations constSteven Whitehouse3-3/+3
2006-07-03[GFS2] API change for gfs2_statfsSteven Whitehouse1-1/+2
2006-07-03[patch 1/1] gfs2: get_sb_dev() fixAndrew Morton1-4/+3
2006-07-03[GFS2] Remove dependance on tty_write_message()Steven Whitehouse1-19/+4
2006-06-24[GFS2] Eliminate one instance of __GFP_NOFAILSteven Whitehouse2-7/+7
2006-06-23[GFS2] Use generic_file_sendfile directlySteven Whitehouse1-19/+1
2006-06-22[GFS2] gfs2/dlm: mailing list and web pageDavid Teigland1-1/+1
2006-06-22[GFS2] Remove unused flagSteven Whitehouse2-2/+0
2006-06-22[GFS2] [-mm patch] fs/gfs2/: make code staticAdrian Bunk4-5/+2
2006-06-22[GFS2] Remove gfs2_repermissionSteven Whitehouse5-20/+9
2006-06-21[GFS2] Fix double locking problem in renameSteven Whitehouse1-5/+11
2006-06-20[GFS2] Remove unused ra_state variableSteven Whitehouse1-6/+2
2006-06-20[GFS2] Fix printk format warnings in DLM codeDavid Woodhouse1-7/+14
2006-06-20[GFS2] Fix use of bitops on unsigned int (struct gfs2_holder->gh_iflags)David Woodhouse1-1/+1
2006-06-19[GFS2] Always include glock in transactionSteven Whitehouse1-1/+1
2006-06-19[GFS2] Remove debugging printksSteven Whitehouse5-20/+3
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse38-1867/+738
2006-06-06[GFS2] Fix warning on impossible event in eattr codeSteven Whitehouse1-5/+4
2006-06-06[GFS2] Move some fields around to reduce wasted spaceSteven Whitehouse1-9/+5
2006-05-25[GFS2] Fix for selinux supportRyan O'Hara1-0/+1
2006-05-24[GFS2] Casts for printing 64bit numbersSteven Whitehouse5-24/+27
2006-05-24[GFS2] Cast 64 bit printk args to unsigned long long.David Teigland2-21/+25
2006-05-22[GFS2] Flag up issue in selinux codeSteven Whitehouse1-7/+4
2006-05-22[GFS2] selinux supportRyan O'Hara4-6/+69
2006-05-19[GFS2] setup lock_dlm kobject earlierDavid Teigland1-7/+7
2006-05-18[GFS2] glock debugging and inode cache changesSteven Whitehouse6-43/+92
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse71-71/+71
2006-05-18[GFS2] Remove semaphore.h from C filesSteven Whitehouse33-33/+0
2006-05-18[GFS2] Drop log lock on I/O error & tidy upSteven Whitehouse4-16/+17
2006-05-18[GFS2] Remove bits.c from the MakefileSteven Whitehouse1-1/+1
2006-05-18[GFS2] Make newly moved functions staticSteven Whitehouse1-9/+10
2006-05-18[GFS2] Merge bits.[ch] into rgrp.cSteven Whitehouse3-211/+161
2006-05-16[GFS2] Fix ref count bug that used to bite us on umountSteven Whitehouse1-16/+6
2006-05-12[GFS2] Fix attributes setting logicSteven Whitehouse1-3/+10
2006-05-12[GFS2] Remove incorrect initialisation of gh_ownerSteven Whitehouse2-6/+0
2006-05-12[GFS2] Reverse block order in build_heightSteven Whitehouse1-56/+46
2006-05-05[GFS2] Readpages supportSteven Whitehouse13-129/+254
2006-05-05[GFS2] Set d_ops for root inodeRobert S Peterson1-0/+3
2006-05-02[GFS2] Fix bug in writepage()Steven Whitehouse1-1/+1
2006-04-28[GFS2] Remove some unused codeSteven Whitehouse5-315/+0
2006-04-28[GFS2] [-mm patch] fs/gfs2/: possible cleanupsAdrian Bunk22-63/+79
2006-04-28[GFS2] Reordering in deallocation to avoid recursive lockingSteven Whitehouse3-54/+49
2006-04-27[GFS2] Remove redundant casts to/from voidDavid Teigland2-8/+7
2006-04-26[DLM] lock_dlm recover_status patchDavid Teigland3-9/+18
2006-04-26[GFS2] Remove GL_NEVER_RECURSE flagSteven Whitehouse6-19/+14
2006-04-26[GFS2] Don't do recursive locking in glock layerSteven Whitehouse3-196/+46
2006-04-25[GFS2] Update plock code in DLM locking moduleDavid Teigland1-3/+3
2006-04-25[GFS2] Remove inherited flags from exported flags.Steven Whitehouse1-14/+9
2006-04-24[GFS2] Tidy up Makefile & KconfigSteven Whitehouse2-51/+17
2006-04-24[GFS2] Tidy up daemon.cSteven Whitehouse1-14/+9
2006-04-24[GFS2] Tidy up dir code as per Christoph Hellwig's commentsSteven Whitehouse3-72/+78
2006-04-21[GFS2] Move BUG() back into the header fileSteven Whitehouse2-1/+1
2006-04-21[GFS2] Add back missing BUG()Steven Whitehouse1-0/+1
2006-04-21[GFS2] sem -> mutex conversion in locking.cSteven Whitehouse3-22/+20
2006-04-20[GFS2] journal recovery patchDavid Teigland3-12/+8
2006-04-20[GFS2] Fix a bug: scheduling under a spinlockSteven Whitehouse5-14/+27
2006-04-18[GFS2] Use vmalloc() in dir codeSteven Whitehouse8-10/+12
2006-04-12[GFS2] Fix bug which was causing postmark to failSteven Whitehouse1-3/+2
2006-04-11[GFS2] Update journal accounting code.Steven Whitehouse3-19/+12
2006-04-07[GFS2] Finally get ref counting correctSteven Whitehouse2-6/+13
2006-04-07[GFS2] Fix a ref count bug and other clean upsSteven Whitehouse14-69/+67
2006-04-04[GFS2] Finish off ioctl supportSteven Whitehouse2-13/+13
2006-03-31[GFS2] Update GFS2 for the recent pull from LinusSteven Whitehouse3-81/+19
2006-03-31[GFS2] Update ioctl() to new interfaceSteven Whitehouse1-102/+36
2006-03-30[GFS] Fix bug in endian conversion for metadata headerSteven Whitehouse6-23/+22
2006-03-30[GFS2] Add missing {} in trans.cSteven Whitehouse1-1/+2
2006-03-29[GFS2] Fix bug in directory expansion codeSteven Whitehouse1-9/+14
2006-03-29[GFS2] Update debugging codeSteven Whitehouse5-53/+52
2006-03-29[GFS2] Update locking in log.cSteven Whitehouse4-59/+22
2006-03-28[DLM] Look for "nodir" in the lockspace mount optionsDavid Teigland1-9/+17
2006-03-28[GFS2] Further updates to dir and logging codeSteven Whitehouse15-318/+416
2006-03-21[GFS2] Remove ioctl supportSteven Whitehouse1-95/+0
2006-03-20[GFS2] Fix bug in directory code and tidy upSteven Whitehouse10-982/+682
2006-03-02[GFS2] Add gfs2meta filesystemSteven Whitehouse3-23/+45
2006-03-01[GFS2] Fix some bugsSteven Whitehouse3-9/+7
2006-03-01[GFS2] Tidy up mount code.Steven Whitehouse8-54/+27
2006-03-01[GFS2] Remove uneeded memory allocationSteven Whitehouse2-19/+13
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse38-268/+408
2006-02-27[GFS2] Remove pointless comment from nolock/main.cSteven Whitehouse1-3/+0
2006-02-27[GFS2] 80 Column audit of locking modulesSteven Whitehouse2-4/+8
2006-02-27[GFS2] 80 Column audit of GFS2Steven Whitehouse20-72/+146
2006-02-27[GFS2] Use BUG_ON() rather then if (...) BUG();Steven Whitehouse1-2/+2
2006-02-27[GFS2] Audit printk and kmallocSteven Whitehouse10-66/+64
2006-02-23[GFS2] Patch to remove stats counters from GFS2 (II)David Teigland4-6/+0
2006-02-23[GFS2] Patch to remove stats gathering from GFS2David Teigland12-226/+10
2006-02-23[DLM] Remove support for range locks (II)David Teigland3-7/+7
2006-02-22[GFS2] Missed deletion of debugging codeSteven Whitehouse1-1/+0