1. 95fa25d namei: rename follow_link to trailing_symlink, move it down by Al Viro · 9 years ago
  2. 21fef21 namei: move the calls of may_follow_link() into follow_link() by Al Viro · 9 years ago
  3. 172a39a namei: expand the call of follow_link() in link_path_walk() by Al Viro · 9 years ago
  4. 5a46027 namei: expand nested_symlink() in its only caller by Al Viro · 9 years ago
  5. 896475d do_last: move path there from caller's stack frame by Al Viro · 9 years ago
  6. caa8563 namei: introduce nameidata->link by Al Viro · 9 years ago
  7. d4dee48 namei: don't bother with ->follow_link() if ->i_link is set by Al Viro · 9 years ago
  8. 0a959df namei.c: separate the parts of follow_link() that find the link body by Al Viro · 9 years ago
  9. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  10. 46afd6f namei: lift nameidata into filename_mountpoint() by Al Viro · 9 years ago
  11. f5beed7 name: shift nameidata down into user_path_walk() by Al Viro · 9 years ago
  12. 6a9f40d namei: get rid of lookup_hash() by Al Viro · 9 years ago
  13. a5cfe2d do_last: regularize the logics around following symlinks by Al Viro · 9 years ago
  14. fd2805b do_last: kill symlink_ok by Al Viro · 9 years ago
  15. f488443 namei: take O_NOFOLLOW treatment into do_last() by Al Viro · 9 years ago
  16. 34b128f uninline walk_component() by Al Viro · 9 years ago
  17. 37882db SECURITY: remove nameidata arg from inode_follow_link. by NeilBrown · 10 years ago
  18. b427264 logfs: fix a pagecache leak for symlinks by Al Viro · 9 years ago
  19. ac194dc ceph: switch to simple_follow_link() by Al Viro · 9 years ago
  20. a5ef103 exofs: switch to {simple,page}_symlink_inode_operations by Al Viro · 9 years ago
  21. df64c08 freevxfs: switch to simple_follow_link() by Al Viro · 9 years ago
  22. ad476fe jfs: switch to simple_follow_link() by Al Viro · 9 years ago
  23. 2e03f3e sysv: switch to simple_follow_link() by Al Viro · 9 years ago
  24. 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 9 years ago
  25. 4b8061a ufs: switch to simple_follow_link() by Al Viro · 9 years ago
  26. 5723cb0 debugfs: switch to simple_follow_link() by Al Viro · 9 years ago
  27. a8db149 jffs2: switch to simple_follow_link() by Al Viro · 9 years ago
  28. 75e7566 ext4: switch to simple_follow_link() by Al Viro · 9 years ago
  29. 115b420 ext3: switch to simple_follow_link() by Al Viro · 9 years ago
  30. d0deec1 befs: switch to simple_follow_link() by Al Viro · 9 years ago
  31. cbe0fa3 ext2: use simple_follow_link() by Al Viro · 9 years ago
  32. 61ba64f libfs: simple_follow_link() by Al Viro · 9 years ago
  33. a7a67e8 ext4: split inode_operations for encrypted symlinks off the rest by Al Viro · 9 years ago
  34. 3188b29 ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link by NeilBrown · 10 years ago
  35. 90e4fc8 9p: don't bother with __getname() in ->follow_link() by Al Viro · 9 years ago
  36. b46c267 9p: don't bother with 4K allocation for 24-byte local array... by Al Viro · 9 years ago
  37. 51dfcb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  38. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 9 years ago
  39. 95c607d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  40. f15133d path_openat(): fix double fput() by Al Viro · 9 years ago
  41. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 9 years ago
  42. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  43. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  44. 68c2f356 Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  45. 1d3c61c Btrfs: fix wrong mapping flags for free space inode by Filipe Manana · 9 years ago
  46. 3d54ac9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  47. 0ff28d9 splice: sendfile() at once fails for big files by Christophe Leroy · 9 years ago
  48. c102cb0 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 9 years ago
  49. b1432a2 ocfs2: dlm: fix race between purge and get lock resource by Junxiao Bi · 9 years ago
  50. d8fd150 nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() by Ryusuke Konishi · 9 years ago
  51. f5b6977 configfs: init configfs module earlier at boot time by Daniel Baluta · 9 years ago
  52. 7263b1b f2fs: fix wrong error hanlder in f2fs_follow_link by Jaegeuk Kim · 9 years ago
  53. 5463e7c Revert "f2fs: enhance multi-threads performance" by Jaegeuk Kim · 9 years ago
  54. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  55. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 9 years ago
  56. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 9 years ago
  57. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 9 years ago
  58. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 9 years ago
  59. fb63e54 ext4 crypto: do not select from EXT4_FS_ENCRYPTION by Herbert Xu · 9 years ago
  60. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 9 years ago
  61. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 9 years ago
  62. 64887b6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  63. 5d2361d Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent by Forrest Liu · 10 years ago
  64. f583381 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  65. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  66. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  67. 6e17d30 Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode. by Yang Dongsheng · 9 years ago
  68. 909e26d btrfs: unlock i_mutex after attempting to delete subvolume during send by Omar Sandoval · 9 years ago
  69. b860545 btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cache by Omar Sandoval · 10 years ago
  70. 5ca64f4 btrfs: fix race on ENOMEM in alloc_extent_buffer by Omar Sandoval · 10 years ago
  71. 67b7859 btrfs: handle ENOMEM in btrfs_alloc_tree_block by Omar Sandoval · 10 years ago
  72. 1b98450 Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole by Forrest Liu · 10 years ago
  73. e4c88f0 Btrfs: don't check for delalloc_bytes in cache_save_setup by Chris Mason · 9 years ago
  74. 24b89d0 Btrfs: fix deadlock when starting writeback of bg caches by Filipe Manana · 9 years ago
  75. b58d1a9 Btrfs: fix race between start dirty bg cache writeout and bg deletion by Filipe Manana · 9 years ago
  76. 3cab989 RCU pathwalk breakage when running into a symlink overmounting something by Al Viro · 9 years ago
  77. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  78. 8e3c500 fs/9p: fix readdir() by Johannes Berg · 9 years ago
  79. a3bdccc Btrfs: prevent list corruption during free space cache processing by Chris Mason · 9 years ago
  80. 860448c Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  81. ba0e4ae Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  82. 1aef882 Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  83. 85db36c Btrfs: fix inode cache writeout by Chris Mason · 9 years ago
  84. f139b6c Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  85. 21330b6 Merge branch 'bugfixes' by Trond Myklebust · 9 years ago
  86. c775707 fs/nfs: fix new compiler warning about boolean in switch by Andre Przywara · 9 years ago
  87. c456aac nfs: Remove unneeded casts in nfs by Firo Yang · 9 years ago
  88. ce85cfb NFS: Don't attempt to decode missing directory entries by Benjamin Coddington · 9 years ago
  89. 3708f84 Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one" by Nicolas Iooss · 9 years ago
  90. 7b32038 NFS: Rename idmap.c to nfs4idmap.c by Anna Schumaker · 9 years ago
  91. 40c64c2 NFS: Move nfs_idmap.h into fs/nfs/ by Anna Schumaker · 9 years ago
  92. f9ebd61 NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h by Anna Schumaker · 9 years ago
  93. 7c61f0d NFS: Add a stub for GETDEVICELIST by Anna Schumaker · 9 years ago
  94. 05f5490 nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes by Peng Tao · 9 years ago
  95. 1ccbad9 nfs: fix DIO good bytes calculation by Peng Tao · 9 years ago
  96. ea96d1e nfs: Fetch MOUNTED_ON_FILEID when updating an inode by Anna Schumaker · 9 years ago
  97. 5d05e54 nfs: fix high load average due to callback thread sleeping by Jeff Layton · 10 years ago
  98. f830f7d NFS: Reduce time spent holding the i_mutex during fallocate() by Anna Schumaker · 10 years ago
  99. 9a51940 NFS: Don't zap caches on fallocate() by Anna Schumaker · 10 years ago
  100. a62d016 Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago