1. 6c1e4d0 udf: Drop unused arguments of udf_delete_aext() by Jan Kara · 6 years ago
  2. f2e8334 udf: Provide function for calculating dir entry length by Jan Kara · 6 years ago
  3. fa65653 udf: Detect incorrect directory size by Jan Kara · 6 years ago
  4. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  5. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 6 years ago
  6. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  7. d987f62c Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  8. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  9. 0220edd udf: Simplify calls to udf_disk_stamp_to_time by Deepa Dinamani · 6 years ago
  10. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  12. 8a0cdef udf: Add support for decoding UTF-16 characters by Jan Kara · 7 years ago
  13. ef2e18f udf: Add support for encoding UTF-16 characters by Jan Kara · 7 years ago
  14. d504adc udf: Push sb argument to udf_name_[to|from]_CS0() by Jan Kara · 7 years ago
  15. e966fc8d udf: Convert ident strings to proper charset by Jan Kara · 7 years ago
  16. b8a41c4 udf: Use UTF-32 <-> UTF-8 conversion functions from NLS by Jan Kara · 7 years ago
  17. b8333ea udf: Always require NLS support by Jan Kara · 7 years ago
  18. 44f06ba udf: Fix leak of UTF-16 surrogates into encoded strings by Jan Kara · 7 years ago
  19. 785dffe udf: fix potential refcnt problem of nls module by Chengguang Xu · 7 years ago
  20. b72e632 udf: Do not mark possibly inconsistent filesystems as closed by Jan Kara · 7 years ago
  21. f0c4a81 udf: Remove never implemented mount options by Jan Kara · 7 years ago
  22. 116e525 udf: Provide saner default for invalid uid / gid by Jan Kara · 7 years ago
  23. 0c9850f udf: Clean up handling of invalid uid/gid by Jan Kara · 7 years ago
  24. ecd10aa udf: Apply uid/gid mount options also to new inodes & chown by Jan Kara · 7 years ago
  25. 70260e4 udf: Ignore [ug]id=ignore mount options by Jan Kara · 7 years ago
  26. 7b78fd0 udf: Fix handling of Partition Descriptors by Jan Kara · 7 years ago
  27. 18cf4781 udf: Unify common handling of descriptors by Jan Kara · 7 years ago
  28. 4b8d425 udf: Convert descriptor index definitions to enum by Jan Kara · 7 years ago
  29. 6762167 udf: Allow volume descriptor sequence to be terminated by unrecorded block by Jan Kara · 7 years ago
  30. 7b568cb udf: Simplify handling of Volume Descriptor Pointers by Jan Kara · 7 years ago
  31. 91c9c9e udf: Fix off-by-one in volume descriptor sequence length by Jan Kara · 7 years ago
  32. d5bd821 udf: Sanitize nanoseconds for time stamps by Jan Kara · 7 years ago
  33. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  34. f14fc0c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  36. 89a4d97 udf: Fix some sign-conversion warnings by Steve Magnani · 7 years ago
  37. fcbf763 udf: Fix signed/unsigned format specifiers by Steve Magnani · 7 years ago
  38. b490bdd udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF by Steve Magnani · 7 years ago
  39. abdc0eb udf: Avoid overflow when session starts at large offset by Jan Kara · 7 years ago
  40. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  41. b5f5245 fs-udf: Delete an error message for a failed memory allocation in two functions by Markus Elfring · 7 years ago
  42. 033c9da fs-udf: Improve six size determinations by Markus Elfring · 7 years ago
  43. ba2eb86 fs-udf: Adjust two checks for null pointers by Markus Elfring · 7 years ago
  44. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  45. fd3cfad udf: Convert udf_disk_stamp_to_time() to use mktime64() by Jan Kara · 7 years ago
  46. 3c399fa udf: Use time64_to_tm for timestamp conversion by Jan Kara · 7 years ago
  47. f2e9535 udf: Fix deadlock between writeback and udf_setsize() by Jan Kara · 7 years ago
  48. 146c4ad udf: Use i_size_read() in udf_adinicb_writepage() by Jan Kara · 7 years ago
  49. 9795e0e udf: Fix races with i_size changes during readpage by Jan Kara · 7 years ago
  50. a247f72 udf: Remove unused UDF_DEFAULT_BLOCKSIZE by Jan Kara · 7 years ago
  51. 5c26eac udf: use kmap_atomic for memcpy copying by Fabian Frederick · 8 years ago
  52. 6ff6b2b udf: use octal for permissions by Fabian Frederick · 8 years ago
  53. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  54. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  55. a074faa udf: simplify udf_ioctl() by Fabian Frederick · 8 years ago
  56. 782deb2 udf: fix ioctl errors by Fabian Frederick · 8 years ago
  57. 70f16ce udf: allow implicit blocksize specification during mount by Fabian Frederick · 8 years ago
  58. 1d82a56 udf: check partition reference in udf_read_inode() by Fabian Frederick · 8 years ago
  59. 23bcda1 udf: atomically read inode size by Fabian Frederick · 8 years ago
  60. 54bb60d udf: merge module informations in super.c by Fabian Frederick · 8 years ago
  61. b31c9ed udf: remove next_epos from udf_update_extent_cache() by Fabian Frederick · 8 years ago
  62. 7ed0fbd udf: Factor out trimming of crtime by Fabian Frederick · 8 years ago
  63. d50c4dd udf: remove empty condition by Fabian Frederick · 8 years ago
  64. bbc9abd udf: remove unneeded line break by Fabian Frederick · 8 years ago
  65. 02d4ca4 udf: merge bh free by Fabian Frederick · 8 years ago
  66. 3cc6f84 udf: use pointer for kernel_long_ad argument by Fabian Frederick · 8 years ago
  67. 75f2713 udf: use __packed instead of __attribute__ ((packed)) by Fabian Frederick · 8 years ago
  68. ad4d053 udf: Make stat on symlink report symlink length as st_size by Jan Kara · 8 years ago
  69. a17f0cb fs/udf: make #ifdef UDF_PREALLOCATE unconditional by Steve Kenton · 8 years ago
  70. 88b50ce fs: udf: Replace CURRENT_TIME with current_time() by Deepa Dinamani · 8 years ago
  71. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  72. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  74. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  75. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  76. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  77. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  78. 5d3ddd8 udf: don't bother with full-page write optimisations in adinicb case by Al Viro · 8 years ago
  79. f27792f udf: Remove useless check in udf_adinicb_write_begin() by Jan Kara · 8 years ago
  80. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  81. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  82. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  83. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  84. 7888824 udf: Use correct partition reference number for metadata by Alden Tondettar · 8 years ago
  85. 3743a03 udf: Use IS_ERR when loading metadata mirror file entry by Alden Tondettar · 8 years ago
  86. 585d700 udf: Don't BUG on missing metadata partition descriptor by Alden Tondettar · 8 years ago
  87. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. 820c687 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  89. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  90. c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
  91. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  92. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
  93. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
  94. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  95. 2a28900 udf: Export superblock magic to userspace by Jan Kara · 9 years ago
  96. a47241c udf: Prevent stack overflow on corrupted filesystem mount by Alden Tondettar · 9 years ago
  97. c26f6c6 udf: Fix conversion of 'dstring' fields to UTF8 by Andrew Gabbasov · 9 years ago
  98. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  99. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  100. 484a10f udf: Merge linux specific translation into CS0 conversion function by Andrew Gabbasov · 9 years ago