aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-22[XFS] Make trivial extension to sync flag to implement dirsync,Nathan Scott1-6/+6
2005-03-11[XFS] reinstate missed copyright date updates.Nathan Scott1-1/+1
2005-03-08[XFS] Stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhereChristoph Hellwig1-1/+1
2005-02-12[XFS] Fix problems with synchronous writes returning EAGAIN incorrectlyNathan Scott1-9/+9
2005-01-12[XFS] make sure to always reclaim inodes in xfs_finish_reclaimChristoph Hellwig1-3/+3
2004-10-01[XFS] Fix merge botch affecting xfs_setattr for realtime files.Nathan Scott1-5/+5
2004-09-29[XFS] fix handling of bad inodesChristoph Hellwig1-4/+13
2004-09-29[XFS] Add nosymlinks inode flag for the security folks, reserveNathan Scott1-17/+30
2004-09-29[XFS] Convert to list_for_each_entry_safe form in reclaim list walk.Nathan Scott1-4/+2
2004-08-28[XFS] Change DMAPI dm_punch_hole to punch holes, rather than justDean Roehrich1-26/+31
2004-08-20[XFS] Add a realtime inheritance bit for directory inodes so newNathan Scott1-1/+5
2004-08-20[XFS] Remove several macros which are no longer used anywhere.Nathan Scott1-2/+0
2004-08-20[XFS] Add support for unsetting realtime flag on realtime file whichHerry Wiputra1-2/+5
2004-08-20[XFS] Fix lock leak in xfs_free_file_spaceDean Roehrich1-2/+6
2004-06-19[XFS] Remove unused MAC macros, never needed on Linux.Nathan Scott1-16/+0
2004-05-22[XFS] Make uses of extended inode flags consistent, remove duplicated code.Nathan Scott1-18/+3
2004-04-22[XFS] Fix vmtruncate abuse in the XFS setattr ATTR_SIZE operation.Nathan Scott1-11/+5
2004-04-02[XFS] Remove dup fdatasync/fdatawait call on fsync. Means we no longerNathan Scott1-98/+6
2004-03-03[XFS] DMAPI deadlock prevention when interacting with the IO path.Dean Roehrich1-1/+2
2004-01-09[XFS] Abstract sendfile operation out, supporting multiple kernels more easily.Nathan Scott1-0/+2
2004-01-09[XFS] Seperate the NFS reference cache code out from xfs_rw.c to simplify man...Nathan Scott1-1/+31
2004-01-09[XFS] Fix build with tracing enabled, couple of portability macros, move exte...Nathan Scott1-4/+7
2004-01-09[XFS] Fix compiler warning after change to xfs_ioctl interface.Nathan Scott1-4/+0
2003-10-08Change the way XFS implements the invisible I/O mechanism used byStephen Lord1-2/+3
2003-10-07[XFS] switch xfs to use linux imode flags internallyStephen Lord1-22/+22
2003-10-06[XFS] Implement deletion of inode clusters in XFS.Stephen Lord1-18/+18
2003-10-03[XFS] Code cleanupStephen Lord1-9/+7
2003-09-25[XFS] Clean up inode revalidation code slightlyNathan Scott1-33/+36
2003-09-25[XFS] Make dm_send_data_event use vp rather than bhvDean Roehrich1-3/+3
2003-09-23[XFS] remove unused va_fsid fieldStephen Lord1-1/+0
2003-09-22[XFS] Change dm_send_destroy_event to use vnode ptrs rather than bhv ptrsDean Roehrich1-1/+1
2003-09-15[XFS] Change dm_send_namesp_event to take vnode ptrs rather than bhv ptrs.Dean Roehrich1-20/+20
2003-09-15[XFS] Separate the big filesystems macro out into separate big inums and blkn...Nathan Scott1-3/+2
2003-09-15[XFS] Re-work xfs stats macros to support per-cpu dataEric Sandeen1-1/+1
2003-09-15[XFS] Implement several additional inode flags - immutable, append-only, etc;...Nathan Scott1-2/+36
2003-09-15[XFS] remove doubly-included header filesEric Sandeen1-1/+0
2003-08-11[XFS] remove an impossible code path from mkdir and link paths, Stephen Lord1-7/+2
2003-08-06[XFS] clean up the flush logic some more, make the inode flush path lessStephen Lord1-34/+18
2003-07-29[XFS] Catch read-only filesystems in xfs_setattr, and return EROFSEric Sandeen1-0/+3
2003-07-15[XFS] Cleanup empty/noaddr pagebuf initialisation; particularly for buffers u...Nathan Scott1-15/+9
2003-07-09Correct the maxbytes sb value for non-pagesize filesystem block sizes, and al...Stephen Lord1-4/+4
2003-06-19[XFS] Close window to prevent a file with delayed write extents from beingCharles Fumuso1-1/+2
2003-06-19[XFS] Fix deadlock between xfs_finish_reclaim and xfs_iget_core. An inode beingStephen Lord1-7/+18
2003-05-20[XFS] Merge over an irix fixCharles Fumuso1-2/+2
2003-05-20[XFS] merge Steve's sync changes over to 2.5Christoph Hellwig1-31/+29
2003-05-03[XFS] Rework the way xfs includes xfs_<blah>.h headers.Russell Cattelan1-1/+39
2003-05-03[XFS] report extended attribute existence in the xattr flags fieldStephen Lord1-1/+3
2003-05-03[XFS] Whitespace cleanupRussell Cattelan1-68/+68
2003-03-26[XFS] Separate the quota source into its own subdirectory ala dmapi.Christoph Hellwig1-282/+167
2003-03-17[XFS] In open, check the inode for extents after getting the shared lock onGlen Overby1-1/+2