1. 72edc4d merge ext2 delete_inode and clear_inode, switch to ->evict_inode() by Al Viro · 14 years ago
  2. 3937871 Don't dirty the victim in ext2_xattr_delete_inode() by Al Viro · 14 years ago
  3. addacc7 Take dirtying the inode to callers of ext2_free_blocks() by Al Viro · 14 years ago
  4. 3889717 ext2: switch to dquot_free_block_nodirty() by Al Viro · 14 years ago
  5. 5ccb4a7 switch minix to ->evict_inode(), fix write_inode/delete_inode race by Al Viro · 14 years ago
  6. 01cd9fe switch sysfs to ->evict_inode() by Al Viro · 14 years ago
  7. 8267952 switch procfs to ->evict_inode() by Al Viro · 14 years ago
  8. 77b8a75 simplify get_cramfs_inode() by Al Viro · 14 years ago
  9. b0683aa new helper: end_writeback() by Al Viro · 14 years ago
  10. 661074e Take ->i_bdev/->i_cdev handling out of clear_inode() by Al Viro · 14 years ago
  11. c628731 generic_detach_inode() can be static now by Al Viro · 14 years ago
  12. 2bbbda3 switch hugetlbfs to ->evict_inode() by Al Viro · 14 years ago
  13. be7ce41 New method - evict_inode() by Al Viro · 14 years ago
  14. b4272d4 unify fs/inode.c callers of clear_inode() by Al Viro · 14 years ago
  15. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  16. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  17. fa9b227 xfs: new truncate sequence by Christoph Hellwig · 14 years ago
  18. 2f246fd exofs: New truncate sequence by Boaz Harrosh · 14 years ago
  19. 41cce64 jffs2: don't open-code iget_failed() by Al Viro · 14 years ago
  20. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  21. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  22. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  23. eef2380 default to simple_setattr by Christoph Hellwig · 14 years ago
  24. 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
  25. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  26. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  27. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  28. f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
  29. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  30. ea0f04e get rid of nobh_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  31. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  32. 2562495 fix leak in __logfs_create() by Al Viro · 14 years ago
  33. 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
  34. 918377b missing include in hppfs by Al Viro · 14 years ago
  35. 005a59e Deal with missing exports for hostfs by Al Viro · 15 years ago
  36. 51102ee Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  37. 6b0a299 Merge branch 'v2.6.35' by Alex Elder · 14 years ago
  38. cb76d5e cifs: fsc should not default to "on" by Jeff Layton · 14 years ago
  39. f67909c [CIFS] remove redundant path walking in dfs_do_refmount by Steve French · 14 years ago
  40. f636a34 cifs: ignore the "mand", "nomand" and "_netdev" mount options by Jeff Layton · 14 years ago
  41. 3572d28 cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS by Jeff Layton · 14 years ago
  42. f30b9c1 cifs: don't allow cifs_iget to match inodes of the wrong type by Jeff Layton · 14 years ago
  43. 9f84159 [CIFS] relinquish fscache cookie before freeing CIFSTconInfo by Steve French · 14 years ago
  44. 3e4b3e1 cifs: add separate cred_uid field to sesInfo by Jeff Layton · 14 years ago
  45. f55fdcc fs: cifs: check kmalloc() result by Kulikov Vasiliy · 14 years ago
  46. 0ccd480 [CIFS] Missing ifdef by Steve French · 14 years ago
  47. d0e6f44 [CIFS] Missing line from previous commit by Steve French · 14 years ago
  48. c5e04a3 [CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled by Steve French · 14 years ago
  49. fa1df75 cifs: add mount option to enable local caching by Suresh Jayaraman · 14 years ago
  50. 5669823 cifs: read pages from FS-Cache by Suresh Jayaraman · 14 years ago
  51. 9dc0655 cifs: store pages into local cache by Suresh Jayaraman · 14 years ago
  52. 85f2d6b cifs: FS-Cache page management by Suresh Jayaraman · 14 years ago
  53. 9451a9a cifs: define inode-level cache object and register them by Suresh Jayaraman · 14 years ago
  54. d03382c cifs: define superblock-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  55. 8913007 cifs: remove unused cifsUidInfo struct by Jeff Layton · 14 years ago
  56. 4ff67b7 cifs: clean up cifs_find_smb_ses (try #2) by Jeff Layton · 14 years ago
  57. daf5b0b cifs: match secType when searching for existing tcp session by Jeff Layton · 14 years ago
  58. 4515148 cifs: move address comparison into separate function by Jeff Layton · 14 years ago
  59. 50d9716 cifs: set the port in sockaddr in a more clearly defined fashion by Jeff Layton · 14 years ago
  60. 488f1d2d cifs: define server-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  61. f579cf3 cifs: register CIFS for caching by Suresh Jayaraman · 14 years ago
  62. c21dfb6 fs/cifs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  63. 3feb41c cifs: add kernel config option for CIFS Client caching support by Suresh Jayaraman · 14 years ago
  64. c6332e2 cifs: remove unused ip_address field in struct TCP_Server_Info by Suresh Jayaraman · 14 years ago
  65. e4317cec cifs: remove an potentially confusing, obsolete comment by Suresh Jayaraman · 14 years ago
  66. abd2e44 cifs: guard cifsglob.h against multiple inclusion by Suresh Jayaraman · 14 years ago
  67. 77a63f3 NFS: Fix a typo in include/linux/nfs_fs.h by Trond Myklebust · 14 years ago
  68. fc71ff8 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  69. 51c20fc CIFS: Remove __exit mark from cifs_exit_dns_resolver() by David Howells · 14 years ago
  70. cfb506e NFS: Ensure that writepage respects the nonblock flag by Trond Myklebust · 14 years ago
  71. b608b28 NFS: kswapd must not block in nfs_release_page by Trond Myklebust · 14 years ago
  72. 674b2222 nfs: include space for the NUL in root path by Dan Carpenter · 14 years ago
  73. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  74. a6f80fb ecryptfs: Bugfix for error related to ecryptfs_hash_buckets by Andre Osterhues · 14 years ago
  75. 6c50e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  76. d2a97a4 GFS2: Use kmalloc when possible for ->readdir() by Steven Whitehouse · 14 years ago
  77. 03066f2 ceph: use complete_all and wake_up_all by Yehuda Sadeh · 14 years ago
  78. da7ddd3 9p: Pass the correct end of buffer to p9stat_read by Latchesar Ionkov · 14 years ago
  79. 209fb87 xfs simplify and speed up direct I/O completions by Christoph Hellwig · 14 years ago
  80. fb511f2 xfs: move aio completion after unwritten extent conversion by Christoph Hellwig · 14 years ago
  81. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  82. 696123f xfs: fix big endian build by Dave Chinner · 14 years ago
  83. d330021 sysfs: allow creating symlinks from untagged to tagged directories by Eric W. Biederman · 14 years ago
  84. 521d045 sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories. by Eric W. Biederman · 14 years ago
  85. 96d6523 sysfs: Don't allow the creation of symlinks we can't remove by Eric W. Biederman · 14 years ago
  86. ecd7f08 xfs: clean up xfs_bmap_get_bp by Christoph Hellwig · 14 years ago
  87. 5d18898 xfs: simplify xfs_truncate_file by Christoph Hellwig · 14 years ago
  88. 939d723 xfs: kill the b_strat callback in xfs_buf by Christoph Hellwig · 14 years ago
  89. a64afb0 xfs: remove obsolete osyncisosync mount option by Christoph Hellwig · 14 years ago
  90. 0664ce8 xfs: clean up filestreams helpers by Christoph Hellwig · 14 years ago
  91. 73523a2 xfs: fix gcc 4.6 set but not read and unused statement warnings by Christoph Hellwig · 14 years ago
  92. 0f1a932 xfs: Fix build when CONFIG_XFS_POSIX_ACL=n by Tony Luck · 14 years ago
  93. 3f34885 xfs: fix unsigned underflow in xfs_free_eofblocks by Kulikov Vasiliy · 14 years ago
  94. aea1b95 xfs: use GFP_NOFS for page cache allocation by Dave Chinner · 14 years ago
  95. 4a7eddd xfs: fix memory reclaim recursion deadlock on locked inode buffer by Dave Chinner · 14 years ago
  96. 4386970 xfs: fix xfs_trans_add_item() lockdep warnings by Dave Chinner · 14 years ago
  97. 2f11fea xfs: simplify and remove xfs_ireclaim by Dave Chinner · 14 years ago
  98. ec53d1d xfs: don't block on buffer read errors by Dave Chinner · 14 years ago
  99. a4190f9 xfs: move inode shrinker unregister even earlier by Dave Chinner · 14 years ago
  100. fa17b25 xfs: remove a dmapi leftover by Christoph Hellwig · 14 years ago