Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / obdfs / namei.c
2002-10-18 adilgerRemove ancient and entirely non-working obdfs code...
2002-09-24 adilgerUse the OBD_MD_FLTYPE and OBD_MD_FLMODE flags where...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-05 adilgerPass 64-bit object numbers wherever possible, instead...
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-08 braam- name switch: "light" --> "lite"
2002-03-10 pschwanWe touched everything, but it's not as scary as it...
2002-02-24 pschwanThe most tedious patch in history. Changes almost...
2002-02-24 pschwan- Added DEBUG_SUBSYSTEMs
2002-02-21 braam- elimininate the system calls from filter obd
2002-01-21 braamcleanups coming from the new functions/macros
2002-01-21 braamFix a broken macro.
2001-12-17 braamsmall changes and fixes to get the filter OBD working...
2001-12-13 braam- obd filter works over ext2, but bonnie++ is buggie
2001-11-06 braamMinor compilation fixes for RedHat 2.4.9
2001-11-05 braammany changes: seems ok on 2.4.9
2001-10-25 gord-figBack out size/blocks changes.
2001-10-24 gord-figSegregate block and size counting between obdfs and...
2001-10-21 braamAnother very major cleanup:
2001-10-19 braamThis fixes a race between killing inodes in obdfs and...
2001-10-19 braamfairly massive change to remove write_inode methods...
2001-10-19 braamfix setattr bug; check in symlink changes
2001-10-16 braamfix for the symlink problem.
2001-10-15 braammore page cache changes
2001-10-15 braamext2 page cache updates
2001-09-27 gord-figUpdate copyright and license information.
2001-03-11 braama working file system!
2000-03-09 adilgerobdfs/dir.c: add truncate method for directory
2000-03-07 adilgerobdfs/*.c: finished truncate implementation
2000-03-06 adilgerobdfs/flushd.c: pupdated stopped on module unload.
2000-02-29 adilgerobdfs/flushd.c: send writes in FIFO order (use ->prev...
2000-01-25 adilgerobdfs/super.c: add call to flush pages when unmounting...
2000-01-25 braamLots of bug fixes:
2000-01-20 adilgerext2obd.c: changed ext2obd_brw() to use vector I/O...
2000-01-18 adilgerChanged _brw methods in ext2obd, obdfs, snap to allow...
2000-01-18 adilgerinclude/obd_support.h: removed printk() of long long...
2000-01-13 adilgersnap/*.c: get attribtutes from child connection, fixed...
2000-01-12 adilgerext2obd/ext2obd.c, obdfs/namei.c: fixed inline flag...
2000-01-11 adilgerobdsyncd: removed from CVS
2000-01-11 adilgerUpdated snapshot files for new obdo methods. No testin...
2000-01-10 braamChanges for the flushdaemon.
2000-01-08 adilgerFixing brw page lock issue.
2000-01-07 adilgerWorking on add_to_page_cache oops.
2000-01-04 adilgerPass inline data from filesystem through obdo to VFS.
2000-01-04 adilgerUpdated for new obdo methods.
2000-01-04 adilgerUpdating obdfs/ext2obd methods for new obdo parameters.
1999-12-31 braamPhase 1 of the obdo implementation. The class driver...
1999-12-29 adilgerext2obd/ext2_obd.c, snap/snap.c: change parameters...
1999-12-23 braamFixes to shell scripts to check for errors and other...
1999-12-21 adilgerdoc/obd-howto.sgml: added issues/bugs section
1999-12-20 adilgerdoc/obd-howto.sgml: updated for initial public release
1999-12-17 adilgerdoc/obd-howto.sgml: completed OBD tutorial section
1999-12-15 adilgerinclude/linux/obdfs.h: add symlink_inode_operations...
1999-12-09 adilgersnap/snap.c: snap_do_cow() fixed case with existing...
1999-11-30 braamfixes for 2.3.25 and higher
1999-11-02 braamCleanup : no more "sim" now "ext2"
1999-11-02 braamNew direcotory layout:
1999-11-01 braamOver of the changes:
1999-10-21 braamNew files:
1999-10-13 braamNumerous fixes, including the attach code, better page...
1999-09-26 braamAdded code for obdfs to do writes to files and reads...