1. dac257f fs: check for writeback errors after syncing out buffers in generic_file_fsync by Jeff Layton · 8 years ago
  2. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  3. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  4. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  5. 11c59c9 dax: correct dax iomap code namespace by Ross Zwisler · 8 years ago
  6. 03e0990 ext2: remove support for DAX PMD faults by Ross Zwisler · 8 years ago
  7. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  8. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  9. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  10. 25f4e70 ext2: use iomap to implement DAX by Christoph Hellwig · 8 years ago
  11. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  12. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 9 years ago
  13. 1e9d180 ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite() by Ross Zwisler · 9 years ago
  14. 80b4adc ext2: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 9 years ago
  15. 5726b27 ext2: Add locking for DAX faults by Ross Zwisler · 9 years ago
  16. e7b1ea2 ext2: huge page fault support by Matthew Wilcox · 9 years ago
  17. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  18. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 10 years ago
  19. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  20. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 10 years ago
  21. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 10 years ago
  22. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  23. 9c3ce9e ext2: get rid of most mentions of XIP in ext2 by Matthew Wilcox · 10 years ago
  24. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 10 years ago
  25. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 10 years ago
  26. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago
  27. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 11 years ago
  28. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
  29. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  30. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  31. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  32. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  33. 737f2e9 ext2: convert to use the new truncate convention. by npiggin@suse.de · 15 years ago
  34. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 15 years ago
  35. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago
  36. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
  37. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
  38. 48bde86 ext2: report metadata errors during fsync by Jan Kara · 15 years ago
  39. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  40. e1740a4 switch ext2 to simple_fsync() by Al Viro · 16 years ago
  41. 68c9d70 generic block based fiemap implementation by Josef Bacik · 16 years ago
  42. 14f9f7b BKL-removal: convert ext2 over to use unlocked_ioctl by Andi Kleen · 17 years ago
  43. a686cd8 ext2 reservations by Martin J. Bligh · 17 years ago
  44. a6739af ext2: fix a comment when ext2_release_file() is called by Jan Kara · 17 years ago
  45. d054fe3 xip sendfile removal by Carsten Otte · 18 years ago
  46. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 18 years ago
  47. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 18 years ago
  48. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  49. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  50. e322ff0 [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [try #6] by David Howells · 18 years ago
  51. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 19 years ago
  52. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  53. eb6fe0c [PATCH] xip: reduce code duplication by Carsten Otte · 20 years ago
  54. 6d79125 [PATCH] xip: ext2: execute in place by Carsten Otte · 20 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago