1. 8cc4311 vfs: Deduplicate code shared by xattr system calls operating on paths by Eric Biggers · 10 years ago
  2. 50b220b reiserfs: remove pointless forward declaration of struct nameidata by Al Viro · 10 years ago
  3. 7b600f2 don't need that forward declaration of struct nameidata in dcache.h anymore by Al Viro · 10 years ago
  4. 810bb17 take dname_external() into fs/dcache.c by Al Viro · 10 years ago
  5. 115cbfd let path_init() failures treated the same way as subsequent link_path_walk() by Al Viro · 10 years ago
  6. 24dff96 fix misuses of f_count() in ppp and netlink by Al Viro · 10 years ago
  7. 821cc30 ncpfs: use list_for_each_entry() for d_subdirs walk by Al Viro · 10 years ago
  8. 5e6123f vfs: move getname() from callers to do_mount() by Seunghun Lee · 10 years ago
  9. 4d93bc3 gfs2_atomic_open(): skip lookups on hashed dentry by Al Viro · 10 years ago
  10. 18c85d0 [infiniband] remove pointless assignments by Al Viro · 10 years ago
  11. fb6c322 gadgetfs: saner API for gadgetfs_create_file() by Al Viro · 10 years ago
  12. 1bb27ca f_fs: saner API for ffs_sb_create_file() by Al Viro · 10 years ago
  13. 9bb8730 jfs: don't hash direct inode by Al Viro · 10 years ago
  14. 6b933de [s390] remove pointless assignment of ->f_op in vmlogrdr ->open() by Al Viro · 10 years ago
  15. c2e3f5d ecryptfs: ->f_op is never NULL by Al Viro · 10 years ago
  16. 765d368 android: ->f_op is never NULL by Al Viro · 10 years ago
  17. 3cfb2fa nouveau: __iomem misannotations by Al Viro · 10 years ago
  18. e983094 missing annotation in fs/file.c by Al Viro · 10 years ago
  19. b8850d1 fs: namespace: suppress 'may be used uninitialized' warnings by Tim Gardner · 10 years ago
  20. 8ba7f6c saner perf_atoll() by Al Viro · 10 years ago
  21. 849f312 switch /dev/kmsg to ->write_iter() by Al Viro · 10 years ago
  22. cd678fc switch logger to ->write_iter() by Al Viro · 10 years ago
  23. 512b226 switch hci_vhci to ->write_iter() by Al Viro · 10 years ago
  24. 13ba33e switch /dev/zero and /dev/full to ->read_iter() by Al Viro · 10 years ago
  25. a1f6dba dma-buf: don't open-code atomic_long_read() by Al Viro · 10 years ago
  26. 8e3fb05 rsxx debugfs inanity by Al Viro · 10 years ago
  27. d88c242 carma-fpga: switch to simple_read_from_buffer() by Al Viro · 10 years ago
  28. 1a37f5e carma-fpga: switch to fixed_size_llseek() by Al Viro · 10 years ago
  29. 2ec3a12 cachefiles_write_page(): switch to __kernel_write() by Al Viro · 10 years ago
  30. 5948229 vme: don't open-code fixed_size_llseek() by Al Viro · 10 years ago
  31. 91360b0 ashmem: use vfs_llseek() by Al Viro · 10 years ago
  32. 4b8e992 9p: switch to %p[dD] by Al Viro · 10 years ago
  33. 35c265e cifs: switch to use of %p[dD] by Al Viro · 10 years ago
  34. c2ca0fc fs: make cont_expand_zero interruptible by Mikulas Patocka · 10 years ago
  35. c35e024 Add copy_to_iter(), copy_from_iter() and iov_iter_zero() by Matthew Wilcox · 10 years ago
  36. 475d0db fs: Fix theoretical division by 0 in super_cache_scan(). by Tetsuo Handa · 10 years ago
  37. b8314f9 dcache: Fix no spaces at the start of a line in dcache.c by Daeseok Youn · 10 years ago
  38. 99358a1 [jffs2] kill wbuf_queued/wbuf_dwork_lock by Al Viro · 10 years ago
  39. 4e07ad6 vfs: fix typo in s_op->alloc_inode() documentation by Kirill Smelkov · 10 years ago
  40. 1fa97e8 constify file_inode() by Al Viro · 10 years ago
  41. 19d860a handle suicide on late failure exits in execve() in search_binary_handler() by Al Viro · 10 years ago
  42. 2926620 dcache.c: call ->d_prune() regardless of d_unhashed() by Al Viro · 10 years ago
  43. 29355c3 d_prune_alias(): just lock the parent and call __dentry_kill() by Al Viro · 10 years ago
  44. bbd5192 proc: Update proc_flush_task_mnt to use d_invalidate by Eric W. Biederman · 10 years ago
  45. c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 10 years ago
  46. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 10 years ago
  47. 1ffe46d vfs: Merge check_submounts_and_drop and d_invalidate by Eric W. Biederman · 10 years ago
  48. 9b053f3 vfs: Remove unnecessary calls of check_submounts_and_drop by Eric W. Biederman · 10 years ago
  49. 8ed936b vfs: Lazily remove mounts on unlinked files and directories. by Eric W. Biederman · 11 years ago
  50. 80b5dce vfs: Add a function to lazily unmount all mounts from any dentry. by Eric W. Biederman · 11 years ago
  51. e2dfa93 vfs: factor out lookup_mountpoint from new_mountpoint by Eric W. Biederman · 10 years ago
  52. 0a5eb7c vfs: Keep a list of mounts on a mount point by Eric W. Biederman · 11 years ago
  53. 7af1364 vfs: Don't allow overwriting mounts in the current mount namespace by Eric W. Biederman · 11 years ago
  54. bafc9b7 vfs: More precise tests in d_invalidate by Eric W. Biederman · 10 years ago
  55. 3ccb354 vfs: Document the effect of d_revalidate on d_find_alias by Eric W. Biederman · 10 years ago
  56. 9ea459e delayed mntput by Al Viro · 10 years ago
  57. b3ca406 autofs - remove obsolete d_invalidate() from expire by Ian Kent · 10 years ago
  58. 8d85b48 Allow sharing external names after __d_move() by Al Viro · 10 years ago
  59. 6d13f69 missing data dependency barrier in prepend_name() by Al Viro · 10 years ago
  60. 1e3827b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  61. 6111da3 Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  62. 83692898 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  63. 74807af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  64. cd40fab Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  65. d2fa4a8 vfs: Don't exchange "short" filenames unconditionally. by Mikhail Efremov · 10 years ago
  66. a28ddb8 fold swapping ->d_name.hash into switch_names() by Linus Torvalds · 10 years ago
  67. 986c019 fold unlocking the children into dentry_unlock_parents_for_move() by Al Viro · 10 years ago
  68. 63cf427 kill __d_materialise_dentry() by Al Viro · 10 years ago
  69. 4453641 __d_materialise_dentry(): flip the order of arguments by Al Viro · 10 years ago
  70. 9d8cd30 __d_move(): fold manipulations with ->d_child/->d_subdirs by Al Viro · 10 years ago
  71. 8527dd7 don't open-code d_rehash() in d_materialise_unique() by Al Viro · 10 years ago
  72. 5cc3821 pull rehashing and unlocking the target dentry into __d_materialise_dentry() by Al Viro · 10 years ago
  73. e4502c6 ufs: deal with nfsd/iget races by Al Viro · 10 years ago
  74. 2c80929 fuse: honour max_read and max_write in direct_io mode by Miklos Szeredi · 10 years ago
  75. b928095 shmem: fix nlink for rename overwrite directory by Miklos Szeredi · 10 years ago
  76. c6ff648 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  77. d2865c7 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. 8207649 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 10 years ago
  79. dbab31a mm: softdirty: keep bit when zapping file pte by Peter Feiner · 10 years ago
  80. 6ff66ac fs/cachefiles: add missing \n to kerror conversions by Fabian Frederick · 10 years ago
  81. 6f3aabd genalloc: fix device node resource counter by Vladimir Zapolskiy · 10 years ago
  82. 451ff6d drivers/rtc/rtc-efi.c: add missing module alias by Pali Rohár · 10 years ago
  83. d4a5fca mm, slab: initialize object alignment on cache creation by David Rientjes · 10 years ago
  84. 87e6d49 mm: softdirty: addresses before VMAs in PTE holes aren't softdirty by Peter Feiner · 10 years ago
  85. 5760a97 ocfs2/dlm: do not get resource spinlock if lockres is new by Joseph Qi · 10 years ago
  86. 56d7acc nilfs2: fix data loss with mmap() by Andreas Rohner · 10 years ago
  87. f13a568 ocfs2: free vol_label in ocfs2_delete_osb() by Joseph Qi · 10 years ago
  88. 8a574cf MIPS: mcount: Adjust stack pointer for static trace in MIPS32 by Markos Chandras · 10 years ago
  89. c8c0da6 MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systems by Paul Burton · 10 years ago
  90. f4cb707 Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  91. 12df9f3 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  92. d671e42 MAINTAINERS: new Documentation maintainer by Randy Dunlap · 10 years ago
  93. 381e63d Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  94. 9ef5a30 Merge branches 'acpi-hotplug', 'acpi-scan', 'acpi-lpss', 'acpi-gpio' and 'acpi-video' by Rafael J. Wysocki · 10 years ago
  95. 2289823 Merge tag 'gpio-v3.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  96. 29282ac Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  97. 4d3afba Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  98. 0aef44e i2c: acpi: Fix NULL Pointer dereference by Peter Hüwe · 10 years ago
  99. 17f4a5c i2c: move acpi code back into the core by Wolfram Sang · 10 years ago
  100. 9aacd60 of/fdt: fix memory range check by Srinivas Kandagatla · 10 years ago