1. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. af51a2a ext4: ->tmpfile() support by Al Viro · 11 years ago
  3. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  4. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  5. bcd7351 Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  6. 6072a93 Merge tag 'dlm-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  7. 3f490f7 Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  8. c4eb1b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  9. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  10. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  11. 7747bd4 sync: don't block the flusher thread waiting on IO by Dave Chinner · 11 years ago
  12. a1dd3c1 f2fs: fix to recover i_size from roll-forward by Jaegeuk Kim · 11 years ago
  13. 5ebefc5 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() by Gu Zheng · 11 years ago
  14. 763bfe1 f2fs: remove reusing any prefree segments by Jaegeuk Kim · 11 years ago
  15. 6cc4af5 f2fs: code cleanup and simplify in func {find/add}_gc_inode by Gu Zheng · 11 years ago
  16. 8736fbf f2fs: optimize the init_dirty_segmap function by Namjae Jeon · 11 years ago
  17. 060dd67 f2fs: fix an endian conversion bug detected by sparse by Jaegeuk Kim · 11 years ago
  18. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  19. 6ae06ff ext4: optimize starting extent in ext4_ext_rm_leaf() by Ashish Sangwan · 11 years ago
  20. 41a5b91 jbd2: invalidate handle if jbd2_journal_restart() fails by Theodore Ts'o · 11 years ago
  21. 21ddd56 ext4: translate flag bits to strings in tracepoints by Theodore Ts'o · 11 years ago
  22. cb53054 ext4: fix up error handling for mpage_map_and_submit_extent() by Theodore Ts'o · 11 years ago
  23. 39c0415 jbd2: fix theoretical race in jbd2__journal_restart by Theodore Ts'o · 11 years ago
  24. e1be3a9 ext4: only zero partial blocks in ext4_zero_partial_blocks() by Lukas Czerner · 11 years ago
  25. 42c832d ext4: check error return from ext4_write_inline_data_end() by Theodore Ts'o · 11 years ago
  26. 353eefd ext4: delete unnecessary C statements by jon ernst · 11 years ago
  27. 64cb927 ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree() by Al Viro · 11 years ago
  28. fe52d17 jbd2: move superblock checksum calculation to jbd2_write_superblock() by Theodore Ts'o · 11 years ago
  29. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  30. c4932db ext4: improve free space calculation for inline_data by boxi liu · 11 years ago
  31. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  32. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  33. 2c00ef3 ext4: implement error handling of ext4_mb_new_preallocation() by Alexey Khoroshilov · 11 years ago
  34. 6ca792e ext4: fix corruption when online resizing a fs with 1K block size by Maarten ter Huurne · 11 years ago
  35. 63edbce1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  36. 82d0b80 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  37. 2142914 lseek_execute() doesn't need an inode passed to it by Al Viro · 11 years ago
  38. 5d48f3a block_dev: switch to fixed_size_llseek() by Al Viro · 11 years ago
  39. 7b2296a locks: give the blocked_hash its own spinlock by Jeff Layton · 11 years ago
  40. 3999e49 locks: add a new "lm_owner_key" lock operation by Jeff Layton · 11 years ago
  41. 48f7418 locks: turn the blocked_list into a hashtable by Jeff Layton · 11 years ago
  42. 139ca04 locks: convert fl_link to a hlist_node by Jeff Layton · 11 years ago
  43. 4e8c765 locks: avoid taking global lock if possible when waking up blocked waiters by Jeff Layton · 11 years ago
  44. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  45. 8897469 locks: encapsulate the fl_link list handling by Jeff Layton · 11 years ago
  46. b9746ef locks: make "added" in __posix_lock_file a bool by Jeff Layton · 11 years ago
  47. 1cb3601 locks: comment cleanups and clarifications by Jeff Layton · 11 years ago
  48. d4f22d1 locks: make generic_add_lease and generic_delete_lease static by Jeff Layton · 11 years ago
  49. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  50. f891a29 locks: drop the unused filp argument to posix_unblock_lock by Jeff Layton · 11 years ago
  51. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  52. 642b704 minix: bug widening a binary "not" operation by Dan Carpenter · 11 years ago
  53. 18c67cb splice: lift checks from do_splice_from() into callers by Al Viro · 11 years ago
  54. 68d70d0 constify rw_verify_area() by Al Viro · 11 years ago
  55. 1bf9d14 new helper: fixed_size_llseek() by Al Viro · 11 years ago
  56. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
  57. cb5e05d fuse: another open-coded file_inode() by Al Viro · 11 years ago
  58. 6d0379e btrfs: more open-coded file_inode() by Al Viro · 11 years ago
  59. 3058dca fanotify: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  60. 0b3fca1 kill find_inode_number() by Al Viro · 11 years ago
  61. 6b5e122 coda: don't bother with find_inode_number() by Al Viro · 11 years ago
  62. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  63. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  64. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
  65. 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
  66. 338b2f5 ncpfs: don't bother with EBUSY on removal of busy directories by Al Viro · 11 years ago
  67. 5faf153 don't call file_pos_write() if vfs_{read,write}{,v}() fails by Al Viro · 11 years ago
  68. c77cece Replace a bunch of file->dentry->d_inode refs with file_inode() by David Howells · 11 years ago
  69. 656d09d udf: provide ->tmpfile() by Al Viro · 11 years ago
  70. e6bbef9 ext3 ->tmpfile() support by Al Viro · 11 years ago
  71. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  72. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  73. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  74. 50cd2c5 lift file_*_write out of do_splice_direct() by Al Viro · 11 years ago
  75. 500368f lift file_*_write out of do_splice_from() by Al Viro · 11 years ago
  76. bc77daa do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  77. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  78. 2233f31 [readdir] ->readdir() is gone by Al Viro · 11 years ago
  79. 2de5f05 [readdir] convert ecryptfs by Al Viro · 11 years ago
  80. e924f25 [readdir] convert coda by Al Viro · 11 years ago
  81. 3704412b [readdir] convert ocfs2 by Al Viro · 11 years ago
  82. 2c6a247 [readdir] convert fatfs by Al Viro · 11 years ago
  83. b822755 [readdir] convert xfs by Al Viro · 11 years ago
  84. 9cdda8d [readdir] convert btrfs by Al Viro · 11 years ago
  85. 8e28bc7 [readdir] convert hostfs by Al Viro · 11 years ago
  86. 1bbae9f [readdir] convert afs by Al Viro · 11 years ago
  87. 76f582a [readdir] convert ncpfs by Al Viro · 11 years ago
  88. e72514e [readdir] convert hfsplus by Al Viro · 11 years ago
  89. 002f8be [readdir] convert hfs by Al Viro · 11 years ago
  90. f0f49ef [readdir] convert befs by Al Viro · 11 years ago
  91. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  92. 9b5d5a1 [readdir] convert freevxfs by Al Viro · 11 years ago
  93. 8d3af7f [readdir] convert fuse by Al Viro · 11 years ago
  94. 568f8f5 [readdir] convert hpfs by Al Viro · 11 years ago
  95. cd62cda reiserfs: switch reiserfs_readdir_dentry to inode by Al Viro · 11 years ago
  96. 99ce416 reiserfs: is_privroot_deh() needs only directory inode, actually by Al Viro · 11 years ago
  97. 4acf381 [readdir] convert reiserfs by Al Viro · 11 years ago
  98. 956ce20 [readdir] convert ntfs by Al Viro · 11 years ago
  99. bfee716 [readdir] convert isofs by Al Viro · 11 years ago
  100. 0312fa7 [readdir] convert jffs2 by Al Viro · 11 years ago