1. 4bce9f6 get rid of separate multipage fault-in primitives by Al Viro · 8 years ago
  2. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  3. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  4. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  5. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  6. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  8. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  9. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  10. 6afdb85 mm: do not ignore mapping_gfp_mask in page cache allocation paths by Michal Hocko · 9 years ago
  11. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  12. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  13. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  14. ccca268 ntfs: move iov_iter_truncate() closer to generic_write_checks() by Al Viro · 9 years ago
  15. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  16. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  17. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 9 years ago
  18. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  19. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  20. 5272d03 ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later on by Anton Altaparmakov · 10 years ago
  21. 2502722 ntfs: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  22. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  23. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  24. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  25. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  26. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  27. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  28. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  29. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  30. 9014da7 ntfs: drop vmtruncate by Marco Stornelli · 11 years ago
  31. fbf8fb7 ntfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  32. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  33. a3ac141 ntfs: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  34. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  35. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  36. 2818ef5 NTFS: writev() fix and maintenance/contact details update by Anton Altaparmakov · 13 years ago
  37. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  38. 4c99000 ntfs: use add_to_page_cache_lru() by Minchan Kim · 14 years ago
  39. 2ec93b0 ntfs: clean up ntfs_attr_extend_initialized by Minchan Kim · 14 years ago
  40. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  41. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  42. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  43. 8a9f47d ntfs: remove ntfs_file_write by Christoph Hellwig · 15 years ago
  44. ebbbf75 ntfs: Use new syncing helpers and update comments by Jan Kara · 15 years ago
  45. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  46. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  47. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  48. a9c62a1 fs: correct SuS compliance for open of large file without options by Alan Cox · 17 years ago
  49. bfab36e NTFS: Fix a mount time deadlock. by Anton Altaparmakov · 17 years ago
  50. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  51. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  52. e3bf460 ntfs: use zero_user_page by Nate Diller · 17 years ago
  53. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 17 years ago
  54. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  55. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  56. 20d2937 [PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 17 years ago
  57. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  58. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  59. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  60. c49c311 [PATCH] fs/ntfs: Conversion to generic boolean by Richard Knutsson · 18 years ago
  61. 01408c4 [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytes by NeilBrown · 18 years ago
  62. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  63. f893afb [PATCH] NTFS: Critical bug fix (affects MIPS and possibly others) by Anton Altaparmakov · 18 years ago
  64. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  65. f95c401 NTFS: Remove all the make_bad_inode() calls. This should only be called by Anton Altaparmakov · 18 years ago
  66. bb8047d NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton for by Anton Altaparmakov · 18 years ago
  67. 78af34f NTFS: Implement support for sector sizes above 512 bytes (up to the maximum by Anton Altaparmakov · 18 years ago
  68. 944d795 Merge branch 'master' of /usr/src/ntfs-2.6/ by Anton Altaparmakov · 18 years ago
  69. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 18 years ago
  70. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  71. 3c6af7f NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing a by Anton Altaparmakov · 19 years ago
  72. 3aebf25 NTFS: Fix a stupid bug causing writes to non-initialized pages to segfault. by Anton Altaparmakov · 19 years ago
  73. dda65b9 NTFS: Fix compilation warnings with gcc-4.0.2 on SUSE 10.0. by Anton Altaparmakov · 19 years ago
  74. d04bd1f NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton) by Anton Altaparmakov · 19 years ago
  75. d5aeaef NTFS: Fix serious data corruption issue when writing. by Anton Altaparmakov · 19 years ago
  76. 7d0ffdb NTFS: $EA attributes can be both resident non-resident. Minor tidying. by Anton Altaparmakov · 19 years ago
  77. 98b2703 NTFS: The big ntfs write(2) rewrite has arrived. We now implement our own by Anton Altaparmakov · 19 years ago
  78. f25dfb5 NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block(). by Anton Altaparmakov · 19 years ago
  79. d4b9ba7 NTFS: Use i_size_read() in fs/ntfs/file.c::ntfs_file_open(). by Anton Altaparmakov · 20 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago