1. ef19470 fs/fat/inode.c: clean up string initializations (char[] instead of char *) by Manuel Schölling · 10 years ago
  2. 190a884 fs/fat/: add support for DOS 1.x formatted volumes by Conrad Meyer · 10 years ago
  3. a19189e fs/hpfs: increase pr_warn level by Fabian Frederick · 10 years ago
  4. 1749a10 fs/hpfs: use __func__ for logging by Fabian Frederick · 10 years ago
  5. 14da17f fs/hpfs: use pr_fmt for logging by Fabian Frederick · 10 years ago
  6. b7cb1ce fs/hpfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  7. 45641c8 fs/ufs/balloc.c: remove err parameter in ufs_add_fragments by Fabian Frederick · 10 years ago
  8. df3d4e7 hfsplus: fix compiler warning on PowerPC by Christian Kujau · 10 years ago
  9. b73f3d0 fs/hfsplus: fix pr_foo() and hfs_dbg formats by Fabian Frederick · 10 years ago
  10. ffbc067 hfsplus: coding style fix for declarations in hfsplus_fs.h by Sergei Antonov · 10 years ago
  11. 297cc27 fs/hfsplus/wrapper.c: replace shift loop by ilog2 by Fabian Frederick · 10 years ago
  12. 2cd282a hfsplus: fix "unused node is not erased" error by Sergei Antonov · 10 years ago
  13. 915ab23 fs/hfsplus/wrapper.c: replace min/casting by min_t by Fabian Frederick · 10 years ago
  14. d8983ca fs/hfsplus/options.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  15. e46707d fs/hfsplus/bnode.c: replace min/casting by min_t by Fabian Frederick · 10 years ago
  16. 97a62ea hfsplus: emit proper file type from readdir by Sergei Antonov · 10 years ago
  17. 7f2fc81 hfsplus: remove unused routine hfsplus_attr_build_key_uni by Hin-Tak Leung · 10 years ago
  18. bf29e88 hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributes by Hin-Tak Leung · 10 years ago
  19. 017f8da hfsplus: fix worst-case unicode to char conversion of file names and attributes by Hin-Tak Leung · 10 years ago
  20. 6d6bd94 fs/coda: use __func__ by Fabian Frederick · 10 years ago
  21. f38cfb2 fs/coda: logging prefix uniformization by Fabian Frederick · 10 years ago
  22. d9b4b31 fs/coda: replace printk by pr_foo() by Fabian Frederick · 10 years ago
  23. 817e1d9 fs/befs: kernel-doc fixes by Fabian Frederick · 10 years ago
  24. f38f41c fs/befs/linuxvfs.c: remove positive test on sector_t by Fabian Frederick · 10 years ago
  25. 6cb103b fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing by Fabian Frederick · 10 years ago
  26. 39d7a29 fs/befs/linuxvfs.c: replace strncpy by strlcpy by Fabian Frederick · 10 years ago
  27. 3364d11 fs/ceph/debugfs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  28. f3ae1b9 fs/ceph: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  29. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  30. 3ff6db3 fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init by Fabian Frederick · 10 years ago
  31. 8091b89 fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul by Fabian Frederick · 10 years ago
  32. 3430343 fs/binfmt_flat.c: make old_reloc() static by Axel Lin · 10 years ago
  33. b219e25 fs/binfmt_elf.c: fix bool assignements by Fabian Frederick · 10 years ago
  34. d1826f2 fs/efs: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 10 years ago
  35. f403d1d fs/efs: add pr_fmt / use __func__ by Fabian Frederick · 10 years ago
  36. 179b87f fs/efs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  37. 00f0179 fs/exportfs/expfs.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  38. e37dcbf fs/efivarfs/super.c: use static const for dentry_operations by Fabian Frederick · 10 years ago
  39. d23da15 fs/superblock: avoid locking counting inodes and dentries before reclaiming them by Tim Chen · 10 years ago
  40. 28f2cd4f fs/superblock: unregister sb shrinker before ->kill_sb() by Dave Chinner · 10 years ago
  41. 6e6870d fs/hugetlbfs/inode.c: remove null test before kfree by Fabian Frederick · 10 years ago
  42. be1d2cf fs/hugetlbfs/inode.c: use static const for dentry_operations by Fabian Frederick · 10 years ago
  43. 422b244 fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key by Fabian Frederick · 10 years ago
  44. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  45. e7470ee fs: buffer: do not use unnecessary atomic operations when discarding buffers by Mel Gorman · 10 years ago
  46. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  47. 47a191f fs/block_dev.c: add bdev_read_page() and bdev_write_page() by Matthew Wilcox · 10 years ago
  48. 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 10 years ago
  49. 90768ee fs/mpage.c: factor clean_buffers() out of __mpage_writepage() by Matthew Wilcox · 10 years ago
  50. 1b938c0 fs/buffer.c: remove block_write_full_page_endio() by Matthew Wilcox · 10 years ago
  51. 9b857d2 fs/hugetlbfs/inode.c: complete conversion to pr_foo() by Andrew Morton · 10 years ago
  52. c86c97f mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty() by Cyrill Gorcunov · 10 years ago
  53. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  54. fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 10 years ago
  55. bdbeacd fs/9p/v9fs.c: add __init to v9fs_sysfs_init by Fabian Frederick · 10 years ago
  56. e72db98 ocfs2: remove some unused code by Xue jiufei · 10 years ago
  57. 17bf141 ocfs2: fix incorrect i_size of global bitmap inode after resize by Joseph Qi · 10 years ago
  58. b7ac233 ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super by Joseph Qi · 10 years ago
  59. 01c6222 ocfs2/dlm: disallow node joining when recovery is on going by Xue jiufei · 10 years ago
  60. a9e9aca ocfs2: fix umount hang while shutting down truncate log by Xue jiufei · 10 years ago
  61. c253ed1 fs/ocfs2/ioctl.c: add static to local functions by Fabian Frederick · 10 years ago
  62. 6718cb5 ocfs2/dlm: fix possible convert=sion deadlock by Xue jiufei · 10 years ago
  63. 55b465b ocfs2: limit printk when journal is aborted by Joseph Qi · 10 years ago
  64. b3821c3 ocfs2: remove some redundant casting by George Spelvin · 10 years ago
  65. 69201bb fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy by Fabian Frederick · 10 years ago
  66. 1a5c4e2 ocfs2: remove NULL assignments on static by Fabian Frederick · 10 years ago
  67. 1d88aa4 fs/configfs: use pr_fmt by Fabian Frederick · 10 years ago
  68. c668693 fs/configfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  69. f6b1fe7 fs/configs/item.c: kernel-doc fixes + clean-up by Fabian Frederick · 10 years ago
  70. 2201083 fs/squashfs/squashfs.h: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  71. 504e0e2 ntfs: remove NULL value assignments by Fabian Frederick · 10 years ago
  72. 48149e9 fanotify: check file flags passed in fanotify_init by Heinrich Schuchardt · 10 years ago
  73. cc299a9 fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checking by Heinrich Schuchardt · 10 years ago
  74. efa8f7e fs/notify/mark.c: trivial cleanup by David Cohen · 10 years ago
  75. d4c7cf6 fanotify: create FAN_ACCESS event for readdir by Heinrich Schuchardt · 10 years ago
  76. 0a8dd2d fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and path by Heinrich Schuchardt · 10 years ago
  77. 3185a88 fs/fscache: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  78. 36dfd11 fs/fscache: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  79. daf342a Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into next by Linus Torvalds · 10 years ago
  80. ba1bdef Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into next by Linus Torvalds · 10 years ago
  81. 74efa04 Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into next by Linus Torvalds · 10 years ago
  82. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  83. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  84. bb5e50a fs/jfs/super.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  85. 4f65b6d fs/jfs/jfs_dmap.c: replace min/casting by min_t by Fabian Frederick · 10 years ago
  86. 789602e fs/jfs/super.c: remove 0 assignment to static + code clean-up by Fabian Frederick · 10 years ago
  87. bc4e6b2 fs/jfs/jfs_logmgr.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
  88. 5da7776 Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next by Linus Torvalds · 10 years ago
  89. 0e48e055 GFS2: Prevent recovery before the local journal is set by Bob Peterson · 10 years ago
  90. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  91. 62af4f1 locks: add some tracepoints in the lease handling code by Jeff Layton · 10 years ago
  92. 5315c26 fs/locks.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  93. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  94. 9f12600 dcache: add missing lockdep annotation by Linus Torvalds · 10 years ago
  95. 8cbf74d dentry_kill() doesn't need the second argument now by Al Viro · 10 years ago
  96. b2b8019 dealing with the rest of shrink_dentry_list() livelock by Al Viro · 10 years ago
  97. 046b961 shrink_dentry_list(): take parent's ->d_lock earlier by Al Viro · 10 years ago
  98. ff2fde9 expand dentry_kill(dentry, 0) in shrink_dentry_list() by Al Viro · 10 years ago
  99. e55fd01 split dentry_kill() by Al Viro · 10 years ago
  100. e31da3f JFS: Check for NULL before calling posix_acl_equiv_mode() by William Burrow · 10 years ago