1. d9c95bd fs: Remove old freezing mechanism by Jan Kara · 12 years ago
  2. 1e8b212 ext2: Implement freezing by Jan Kara · 12 years ago
  3. b2b5ef5 btrfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  4. 2c22b33 nilfs2: Convert to new freezing mechanism by Jan Kara · 12 years ago
  5. fbf8fb7 ntfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  6. 58ef6a7 fuse: Convert to new freezing mechanism by Jan Kara · 12 years ago
  7. 39263d5e gfs2: Convert to new freezing mechanism by Jan Kara · 12 years ago
  8. fef6925 ocfs2: Convert to new freezing mechanism by Jan Kara · 12 years ago
  9. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  10. 8e8ad8a ext4: Convert to new freezing mechanism by Jan Kara · 12 years ago
  11. 14da920 fs: Protect write paths by sb_start_write - sb_end_write by Jan Kara · 12 years ago
  12. 5d37e9e fs: Skip atime update on frozen filesystem by Jan Kara · 12 years ago
  13. eb04c28 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() by Jan Kara · 12 years ago
  14. 5accdf8 fs: Improve filesystem freezing handling by Jan Kara · 12 years ago
  15. d87aae2 switch the protection of percpu_counter list to spinlock by Al Viro · 12 years ago
  16. 4a55c10 nfsd: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  17. e784868 btrfs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  18. e24f17d fat: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  19. c30dabf fs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  20. 4fcf1c6 mm: Make default vm_ops provide ->page_mkwrite handler by Jan Kara · 12 years ago
  21. 41c4d25 mm: Update file times from fault path only if .page_mkwrite is not set by Jan Kara · 12 years ago
  22. 14ae417 sysfs: Push file_update_time() into bin_page_mkwrite() by Jan Kara · 12 years ago
  23. a63e9b2 gfs2: Push file_update_time() into gfs2_page_mkwrite() by Jan Kara · 12 years ago
  24. 120c2bc 9p: Push file_update_time() into v9fs_vm_page_mkwrite() by Jan Kara · 12 years ago
  25. 3ca9c3b ceph: Push file_update_time() into ceph_page_mkwrite() by Jan Kara · 12 years ago
  26. 5e8830d fs: Push file_update_time() into __block_page_mkwrite() by Jan Kara · 12 years ago
  27. 183fef9 fb_defio: Push file_update_time() into fb_deferred_io_mkwrite() by Jan Kara · 12 years ago
  28. 64894cf simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early by Al Viro · 12 years ago
  29. f8310c5 fix O_EXCL handling for devices by Al Viro · 12 years ago
  30. bf88489 lockd: handle lockowner allocation failure in nlmclnt_proc() by Al Viro · 12 years ago
  31. 446945a lockd: shift grabbing a reference to nlm_host into nlm_alloc_call() by Al Viro · 12 years ago
  32. a51d9ea fs: add link restriction audit reporting by Kees Cook · 12 years ago
  33. 800179c fs: add link restrictions by Kees Cook · 12 years ago
  34. 3134f37 vfs: don't let do_last pass negative dentry to audit_inode by Jeff Layton · 12 years ago
  35. 0b5306b brcm80211: pointless current->files passed to filp_close() by Al Viro · 12 years ago
  36. 5860930 sound_firmware: don't pass crap to filp_close() by Al Viro · 12 years ago
  37. 20818a0 gadgetfs: clean up by Al Viro · 12 years ago
  38. 09fada5 slightly reduce lossage in gdm72xx by Al Viro · 12 years ago
  39. 32aecdd slightly reduce idiocy in drivers/staging/bcm/Misc.c by Al Viro · 12 years ago
  40. e4fad8e consolidate pipe file creation by Al Viro · 12 years ago
  41. b5bcdda take grabbing f->f_path to do_dentry_open() by Al Viro · 12 years ago
  42. 5c33b18 uninline file_free_rcu() by Al Viro · 12 years ago
  43. 0b1d901 ecryptfs_lookup_interpose(): allocate dentry_info first by Al Viro · 12 years ago
  44. bc65a12 sanitize ecryptfs_lookup() by Al Viro · 12 years ago
  45. faf0201 clean unix_bind() up a bit by Al Viro · 12 years ago
  46. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  47. 8e4bfca mknod: take sanity checks on mode into the very beginning by Al Viro · 12 years ago
  48. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  49. 25b2692 pull unlock+dput() out into do_spu_create() by Al Viro · 12 years ago
  50. 1ba44cc spufs: pull unlock-and-dput() up into spufs_create() by Al Viro · 12 years ago
  51. 66ec7b2 spufs_create_context(): simplify failure exits by Al Viro · 12 years ago
  52. 67cba9f move spu_forget() into spufs_rmdir() by Al Viro · 12 years ago
  53. 8cae6f7 ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file() by Al Viro · 12 years ago
  54. 11e62a8 btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file() by Al Viro · 12 years ago
  55. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  56. bf349a4 spufs: shift dget/mntget towards dentry_open() by Al Viro · 12 years ago
  57. 3b6456d zoran: don't bother with struct file * in zoran_map by Al Viro · 12 years ago
  58. 3b8b487 ecryptfs: don't reinvent the wheels, please - use struct completion by Al Viro · 12 years ago
  59. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  60. 32a7991 tidy up namei.c a bit by Al Viro · 12 years ago
  61. 3c0a616 unobfuscate follow_up() a bit by Al Viro · 12 years ago
  62. de9b942 ext3: pass custom EOF to generic_file_llseek_size() by Eric Sandeen · 12 years ago
  63. ec7268c ext4: use core vfs llseek code for dir seeks by Eric Sandeen · 12 years ago
  64. e8b96eb vfs: allow custom EOF in generic_file_llseek code by Eric Sandeen · 12 years ago
  65. 4ea425b vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes by Jan Kara · 12 years ago
  66. d0e91b1 vfs: Remove unnecessary flushing of block devices by Jan Kara · 12 years ago
  67. a8c7176 vfs: Make sys_sync writeout also block device inodes by Jan Kara · 12 years ago
  68. 5c0d6b6 vfs: Create function for iterating over block devices by Jan Kara · 12 years ago
  69. b3de653 vfs: Reorder operations during sys_sync by Jan Kara · 12 years ago
  70. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  71. ceed172 quota: Split dquot_quota_sync() to writeback and cache flushing part by Jan Kara · 12 years ago
  72. 6eedc70 vfs: Move noop_backing_dev_info check from sync into writeback by Jan Kara · 12 years ago
  73. 9e9ad5f fs/ufs: get rid of write_super by Artem Bityutskiy · 12 years ago
  74. 7bd54ef fs/ufs: re-arrange the code a bit by Artem Bityutskiy · 12 years ago
  75. 65e5e83 fs/ufs: remove extra superblock write on unmount by Artem Bityutskiy · 12 years ago
  76. 9d46be2 fs/sysv: stop using write_super and s_dirt by Artem Bityutskiy · 12 years ago
  77. eee4589 fs/sysv: remove another useless write_super call by Artem Bityutskiy · 12 years ago
  78. a4d05d3 fs/sysv: remove useless write_super call by Artem Bityutskiy · 12 years ago
  79. 5687b57 hfs: get rid of hfs_sync_super by Artem Bityutskiy · 12 years ago
  80. b16ca62 hfs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  81. 4527440 hfs: simplify a bit checking for R/O by Artem Bityutskiy · 12 years ago
  82. a3742d4 hfs: remove extra mdb write on unmount by Artem Bityutskiy · 12 years ago
  83. b593523 hfs: get rid of lock_super by Artem Bityutskiy · 12 years ago
  84. 715189d hfs: push lock_super down by Artem Bityutskiy · 12 years ago
  85. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 12 years ago
  86. 58770d7 hfsplus: remove useless check by Artem Bityutskiy · 12 years ago
  87. b7a90e8 hfsplus: amend debugging print by Artem Bityutskiy · 12 years ago
  88. 0a81861 hfsplus: make hfsplus_sync_fs static by Artem Bityutskiy · 12 years ago
  89. d35abdb hold task_lock around checks in keyctl by Al Viro · 12 years ago
  90. 6120d3d get rid of ->scm_work_list by Al Viro · 12 years ago
  91. 3ffa3c0 aio: now fput() is OK from interrupt context; get rid of manual delayed __fput() by Al Viro · 12 years ago
  92. 4a9d4b0 switch fput to task_work_add by Al Viro · 12 years ago
  93. a2d4c71 deal with task_work callbacks adding more work by Al Viro · 12 years ago
  94. ed3e694 move exit_task_work() past exit_files() et.al. by Al Viro · 12 years ago
  95. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 12 years ago
  96. 158e164 trim task_work: get rid of hlist by Al Viro · 12 years ago
  97. 41f9d29 trimming task_work: kill ->data by Al Viro · 12 years ago
  98. 7266702 signal: make sure we don't get stopped with pending task_work by Al Viro · 12 years ago
  99. 1e0ea00 use __lookup_hash() in kern_path_parent() by Al Viro · 12 years ago
  100. 0bdaea9 VFS: Split inode_permission() by David Howells · 12 years ago