| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ocfs2: Add ->get_osb() dlmglue locking operation | Mark Fasheh | 2006-09-24 | 1 | -0/+33 |
* | ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_ops | Mark Fasheh | 2006-09-24 | 1 | -13/+3 |
* | ocfs2: combine inode and generic AST functions | Mark Fasheh | 2006-09-24 | 1 | -110/+10 |
* | ocfs2: Clean up lock resource refresh flags | Mark Fasheh | 2006-09-24 | 1 | -14/+35 |
* | ocfs2: Remove i_generation from inode lock names | Mark Fasheh | 2006-09-24 | 10 | -53/+170 |
* | ocfs2: Encode i_generation in the meta data lvb | Mark Fasheh | 2006-09-24 | 2 | -7/+12 |
* | ocfs2: Free up some space in the lvb | Mark Fasheh | 2006-09-24 | 2 | -4/+6 |
* | ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock() | Mark Fasheh | 2006-09-24 | 3 | -37/+14 |
* | ocfs2: manually d_move() during ocfs2_rename() | Mark Fasheh | 2006-09-24 | 2 | -2/+5 |
* | ocfs2: Remove the dentry vote | Mark Fasheh | 2006-09-24 | 2 | -183/+2 |
* | ocfs2: Hook rest of the file system into dentry locking API | Mark Fasheh | 2006-09-24 | 4 | -41/+94 |
* | ocfs2: Add dentry tracking API | Mark Fasheh | 2006-09-24 | 3 | -32/+369 |
* | ocfs2: Add new cluster lock type | Mark Fasheh | 2006-09-24 | 5 | -104/+436 |
* | ocfs2: Update dlmglue for new dlmlock() API | Mark Fasheh | 2006-09-24 | 1 | -0/+3 |
* | ocfs2: Update dlmfs for new dlmlock() API | Mark Fasheh | 2006-09-24 | 2 | -51/+31 |
* | ocfs2: Allow binary names in the DLM | Mark Fasheh | 2006-09-24 | 5 | -8/+11 |
* | ocfs2: Silence dlm error print | Mark Fasheh | 2006-09-24 | 1 | -3/+3 |
* | ocfs2: Remove overzealous BUG_ON() | Mark Fasheh | 2006-09-20 | 1 | -8/+20 |
* | ocfs2: Don't print on unknown remote blocking call | Mark Fasheh | 2006-09-20 | 1 | -6/+4 |
* | ocfs2: implement directory read-ahead | Mark Fasheh | 2006-09-20 | 7 | -47/+115 |
* | ocfs2: properly update i_mtime on buffered write | Mark Fasheh | 2006-09-20 | 1 | -49/+34 |
* | ocfs2: Fix directory link count checks in ocfs2_link() | Tiger Yang | 2006-09-20 | 1 | -5/+5 |
* | ocfs2: move nlink check in ocfs2_mknod() | Mark Fasheh | 2006-09-20 | 1 | -7/+5 |
* | ocfs2: Fix heartbeat sector calculation | Mathieu Avila | 2006-09-20 | 1 | -2/+6 |
* | [PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h" | Adrian Bunk | 2006-09-20 | 1 | -0/+2 |
* | ocfs2: add ext2 attributes | Herbert Poetzl | 2006-09-20 | 9 | -6/+217 |
* | ocfs2: allocation hints | Mark Fasheh | 2006-08-07 | 4 | -13/+145 |
* | ocfs2: better group descriptor consistency checks | Mark Fasheh | 2006-08-07 | 1 | -20/+94 |
* | ocfs2: limit cluster bitmap information saved at mount | Mark Fasheh | 2006-08-07 | 2 | -3/+6 |
* | [PATCH] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockres | Adrian Bunk | 2006-08-07 | 1 | -1/+0 |
* | ocfs2: fix check for locally granted state during dlmunlock() | Kurt Hackel | 2006-08-07 | 1 | -1/+1 |
* | ocfs2: do not modify lksb->status in the unlock ast | Kurt Hackel | 2006-08-07 | 1 | -25/+12 |
* | ocfs2: Fix lvb corruption | Kurt Hackel | 2006-08-07 | 1 | -0/+6 |
* | ocfs2: remove redundant NULL checks in ocfs2_direct_IO_get_blocks() | Florin Malita | 2006-06-29 | 1 | -8/+1 |
* | ocfs2: clean up some osb fields | Mark Fasheh | 2006-06-29 | 4 | -42/+4 |
* | ocfs2: fix init of uuid_net_key | Mark Fasheh | 2006-06-29 | 1 | -1/+1 |
* | ocfs2: silence a debug print | Mark Fasheh | 2006-06-29 | 1 | -1/+1 |
* | ocfs2: silence ENOENT during lookup of broken links | Sunil Mushran | 2006-06-29 | 1 | -1/+1 |
* | ocfs2: Cleanup message prints | Sunil Mushran | 2006-06-29 | 3 | -18/+20 |
* | ocfs2: silence -EEXIST from ocfs2_extent_map_insert/lookup | Joel Becker | 2006-06-29 | 1 | -7/+22 |
* | [PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() static | Adrian Bunk | 2006-06-29 | 2 | -4/+6 |
* | ocfs2: warn the user on a dead timeout mismatch | Mark Fasheh | 2006-06-29 | 2 | -0/+21 |
* | ocfs2: Compile-time disabling of ocfs2 debugging output. | Joel Becker | 2006-06-29 | 3 | -7/+25 |
* | [PATCH] mark address_space_operations const | Christoph Hellwig | 2006-06-28 | 2 | -2/+2 |
* | [PATCH] Remove redundant NULL checks before [kv]free - in fs/ | Jesper Juhl | 2006-06-27 | 1 | -6/+2 |
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-27 | 7 | -8/+8 |
* | [PATCH] fs/ocfs2/dlm/: cleanups | Adrian Bunk | 2006-06-26 | 5 | -35/+3 |
* | ocfs2: fix compiler warnings in dlm_convert_lock_handler() | Mark Fasheh | 2006-06-26 | 1 | -1/+2 |
* | ocfs2: dlm_print_one_mle() needs to be defined | Mark Fasheh | 2006-06-26 | 1 | -6/+6 |
* | ocfs2: remove whitespace in dlmunlock.c | Kurt Hackel | 2006-06-26 | 1 | -1/+1 |