1. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 4 months ago
  2. 88b2e9b fs/ufs: avoid potential u32 multiplication overflow by Colin Ian King · 4 years, 5 months ago
  3. 22b1396 fs: Fill in max and min timestamps in superblock by Deepa Dinamani · 5 years ago
  4. ba542f2 fs/ufs/super.c: remove set but not used variable 'usb3' by YueHaibing · 5 years ago
  5. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  6. 98835e8 ufs: switch to ->free_inode() by Al Viro · 6 years ago
  7. a3fda0f fs/ufs: use ktime_get_real_seconds for sb and cg timestamps by Arnd Bergmann · 6 years ago
  8. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  9. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  10. bb8c2d6 ufs: use new i_version API by Jeff Layton · 7 years ago
  11. df5f3cf ufs: Define usercopy region in ufs_inode_cache slab cache by David Windsor · 8 years ago
  12. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  13. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  14. 021f601 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. 77e9ce3 ufs: fix the logics for tail relocation by Al Viro · 8 years ago
  16. c8636b9 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  17. c596961 ufs: fix s_size/s_dsize users by Al Viro · 8 years ago
  18. 96ecff1 ufs: fix logics in "ufs: make fsck -f happy" by Al Viro · 8 years ago
  19. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. 6b0d144 ufs: set correct ->s_maxsize by Al Viro · 8 years ago
  21. 239e250 fs/ufs: Set UFS default maximum bytes per file by Richard Narron · 8 years ago
  22. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  23. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  24. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  25. dff7cfd ufs: kill lock_ufs() by Al Viro · 10 years ago
  26. 724bb09 ufs: don't use lock_ufs() for block pointers tree protection by Al Viro · 10 years ago
  27. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  28. e4f9551 fs/ufs: restore s_lock mutex_init() by Fabian Frederick · 10 years ago
  29. cdd9eef fs/ufs: restore s_lock mutex by Fabian Frederick · 10 years ago
  30. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  31. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  32. ed3ad79 fs/ufs/super.c: fix potential race condition by Fabian Frederick · 10 years ago
  33. 61da3ae fs/ufs/super.c: remove unnecessary casting by Fabian Frederick · 10 years ago
  34. d4beaab fs/ufs: convert UFSD printk to pr_debug by Fabian Frederick · 10 years ago
  35. 7e1e416 fs/ufs/super.c: use va_format instead of buffer/vsnprintf by Fabian Frederick · 10 years ago
  36. 07bc94f fs/ufs/super.c: use __func__ in logging by Fabian Frederick · 10 years ago
  37. de771bd fs/ufs: use pr_fmt by Fabian Frederick · 10 years ago
  38. a9814c5 fs/ufs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  39. 0244756 ufs: sb mutex merge + mutex_destroy by Fabian Frederick · 11 years ago
  40. fe4487d fs/ufs: remove unused ufs_super_block_third pointer by Christian Engelmayer · 11 years ago
  41. 48968a1 fs/ufs: remove unused ufs_super_block_second pointer by Christian Engelmayer · 11 years ago
  42. 6e0bd34 fs/ufs: remove unused ufs_super_block_first pointer by Christian Engelmayer · 11 years ago
  43. 76ee473 fs/ufs/super.c: add __init to init_inodecache() by Fabian Frederick · 11 years ago
  44. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  45. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  46. b696332 ufs: drop lock/unlock super by Marco Stornelli · 12 years ago
  47. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  48. 9e9ad5f fs/ufs: get rid of write_super by Artem Bityutskiy · 12 years ago
  49. 7bd54ef7 fs/ufs: re-arrange the code a bit by Artem Bityutskiy · 12 years ago
  50. 65e5e83 fs/ufs: remove extra superblock write on unmount by Artem Bityutskiy · 12 years ago
  51. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 13 years ago
  52. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  53. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  54. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 13 years ago
  55. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  56. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  57. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  58. 788257d ufs: remove the BKL by Arnd Bergmann · 14 years ago
  59. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  60. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  61. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  62. 58e8268 switch ufs to ->evict_inode() by Al Viro · 15 years ago
  63. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  64. d27d7a9 ufs: permit mounting of BorderWare filesystems by Thomas Stewart · 15 years ago
  65. 8f45c33 ufs: Remove dead quota code by Jan Kara · 15 years ago
  66. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 15 years ago
  67. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 15 years ago
  68. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 15 years ago
  69. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 15 years ago
  70. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 15 years ago
  71. b3a0fd4 fs/ufs: recognize Solaris-specific file system state by Alex Viskovatoff · 15 years ago
  72. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 15 years ago
  73. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 15 years ago
  74. f3e2a52 ufs: NFS support by Alexey Dobriyan · 15 years ago
  75. 8c80065 ufs: add ->sync_fs by Christoph Hellwig · 16 years ago
  76. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 16 years ago
  77. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 16 years ago
  78. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 16 years ago
  79. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 16 years ago
  80. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 16 years ago
  81. 41d577a fs/ufs: return f_fsid for statfs(2) by Coly Li · 16 years ago
  82. 9e6766c ufs: validate maximum fast symlink size from superblock by Duane Griffin · 16 years ago
  83. f762dd6 Update my email address by Gertjan van Wingerde · 16 years ago
  84. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  85. 1a3f7d9 Revert "UFS: add const to parser token table" by Linus Torvalds · 16 years ago
  86. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  87. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  88. f924727 UFS: add const to parser token table by Steven Whitehouse · 16 years ago
  89. e542059 drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h by Mike Frysinger · 17 years ago
  90. 90b315a ufs: fix symlink creation on ufs2 by Evgeniy Dushistov · 17 years ago
  91. b55c460 iget: stop UFS from using iget() and read_inode() by David Howells · 17 years ago
  92. 0c664f9 ufs: fix nexstep dir block size by Evgeniy Dushistov · 17 years ago
  93. f664f1f revert "ufs: Fix mount check in ufs_fill_super()" by Andrew Morton · 17 years ago
  94. 48ef09a ufs: Fix mount check in ufs_fill_super() by Satyam Sharma · 17 years ago
  95. bcd6d4e ufs: move non-layout parts of ufs_fs.h to fs/ufs/ by Christoph Hellwig · 17 years ago
  96. 2a9807c ufs: implement show_options by Evgeniy Dushistov · 17 years ago
  97. 252e211 Add in SunOS 4.1.x compatible mode for UFS by Mark Fortescue · 17 years ago
  98. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  99. f9b7cba ufs: fix sun state by Evgeniy Dushistov · 17 years ago
  100. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago