1. 41a6e89 btrfs: move btrfs_raid_group values to btrfs_raid_attr table by Anand Jain · 7 years ago
  2. ed23467 btrfs: move btrfs_raid_type_names values to btrfs_raid_attr table by Anand Jain · 7 years ago
  3. b545993 btrfs: print-tree: Add eb locking status output for debug build by Qu Wenruo · 7 years ago
  4. 833aae1 btrfs: open code set_balance_control by David Sterba · 7 years ago
  5. 1354e1a btrfs: use mutex in btrfs_resume_balance_async by David Sterba · 7 years ago
  6. 008ef09 btrfs: drop lock parameter from update_ioctl_balance_args and rename by David Sterba · 7 years ago
  7. cf7d20f btrfs: move and comment read-only check in btrfs_cancel_balance by David Sterba · 7 years ago
  8. 3009a62 btrfs: track running balance in a simpler way by David Sterba · 7 years ago
  9. dccdb07 btrfs: kill btrfs_fs_info::volume_mutex by David Sterba · 7 years ago
  10. a0fecc2 btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_start by David Sterba · 7 years ago
  11. 149196a btrfs: cleanup helpers that reset balance state by David Sterba · 7 years ago
  12. eee95e3 btrfs: add sanity check when resuming balance after mount by David Sterba · 7 years ago
  13. 010a47b btrfs: add proper safety check before resuming dev-replace by David Sterba · 7 years ago
  14. a17c95d btrfs: move clearing of EXCL_OP out of __cancel_balance by David Sterba · 7 years ago
  15. 72b81ab btrfs: move volume_mutex to callers of btrfs_rm_device by David Sterba · 7 years ago
  16. d48f39d btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static by David Sterba · 7 years ago
  17. a425f9d btrfs: export and rename free_device by David Sterba · 7 years ago
  18. 6fc4749 btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clear by David Sterba · 7 years ago
  19. 00251a5 btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller by David Sterba · 7 years ago
  20. b518519 btrfs: cleanup btrfs_rm_device() promote fs_devices pointer by Anand Jain · 7 years ago
  21. 636d2c9 btrfs: cleanup find_device() drop list_head pointer by Anand Jain · 7 years ago
  22. 897fb57 btrfs: rename __btrfs_open_devices to open_fs_devices by Anand Jain · 7 years ago
  23. 0226e0e btrfs: rename __btrfs_close_devices to close_fs_devices by Anand Jain · 7 years ago
  24. f117e29 btrfs: cleanup __btrfs_open_devices() drop head pointer by Anand Jain · 7 years ago
  25. c4babc5 btrfs: rename struct btrfs_fs_devices::list by Anand Jain · 7 years ago
  26. be97f13 btrfs: Drop fs_info parameter from btrfs_merge_delayed_refs by Nikolay Borisov · 7 years ago
  27. f033798 btrfs: Drop fs_info parameter from add_delayed_data_ref by Nikolay Borisov · 7 years ago
  28. 1acda0c btrfs: Drop add_delayed_ref_head fs_info parameter by Nikolay Borisov · 7 years ago
  29. 40012f9 btrfs: Remove btrfs_wait_and_free_delalloc_work by Nikolay Borisov · 7 years ago
  30. 8ae225a btrfs: Remove tree argument from extent_writepages by Nikolay Borisov · 7 years ago
  31. 81f1d39 btrfs: Use list_empty instead of list_empty_careful by Nikolay Borisov · 7 years ago
  32. 2a3ff0a btrfs: Remove redundant tree argument from extent_readpages by Nikolay Borisov · 7 years ago
  33. 29c68b2d btrfs: Remove map argument from try_release_extent_state by Nikolay Borisov · 7 years ago
  34. 477a30b btrfs: Sink extent_tree arguments in try_release_extent_mapping by Nikolay Borisov · 7 years ago
  35. a79a464 btrfs: Allow rmdir(2) to delete an empty subvolume by Misono Tomohiro · 7 years ago
  36. f60a236 btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy() by Misono Tomohiro · 7 years ago
  37. ec42f16 btrfs: Move may_destroy_subvol() from ioctl.c to inode.c by Misono Tomohiro · 7 years ago
  38. 3b079a9 btrfs: remove unused le_test_bit() by Howard McLauchlan · 7 years ago
  39. a565971 btrfs: optimize free space tree bitmap conversion by Howard McLauchlan · 7 years ago
  40. 6faa8f4 btrfs: clean up le_bitmap_{set, clear}() by Howard McLauchlan · 7 years ago
  41. f46b24c btrfs: use fs_info for btrfs_handle_em_exist tracepoint by David Sterba · 7 years ago
  42. 0e08eb9 btrfs: tests: pass fs_info to extent_map tests by David Sterba · 7 years ago
  43. 57f1642 btrfs: Consolidate error checking for btrfs_alloc_chunk by Nikolay Borisov · 7 years ago
  44. 1e7a142 btrfs: Fix lock release order by Nikolay Borisov · 7 years ago
  45. b25f0d0 btrfs: Use while loop instead of labels in __endio_write_update_ordered by Nikolay Borisov · 7 years ago
  46. 89595e8 btrfs: add comment about BTRFS_FS_EXCL_OP by Anand Jain · 7 years ago
  47. 41d0bd3 btrfs: Drop delayed_refs argument from btrfs_check_delayed_seq by Nikolay Borisov · 7 years ago
  48. c065f5b1 btrfs: rename btrfs_get_block_group_info and make it static by Su Yue · 7 years ago
  49. 29d2b84 btrfs: Replace owner argument in add_pinned_bytes with a boolean by Nikolay Borisov · 7 years ago
  50. 6c04ab0 proc: fix smaps and meminfo alignment by Hugh Dickins · 7 years ago
  51. 3373de2 ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio" by Changwei Ge · 7 years ago
  52. 34b48b8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  53. d7b66b4 Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  54. d501473 Btrfs: fix error handling in btrfs_truncate() by Omar Sandoval · 7 years ago
  55. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  56. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 7 years ago
  57. 5aa1437 ext2: fix a block leak by Al Viro · 7 years ago
  58. 3819bb0 nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  59. 9c3e902 cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  60. 7b745a4e unfuck sysfs_mount() by Al Viro · 7 years ago
  61. 82382ac kernfs: deal with kernfs_fill_super() failures by Al Viro · 7 years ago
  62. 08a8f30 cramfs: Fix IS_ENABLED typo by Joe Perches · 7 years ago
  63. f4e4d43 befs_lookup(): use d_splice_alias() by Al Viro · 7 years ago
  64. 87fbd63 affs_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
  65. 30da870 affs_lookup(): close a race with affs_remove_link() by Al Viro · 7 years ago
  66. 3b78ce4 Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. e5e03ad Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  68. 66072c29 hfsplus: stop workqueue when fill_super() failed by Tetsuo Handa · 7 years ago
  69. 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 7 years ago
  70. 02ee654 btrfs: fix crash when trying to resume balance without the resume flag by Anand Jain · 7 years ago
  71. fe816d0 btrfs: Fix delalloc inodes invalidation during transaction abort by Nikolay Borisov · 7 years ago
  72. 2b87733 btrfs: Split btrfs_del_delalloc_inode into 2 functions by Nikolay Borisov · 7 years ago
  73. 02a3307 btrfs: fix reading stale metadata blocks after degraded raid1 mounts by Liu Bo · 7 years ago
  74. 1a63c198 btrfs: property: Set incompat flag if lzo/zstd compression is set by Misono Tomohiro · 7 years ago
  75. 31d11b8 Btrfs: fix duplicate extents after fsync of file with prealloc extents by Filipe Manana · 7 years ago
  76. 21b9f1c Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  77. 9a8fca6 Btrfs: fix xattr loss after power failure by Filipe Manana · 7 years ago
  78. 6f2f0b3 Btrfs: send, fix invalid access to commit roots due to concurrent snapshotting by Robbie Ko · 7 years ago
  79. 4776cab afs: Fix the non-encryption of calls by David Howells · 7 years ago
  80. 428edad afs: Fix CB.CallBack handling by David Howells · 7 years ago
  81. 68251f0 afs: Fix whole-volume callback handling by David Howells · 7 years ago
  82. f9c1bba afs: Fix afs_find_server search loop by Marc Dionne · 7 years ago
  83. a86b06d afs: Fix the handling of an unfound server in CM operations by David Howells · 7 years ago
  84. 3709a39 afs: Add a tracepoint to record callbacks from unlisted servers by David Howells · 7 years ago
  85. 001ab5a67 afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID by David Howells · 7 years ago
  86. 3d9fa91 afs: Fix VNOVOL handling in address rotation by David Howells · 7 years ago
  87. 684b0f6 afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility by David Howells · 7 years ago
  88. ec5a3b4 afs: Fix server rotation's handling of fileserver probe failure by David Howells · 7 years ago
  89. d4a96bec afs: Fix refcounting in callback registration by David Howells · 7 years ago
  90. f2686b0 afs: Fix giving up callbacks on server destruction by David Howells · 7 years ago
  91. 01fd79e6 afs: Fix address list parsing by David Howells · 7 years ago
  92. b61f7dc afs: Fix directory page locking by David Howells · 7 years ago
  93. ccda3c4 Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  94. f0ab773 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  95. e438302 ocfs2: take inode cluster lock before moving reflinked inode from orphan dir by Ashish Samant · 7 years ago
  96. 3955333 proc/kcore: don't bounds check against address 0 by Laura Abbott · 7 years ago
  97. 79f546a fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 7 years ago
  98. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  99. 6e70c26 smb3: directory sync should not return an error by Steve French · 7 years ago
  100. fc21854 ceph: fix iov_iter issues in ceph_direct_read_write() by Ilya Dryomov · 7 years ago