1. 1775fd3 NFS:Add labels to client function prototypes by David Quigley · 11 years ago
  2. a09df2c NFSv4: Extend fattr bitmaps to support all 3 words by David Quigley · 11 years ago
  3. e058f70 NFSv4: Introduce new label structure by Steve Dickson · 11 years ago
  4. 42c2c42 NFSv4.2: Added NFS v4.2 support to the NFS client by Steve Dickson · 11 years ago
  5. 649f6e7 LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data. by David Quigley · 11 years ago
  6. 13e6c37 Btrfs: stop all workers before cleaning up roots by Josef Bacik · 11 years ago
  7. 2932505 Btrfs: fix use-after-free bug during umount by Liu Bo · 11 years ago
  8. a9995ee Btrfs: init relocate extent_io_tree with a mapping by Josef Bacik · 11 years ago
  9. 6379ef9 btrfs: Drop inode if inode root is NULL by Naohiro Aota · 11 years ago
  10. 7b5ff90 Btrfs: don't delete fs_roots until after we cleanup the transaction by Josef Bacik · 11 years ago
  11. 0df5ed6 eCryptfs: Make extent and scatterlist crypt function parameters similar by Tyler Hicks · 11 years ago
  12. 406c93d eCryptfs: Collapse crypt_page_offset() into crypt_extent() by Tyler Hicks · 12 years ago
  13. d78de61 eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent() by Tyler Hicks · 12 years ago
  14. a8ca90e eCryptfs: Combine page_offset crypto functions by Tyler Hicks · 12 years ago
  15. 00a6994 eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist() by Tyler Hicks · 12 years ago
  16. 9c6043f eCryptfs: Decrypt pages in-place by Tyler Hicks · 12 years ago
  17. 28916d1 eCryptfs: Accept one offset parameter in page offset crypto functions by Tyler Hicks · 12 years ago
  18. 24d1526 eCryptfs: Simplify lower file offset calculation by Tyler Hicks · 12 years ago
  19. 0f89617 eCryptfs: Read/write entire page during page IO by Tyler Hicks · 12 years ago
  20. 12003e5 eCryptfs: Use entire helper page during page crypto operations by Tyler Hicks · 12 years ago
  21. fc8b14d eCryptfs: Cocci spatch "memdup.spatch" by Thomas Meyer · 11 years ago
  22. b8e9dbac Merge tag 'ecryptfs-3.10-rc5-msync' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  23. fc60bb8 sysfs_notify is only possible on file attributes by Nick Dyer · 11 years ago
  24. e432785 Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  25. 698b822 ncpfs: fix rmdir returns Device or resource busy by Dave Chiluk · 11 years ago
  26. 5deb826 f2fs: fix iget/iput of dir during recovery by Jaegeuk Kim · 11 years ago
  27. e6395b6 Merge tag 'for-linus-v3.10-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  28. c45ffdd NFSv4: Close another NFSv4 recovery race by Trond Myklebust · 11 years ago
  29. 275bb30 NFSv4: Move dentry instantiation into the NFSv4-specific atomic open code by Trond Myklebust · 11 years ago
  30. 3efb972 NFSv4: Refactor _nfs4_open_and_get_state to set ctx->state by Trond Myklebust · 11 years ago
  31. 4197a05 NFSv4: Cleanup: pass the nfs_open_context to nfs4_do_open by Trond Myklebust · 11 years ago
  32. 1a1a29f NFSv4: Remove redundant check for FMODE_EXEC in nfs_finish_open by Trond Myklebust · 11 years ago
  33. 5cc2216 NFSv4.1: Simplify setting the layout header credential by Trond Myklebust · 11 years ago
  34. 4f0b429 NFSv4.1: Enable state protection by Trond Myklebust · 11 years ago
  35. cd5875f NFSv4.1: Use layout credentials for get_deviceinfo calls by Trond Myklebust · 11 years ago
  36. ab7cb0d NFSv4.1: Ensure that test_stateid and free_stateid use correct credentials by Trond Myklebust · 11 years ago
  37. 965e9c2 NFSv4.1: Ensure that reclaim_complete uses the right credential by Trond Myklebust · 11 years ago
  38. 9556000 NFSv4.1: Ensure that layoutreturn uses the correct credential by Trond Myklebust · 11 years ago
  39. 6ab5934 NFSv4.1: Ensure that layoutget is called using the layout credential by Trond Myklebust · 11 years ago
  40. 20970ba ext4: use ext4_da_writepages() for all modes by Theodore Ts'o · 11 years ago
  41. 0a8aa19 xfs: increase number of ACL entries for V5 superblocks by Dave Chinner · 11 years ago
  42. f763fd4 xfs: disable noattr2/attr2 mount options for CRC enabled filesystems by Dave Chinner · 11 years ago
  43. ad868af xfs: inode unlinked list needs to recalculate the inode CRC by Dave Chinner · 11 years ago
  44. 7540617 xfs: fix log recovery transaction item reordering by Dave Chinner · 11 years ago
  45. ea92953 xfs: fix remote attribute invalidation for a leaf by Dave Chinner · 11 years ago
  46. bb9b8e8 xfs: rework dquot CRCs by Dave Chinner · 11 years ago
  47. f4afb4f ext4: optimize test_root() by Theodore Ts'o · 11 years ago
  48. 2f2e09e ext4: add sanity check to ext4_get_group_info() by Theodore Ts'o · 11 years ago
  49. b302ef2 ext4: verify group number in verify_group_input() before using it by Theodore Ts'o · 11 years ago
  50. a1d8d9a7 ext4: add check to io_submit_init_bio by Theodore Ts'o · 11 years ago
  51. a9aefd7 GFS2: fix error propagation in init_threads() by Alexey Khoroshilov · 11 years ago
  52. b2b3460 f2fs: reorganise the function get_victim_by_default by Namjae Jeon · 11 years ago
  53. eb8630d jfs: Update jfs_error by Joe Perches · 11 years ago
  54. 21d1101 jfs: fix sparse warning in fs/jfs/xattr.c by Dave Kleikamp · 11 years ago
  55. 5c87d4b xfs: increase number of ACL entries for V5 superblocks by Dave Chinner · 11 years ago
  56. d3eaace xfs: disable noattr2/attr2 mount options for CRC enabled filesystems by Dave Chinner · 11 years ago
  57. 0a32c26 xfs: inode unlinked list needs to recalculate the inode CRC by Dave Chinner · 11 years ago
  58. a775ad7 xfs: fix log recovery transaction item reordering by Dave Chinner · 11 years ago
  59. edd2e9a GFS2: Remove no-op wrapper function by Steven Whitehouse · 11 years ago
  60. 2b6f8860 GFS2: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 11 years ago
  61. cd51e61e GFS2: Eliminate gfs2_rg_lops by Bob Peterson · 11 years ago
  62. 7f63257 GFS2: Sort buffer lists by inplace block number by Benjamin Marzinski · 11 years ago
  63. bc5abcf eCryptfs: Check return of filemap_write_and_wait during fsync by Tyler Hicks · 11 years ago
  64. 6f66f90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  65. 8764d86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  66. 59913f1 xfs: fix remote attribute invalidation for a leaf by Dave Chinner · 11 years ago
  67. 6fcdc59 xfs: rework dquot CRCs by Dave Chinner · 11 years ago
  68. 5dc23bd ext4: remove ext4_ioend_wait() by Jan Kara · 11 years ago
  69. c724585 ext4: don't wait for extent conversion in ext4_punch_hole() by Jan Kara · 11 years ago
  70. 38b8ff7 ext4: Remove wait for unwritten extents in ext4_ind_direct_IO() by Jan Kara · 11 years ago
  71. 92e6222 ext4: remove i_mutex from ext4_file_sync() by Jan Kara · 11 years ago
  72. 37b10dd ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal mode by Jan Kara · 11 years ago
  73. a115f74 ext4: remove wait for unwritten extent conversion from ext4_truncate() by Jan Kara · 11 years ago
  74. e834039 ext4: protect extent conversion after DIO with i_dio_count by Jan Kara · 11 years ago
  75. b0857d3 ext4: defer clearing of PageWriteback after extent conversion by Jan Kara · 11 years ago
  76. 2e8fa54 ext4: split extent conversion lists to reserved & unreserved parts by Jan Kara · 11 years ago
  77. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  78. 3613d22 ext4: remove buffer_uninit handling by Jan Kara · 11 years ago
  79. 4e7ea81 ext4: restructure writeback path by Jan Kara · 11 years ago
  80. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  81. fa55a0e ext4: improve writepage credit estimate for files with indirect blocks by Jan Kara · 11 years ago
  82. f2d50a6 ext4: deprecate max_writeback_mb_bump sysfs attribute by Jan Kara · 11 years ago
  83. 39bba40 ext4: stop messing with nr_to_write in ext4_da_writepages() by Jan Kara · 11 years ago
  84. 5fe2fe8 ext4: provide wrappers for transaction reservation calls by Jan Kara · 11 years ago
  85. 8f7d89f jbd2: transaction reservation support by Jan Kara · 11 years ago
  86. f29fad7 jbd2: remove unused waitqueues by Jan Kara · 11 years ago
  87. fe1e8db jbd2: fix race in t_outstanding_credits update in jbd2_journal_extend() by Jan Kara · 11 years ago
  88. 76c3990 jbd2: cleanup needed free block estimates when starting a transaction by Jan Kara · 11 years ago
  89. 2f387f8 jbd2: remove outdated comment by Jan Kara · 11 years ago
  90. b34090e jbd2: refine waiting for shadow buffers by Jan Kara · 11 years ago
  91. e5a120a jbd2: remove journal_head from descriptor buffers by Jan Kara · 11 years ago
  92. f5113ef jbd2: don't create journal_head for temporary journal buffers by Jan Kara · 11 years ago
  93. 97a851e ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  94. 0ab6087 Merge tag 'jfs-3.10-rc5' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  95. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  96. a3b2c8c7 debugfs: write_file_bool() - ensure strtobool() operates on valid data by Mathias Krause · 11 years ago
  97. 3a76e5e debugfs: add get/set for atomic types by Seth Jennings · 11 years ago
  98. a6a4d98 GFS2: Don't cache iopen glocks by Bob Peterson · 11 years ago
  99. e8830d8 GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables by Bob Peterson · 11 years ago
  100. 2b3dcf3 GFS2: Increase i_writecount during gfs2_setattr_size by Bob Peterson · 11 years ago