ARM/ETHER3: Handle multicast frames.
[safe/jmp/linux-2.6] / fs / ocfs2 /
2007-07-18 Jeremy Fitzhardingeusermodehelper: Tidy up waiting
2007-07-17 Linus TorvaldsMerge branch 'uninit-var' of /linux/kernel/git/jgarzik...
2007-07-17 Jeff Garzikarch/i386/* fs/* ipc/*: mark variables with uninitializ...
2007-07-17 Satyam SharmaIntroduce is_owner_or_cap() to wrap CAP_FOWNER use...
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-16 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-07-11 Eric Sandeen[PATCH] ocfs2: zero_user_page conversion
2007-07-11 Mark Fashehocfs2: Support xfs style space reservation ioctls
2007-07-11 Mark Fashehocfs2: support for removing file regions
2007-07-11 Mark Fashehocfs2: update truncate handling of partial clusters
2007-07-11 Mark Fashehocfs2: btree support for removal of arbirtrary extents
2007-07-11 Mark Fashehocfs2: Support creation of unwritten extents
2007-07-11 Mark Fashehocfs2: support writing of unwritten extents
2007-07-11 Mark Fashehocfs2: small cleanup of ocfs2_write_begin_nolock()
2007-07-11 Mark Fashehocfs2: btree changes for unwritten extents
2007-07-11 Mark Fashehocfs2: abstract btree growing calls
2007-07-11 Mark Fashehocfs2: use all extent block suballocators
2007-07-11 Mark Fashehocfs2: plug truncate into cached dealloc routines
2007-07-11 Mark Fashehocfs2: simplify deallocation locking
2007-07-11 Mark Fashehocfs2: harden buffer check during mapping of page blocks
2007-07-11 Mark Fashehocfs2: shared writeable mmap
2007-07-11 Mark Fashehocfs2: factor out write aops into nolock variants
2007-07-11 Mark Fashehocfs2: rework ocfs2_buffered_write_cluster()
2007-07-11 Mark Fashehocfs2: take ip_alloc_sem during entire truncate
2007-07-11 Sunil Mushranocfs2: Add "preferred slot" mount option
2007-07-11 Shani Moideen[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with...
2007-07-11 Christoph Hellwig[PATCH] ocfs2: use list_for_each_entry where benefical
2007-07-11 Joel Beckerocfs2: Wake up a starting region if it gets killed...
2007-07-11 Joel Beckerocfs2: live heartbeat depends on the local node configu...
2007-07-11 Joel Beckerocfs2: Depend on configfs heartbeat items.
2007-07-11 Joel Beckerconfigfs: Convert subsystem semaphore to mutex
2007-07-10 Jens Axboepipe: change the ->pin() operation to ->confirm()
2007-07-10 Jens Axboesplice: divorce the splice structure/function definitio...
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-07-10 Jens Axboevmsplice: add vmsplice-to-user support
2007-07-10 Jens Axboesplice: abstract out actor data
2007-06-06 Mark Fashehocfs2: Fix invalid assertion during write on 64k pages
2007-06-06 Tiger Yangocfs2: Fix masklog breakage
2007-05-25 Christoph Hellwig[PATCH] ocfs2: use generic_segment_checks
2007-05-25 Mark Fashehocfs2: fix inode leak
2007-05-25 Nate Diller[PATCH] ocfs2: use zero_user_page
2007-05-25 Mark Fashehocfs2: unmap_mapping_range() in ocfs2_truncate()
2007-05-25 Mark Fashehocfs2: trylock in ocfs2_readpage()
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-10 Randy Dunlapocfs2: kobject/kset foobar
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-05-05 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-02 Mark Fashehocfs2: Force use of GFP_NOFS in ocfs2_write()
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2/cluster
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2/dlm
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2
2007-05-02 Jan Kara[PATCH] Copy i_flags to ocfs2 inode flags on write
2007-05-02 Milind Arun Choudhary[PATCH] ocfs2: use __set_current_state()
2007-05-02 Joel Beckerocfs2: Wrap access of directory allocations with ip_all...
2007-05-02 Adrian Bunk[PATCH] fs/ocfs2/: make 3 functions static
2007-05-02 Mark Fashehocfs2: Implement compat_ioctl()
2007-04-26 Mark Fashehocfs2: Cache extent records
2007-04-26 Mark Fashehocfs2: Remember rw lock level during direct io
2007-04-26 Mark Fashehocfs2: Fix up i_blocks calculation to know about holes
2007-04-26 Mark Fashehocfs2: Fix extent lookup to return true size of holes
2007-04-26 Mark Fashehocfs2: Read from an unwritten extent returns zeros
2007-04-26 Mark Fashehocfs2: make room for unwritten extents flag
2007-04-26 Mark Fashehocfs2: Use own splice write actor
2007-04-26 Mark Fashehocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_f...
2007-04-26 Mark Fashehocfs2: zero tail of sparse files on truncate
2007-04-26 Mark Fashehocfs2: Teach ocfs2_get_block() about holes
2007-04-26 Mark Fashehocfs2: remove ocfs2_prepare_write() and ocfs2_commit_wr...
2007-04-26 Mark Fashehocfs2: teach ocfs2_file_aio_write() about sparse files
2007-04-26 Mark Fashehocfs2: Turn off shared writeable mmap for local files...
2007-04-26 Mark Fashehocfs2: abstract out allocation locking
2007-04-26 Mark Fashehocfs2: teach extend/truncate about sparse files
2007-04-26 Mark Fashehocfs2: temporarily remove extent map caching
2007-04-26 Mark Fashehocfs2: sparse b-tree support
2007-04-26 Mark Fashehocfs2: small cleanup of ocfs2_request_delete()
2007-04-26 Tiger Yangocfs2: remove unused code
2007-04-26 Tiger Yangocfs2: Remove delete inode vote
2007-04-26 Mark Fashehocfs2: filter more error prints
2007-04-26 Sunil Mushranocfs2: Replace panic() with emergency_restart() when...
2007-04-26 Sunil Mushranocfs2: Silence compiler warnings
2007-04-26 Mark Fashehocfs2: Local mounts should skip inode updates
2007-04-26 Sunil Mushranocfs2_dlm: Call cond_resched_lock() once per hash bucke...
2007-04-26 Srinivas Eedaocfs2_dlm: fix race in dlm_remaster_locks
2007-03-26 Sunil Mushranocfs2_dlm: Check for migrateable lockres in dlm_empty_l...
2007-03-26 Sunil Mushranocfs2_dlm: Fix lockres ref counting bug
2007-03-14 Sunil Mushranocfs2_dlm: Add missing locks in dlm_empty_lockres
2007-03-14 Sunil Mushranocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockres
2007-03-14 Joel Beckerocfs2: add some missing address space callbacks
2007-03-14 Joel Beckerocfs2: Concurrent access of o2hb_region->hr_task was...
2007-03-14 Joel Beckerocfs2: Proper cleanup in case of error in ocfs2_registe...
2007-02-17 Uwe Kleine-KönigFix typos concerning hierarchy
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: register the ocfs2 sysctl numbers
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 6
2007-02-07 Philipp Reisner[PATCH] ocfs2 heartbeat: clean up bio submission code
next