nfsd4: don't sleep in lease-break callback
[safe/jmp/linux-2.6] / fs / ocfs2 /
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-06 Akinobu Mitabitops: rename for_each_bit() to for_each_set_bit()
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot drop routine
2010-03-04 Christoph Hellwigdquot: move dquot drop responsibility into the filesystem
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: cleanup inode allocation / freeing routines
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-03-02 Tristan YeOcfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h...
2010-02-28 Wengang Wangocfs2: send SIGXFSZ if new filesize exceeds limit -v2
2010-02-28 Sunil Mushranocfs2/userdlm: Add tracing in userdlm
2010-02-28 Sunil Mushranocfs2: Use a separate masklog for AST and BASTs
2010-02-26 Srinivas Eedadlm: allow dlm do recovery during shutdown
2010-02-26 Tao Maocfs2: Only bug out in direct io write for reflinked...
2010-02-26 Coly Liocfs2: fix warning in ocfs2_file_aio_write()
2010-02-26 Joel Beckerocfs2_dlmfs: Enable the use of user cluster stacks.
2010-02-26 Joel Beckerocfs2_dlmfs: Use the stackglue.
2010-02-26 Joel Beckerocfs2_dlmfs: Don't honor truncate. The size of a dlmfs...
2010-02-26 Joel Beckerocfs2: Pass the locking protocol into ocfs2_cluster_con...
2010-02-26 Joel Beckerocfs2: Remove the ast pointers from ocfs2_stack_plugins
2010-02-26 Joel Beckerocfs2: Hang the locking proto on the cluster conn and...
2010-02-26 Joel Beckerocfs2: Attach the connection to the lksb
2010-02-26 Joel Beckerocfs2: Pass lksbs back from stackglue ast/bast functions.
2010-02-26 Joel Beckerocfs2_dlmfs: Move to its own directory
2010-02-26 Joel Beckerocfs2_dlmfs: Use poll() to signify BASTs.
2010-02-26 Joel Beckerocfs2_dlmfs: Add capabilities parameter.
2010-02-26 Joel Beckerocfs2: Handle errors while setting external xattr values.
2010-02-26 Joel Beckerocfs2: Set inline xattr entries with ocfs2_xa_set()
2010-02-26 Joel Beckerocfs2: Set xattr block entries with ocfs2_xa_set()
2010-02-26 Joel Beckerocfs2: Let ocfs2_xa_prepare_entry() do space checks.
2010-02-26 Joel Beckerocfs2: Gell into ocfs2_xa_set()
2010-02-26 Joel Beckerocfs2: Allocation in ocfs2_xa_prepare_entry(), values...
2010-02-26 Joel Beckerocfs2: Teach ocfs2_xa_loc how to do its own journal...
2010-02-26 Joel Beckerocfs2: Provide ocfs2_xa_fill_value_buf() for external...
2010-02-26 Joel Beckerocfs2: Handle value tree roots in ocfs2_xa_set_inline_v...
2010-02-26 Joel Beckerocfs2: Set the xattr name+value pair in one place
2010-02-26 Joel Beckerocfs2: Wrap calculation of name+value pair size.
2010-02-26 Joel Beckerocfs2: Add a name_len field to ocfs2_xattr_info.
2010-02-26 Joel Beckerocfs2: Prefix the member fields of struct ocfs2_xattr_info.
2010-02-26 Joel Beckerocfs2: Remove xattrs via ocfs2_xa_loc
2010-02-26 Joel Beckerocfs2: Introduce ocfs2_xa_loc
2010-02-26 Sunil Mushranocfs2: Add current->comm in trace output
2010-02-26 Wengang Wangocfs2: Clean up the checks for CoW and direct I/O.
2010-02-26 Tiger Yangocfs2: add extent block stealing for ocfs2 v5
2010-02-08 Sunil Mushranocfs2/cluster: Make o2net connect messages KERN_NOTICE
2010-02-08 Sunil Mushranocfs2/dlm: Fix printing of lockname
2010-02-05 Roel Kluinocfs2: Fix contiguousness check in ocfs2_try_to_merge_e...
2010-02-04 Sunil Mushranocfs2/dlm: Remove BUG_ON in dlm recovery when freeing...
2010-02-04 Sunil Mushranocfs2: Plugs race between the dc thread and an unlock...
2010-02-03 Sunil Mushranocfs2: Remove overzealous BUG_ON during blocked lock...
2010-02-03 Sunil Mushranocfs2: Do not downconvert if the lock level is already...
2010-02-03 Sunil Mushranocfs2: Prevent a livelock in dlmglue
2010-02-03 Wengang Wangocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast
2010-02-03 Tao Maocfs2: Use compat_ptr in reflink_arguments.
2010-02-03 Sunil Mushranocfs2/dlm: Handle EAGAIN for compatibility - v2
2010-02-03 Tao Maocfs2: Add parenthesis to wrap the check for O_DIRECT.
2010-02-03 Tao Maocfs2: Only bug out when page size is larger than clust...
2010-02-03 Tao Maocfs2: Fix memory overflow in cow_by_page.
2010-01-26 Sunil Mushranocfs2/dlm: Print more messages during lock migration
2010-01-26 Sunil Mushranocfs2/dlm: Ignore LVBs of locks in the Blocked list
2010-01-26 Sunil Mushranocfs2/trivial: Remove trailing whitespaces
2010-01-26 Wengang Wangocfs2: fix a misleading variable name
2010-01-26 Tao Maocfs2: Sync max_inline_data_with_xattr from tools.
2010-01-11 OGAWA Hirofumiocfs2: Fix refcnt leak on ocfs2_fast_follow_link()...
2009-12-31 Tao Maocfs2: Handle O_DIRECT when writing to a refcounted...
2009-12-24 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-12-24 Tao Maocfs2/trivial: Use le16_to_cpu for a disk value in...
2009-12-24 Tao Maocfs2/trivial: Use proper mask for 2 places in hearbeat.c
2009-12-24 Tristan YeOcfs2: Let ocfs2 support fiemap for symlink and fast...
2009-12-23 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-12-18 Tao Maocfs2: Set i_nlink properly during reflink.
2009-12-18 Tao Maocfs2: Add reflinked file's inode to inode hash eariler.
2009-12-18 Tristan YeOcfs2: Should ocfs2 support fiemap for S_IFDIR inode?
2009-12-18 Sunil Mushranocfs2: Use FIEMAP_EXTENT_SHARED
2009-12-18 Coly Liocfs2: replace u8 by __u8 in ocfs2_fs.h
2009-12-18 Coly Liocfs2: explicit declare uninitialized var in user_clust...
2009-12-17 Jeff Liuocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL...
2009-12-16 Christoph Hellwigocfs: stop using do_sync_mapping_range
2009-12-16 Christoph Hellwigcleanup blockdev_direct_IO locking
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-16 Christoph Hellwigdirect-io: cleanup blockdev_direct_IO locking
2009-12-10 Jan Karaquota: Move definition of QFMT_OCFS2 to linux/quota.h
2009-12-10 Alexey Dobriyanconst: struct quota_format_ops
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-04 Uwe Kleine-Königtree-wide: fix typos "offest" -> "offset"
2009-12-03 Tiger Yangocfs2: return -EAGAIN instead of EAGAIN in dlm
2009-12-03 Sunil Mushranocfs2/cluster: Make fence method configurable - v2
2009-12-03 Tao Maocfs2: refcounttree.c cleanup.
2009-12-03 Tao Maocfs2: Find proper end cpos for a leaf refcount block.
2009-12-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-13 Sunil Mushranocfs2: Trivial cleanup of jbd compatibility layer removal
2009-11-12 Eric W. Biedermansysctl fs: Remove dead binary sysctl support
next