aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ocfs2: Release mutex in error handling codeJulia Lawall2008-07-311-1/+1
* [PATCH] ocfs2: Fix oops when racing files truncates with writes into an mmap ...Sunil Mushran2008-07-311-12/+17
* [PATCH 2/2] ocfs2: Fix race between mount and recoverySunil Mushran2008-07-314-42/+148
* [PATCH 1/2] ocfs2: Add counter in struct ocfs2_dinode to track journal replaysSunil Mushran2008-07-311-1/+4
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-262-3/+2
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-262-3/+2
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-172-19/+7
* Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-172-38/+24
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-1712-50/+200
|\
| * [PATCH] ocfs2: fix oops in mmap_truncate testingColy Li2008-07-161-3/+10
| * configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-142-24/+38
| * ocfs2: Don't snprintf() without a format.Joel Becker2008-07-141-1/+1
| * ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker2008-07-142-2/+2
| * ocfs2/net: Silence build warnings on sparc64Sunil Mushran2008-07-141-3/+5
| * ocfs2: Handle error during journal loadWengang Wang2008-07-141-1/+5
| * ocfs2: Silence an error message in ocfs2_file_aio_read()Sunil Mushran2008-07-141-1/+1
| * ocfs2: use simple_read_from_buffer()Akinobu Mita2008-07-141-14/+5
| * ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap2008-07-141-4/+4
| * [PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran2008-07-142-1/+133
* | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-1413-194/+204
|\ \ | |/
| * ocfs2: Fix flags in ocfs2_file_lockMark Fasheh2008-07-101-7/+7
| * [PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()Sunil Mushran2008-07-071-0/+2
| * ocfs2: Remove ->hangup() from stack glue operations.Joel Becker2008-06-164-23/+6
| * ocfs2: Move the call of ocfs2_hb_ctl into the stack glue.Joel Becker2008-06-163-48/+40
| * ocfs2: Move the hb_ctl_path sysctl into the stack glue.Joel Becker2008-06-165-78/+89
| * [PATCH 3/3] ocfs2/net: Silence build warningsSunil Mushran2008-05-302-19/+41
| * [PATCH 2/3] ocfs2/dlm: Silence build warningsSunil Mushran2008-05-301-6/+6
| * [PATCH 1/3] ocfs2/net: Silence build warningsSunil Mushran2008-05-301-6/+6
| * ocfs2: Rename 'user_stack' plugin structure to 'ocfs2_user_plugin'Joel Becker2008-05-301-17/+17
| * ocfs2 endianness fixesAl Viro2008-05-211-2/+2
* | ocfs2-stack_user: BKL pushdownArnd Bergmann2008-07-021-0/+3
|/
* ocfs2: Use GFP_NOFS in kmalloc during localalloc window moveSunil Mushran2008-04-301-2/+2
* ocfs2: Allow uid/gid/perm changes of symlinksSunil Mushran2008-04-302-0/+6
* ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk2008-04-301-3/+5
* ocfs2: make struct o2cb_stack_ops staticAdrian Bunk2008-04-301-1/+1
* ocfs2: make struct ocfs2_control_device staticAdrian Bunk2008-04-301-1/+1
* ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb)Joel Becker2008-04-301-1/+1
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-5/+6
* ocfs2/net: Add debug interface to o2netSunil Mushran2008-04-186-3/+569
* ocfs2: Only build ocfs2/dlm with the o2cb stack moduleMark Fasheh2008-04-181-1/+1
* ocfs2/cluster: Get rid of arguments to the timeout routinesJeff Mahoney2008-04-181-27/+20
* ocfs2: Use BUG_ONJulia Lawall2008-04-182-4/+2
* ocfs2: Convert ocfs2 over to unlocked_ioctlAndi Kleen2008-04-183-13/+6
* ocfs2: Improve rename lockingJan Kara2008-04-181-1/+1
* fs/ocfs2/aops.c: test for IS_ERR rather than 0Julia Lawall2008-04-181-3/+3
* ocfs2: Add inode stealing for ocfs2_reserve_new_inodeTao Ma2008-04-186-5/+116
* ocfs2: Add ac_alloc_slot in ocfs2_alloc_contextTao Ma2008-04-183-0/+4
* ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bitsTao Ma2008-04-181-4/+18
* ocfs2: Enable cross extent block merge.Tao Ma2008-04-181-8/+86