1. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  2. d415867 [XFS] Use the incore inode size in xfs_file_readdir() by Lachlan McIlroy · 16 years ago
  3. 4d4be48 [XFS] add a FMODE flag to make XFS invisible I/O less hacky by Christoph Hellwig · 16 years ago
  4. 6bd16ff kill dead inode flags by Christoph Hellwig · 16 years ago
  5. ddcd856 [XFS] fix compile on 32 bit systems by Christoph Hellwig · 16 years ago
  6. f999a5b [XFS] wire up ->open for directories by Christoph Hellwig · 16 years ago
  7. d88f183 [PATCH] Remove XFS buffered readdir hack by David Woodhouse · 16 years ago
  8. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  9. 978b723 [XFS] Fix fsync() b0rkage. by David Chinner · 16 years ago
  10. c5acbaf [XFS] remove dmapi cruft in xfs_file.c by Christoph Hellwig · 16 years ago
  11. bc4ac74 [XFS] cleanup vnode use in dmapi calls by Christoph Hellwig · 17 years ago
  12. 450790a [XFS] Fix oops in xfs_file_readdir() by David Chinner · 17 years ago
  13. aea6ad0 [XFS] fix unaligned access in readdir by Christoph Hellwig · 17 years ago
  14. 4743e0e [XFS] Initialise current offset in xfs_file_readdir correctly by Lachlan McIlroy · 17 years ago
  15. 041388b [XFS] Put the correct offset in dirent d_off by Lachlan McIlroy · 17 years ago
  16. e89bc61 [XFS] revert to double-buffering readdir by Christoph Hellwig · 17 years ago
  17. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  18. b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  19. 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
  20. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  21. 051e7cd [XFS] use filldir internally by Christoph Hellwig · 17 years ago
  22. eb9df39 [XFS] remove unessecary vfs argument to DM_EVENT_ENABLED by Christoph Hellwig · 17 years ago
  23. fdb64f9 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  24. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  25. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  26. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  27. 4f57dbc [XFS] Implement ->page_mkwrite in XFS. by David Chinner · 17 years ago
  28. fbf3ce8 [XFS] XFS should not be looking at filp reference counts by Christoph Hellwig · 17 years ago
  29. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  30. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 18 years ago
  31. e678fb0 [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  32. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  33. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  34. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  35. 1e788f8 [PATCH] xfs: update ->flush method proto by Alexey Dobriyan · 18 years ago
  36. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  37. 1d47bec [XFS] Remove unnecessary local from open_exec dmapi path. by Nathan Scott · 18 years ago
  38. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  39. 7d4fb40 [XFS] Start writeout earlier (on last close) in the case where we have a by Nathan Scott · 18 years ago
  40. fbc1462 [XFS] Fix a noatime regression related to updating inode atime field on by Nathan Scott · 18 years ago
  41. cbb7e57 [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() by Jens Axboe · 18 years ago
  42. 3a326a2 [PATCH] introduce a "kernel-internal pipe object" abstraction by Ingo Molnar · 18 years ago
  43. 1b89584 [XFS] Provide XFS support for the splice syscall. by Nathan Scott · 18 years ago
  44. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  45. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  46. 524fbf5 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will by Nathan Scott · 18 years ago
  47. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 18 years ago
  48. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 18 years ago
  49. 1f6553f [XFS] Dynamically allocate local kiocb structures in readv/writev routines by Nathan Scott · 18 years ago
  50. 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
  51. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  52. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  53. bb3f724 [XFS] send dmapi events from nopage for mmapped files by Dean Roehrich · 19 years ago
  54. 6fac0cb [XFS] coordinate mmap calls with xfs_dm_punch_hole by Dean Roehrich · 19 years ago
  55. d387039 [XFS] Fix directory inodes ioctl compat code, minor code consistency cleanups by Nathan Scott · 19 years ago
  56. 3f24376 [XFS] Disable the combination of XFS direct IO and AIO until the IO completion by Nathan Scott · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago