1. 21e4e15 reiserfs: Remove unneed check in reiserfs_write_full_page() by YueHaibing · 3 years, 7 months ago
  2. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  3. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  4. 4443390 reiserfs: Initialize inode keys properly by Jan Kara · 4 years, 3 months ago
  5. 8859bf2 reiserfs: only call unlock_new_inode() if I_NEW by Eric Biggers · 4 years, 6 months ago
  6. 051c355 Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 7 months ago
  7. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  8. 5626de1 reiserfs: Replace kmalloc with kcalloc in the comment by Liao Pingfang · 4 years, 7 months ago
  9. 60e4cf6 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 5 years ago
  10. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  11. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  12. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  13. a480b5b reiserfs: Remove i_attrs_to_sd_attrs() by Jan Kara · 8 years ago
  14. a73415a reiserfs: Remove useless setting of i_flags by Jan Kara · 8 years ago
  15. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  16. be29796 mm: only include blk_types in swap.h if CONFIG_SWAP is enabled by Christoph Hellwig · 8 years ago
  17. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  19. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  20. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  21. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  22. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  23. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  24. 2e6c97e reiserfs: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  25. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  26. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  27. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  28. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  29. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  30. 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  31. 17093991 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
  32. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  33. 22e7478 reiserfs: call truncate_setsize under tailpack mutex by Jeff Mahoney · 11 years ago
  34. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  35. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
  36. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  37. a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 11 years ago
  38. cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 11 years ago
  39. 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 11 years ago
  40. 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 11 years ago
  41. 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 11 years ago
  42. 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 11 years ago
  43. 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 11 years ago
  44. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  45. d2d0395 reiserfs: locking, release lock around quota operations by Jeff Mahoney · 11 years ago
  46. 278f667 reiserfs: locking, handle nested locks properly by Jeff Mahoney · 11 years ago
  47. 4c05141 reiserfs: locking, push write lock out of xattr code by Jeff Mahoney · 11 years ago
  48. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  49. a1457c0 reiserfs: fix deadlock with nfs racing on create/lookup by Jeff Mahoney · 12 years ago
  50. bad5483 reiserfs: use ->invalidatepage() length argument by Lukas Czerner · 12 years ago
  51. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 12 years ago
  52. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  53. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
  54. cfac4b4 reiserfs: drop vmtruncate by Marco Stornelli · 12 years ago
  55. 7af1168 reiserfs: Move quota calls out of write lock by Jan Kara · 12 years ago
  56. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
  57. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  58. df81465 userns: Convert reiserfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  59. 48d1788 reiserfs: fix deadlocks with quotas by Jeff Mahoney · 12 years ago
  60. b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
  61. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  62. f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 13 years ago
  63. a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 13 years ago
  64. c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 13 years ago
  65. 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
  66. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  67. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  68. 4482a08 reiserfs: cache negative ACLs for v1 stat format by Christoph Hellwig · 13 years ago
  69. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 14 years ago
  70. 562c72aa5 fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 14 years ago
  71. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  72. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  73. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  74. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  75. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  76. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  77. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  78. f4ae2fa fix reiserfs_evict_inode end_writeback second call by Sergey Senozhatsky · 14 years ago
  79. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  80. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 15 years ago
  81. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 15 years ago
  82. 1025774 remove inode_setattr by Christoph Hellwig · 15 years ago
  83. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 15 years ago
  84. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 15 years ago
  85. 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
  86. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
  87. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 15 years ago
  88. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  89. e213e26 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
  90. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  91. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
  92. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
  93. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 15 years ago
  94. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 15 years ago
  95. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 15 years ago
  96. 175359f reiserfs: Fix softlockup while waiting on an inode by Frederic Weisbecker · 15 years ago
  97. 82062e7 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  98. 108d394 reiserfs: Relax the lock before truncating pages by Frederic Weisbecker · 15 years ago
  99. 5fe1533f reiserfs: Fix recursive lock on lchown by Frederic Weisbecker · 15 years ago
  100. 45d28b0 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago