1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  3. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  4. f4e6d844 Remove last traces of ->sync_page by Matthew Wilcox · 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. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  8. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  9. ce1bafa NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops by Anton Altaparmakov · 10 years ago
  10. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  11. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  12. 05faf31 ntfs: don't put NULL into ->i_op/->i_fop by Al Viro · 10 years ago
  13. 5a3cd9928 iget/iget5: don't bother with ->i_lock until we find a match by Al Viro · 11 years ago
  14. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  15. 9014da7 ntfs: drop vmtruncate by Marco Stornelli · 11 years ago
  16. b29f775 userns: Convert ntfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  17. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  18. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  19. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  20. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  21. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  22. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  23. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 13 years ago
  24. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  25. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  26. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  27. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  28. eaff807 kill I_LOCK by Christoph Hellwig · 14 years ago
  29. 02d5341 ntfs: use is_power_of_2() function for clarity. by Robert P. J. Day · 15 years ago
  30. 63cd8854 ntfs: remove private wrapper of endian helpers by Harvey Harrison · 15 years ago
  31. 9742df3 ntfs: don't NULL i_op by Al Viro · 15 years ago
  32. bfab36e NTFS: Fix a mount time deadlock. by Anton Altaparmakov · 17 years ago
  33. 1fc799e ntfs_init_locked_inode(): fix array indexing by Andrew Morton · 17 years ago
  34. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  35. 8331191 NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode(). by Anton Altaparmakov · 17 years ago
  36. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 17 years ago
  37. c49c311 [PATCH] fs/ntfs: Conversion to generic boolean by Richard Knutsson · 18 years ago
  38. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  39. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  40. 5934537 [PATCH] lockdep: annotate NTFS locking rules by Ingo Molnar · 18 years ago
  41. 4e5e529 NTFS: Semaphore to mutex conversion. by Ingo Molnar · 18 years ago
  42. 20fdcf1 NTFS: Add a missing call to flush_dcache_mft_record_page() in by Anton Altaparmakov · 18 years ago
  43. a778f21 NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we by Anton Altaparmakov · 18 years ago
  44. a0646a1 NTFS: Add support for sparse files which have a compression unit of 0. by Anton Altaparmakov · 18 years ago
  45. 3672b63 NTFS: - Cope with attribute list attribute having invalid flags. by Anton Altaparmakov · 18 years ago
  46. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 18 years ago
  47. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  48. e943825 NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completes by Anton Altaparmakov · 19 years ago
  49. dd07233 NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supports by Anton Altaparmakov · 19 years ago
  50. f6098cf NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better. by Anton Altaparmakov · 19 years ago
  51. 67bb103 NTFS: Fixup handling of sparse, compressed, and encrypted attributes in by Anton Altaparmakov · 19 years ago
  52. 1c7d469 NTFS: Truncate {a,c,m}time to the ntfs supported time granularity when by Anton Altaparmakov · 19 years ago
  53. 2fb21db NTFS: Remove spurious void pointer casts from fs/ntfs/. by Pekka Enberg · 19 years ago
  54. 9451f85 NTFS: Correct sparse file handling. The compressed values need to be by Anton Altaparmakov · 19 years ago
  55. 8907547 NTFS: Fix printk format warnings on ia64. (Randy Dunlap) by Randy Dunlap · 19 years ago
  56. 5ae9fcf NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the by Anton Altaparmakov · 19 years ago
  57. c002f42 NTFS: - Add disable_sparse mount option together with a per volume sparse by Anton Altaparmakov · 19 years ago
  58. f50f3ac NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached value by Anton Altaparmakov · 20 years ago
  59. 3676367 NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use the by Anton Altaparmakov · 20 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago