1. 5c26eac udf: use kmap_atomic for memcpy copying by Fabian Frederick · 8 years ago
  2. 6ff6b2b udf: use octal for permissions by Fabian Frederick · 8 years ago
  3. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  4. 1d82a56 udf: check partition reference in udf_read_inode() by Fabian Frederick · 8 years ago
  5. 54bb60d udf: merge module informations in super.c by Fabian Frederick · 8 years ago
  6. b31c9ed udf: remove next_epos from udf_update_extent_cache() by Fabian Frederick · 8 years ago
  7. 7ed0fbd udf: Factor out trimming of crtime by Fabian Frederick · 8 years ago
  8. bbc9abd udf: remove unneeded line break by Fabian Frederick · 8 years ago
  9. 02d4ca4 udf: merge bh free by Fabian Frederick · 8 years ago
  10. 3cc6f84 udf: use pointer for kernel_long_ad argument by Fabian Frederick · 8 years ago
  11. ad4d053 udf: Make stat on symlink report symlink length as st_size by Jan Kara · 8 years ago
  12. a17f0cb fs/udf: make #ifdef UDF_PREALLOCATE unconditional by Steve Kenton · 8 years ago
  13. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  14. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  15. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 9 years ago
  16. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  17. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  18. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  19. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  20. 4f1b151 udf: avoid uninitialized variable use by Arnd Bergmann · 9 years ago
  21. 6c37157 udf: Fix lost indirect extent block by Jan Kara · 9 years ago
  22. fcea62b udf: Factor out code for creating indirect extent by Jan Kara · 9 years ago
  23. b0918d9 udf: limit the maximum number of indirect extents in a row by Vegard Nossum · 9 years ago
  24. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  25. c73119c udf: don't duplicate page_symlink_inode_operations by Al Viro · 9 years ago
  26. 70f19f5 udf: Don't corrupt unalloc spacetable when writing it by Steven J. Magnani · 9 years ago
  27. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  28. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  29. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  30. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  31. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  32. 0fd2ba3 udf: return correct errno for udf_update_inode() by Changwoo Min · 10 years ago
  33. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  34. 13f0c2b udf: remove redundant buffer_head.h includes by Fabian Frederick · 10 years ago
  35. 6981498 udf: remove bool assignment to 0/1 by Fabian Frederick · 10 years ago
  36. 23b133bd udf: Check length of extended attributes and allocation descriptors by Jan Kara · 10 years ago
  37. 7914495 udf: Remove repeated loads blocksize by Jan Kara · 10 years ago
  38. e159332 udf: Verify i_size when loading inode by Jan Kara · 10 years ago
  39. 6174c2e udf: Fix loading of special inodes by Jan Kara · 10 years ago
  40. 470cca5 udf: Set i_generation field by Jan Kara · 10 years ago
  41. 4071b91 udf: Properly detect stale inodes by Jan Kara · 10 years ago
  42. 6d3d5e8 udf: Make udf_read_inode() and udf_iget() return error by Jan Kara · 10 years ago
  43. c03aa9f udf: Avoid infinite loop when processing indirect ICBs by Jan Kara · 10 years ago
  44. bb7720a0 udf: Fold udf_fill_inode() into __udf_read_inode() by Jan Kara · 10 years ago
  45. 8a70ee3 udf: Avoid dir link count to go negative by Jan Kara · 10 years ago
  46. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  47. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
  48. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  49. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  50. 09ebb17 udf: Fix data corruption on file type conversion by Jan Kara · 11 years ago
  51. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  52. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  53. 9960005 udf: add extent cache support in case of file reading by Namjae Jeon · 12 years ago
  54. 6d31d15 udf: remove un-needed variable from inode_getblk by Namjae Jeon · 12 years ago
  55. fb719c5 udf: don't increment lenExtents while writing to a hole by Namjae Jeon · 12 years ago
  56. 2fb7d99 udf: fix memory leak while allocating blocks during write by Namjae Jeon · 12 years ago
  57. e1cc485 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  58. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  59. c2ba138 userns: Convert the udf filesystem to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  60. 5eec54f UDF: Add support for O_DIRECT by Ian Abbott · 12 years ago
  61. 378b8e1 udf: add writepages support for udf by Namjae Jeon · 12 years ago
  62. bb2b6d1 udf: fix udf_setsize() for file data in ICB by Ian Abbott · 12 years ago
  63. a0e589b UDF: Remove unnecessary variable "offset" from udf_fill_inode by Ashish Sangwan · 12 years ago
  64. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  65. b2527bf udf: Fix file entry logicalBlocksRecorded by Steve Nickel · 13 years ago
  66. d5e2cf0 udf: Init/maintain file entry checkpoint field by Steve Nickel · 13 years ago
  67. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  68. d2eb8c3 udf: Fix deadlock when converting file from in-ICB one to normal one by Jan Kara · 13 years ago
  69. 7b0b093 udf: Cleanup calling convention of inode_getblk() by Jan Kara · 13 years ago
  70. faa1729 udf: propagate umode_t by Al Viro · 13 years ago
  71. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  72. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  73. a983f36 udf: Neaten udf_debug uses by Joe Perches · 13 years ago
  74. 78ace70 udf: Convert printks to pr_<level> by Joe Perches · 13 years ago
  75. bc11232 udf: Add readpages support for udf. by Namjae Jeon · 13 years ago
  76. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  77. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  78. 7e49b6f udf: Convert UDF to new truncate calling sequence by Jan Kara · 14 years ago
  79. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  80. 4d0fb62 udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info struct by Alessio Igor Bogani · 14 years ago
  81. c03cad2 udf: Protect default inode credentials by rwlock by Jan Kara · 14 years ago
  82. 49521de udf: Remove BKL from udf_update_inode by Jan Kara · 14 years ago
  83. 3aac2b62 switch udf to ->evict_inode() by Al Viro · 15 years ago
  84. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 15 years ago
  85. 3635046 udf: Remove dead quota code by Jan Kara · 15 years ago
  86. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 15 years ago
  87. 83c0fb6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 15 years ago
  88. 5833ded udf: Do not read inode before writing it by Jan Kara · 15 years ago
  89. aae917c udf: Fix unalloc space handling in udf_update_inode by Jan Kara · 15 years ago
  90. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  91. 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
  92. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  93. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
  94. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
  95. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 15 years ago
  96. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 15 years ago
  97. 391e8bb sanitize const/signedness for udf by Al Viro · 15 years ago
  98. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 15 years ago
  99. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  100. 81056dd udf: Perform preallocation only for regular files by Jan Kara · 15 years ago