1. 70f19f5 udf: Don't corrupt unalloc spacetable when writing it by Steven J. Magnani · 9 years ago
  2. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  4. 792352c udf: fix udf_load_pvoldesc() by Dan Carpenter · 9 years ago
  5. 942d702 udf: remove double err declaration in udf_file_write_iter() by Fabian Frederick · 9 years ago
  6. 92acca4 UDF: support NFSv2 export by NeilBrown · 9 years ago
  7. 231473f udf: Return error from udf_find_entry() by Fabian Frederick · 9 years ago
  8. 6ce6383 udf: Make udf_get_filename() return error instead of 0 length file name by Fabian Frederick · 9 years ago
  9. 5dce54b udf: bug on exotic flag in udf_get_filename() by Fabian Frederick · 9 years ago
  10. 78fc2e6 udf: improve error management in udf_CS0toNLS() by Fabian Frederick · 9 years ago
  11. e9d4cf41 udf: improve error management in udf_CS0toUTF8() by Fabian Frederick · 9 years ago
  12. d67e4a4 udf: unicode: update function name in comments by Fabian Frederick · 9 years ago
  13. 31f2566 udf: remove unnecessary test in udf_build_ustr_exact() by Fabian Frederick · 9 years ago
  14. 5ceb8b5 udf: Return -ENOMEM when allocation fails in udf_get_filename() by Fabian Frederick · 9 years ago
  15. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  18. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  19. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  20. 165f1a6 udf_file_write_iter: reorder and simplify by Al Viro · 9 years ago
  21. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  22. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  23. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  24. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  25. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  26. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  27. 3adc12e udf: Update ctime and mtime when directory is modified by Jan Kara · 9 years ago
  28. 0fd2ba3 udf: return correct errno for udf_update_inode() by Changwoo Min · 9 years ago
  29. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  30. 1be440d udf: use int for allocated blocks instead of sector_t by Fabian Frederick · 9 years ago
  31. 13f0c2b udf: remove redundant buffer_head.h includes by Fabian Frederick · 9 years ago
  32. 6fbaad8 udf: remove else after return in __load_block_bitmap() by Fabian Frederick · 9 years ago
  33. f4a45c9 udf: remove unused variable in udf_table_free_blocks() by Fabian Frederick · 9 years ago
  34. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 9 years ago
  35. 6981498 udf: remove bool assignment to 0/1 by Fabian Frederick · 9 years ago
  36. 2b8f942 udf: use bool for done by Fabian Frederick · 9 years ago
  37. 1cd6b7b Merge branch 'for_linus' into for_next by Jan Kara · 9 years ago
  38. b07ef35 udf: Release preallocation on last writeable close by Jan Kara · 9 years ago
  39. bbe48dd udf: destroy sbi mutex in put_super by Fabian Frederick · 9 years ago
  40. 23b133bd udf: Check length of extended attributes and allocation descriptors by Jan Kara · 9 years ago
  41. 7914495 udf: Remove repeated loads blocksize by Jan Kara · 9 years ago
  42. 2c561bc udf: Update Kconfig description by Jan Kara · 9 years ago
  43. 3ee3039 udf: Reduce repeated dereferences by Jan Kara · 9 years ago
  44. e237ec3 udf: Check component length before reading it by Jan Kara · 9 years ago
  45. 0e5cc9a udf: Check path length when reading symlink by Jan Kara · 9 years ago
  46. a1d47b2 udf: Verify symlink size before loading it by Jan Kara · 9 years ago
  47. e159332 udf: Verify i_size when loading inode by Jan Kara · 9 years ago
  48. fdf2657 udf: One function call less in udf_fill_super() after error detection by Markus Elfring · 10 years ago
  49. 0d454e4 udf: Deletion of unnecessary checks before the function call "iput" by Markus Elfring · 10 years ago
  50. 6174c2e udf: Fix loading of special inodes by Jan Kara · 10 years ago
  51. 3799327 udf: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  52. 6fb1ca9 udf: Fix race between write(2) and close(2) by Jan Kara · 10 years ago
  53. 0b93a92 udf: saner calling conventions for udf_new_inode() by Al Viro · 10 years ago
  54. b231509 udf: fix the udf_iget() vs. udf_new_inode() races by Al Viro · 10 years ago
  55. d2be51c udf: merge the pieces inserting a new non-directory object into directory by Al Viro · 10 years ago
  56. 470cca5 udf: Set i_generation field by Jan Kara · 10 years ago
  57. 4071b91 udf: Properly detect stale inodes by Jan Kara · 10 years ago
  58. 6d3d5e8 udf: Make udf_read_inode() and udf_iget() return error by Jan Kara · 10 years ago
  59. c03aa9f udf: Avoid infinite loop when processing indirect ICBs by Jan Kara · 10 years ago
  60. bb7720a0 udf: Fold udf_fill_inode() into __udf_read_inode() by Jan Kara · 10 years ago
  61. 8a70ee3 udf: Avoid dir link count to go negative by Jan Kara · 10 years ago
  62. 85cd083 udf: avoid unneeded up_write when fail to add entry in ->symlink by Chao Yu · 10 years ago
  63. 3f1be4f udf: avoid redundant memcpy when writing data in ICB by Chao Yu · 10 years ago
  64. c7ff482 fs/udf: re-use hex_asc_upper_{hi,lo} macros by Andy Shevchenko · 10 years ago
  65. e973606 udf: use linux/uaccess.h by Fabian Frederick · 10 years ago
  66. d4637bc udf: switch to ->write_iter() by Al Viro · 10 years ago
  67. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  68. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  69. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  70. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  71. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  72. a7963eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  73. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  74. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  75. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  76. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  77. 53ea18d udf: Add __init macro to init_inodecache by Fabian Frederick · 10 years ago
  78. 8c6915a fs: udf: parse_options: blocksize check by Fabian Frederick · 10 years ago
  79. 09ebb17 udf: Fix data corruption on file type conversion by Jan Kara · 10 years ago
  80. 4ea7772 udf: Fix lockdep warning from udf_symlink() by Jan Kara · 10 years ago
  81. 4449960 udf: fix for pathetic mount times in case of invalid file system by Peter A. Felvegi · 11 years ago
  82. 69d7567 udf: Fortify LVID loading by Jan Kara · 11 years ago
  83. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  84. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  85. e729eac udf: Refuse RW mount of the filesystem instead of making it RO by Jan Kara · 11 years ago
  86. d759bfa4 udf: Standardize return values in mount sequence by Jan Kara · 11 years ago
  87. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  88. 656d09d udf: provide ->tmpfile() by Al Viro · 11 years ago
  89. 5add2ee [readdir] convert udf by Al Viro · 11 years ago
  90. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  91. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  92. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  93. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  94. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  95. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  96. 288be96 udf: Remove unused s_extLength from udf_bitmap by Jan Kara · 11 years ago
  97. c60305b udf: Make s_block_bitmap standard array by Jan Kara · 11 years ago
  98. 89b1f39 udf: Fix bitmap overflow on large filesystems with small block size by Jan Kara · 11 years ago
  99. 9960005 udf: add extent cache support in case of file reading by Namjae Jeon · 11 years ago
  100. 9734c97 udf: Write LVID to disk after opening / closing by Jan Kara · 11 years ago