1. 09ebb17 udf: Fix data corruption on file type conversion by Jan Kara · 10 years ago
  2. 4ea7772 udf: Fix lockdep warning from udf_symlink() by Jan Kara · 11 years ago
  3. 4449960 udf: fix for pathetic mount times in case of invalid file system by Peter A. Felvegi · 11 years ago
  4. 69d7567 udf: Fortify LVID loading by Jan Kara · 11 years ago
  5. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  6. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  7. e729eac udf: Refuse RW mount of the filesystem instead of making it RO by Jan Kara · 11 years ago
  8. d759bfa4 udf: Standardize return values in mount sequence by Jan Kara · 11 years ago
  9. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  10. 656d09d udf: provide ->tmpfile() by Al Viro · 11 years ago
  11. 5add2ee [readdir] convert udf by Al Viro · 11 years ago
  12. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  13. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  14. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  16. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  17. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  18. 288be96 udf: Remove unused s_extLength from udf_bitmap by Jan Kara · 11 years ago
  19. c60305b udf: Make s_block_bitmap standard array by Jan Kara · 11 years ago
  20. 89b1f39 udf: Fix bitmap overflow on large filesystems with small block size by Jan Kara · 11 years ago
  21. 9960005 udf: add extent cache support in case of file reading by Namjae Jeon · 11 years ago
  22. 9734c97 udf: Write LVID to disk after opening / closing by Jan Kara · 11 years ago
  23. 1b1baff UDF: Fix a null pointer dereference in udf_sb_free_partitions by Namjae Jeon · 11 years ago
  24. 6d31d15 udf: remove un-needed variable from inode_getblk by Namjae Jeon · 12 years ago
  25. fb719c5 udf: don't increment lenExtents while writing to a hole by Namjae Jeon · 12 years ago
  26. 2fb7d99 udf: fix memory leak while allocating blocks during write by Namjae Jeon · 12 years ago
  27. e1cc485 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  28. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  29. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  30. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  31. c2ba138 userns: Convert the udf filesystem to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  32. 5eec54f UDF: Add support for O_DIRECT by Ian Abbott · 12 years ago
  33. 3f6bba8 Merge branch 'fast_track' into for_next by Jan Kara · 12 years ago
  34. 9c2fc0d udf: Fix data corruption for files in ICB by Jan Kara · 12 years ago
  35. 378b8e1 udf: add writepages support for udf by Namjae Jeon · 12 years ago
  36. 68766a2 udf: fix retun value on error path in udf_load_logicalvol by Nikola Pajkovsky · 12 years ago
  37. dc141a4 UDF: During mount free lvid_bh before rescanning with different blocksize by Ashish Sangwan · 12 years ago
  38. bb2b6d1 udf: fix udf_setsize() for file data in ICB by Ian Abbott · 12 years ago
  39. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  40. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  41. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  42. 0143fc5 udf: avoid info leak on export by Mathias Krause · 12 years ago
  43. 57b9655 udf: Improve table length check to avoid possible overflow by Jan Kara · 12 years ago
  44. 17dc59b udf: Do not decrement i_blocks when freeing indirect extent block by Jan Kara · 12 years ago
  45. bff943a udf: Fix memory leak when mounting by Jan Kara · 12 years ago
  46. a0e589b UDF: Remove unnecessary variable "offset" from udf_fill_inode by Ashish Sangwan · 12 years ago
  47. db8109e udf: stop using s_dirt by Artem Bityutskiy · 12 years ago
  48. 221d3eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  49. 1df2ae3 udf: Fortify loading of sparing table by Jan Kara · 12 years ago
  50. adee11b udf: Avoid run away loop when partition table length is corrupted by Jan Kara · 12 years ago
  51. cb14d34 udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() by Jan Kara · 12 years ago
  52. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago
  53. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  54. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  55. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  56. 9a7259d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  57. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  58. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  59. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  60. 7c0fb22 udf: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  61. f6940fe udf: Fix deadlock in udf_release_file() by Jan Kara · 12 years ago
  62. a0391a3 udf: Fix deadlock in udf_release_file() by Jan Kara · 12 years ago
  63. b2527bf udf: Fix file entry logicalBlocksRecorded by Steve Nickel · 12 years ago
  64. fd4287d udf: Fix handling of i_blocks by Jan Kara · 12 years ago
  65. d5e2cf0 udf: Init/maintain file entry checkpoint field by Steve Nickel · 12 years ago
  66. 75b09e0 udf: Remove unnecessary OOM messages by Joe Perches · 12 years ago
  67. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  68. 853a0c2 udf: Mark LVID buffer as uptodate before marking it dirty by Jan Kara · 13 years ago
  69. fef2e9f udf: Treat symlink component of type 2 as / by Jan Kara · 13 years ago
  70. d2eb8c3 udf: Fix deadlock when converting file from in-ICB one to normal one by Jan Kara · 13 years ago
  71. 7b0b093 udf: Cleanup calling convention of inode_getblk() by Jan Kara · 13 years ago
  72. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  73. faa1729 udf: propagate umode_t by Al Viro · 13 years ago
  74. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  75. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  76. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  77. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  78. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  79. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  80. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  81. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  82. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  83. ed47a7d udf: Cleanup metadata flags handling by Jan Kara · 13 years ago
  84. 3080a74 udf: Skip mirror metadata FE loading when metadata FE is ok by Namjae Jeon · 13 years ago
  85. a983f36 udf: Neaten udf_debug uses by Joe Perches · 13 years ago
  86. c2bff36 udf: Neaten logging output, use vsprintf extension %pV by Joe Perches · 13 years ago
  87. 78ace70 udf: Convert printks to pr_<level> by Joe Perches · 13 years ago
  88. a40ecd7 udf: Rename udf_warning to udf_warn by Joe Perches · 13 years ago
  89. 8076c36 udf: Rename udf_error to udf_err by Joe Perches · 13 years ago
  90. 7e273e3 udf: Promote some debugging messages to udf_error by Joe Perches · 13 years ago
  91. bc11232 udf: Add readpages support for udf. by Namjae Jeon · 13 years ago
  92. 6f28610 switch udf_ioctl() to inode_permission() by Al Viro · 13 years ago
  93. 7020739 udf: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  94. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  95. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  96. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  97. 9ad1e1e udf: use little-endian bitops by Akinobu Mita · 13 years ago
  98. 374e552 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 13 years ago
  99. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  100. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago