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