1. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  2. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  3. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 9 years ago
  4. b07ef35 udf: Release preallocation on last writeable close by Jan Kara · 9 years ago
  5. 6fb1ca9 udf: Fix race between write(2) and close(2) by Jan Kara · 10 years ago
  6. 3f1be4f udf: avoid redundant memcpy when writing data in ICB by Chao Yu · 10 years ago
  7. e973606 udf: use linux/uaccess.h by Fabian Frederick · 10 years ago
  8. d4637bc udf: switch to ->write_iter() by Al Viro · 10 years ago
  9. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  10. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  11. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  12. 09ebb17 udf: Fix data corruption on file type conversion by Jan Kara · 10 years ago
  13. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  14. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  15. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  16. 5eec54f UDF: Add support for O_DIRECT by Ian Abbott · 12 years ago
  17. 9c2fc0d udf: Fix data corruption for files in ICB by Jan Kara · 12 years ago
  18. 7c0fb22 udf: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  19. f6940fe udf: Fix deadlock in udf_release_file() by Jan Kara · 12 years ago
  20. d2eb8c3 udf: Fix deadlock when converting file from in-ICB one to normal one by Jan Kara · 13 years ago
  21. 6f28610 switch udf_ioctl() to inode_permission() by Al Viro · 13 years ago
  22. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  23. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  24. 7e49b6f udf: Convert UDF to new truncate calling sequence by Jan Kara · 14 years ago
  25. 8754a3f udf: Protect udf_file_aio_write from possible races by Jan Kara · 14 years ago
  26. 9db9f9e udf: Remove unnecessary bkl usages by Alessio Igor Bogani · 14 years ago
  27. 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
  28. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  29. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  30. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  31. de67445 udf: remove duplicated #include by Huang Weiyi · 14 years ago
  32. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  33. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  34. 3635046 udf: Remove dead quota code by Jan Kara · 14 years ago
  35. d515e86 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 14 years ago
  36. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  37. 2f07a88 udf: BKL ioctl pushdown by John Kacur · 14 years ago
  38. c15d0fc udf: add speciffic ->setattr callback by Dmitry Monakhov · 14 years ago
  39. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  40. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  41. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  42. 759bfee dquot: move dquot transfer responsibility into the filesystem by Christoph Hellwig · 14 years ago
  43. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  44. cbc8cc3 udf: Fix possible corruption when close races with write by Jan Kara · 15 years ago
  45. 90de066 switch udf to simple_fsync() by Al Viro · 15 years ago
  46. 5c89468 udf: add llseek method by Christoph Hellwig · 16 years ago
  47. 15aebd2 udf: move headers out include/linux/ by Christoph Hellwig · 16 years ago
  48. b1e3212 udf: kill useless file header comments for vfs method implementations by Christoph Hellwig · 16 years ago
  49. 48d6d8f udf: cache struct udf_inode_info by Marcin Slusarz · 16 years ago
  50. c0b3443 udf: remove UDF_I_* macros and open code them by Marcin Slusarz · 16 years ago
  51. 4b11111 udf: fix coding style by Marcin Slusarz · 16 years ago
  52. 6c79e98 udf: remove some ugly macros by Marcin Slusarz · 16 years ago
  53. be021ee udf: convert to new aops by Nick Piggin · 17 years ago
  54. 28de794 UDF: coding style conversion - lindent fixups by Cyrill Gorcunov · 17 years ago
  55. cb00ea3 UDF: coding style conversion - lindent by Cyrill Gorcunov · 17 years ago
  56. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  57. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  58. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  59. 5096e93 [PATCH] struct path: convert udf by Josef Sipek · 18 years ago
  60. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  61. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  62. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  63. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  64. 4d399ca remove pointers to the defunct UDF mailing list by Adrian Bunk · 18 years ago
  65. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  66. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago