1. d7736e2 nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group by Nanyong Sun · 3 years, 4 months ago
  2. 0f36028 nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group by Nanyong Sun · 3 years, 4 months ago
  3. 5770b54 nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group by Nanyong Sun · 3 years, 4 months ago
  4. 5acb21e nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group by Nanyong Sun · 3 years, 4 months ago
  5. 0480f7a nilfs2: fix NULL pointer in nilfs_##name##_attr_release by Nanyong Sun · 3 years, 4 months ago
  6. d95b50f nilfs2: fix memory leak in nilfs_sysfs_create_device_group by Nanyong Sun · 3 years, 4 months ago
  7. 0796d99 nilfs2: use refcount_dec_and_lock() to fix potential UAF by Zhen Lei · 3 years, 4 months ago
  8. ab5bef9 nilfs2: fix memory leak in nilfs_sysfs_delete_device_group by Pavel Skripkin · 3 years, 6 months ago
  9. 237ee28 nilfs2: make splice write available again by Joachim Henke · 3 years, 11 months ago
  10. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  11. 64ead52 nilfs2: fix some kernel-doc warnings for nilfs2 by Wang Hai · 4 years, 2 months ago
  12. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  14. a1d0747 nilfs2: use a more common logging style by Joe Perches · 4 years, 5 months ago
  15. 2987a4c nilfs2: convert __nilfs_msg to integrate the level and format by Joe Perches · 4 years, 5 months ago
  16. 1b0e318 nilfs2: only call unlock_new_inode() if I_NEW by Eric Biggers · 4 years, 5 months ago
  17. 8301c71 nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() by Ryusuke Konishi · 4 years, 7 months ago
  18. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  19. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 7 months ago
  20. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 7 months ago
  21. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  22. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  23. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  24. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  25. 314999d fs: compat_ioctl: move FITRIM emulation into file systems by Arnd Bergmann · 6 years ago
  26. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 5 years ago
  27. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  28. 977c3d1 nilfs2: switch to ->free_inode() by Al Viro · 6 years ago
  29. fd9dc93 XArray: Change xa_insert to return -EBUSY by Matthew Wilcox · 6 years ago
  30. fe2b511 nilfs2: Use xa_erase_irq by Matthew Wilcox · 7 years ago
  31. f611ff6 nilfs2: Convert to XArray by Matthew Wilcox · 7 years ago
  32. ae98043 nilfs2: convert to SPDX license tags by Ryusuke Konishi · 6 years ago
  33. c8ed98c fs/nilfs2/file.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  34. 21a1a52 nilfs2: use 64-bit superblock timstamps by Arnd Bergmann · 6 years ago
  35. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  36. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  37. fb04b91 nilfs2: use time64_t internally by Arnd Bergmann · 7 years ago
  38. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  39. 577753c nilfs2: remove inode->i_version initialization by Jeff Layton · 7 years ago
  40. 3147db8 nilfs2: use octal for unreadable permission macro by Ryusuke Konishi · 7 years ago
  41. 4d685f9 nilfs2: align block comments of nilfs_sufile_truncate_range() at * by Ryusuke Konishi · 7 years ago
  42. d4f0284 fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  43. 31ccb1f nilfs2: fix race condition that causes file system corruption by Andreas Rohner · 7 years ago
  44. 7554e9c fs/nilfs2: convert timers to use timer_setup() by Kees Cook · 7 years ago
  45. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  46. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  47. 40f9c51 nilfs2: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  48. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  49. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  50. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  51. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  52. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  53. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  54. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  55. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  56. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  57. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  58. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  59. c1844d5 fs: Remove SB_I_DYNBDI flag by Jan Kara · 8 years ago
  60. 0546c53 nilfs2: Convert to properly refcounting bdi by Jan Kara · 8 years ago
  61. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  62. f3048d1 nilfs2: use i_blocksize() by Geliang Tang · 8 years ago
  63. 1508ddc nilfs2: use nilfs_btree_node_size() by Geliang Tang · 8 years ago
  64. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  65. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  66. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  67. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  68. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  69. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  70. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  71. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  72. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  73. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  74. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  75. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  76. e63e88b nilfs2: move ioctl interface and disk layout to uapi separately by Ryusuke Konishi · 8 years ago
  77. 4ce5c34 nilfs2: use BIT() macro by Ryusuke Konishi · 8 years ago
  78. ad980c9 nilfs2: fix misuse of a semaphore in sysfs code by Ryusuke Konishi · 8 years ago
  79. a7d3f10 nilfs2: refactor parser of snapshot mount option by Ryusuke Konishi · 8 years ago
  80. aceb417 nilfs2: do not use yield() by Ryusuke Konishi · 8 years ago
  81. 39a9dcc nilfs2: emit error message when I/O error is detected by Ryusuke Konishi · 8 years ago
  82. d6517de nilfs2: replace nilfs_warning() with nilfs_msg() by Ryusuke Konishi · 8 years ago
  83. feee880 nilfs2: reduce bare use of printk() with nilfs_msg() by Ryusuke Konishi · 8 years ago
  84. 6625689 nilfs2: embed a back pointer to super block instance in nilfs object by Ryusuke Konishi · 8 years ago
  85. a66dfb0 nilfs2: add nilfs_msg() message interface by Ryusuke Konishi · 8 years ago
  86. cae3d4c nilfs2: hide function name argument from nilfs_error() by Ryusuke Konishi · 8 years ago
  87. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  88. 63d2f95 fs/nilfs2: fix potential underflow in call to crc32_le by Torsten Hilbrich · 9 years ago
  89. b2d4586 nilfs: use bio op accessors by Mike Christie · 9 years ago
  90. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  91. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  92. 076a378 nilfs2: fix block comments by Ryusuke Konishi · 9 years ago
  93. 80d6505 nilfs2: remove loops of single statement macros by Ryusuke Konishi · 9 years ago
  94. 7f00184 nilfs2: remove unnecessary else after return or break by Ryusuke Konishi · 9 years ago
  95. 0c6c44c nilfs2: avoid bare use of 'unsigned' by Ryusuke Konishi · 9 years ago
  96. 7592ecd nilfs2: fix code indent coding style issue by Ryusuke Konishi · 9 years ago
  97. c9cb9b5 nilfs2: remove space before semicolon by Ryusuke Konishi · 9 years ago
  98. 06f4abf nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error() by Ryusuke Konishi · 9 years ago
  99. facb9ec nilfs2: clean trailing semicolons in macros by Ryusuke Konishi · 9 years ago
  100. 4ad364c nilfs2: add missing line spacing by Ryusuke Konishi · 9 years ago